Get some ticket data, join some relation
{
allTickets {
nodes {
id
stateId
closeAt
createdAt
groupId
ticketStateByStateId {
id
stateTypeId
name
}
userByOwnerId {id}
ticketFlagsByTicketId
{totalCount}
}
}
}
Ticket Priorities
{
allTicketPriorities {
edges {
node {
id
defaultCreate
uiIcon
uiColor
active
createdAt
}
}
}
}
https://docs.zammad.org/en/latest/install/docker-compose.html
https://docs.zammad.org/en/latest/install/docker-compose/environment.html
https://www.graphile.org/postgraphile/relations/
https://www.graphile.org/postgraphile/filtering/