File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1251,7 +1251,7 @@ query variableIsDefinedUsedInSingleFragment($atOtherHomes: Boolean) {
1251
1251
}
1252
1252
1253
1253
fragment isHousetrainedFragment on Dog {
1254
- isHousetrained (atOtherHomes : $atOtherHomes }
1254
+ isHousetrained (atOtherHomes : $atOtherHomes )
1255
1255
}
1256
1256
```
1257
1257
@@ -1270,7 +1270,7 @@ query variableIsNotDefinedUsedInSingleFragment {
1270
1270
}
1271
1271
1272
1272
fragment isHousetrainedFragment on Dog {
1273
- isHousetrained(atOtherHomes : $atOtherHomes }
1273
+ isHousetrained(atOtherHomes: $atOtherHomes)
1274
1274
}
1275
1275
```
1276
1276
@@ -1288,7 +1288,7 @@ fragment outerHousetrainedFragment on Dog {
1288
1288
}
1289
1289
1290
1290
fragment isHousetrainedFragment on Dog {
1291
- isHousetrained (atOtherHomes : $atOtherHomes }
1291
+ isHousetrained(atOtherHomes: $atOtherHomes)
1292
1292
}
1293
1293
```
1294
1294
@@ -1309,7 +1309,7 @@ query housetrainedQueryTwo($atOtherHomes: Boolean) {
1309
1309
}
1310
1310
1311
1311
fragment isHousetrainedFragment on Dog {
1312
- isHousetrained (atOtherHomes : $atOtherHomes }
1312
+ isHousetrained (atOtherHomes : $atOtherHomes )
1313
1313
}
1314
1314
```
1315
1315
You can’t perform that action at this time.
0 commit comments