Skip to main content

RoleResponse

No description

type RoleResponse {
items: [Role!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

RoleResponse.items ● [Role!]! non-null object

List of items of type Role

RoleResponse.itemsFound ● Int! non-null scalar

Total number of items found

RoleResponse.offset ● Int! non-null scalar

The amount of items to show per page

RoleResponse.page ● Int! non-null scalar

The current page

RoleResponse.pages ● Int! non-null scalar

Total amount of pages

RoleResponse.start ● Int! non-null scalar

Start position of the current page

RoleResponse.end ● Int! non-null scalar

End position of the current page

Returned By

roles query