Skip to content

Releases: dotansimha/graphql-code-generator-community

July 16, 2025

16 Jul 13:06
2cd918b
Compare
Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

  • #1158
    d6c8b90
    Thanks @ocdi! - Prevent duplicate class generation by using the
    property name (instead of the GQL type name) as the basis for class name generation

  • #1160
    dcbb0ef
    Thanks @ocdi! - Support output of System.Text.Json attributes

Patch Changes

June 22, 2025

22 Jun 14:49
0e35a42
Compare
Choose a tag to compare

@graphql-codegen/[email protected]

Minor Changes

May 28, 2025

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

@graphql-codegen/[email protected]

Minor Changes

May 26, 2025

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

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

Read more

September 09, 2024

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

@graphql-codegen/[email protected]

Patch Changes

September 05, 2024

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

@graphql-codegen/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

July 11, 2024

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

@graphql-codegen/[email protected]

Minor Changes

June 21, 2024

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

@graphql-codegen/[email protected]

Minor Changes

March 08, 2024

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

@graphql-codegen/[email protected]

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/[email protected]

Patch Changes