This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit f00d03c
File tree
254 files changed
+1291
-567
lines changed- graphql-dgs-codegen-core/src
- integTest/kotlin/com/netflix/graphql/dgs/codegen/cases
- constantsForInputTypes/expected
- client
- types
- constantsWithExtendedInputTypes/expected
- client
- types
- constantsWithExtendedInterface/expected
- client
- types
- constantsWithExtendedQuery/expected
- client
- types
- constantsWithExtendedTypes/expected
- client
- types
- dataClassDocs/expected
- client
- types
- dataClassFieldDocs/expected
- client
- types
- dataClassWIthNoFields/expected
- client
- types
- dataClassWithBooleanField/expected
- client
- types
- dataClassWithDeclaredScalars/expected
- client
- types
- dataClassWithDeeplyNestedComplexField/expected
- client
- types
- dataClassWithExtendedInterface/expected
- client
- types
- dataClassWithInterface/expected
- client
- types
- dataClassWithInterfaceInheritance/expected
- client
- types
- dataClassWithListProperties/expected
- client
- types
- dataClassWithMappedInterfaces/expected
- client
- types
- dataClassWithMappedTypes/expected
- client
- types
- dataClassWithNonNullableAndInterface/expected
- client
- types
- dataClassWithNonNullableComplexType/expected
- client
- types
- dataClassWithNonNullableListOfNullableValues/expected
- client
- types
- dataClassWithNonNullablePrimitive/expected
- client
- types
- dataClassWithNonNullablePrimitiveInList/expected
- client
- types
- dataClassWithNonNullableProperties/expected
- client
- types
- dataClassWithNullablePrimitive/expected
- client
- types
- dataClassWithRecursiveField/expected
- client
- types
- dataClassWithReservedWord/expected
- client
- types
- dataClassWithStringProperties/expected
- client
- types
- enum/expected
- client
- types
- enumWithExtendedType/expected
- client
- types
- input/expected
- client
- types
- inputWithExtendedType/expected
- client
- types
- interfaceClassWithInterfaceFields/expected
- client
- types
- interfaceClassWithInterfaceFieldsOfDifferentType/expected
- client
- types
- interfaceClassWithNonNullableFields/expected
- client
- types
- interfaceDocs/expected/client
- interfaceFieldsDocs/expected/client
- interfaceWithInterfaceInheritance/expected
- client
- types
- interfaceWithUnderscoreFields
- expected
- client
- types
- projectionWithEnum/expected
- client
- types
- projectionWithNestedInputs/expected
- client
- types
- projectionWithPrimitiveAndArgs/expected
- client
- types
- projectionWithPrimitives/expected
- client
- types
- projectionWithType/expected
- client
- types
- projectionWithTypeAndArgs/expected
- client
- types
- projectionWithUnion/expected
- client
- types
- skipCodegenOnFields/expected
- client
- types
- skipCodegenOnInterfaceFields/expected/client
- skipCodegenOnTypes/expected
- client
- types
- union/expected
- client
- types
- unionTypesWithoutInterfaceCanDeserialize/expected
- client
- types
- unionWithExtendedType/expected
- client
- types
- main/kotlin/com/netflix/graphql/dgs/codegen/generators/kotlin2
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
254 files changed
+1291
-567
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 |
| - | |
10 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
|
0 commit comments