OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Arguments
  • # contact_id: [Not documented]
  • contact(contact_id: UUID!): Contact
  • # Get all contacts. The result is paginated and limited to 300 items at once.
  • # If you need more, please contact with us to increase the quota.
  • #
  • # Arguments
  • # limit: [Not documented]
  • # page: [Not documented]
  • contacts(limit: Int, page: Int): [Contact!]
  • version: String!
  • }

link Require by

This element is not required by anyone