Organization / Types/ object
TenantSupportTicketCreatePayload
The response for the mutation containing the result and user errors.
Fields
2 fieldsid•ID!Unique primary key.
ticketNumber•String!Ticket number of the tenant support ticket.
subject•String!Subject of the tenant support ticket.
status•SupportTicketStatus!Current status of the tenant support ticket.
OPENPENDINGAWAITING_REPLYRESOLVEDCLOSEDlastMessageAt•DateTimeTzWhen the most recent message was sent.
id•ID!Unique primary key.
name•String!Name of the tenant support inbox.
isInternalOnly•Boolean!Whether this tenant support inbox is restricted to internal users.
createdAt•DateTimeTz!When the tenant support inbox was created.
updatedAt•DateTimeTz!When the tenant support inbox was last updated.
createdAt•DateTimeTz!When the tenant support ticket was created.
updatedAt•DateTimeTz!When the tenant support ticket was last updated.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of SupportTicketLinkedResource edges.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of TenantSupportMessage edges.
message•String!field•[String!]