Skip to content

Commit c763b2d

Browse files
Remove whitespace from gql file
1 parent e29553c commit c763b2d

File tree

1 file changed

+1
-1
lines changed
  • Tests/Integration/Resources/fdc-kitchensink/dataconnect/default

1 file changed

+1
-1
lines changed

Tests/Integration/Resources/fdc-kitchensink/dataconnect/default/mutations.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mutation InsertMultiplePeople($id: UUID!, $name1: String!, $name2: String!) @aut
7171
person2: person_insert(data: { id: $id, name: $name2 }) @check(expr: "false")
7272
}
7373

74-
# ID for second person does not exist.
74+
# ID for second person does not exist.
7575
# so first one will succeed but second should fail
7676
mutation DeleteNonExistentPeople($id: UUID!) @auth(level: PUBLIC) {
7777
person1_insert: person_insert(data: { id: $id, name: "name1" })

0 commit comments

Comments
 (0)