EditorCondition
A condition to be used against Editor object types. All fields are tested for equality and combined with a logical ‘and.’
input EditorCondition {
spaceId: UUID
memberSpaceId: UUID
}
Fields
EditorCondition.spaceId ● UUID scalar
Checks for equality with the object’s spaceId field.
EditorCondition.memberSpaceId ● UUID scalar
Checks for equality with the object’s memberSpaceId field.
Member Of
editors query ● editorsConnection query