Тип

LocationCondition

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

"""
A condition to be used against `Location` object types. All fields are tested
for equality and combined with a logical ‘and.’
"""
input LocationCondition {
  """Checks for equality with the object’s `rowId` field."""
  rowId: UUID
}