We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc45ae8 commit 6b668f7Copy full SHA for 6b668f7
src/samples/asoiaf/typeDefs.ts
@@ -6,14 +6,14 @@ export const typeDefs = gql`
6
getCharacters: [Character]
7
}
8
type Book {
9
- name: String,
10
- publisher: String,
+ name: String
+ publisher: String
11
released: String
12
13
type Character {
14
15
- culture: String,
16
- born: String,
17
- url
+ culture: String
+ born: String
+ url: String
18
19
-`;
+`;
0 commit comments