OBJECT

RootQuery

link GraphQL Schema definition

  • type RootQuery {
  • # Arguments
  • # id: [Not documented]
  • User(id: ID!): User
  • # Arguments
  • # from: [Not documented]
  • # limit: [Not documented]
  • Users(from: ID, limit: Int): [User]
  • # Arguments
  • # id: [Not documented]
  • Post(id: ID!): Post
  • # Arguments
  • # from: [Not documented]
  • # limit: [Not documented]
  • Posts(from: ID, limit: Int): [Post]
  • # Arguments
  • # email: [Not documented]
  • # password: [Not documented]
  • Login(email: String!, password: String!): Auth
  • LoginWithToken: Auth
  • # Arguments
  • # from: [Not documented]
  • # limit: [Not documented]
  • Chats(from: ID, limit: Int): [ChatRoom]
  • }

link Require by

This element is not required by anyone