Skip to main content

RoleDefinitionResponse

No description

type RoleDefinitionResponse {
items: [RoleDefinition!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

RoleDefinitionResponse.items ● [RoleDefinition!]! non-null object

List of items of type RoleDefinition

RoleDefinitionResponse.itemsFound ● Int! non-null scalar

Total number of items found

RoleDefinitionResponse.offset ● Int! non-null scalar

The amount of items to show per page

RoleDefinitionResponse.page ● Int! non-null scalar

The current page

RoleDefinitionResponse.pages ● Int! non-null scalar

Total amount of pages

RoleDefinitionResponse.start ● Int! non-null scalar

Start position of the current page

RoleDefinitionResponse.end ● Int! non-null scalar

End position of the current page

Returned By

roleDefinitions query