Organization / Types/ object
SupportInboxUpdatePayload
The response for the mutation containing the result and user errors.
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.
message•String!field•[String!]