Skip to content

Commit a7dbdbd

Browse files
committed
Update test fixtures impacted by test schema change
1 parent c84e0b4 commit a7dbdbd

32 files changed

+53
-53
lines changed

compiler/crates/graphql-ir/tests/parse/fixtures/argument_definitions.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fragment TestFragment on User
8787
alias: None,
8888
definition: WithLocation {
8989
location: argument_definitions.graphql:161:171,
90-
item: FieldID(518),
90+
item: FieldID(523),
9191
},
9292
arguments: [],
9393
directives: [],

compiler/crates/graphql-ir/tests/parse/fixtures/fragment_with_arguments_defaulting.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ fragment F2 on Query @argumentDefinitions(
180180
alias: None,
181181
definition: WithLocation {
182182
location: fragment_with_arguments_defaulting.graphql:342:352,
183-
item: FieldID(518),
183+
item: FieldID(523),
184184
},
185185
arguments: [],
186186
directives: [],

compiler/crates/graphql-ir/tests/parse/fixtures/unknown-fragment-type-suggestions.invalid.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fragment Foo on Users {
44
id
55
}
66
==================================== ERROR ====================================
7-
✖︎ Unknown type 'Users'. Did you mean `User` or `Query`?
7+
✖︎ Unknown type 'Users'. Did you mean `User`, `Opera`, or `Query`?
88

99
unknown-fragment-type-suggestions.invalid.graphql:2:17
1010
1 │ # expected-to-throw

compiler/crates/graphql-ir/tests/parse_with_extensions/fixtures/client-fields.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ type Foo {
151151
alias: None,
152152
definition: WithLocation {
153153
location: client-fields.graphql:226:238,
154-
item: FieldID(518),
154+
item: FieldID(523),
155155
},
156156
arguments: [],
157157
directives: [],
@@ -228,7 +228,7 @@ type Foo {
228228
alias: None,
229229
definition: WithLocation {
230230
location: client-fields.graphql:367:370,
231-
item: FieldID(519),
231+
item: FieldID(524),
232232
},
233233
arguments: [],
234234
directives: [],
@@ -245,15 +245,15 @@ type Foo {
245245
},
246246
InlineFragment {
247247
type_condition: Some(
248-
Object(79),
248+
Object(81),
249249
),
250250
directives: [],
251251
selections: [
252252
ScalarField {
253253
alias: None,
254254
definition: WithLocation {
255255
location: client-fields.graphql:470:472,
256-
item: FieldID(520),
256+
item: FieldID(525),
257257
},
258258
arguments: [],
259259
directives: [],
@@ -279,14 +279,14 @@ type Foo {
279279
},
280280
variable_definitions: [],
281281
used_global_variables: [],
282-
type_condition: Object(79),
282+
type_condition: Object(81),
283283
directives: [],
284284
selections: [
285285
ScalarField {
286286
alias: None,
287287
definition: WithLocation {
288288
location: client-fields.graphql:526:528,
289-
item: FieldID(520),
289+
item: FieldID(525),
290290
},
291291
arguments: [],
292292
directives: [],

compiler/crates/graphql-ir/tests/parse_with_extensions/fixtures/custom_scalar_directive_arg_variable.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extend type Query {
5757
alias: None,
5858
definition: WithLocation {
5959
location: custom_scalar_directive_arg_variable.graphql:100:115,
60-
item: FieldID(519),
60+
item: FieldID(524),
6161
},
6262
arguments: [],
6363
directives: [
@@ -104,7 +104,7 @@ extend type Query {
104104
alias: None,
105105
definition: WithLocation {
106106
location: custom_scalar_directive_arg_variable.graphql:160:170,
107-
item: FieldID(521),
107+
item: FieldID(526),
108108
},
109109
arguments: [],
110110
directives: [],
@@ -115,7 +115,7 @@ extend type Query {
115115
alias: None,
116116
definition: WithLocation {
117117
location: custom_scalar_directive_arg_variable.graphql:181:203,
118-
item: FieldID(520),
118+
item: FieldID(525),
119119
},
120120
arguments: [],
121121
directives: [

compiler/crates/graphql-ir/tests/parse_with_extensions/fixtures/custom_scalar_variable_arg.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extend type Query {
5555
alias: None,
5656
definition: WithLocation {
5757
location: custom_scalar_variable_arg.graphql:100:115,
58-
item: FieldID(519),
58+
item: FieldID(524),
5959
},
6060
arguments: [
6161
Argument {
@@ -91,7 +91,7 @@ extend type Query {
9191
alias: None,
9292
definition: WithLocation {
9393
location: custom_scalar_variable_arg.graphql:151:161,
94-
item: FieldID(521),
94+
item: FieldID(526),
9595
},
9696
arguments: [],
9797
directives: [],
@@ -102,7 +102,7 @@ extend type Query {
102102
alias: None,
103103
definition: WithLocation {
104104
location: custom_scalar_variable_arg.graphql:172:194,
105-
item: FieldID(520),
105+
item: FieldID(525),
106106
},
107107
arguments: [
108108
Argument {

compiler/crates/relay-transforms/tests/client_edges/fixtures/client-edge-inline-fragment-no-type-condition.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fragment Foo_user on User {
3838
{
3939
...BestFriendResolverFragment_name @__RelayResolverMetadata
4040
# RelayResolverMetadata {
41-
# field_id: FieldID(518),
41+
# field_id: FieldID(523),
4242
# import_path: "BestFriendResolver",
4343
# import_name: None,
4444
# field_alias: None,
@@ -65,7 +65,7 @@ fragment Foo_user on User {
6565
{
6666
...BestFriendResolverFragment_name @__RelayResolverMetadata
6767
# RelayResolverMetadata {
68-
# field_id: FieldID(518),
68+
# field_id: FieldID(523),
6969
# import_path: "BestFriendResolver",
7070
# import_name: None,
7171
# field_alias: None,

compiler/crates/relay-transforms/tests/client_edges/fixtures/client-edge-inline-fragment.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fragment Foo_node on Node {
4343
{
4444
...BestFriendResolverFragment_name @__RelayResolverMetadata
4545
# RelayResolverMetadata {
46-
# field_id: FieldID(518),
46+
# field_id: FieldID(523),
4747
# import_path: "BestFriendResolver",
4848
# import_name: None,
4949
# field_alias: None,
@@ -72,7 +72,7 @@ fragment Foo_node on Node {
7272
{
7373
...BestFriendResolverFragment_name @__RelayResolverMetadata
7474
# RelayResolverMetadata {
75-
# field_id: FieldID(518),
75+
# field_id: FieldID(523),
7676
# import_path: "BestFriendResolver",
7777
# import_name: None,
7878
# field_alias: None,

compiler/crates/relay-transforms/tests/client_edges/fixtures/client-edge-to-client-interface.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fragment Foo_user on User {
4242
{
4343
...BestFriendResolverFragment_name @__RelayResolverMetadata
4444
# RelayResolverMetadata {
45-
# field_id: FieldID(520),
45+
# field_id: FieldID(525),
4646
# import_path: "BestFriendResolver",
4747
# import_name: None,
4848
# field_alias: None,

compiler/crates/relay-transforms/tests/client_edges/fixtures/client-edge-to-client-object.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fragment Foo_user on User {
3939
{
4040
...BestFriendResolverFragment_name @__RelayResolverMetadata
4141
# RelayResolverMetadata {
42-
# field_id: FieldID(519),
42+
# field_id: FieldID(524),
4343
# import_path: "BestFriendResolver",
4444
# import_name: None,
4545
# field_alias: None,

0 commit comments

Comments
 (0)