SpaceCondition
A condition to be used against Space object types. All fields are tested for equality and combined with a logical ‘and.’
input SpaceCondition {
id: UUID
type: SpaceTypes
address: String
topicId: UUID
}
Fields
SpaceCondition.id ● UUID scalar
Checks for equality with the object’s id field.
SpaceCondition.type ● SpaceTypes enum
Checks for equality with the object’s type field.
SpaceCondition.address ● String scalar
Checks for equality with the object’s address field.
SpaceCondition.topicId ● UUID scalar
Checks for equality with the object’s topicId field.
Member Of
spaces query ● spacesConnection query