INPUT_OBJECT

ServerHeartbeatCondition

A condition to be used against ServerHeartbeat object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input ServerHeartbeatCondition {
  • # Checks for equality with the object’s `deviceId` field.
  • deviceId: UUID
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: Datetime
  • }