OBJECT
RootQuery
link GraphQL Schema definition
- type RootQuery {
- # Arguments
- # id: [Not documented]
- ID!): User ( :
- # Arguments
- # from: [Not documented]
- # limit: [Not documented]
- ID, : Int): [User] ( :
- # Arguments
- # id: [Not documented]
- ID!): Post ( :
- # Arguments
- # from: [Not documented]
- # limit: [Not documented]
- ID, : Int): [Post] ( :
- # Arguments
- # email: [Not documented]
- # password: [Not documented]
- String!, : String!): Auth ( :
- Auth :
- # Arguments
- # from: [Not documented]
- # limit: [Not documented]
- ID, : Int): [ChatRoom] ( :
- }
link Require by
This element is not required by anyone