Organization / Types/ object
UserConnection
A paginated list of User edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•ID!Unique primary key.
firstname•String!First name
lastname•String!Last name
email•String!Email address
locale•String!Locale of the user
timezone•String!Timezone of the user
avatar•AvatarAvatar of the user.
warehouses•UserWarehouseConnection!The warehouses associated with this user.
cursor•String!A unique cursor that can be used for pagination.