Skip to content

v1.8.3

Compare
Choose a tag to compare
@dotansimha dotansimha released this 03 Nov 06:59
· 4542 commits to master since this release

core/cli

introspection

  • Introspection plugin to output unminified json as default, and you can set minify: true to get minified JSON output. (699d962)

schema-ast

  • Added commentDescriptions config - now you can configure how the comments will look like when printing your schema. (d25fa69)

fragment-matcher

  • Make fragment-matcher compatible with Apollo Client 3 (Thanks @ugurkorfali), set apolloClientVersion: 3 to get a ready-to-use possibleTypes array.

typescript-graphql-request

  • Added documentMode=string for usage with graphql-request plugin, so now it won't do gql and then print to the documents.

near-operation-file-preset

  • Fix issues with isUsingFiles when fragments are used (d70efb5)
  • Fix issues with import prefix (#2862)

import-types-preset

  • Fix issues with import prefix (#2862)

typescript-react-apollo

  • Fix issues with incorrect prefixes (#2862)

typescript-stencil-apollo

docs