Skip to content

Releases: dotansimha/graphql-code-generator-community

May 28, 2025

28 May 13:50
77e2136
Compare
Choose a tag to compare

@graphql-codegen/typescript-graphql-request@6.3.0

Minor Changes

May 26, 2025

26 May 10:11
e59c101
Compare
Choose a tag to compare

@graphql-codegen/c-sharp@5.1.1

Patch Changes

@graphql-codegen/c-sharp-common@1.1.1

Patch Changes

@graphql-codegen/c-sharp-operations@3.1.1

Patch Changes

@graphql-codegen/flutter-freezed@4.0.1

Patch Changes

@graphql-codegen/flow@3.0.1

Patch Changes

@graphql-codegen/flow-operations@3.0.2

Patch Changes

@graphql-codegen/flow-resolvers@3.0.1

Patch Changes

Read more

September 09, 2024

09 Sep 16:02
6201fad
Compare
Choose a tag to compare

@graphql-codegen/typescript-react-apollo@4.3.2

Patch Changes

September 05, 2024

05 Sep 14:48
3f17088
Compare
Choose a tag to compare

@graphql-codegen/c-sharp@5.1.0

Minor Changes

  • #816
    b1ec118
    Thanks @mariusmuntean! - Added support for the new
    configuration option memberNameConvention to the c-sharp-operations plugin. Now both C# plugins
    can generate C# code with standard member casing. The default is still camel case, to avoid
    generating code that breaks user's existing code base.

  • #806
    d1d6d6e
    Thanks @mariusmuntean! - Added memberNameConvention which
    allows you to customize the naming convention for interface/class/record members.

Patch Changes

@graphql-codegen/c-sharp-common@1.1.0

Minor Changes

  • #816
    b1ec118
    Thanks @mariusmuntean! - Added support for the new
    configuration option memberNameConvention to the c-sharp-operations plugin. Now both C# plugins
    can generate C# code with standard member casing. The default is still camel case, to avoid
    generating code that breaks user's existing code base.

Patch Changes

@graphql-codegen/c-sharp-operations@3.1.0

Minor Changes

  • #816
    b1ec118
    Thanks @mariusmuntean! - Added support for the new
    configuration option memberNameConvention to the c-sharp-operations plugin. Now both C# plugins
    can generate C# code with standard member casing. The default is still camel case, to avoid
    generating code that breaks user's existing code base.

Patch Changes

@graphql-codegen/typescript-react-apollo@4.3.1

Patch Changes

@graphql-codegen/typescript-vue-urql@3.2.0

Minor Changes

July 11, 2024

11 Jul 16:21
faea6b7
Compare
Choose a tag to compare

@graphql-codegen/named-operations-object@3.1.0

Minor Changes

June 21, 2024

21 Jun 03:58
fbbf115
Compare
Choose a tag to compare

@graphql-codegen/typescript-enum-array@3.1.0

Minor Changes

March 08, 2024

08 Mar 17:47
66688de
Compare
Choose a tag to compare

@graphql-codegen/typescript-vue-urql@3.1.0

Minor Changes

  • #494
    b79e1a0
    Thanks @mlesin! - Generate explicit type for variables used in a
    subscription to work with urql v4 Possibly a breaking change - now it requires to define empty
    object for variables argument if no variables are used in subscription

February 23, 2024

23 Feb 17:44
e47a4d1
Compare
Choose a tag to compare

@graphql-codegen/java@4.0.1

Patch Changes

February 13, 2024

13 Feb 16:44
113c3c6
Compare
Choose a tag to compare

@graphql-codegen/flow-operations@3.0.1

Patch Changes

  • #15
    d13f6cc
    Thanks @Athelian! - Flow types computed by graphql operations now
    adhere to flow exact configuration specified by the user

February 08, 2024

08 Feb 15:03
d23f7ea
Compare
Choose a tag to compare

@graphql-codegen/typescript-react-apollo@4.3.0

Minor Changes

  • #620
    3e2c8de
    Thanks @tomaskukk! - Improved type-safety: when a query contains
    required variables, passing the variables object to the useQuery hook is enforced