ContactsResponse
No description
type ContactsResponse {
items: [Contact!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
ContactsResponse.items
● [Contact!]!
non-null object
List of items of type Contact
ContactsResponse.itemsFound
● Int!
non-null scalar
Total number of items found
ContactsResponse.offset
● Int!
non-null scalar
The amount of items to show per page
ContactsResponse.page
● Int!
non-null scalar
The current page
ContactsResponse.pages
● Int!
non-null scalar
Total amount of pages
ContactsResponse.start
● Int!
non-null scalar
Start position of the current page
ContactsResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
contacts
query
Member Of
Company
object