Skip to main content

CompaniesResponse

No description

type CompaniesResponse {
items: [Company!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

CompaniesResponse.items ● [Company!]! non-null object

List of items of type Company

CompaniesResponse.itemsFound ● Int! non-null scalar

Total number of items found

CompaniesResponse.offset ● Int! non-null scalar

The amount of items to show per page

CompaniesResponse.page ● Int! non-null scalar

The current page

CompaniesResponse.pages ● Int! non-null scalar

Total amount of pages

CompaniesResponse.start ● Int! non-null scalar

Start position of the current page

CompaniesResponse.end ● Int! non-null scalar

End position of the current page

Returned By

companies query

Member Of

Contact object ● Usergroup object