Skip to main content

GqlApiKeyResponse

No description

type GqlApiKeyResponse {
items: [GqlApiKey!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

GqlApiKeyResponse.items ● [GqlApiKey!]! non-null object

List of items of type GqlApiKey

GqlApiKeyResponse.itemsFound ● Int! non-null scalar

Total number of items found

GqlApiKeyResponse.offset ● Int! non-null scalar

The amount of items to show per page

GqlApiKeyResponse.page ● Int! non-null scalar

The current page

GqlApiKeyResponse.pages ● Int! non-null scalar

Total amount of pages

GqlApiKeyResponse.start ● Int! non-null scalar

Start position of the current page

GqlApiKeyResponse.end ● Int! non-null scalar

End position of the current page

Returned By

gqlApiKeys query