Skip to content

Commit e9cc6c5

Browse files
committed
fix example syntx
1 parent ddd3079 commit e9cc6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/relay/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919
# and pass it to the schema
2020
MySchema = GraphQL::Schema.define do
21-
query QueryType,
21+
query QueryType
2222
mutation MutationType
2323
end
2424
```

0 commit comments

Comments
 (0)