Skip to content

Releases: Thinkmill/ts-gql

@ts-gql/[email protected]

06 May 00:00
65e03e4

Choose a tag to compare

Patch Changes

@ts-gql/[email protected]

06 May 00:29
ab09b66

Choose a tag to compare

Patch Changes

@ts-gql/[email protected]

06 May 00:08
a5b3642

Choose a tag to compare

Patch Changes

@ts-gql/[email protected]

06 May 00:00
65e03e4

Choose a tag to compare

Minor Changes

@ts-gql/[email protected]

06 May 00:38
118ba28

Choose a tag to compare

Minor Changes

  • 0d551fd Thanks @mitchellhamilton! - Re-export useQuery and useMutation from @ts-gql/apollo instead of declaration merging

@ts-gql/[email protected]

06 May 00:00
65e03e4

Choose a tag to compare

Minor Changes

Patch Changes

@ts-gql/[email protected]

05 May 20:54
2559cf9

Choose a tag to compare

Patch Changes

@ts-gql/[email protected]

05 May 20:54
2559cf9

Choose a tag to compare

Minor Changes

  • e4c60ad Thanks @mitchellhamilton! - Use new technique to generate types.

    This requires you to use @ts-gql/compiler and @ts-gql/babel-plugin in addition to @ts-gql/eslint-plugin.

    Configuration also now lives in the package.json like this:

    {
      "ts-gql": {
        "schema": "schema.graphql"
      }
    }

@ts-gql/[email protected]

05 May 20:55
2559cf9

Choose a tag to compare

Minor Changes

Patch Changes

@ts-gql/[email protected]

05 May 20:54
2559cf9

Choose a tag to compare

Minor Changes

  • e4c60ad Thanks @mitchellhamilton! - Use new technique to generate types.

    This requires you to use @ts-gql/compiler and @ts-gql/babel-plugin in addition to @ts-gql/eslint-plugin.

    Configuration also now lives in the package.json like this:

    {
      "ts-gql": {
        "schema": "schema.graphql"
      }
    }