Organization / Types/ object
SupportInbox
Fields
9 fieldsid•ID!Unique primary key.
name•String!Name of the support inbox.
inboundEmailAddress•String!Inbound email address of the support inbox.
forwardEmailAddress•StringForward email address of the support inbox.
isInternalOnly•Boolean!Whether this support inbox is restricted to internal users.
createdAt•DateTimeTz!When the support inbox was created.
updatedAt•DateTimeTz!When the support inbox was last updated.
hasNextPage•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.
node•SupportTicket!The SupportTicket node.
cursor•String!A unique cursor that can be used for pagination.