OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # contact_id: [Not documented]
- (: 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]
- (: Int, : Int): [Contact!]
- : String!
- }
link Require by
This element is not required by anyone