Organization / Types/ object
SupportInboxEdge
An edge that contains a node of type SupportInbox and a cursor.
Fields
2 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.
pageInfo•PageInfo!Pagination information about the list of edges.
edges•[SupportTicketEdge!]!A list of SupportTicket edges.
cursor•String!A unique cursor that can be used for pagination.