OBJECT
TicketStatus
MongoDB/GraphQL TicketStatus embedded model
Modelo embebido de estado de Ticket de MongoDB/GraphQL
link GraphQL Schema definition
- type TicketStatus {
- # Datetime of creation / update
- #
- # Día y hora de creación y/o actualización
- Date! :
- # Reflects the status of the resource for the ticket user at this given timestamp
- #
- # Refleja el estado del recurso para el ticket del usuario en el momento del
- # timestamp
- TicketStatusCode! :
- # Nullable field storing the position in the queue if the user is queued for using
- # the resource
- #
- # Propiedad nulable que guarda la posición en la cola si el usuario se encuentra
- # encolado para usar el recurso
- Int :
- }