All Classes
-
Class Summary Class Description Query Sample calls: graphql:query "{books { name }}" graphql:query "{bookById(id:\"1\") { name id pageCount }}" graphql:query "mutation { addBook(name:\"Lord of the Rings\" pageCount:100) { id name }}
| Class | Description |
|---|---|
| Query |
Sample calls:
graphql:query "{books { name }}"
graphql:query "{bookById(id:\"1\") { name id pageCount }}"
graphql:query "mutation { addBook(name:\"Lord of the Rings\" pageCount:100) { id name }}
|