Organization / Types/ object
UserInviteConnection
A paginated list of UserInvite 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.
email•String!Email address
firstname•StringFirst name of the invited user (optional)
lastname•StringLast name of the invited user (optional)
warehouses•[UserInviteWarehouseAssignment!]Warehouse assignments assigned to the user when they accept the invite
createdAt•DateTimeTz!When the invite was created.
updatedAt•DateTimeTz!When the invite was last updated.
inviter•User!Inviter of the invite
cursor•String!A unique cursor that can be used for pagination.