Releases: Thinkmill/ts-gql
@ts-gql/eslint-plugin@0.7.1
@ts-gql/config@0.7.0
Minor Changes
71f257e
Thanks @mitchellhamilton! - Changeschema
property ofConfig
from having theGraphQLSchema
to a function that returns theGraphQLSchema
. This is so that the schema is not unnecessarily parsed when it doesn't need to be
Patch Changes
4e88d55
Thanks @mitchellhamilton! - Only import necessary modules fromgraphql
@ts-gql/compiler@0.13.5
Patch Changes
-
4e88d55
Thanks @mitchellhamilton! - Only import necessary modules fromgraphql
-
Updated dependencies [
4e88d55
,71f257e
]:- @ts-gql/config@0.7.0
@ts-gql/tag@0.5.2
Patch Changes
ab25d45
Thanks @mitchellhamilton! - Improve error message whengql
is called at runtime
@ts-gql/next@14.0.0
Major Changes
ab25d45
Thanks @mitchellhamilton! - Remove automatic insertion of@ts-gql/babel-plugin
, you should include it yourself. Automatically including the babel plugin caused confusion when the code would run with Next but would not run when using another tool like Jest or etc.
Patch Changes
@ts-gql/eslint-plugin@0.7.0
@ts-gql/config@0.6.0
Minor Changes
-
d6d5594
Thanks @mitchellhamilton! - ReplacereadSchema
andreadSchemaSync
withparseSchema
andhashSchema
-
7f10732
Thanks @mitchellhamilton! - Cache schema parsing, removehashSchema
, makeparseSchema
returnschemaHash
andschema
-
90d1567
Thanks @mitchellhamilton! - AddschemaHash
toConfig
@ts-gql/compiler@0.13.4
Patch Changes
-
90d1567
Thanks @mitchellhamilton! - Remove unnecessary schema printing -
2df884a
Thanks @mitchellhamilton! - Cache document validation -
19fd7d9
Thanks @mitchellhamilton! - Cache extraction of GraphQL documents -
d6d5594
Thanks @mitchellhamilton! - Avoid re-parsing the schema on every rebuild in watch mode -
ccf3770
Thanks @mitchellhamilton! - Remove duplicated errors when there's a validation error in a fragment -
Updated dependencies [
d6d5594
,7f10732
,90d1567
]:- @ts-gql/config@0.6.0
@ts-gql/apollo@0.8.1
Patch Changes
2bae58f
Thanks @mitchellhamilton! - ImportExecutionResult
fromgraphql
rather than@apollo/client
@ts-gql/compiler@0.13.3
Patch Changes
bd25bf8
Thanks @mitchellhamilton! - Remove unnecessary printing of the schema when generating types for every operation/fragment