📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

json-to-graphql-query

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-to-graphql-query - npm Package Versions

dupski
published 2.0.0 •

Changelog

Source

2.0.0

  • Update to TypeScript 3.7
  • Support for full inline fragments (thanks @ConnorWhite)
  • Remove deprecated __alias (use __aliasFor instead)
dupski
published 1.9.0 •

Changelog

Source

1.9.0

  • Added support for array values. We now use the first object found in an array for the node names. If the array does not contain an object, we just return the corresponding key.
  • Added includeFalsyKeys option, to disable the default behaviour of excluding keys with falsy values. Thanks @bret-hubbard for both of these additions :)
dupski
published 1.8.0 •

Changelog

Source

1.8.0

  • Added support for Inline Fragments. Thanks again @jeniffer9 :)
dupski
published 1.7.0 •

Changelog

Source

1.7.0

  • Added __aliasFor option. The old __alias syntax did not support more than one alias. Thanks @jeniffer9
  • IMPORTANT: __alias is now deprecated and will be removed in version 2.0.0
dupski
published 1.6.0 •

Changelog

Source

1.6.0

  • Added support for @client directives (and other directives that don't need arguments). Thanks @joeflack4!
  • Added nicer JSON.stringify support for VariableType. Thanks @terion-name
dupski
published 1.5.0 •

Changelog

Source

1.5.0

  • Added ignoreFields option. Thanks @plmercereau
dupski
published 1.4.0 •

Changelog

Source

1.4.0

  • Added Variables support. Thanks @terion-name
dupski
published 1.3.0 •

Changelog

Source

1.3.0

  • Added Alias support and made it possible to disable fields. Thanks @wellguimaraes
dupski
published 1.2.0 •

Changelog

Source

1.2.0

  • Added Enum support, thanks @douglaseggleton
dupski
published 1.1.2 •