Graphql schema documentation
Noticeable GraphQL Documentation
link GraphQL Schema definition
- schema {
- # Every GraphQL schema has a root type for both queries and mutations.
- # The query type defines GraphQL operations that retrieve data from Noticeable
- # servers.
- #
- # For more information, see "[About queries](http://graphql.org/learn/queries/)".
- Query :
- # Every GraphQL schema has a root type for both queries and mutations.
- # The mutation type defines GraphQL operations that change data on Noticeable
- # servers.
- # It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.
- #
- # For more information, see "[About
- # mutations](http://graphql.org/learn/queries/#mutations)".
- Mutation :
- }