Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19c7201

Browse files
committed
Remove spaces
1 parenta290ff5 commit19c7201

6 files changed

+0
-31
lines changed

‎tests/schemas/test_dynamic_schema.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
2-
3-
41
inputInputType@a@b {
52
a:String!@input_a(test:5)
63
}
74

8-
95
typeOutputTypeimplementsTestInterface@type {
106
id:String!@test
117
name:String!
@@ -24,7 +20,6 @@ type Query {
2420
scalar:TestScalar
2521
}
2622

27-
2823
enumTestEnum@oneOf {
2924
A
3025
B@default

‎tests/schemas/test_entity_inaccessible.schema.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
typeMyCustomObjInaccessible@inaccessible {
62
a:Int!
73
customObjectInaccessible:Int!@inaccessible
@@ -64,7 +60,6 @@ extend type Query {
6460
inaccessibleCustomObject:MyCustomObjInaccessible!
6561
}
6662

67-
6863
directive@include(if:Boolean!)onFIELD |FRAGMENT_SPREAD |INLINE_FRAGMENT
6964
directive@skip(if:Boolean!)onFIELD |FRAGMENT_SPREAD |INLINE_FRAGMENT
7065
extendschema@link(

‎tests/schemas/test_entity_tag.schema.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
typeMyCustomObjTagged@tag(name:"tagged")@tag(name:"object")@tag(name:"with")@tag(name:"multiple")@tag(name:"tags") {
62
a:Int!
73
customObjectTagged:Int!@tag(name:"tagged_custom_object_field")
@@ -64,7 +60,6 @@ extend type Query {
6460
taggedCustomObject:MyCustomObjTagged!
6561
}
6662

67-
6863
directive@include(if:Boolean!)onFIELD |FRAGMENT_SPREAD |INLINE_FRAGMENT
6964
directive@skip(if:Boolean!)onFIELD |FRAGMENT_SPREAD |INLINE_FRAGMENT
7065
extendschema@link(

‎tests/schemas/test_fed2_compose.schema.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
typeQuery@testDirective(scope:"object type",input:3) {
62
value:String!@testDirective(scope:"object field",input:4)@noArgsDirective
73
anotherValue:SimpleValue!
@@ -11,7 +7,6 @@ type SimpleValue @testDirective(scope: "simple object type", input: 1, opt: 3) {
117
someData:String!@testDirective(scope:"field and param with\" symbol",input:2,opt:3)
128
}
139

14-
1510
typeSubscription@testDirective(scope:"object type",input:3) {
1611
value:String!@testDirective(scope:"object field",input:4)@noArgsDirective
1712
anotherValue:SimpleValue!

‎tests/schemas/test_fed2_compose_2.schema.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
typeQuery {
62
testArgument(arg1:String!@type_directive_argument_definition(description:"This is ARGUMENT_DEFINITION in Object.arg1"),arg2:String!@type_directive_argument_definition(description:"This is ARGUMENT_DEFINITION in Object.arg2")):String!
73
testInputObject(arg:TestInput!):String!
@@ -12,7 +8,6 @@ type Query {
128
testInterface:TestObjectForInterface!
139
}
1410

15-
1611
typeTestComplexObject@type_directive_object(description:"This is OBJECT in (Complex / Simple)Object") {
1712
field:String!@type_directive_field_definition(description:"This is FIELD_DEFINITION in (Complex / Simple)Object")
1813
test(arg1:String!@type_directive_argument_definition(description:"This is ARGUMENT_DEFINITION in ComplexObject.arg1"),arg2:String!@type_directive_argument_definition(description:"This is ARGUMENT_DEFINITION in ComplexObject.arg2")):String!@type_directive_field_definition(description:"This is FIELD_DEFINITION in ComplexObject")

‎tests/schemas/test_fed2_link.schema.graphqls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
2-
3-
4-
51
extendtypeProduct@key(fields:"upc") {
62
upc:String!@external
73
reviews: [Review!]!
84
}
95

10-
116
typeReview {
127
body:String!
138
author:User!
149
product:Product!
1510
}
1611

17-
1812
extendtypeUser@key(fields:"id") {
1913
id:ID!@external
2014
reviews: [Review!]!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp