You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/IntrospectionTests.Download_Schema.graphql
Copy file name to clipboardExpand all lines: src/HotChocolate/Fusion-vnext/test/Fusion.CommandLine.Tests/__resources__/invalid-example-1-result/composite-schema.graphqls
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ directive @fusion__field("Indicates that this field is only partially provided a
49
49
"The @fusion__implements directive specifies on which source schema an interface is implemented by an object or interface type."
50
50
directive@fusion__implements("The name of the interface type."interface: String!"The name of the source schema on which the annotated type implements the specified interface."schema: fusion__Schema!) repeatableonOBJECT | INTERFACE
"The @fusion__inputField directive specifies which source schema provides an input field in a composite input type."
53
55
directive@fusion__inputField("The name of the source schema that originally provided this input field."schema: fusion__Schema!"The field type in the source schema if it differs in nullability or structure."sourceType: String) repeatableonARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
Copy file name to clipboardExpand all lines: src/HotChocolate/Fusion-vnext/test/Fusion.CommandLine.Tests/__resources__/valid-example-1-result/composite-schema.graphqls
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ directive @fusion__field("Indicates that this field is only partially provided a
33
33
"The @fusion__implements directive specifies on which source schema an interface is implemented by an object or interface type."
34
34
directive@fusion__implements("The name of the interface type."interface: String!"The name of the source schema on which the annotated type implements the specified interface."schema: fusion__Schema!) repeatableonOBJECT | INTERFACE
"The @fusion__inputField directive specifies which source schema provides an input field in a composite input type."
37
39
directive@fusion__inputField("The name of the source schema that originally provided this input field."schema: fusion__Schema!"The field type in the source schema if it differs in nullability or structure."sourceType: String) repeatableonARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
Copy file name to clipboardExpand all lines: src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/__snapshots__/SourceSchemaMergerTests.Merge_FourNamedSchemas_AddsFusionDefinitions.graphql
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ directive @fusion__field("Indicates that this field is only partially provided a
22
22
"The @fusion__implements directive specifies on which source schema an interface is implemented by an object or interface type."
23
23
directive@fusion__implements("The name of the interface type."interface: String!"The name of the source schema on which the annotated type implements the specified interface."schema: fusion__Schema!) repeatableonOBJECT | INTERFACE
"The @fusion__inputField directive specifies which source schema provides an input field in a composite input type."
26
28
directive@fusion__inputField("The name of the source schema that originally provided this input field."schema: fusion__Schema!"The field type in the source schema if it differs in nullability or structure."sourceType: String) repeatableonARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
0 commit comments