SectionCondition
A condition to be used against Section object types. All fields are tested for equality and combined with a logical ‘and.’
input SectionCondition {
id: String
workspaceId: String
playbookId: String
summaryId: String
order: BigFloat
type: String
title: String
data: JSON
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
internal: Boolean
}
Fields
SectionCondition.id ● String scalar
Checks for equality with the object’s id field.
SectionCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
SectionCondition.playbookId ● String scalar
Checks for equality with the object’s playbookId field.
SectionCondition.summaryId ● String scalar
Checks for equality with the object’s summaryId field.
SectionCondition.order ● BigFloat scalar
Checks for equality with the object’s order field.
SectionCondition.type ● String scalar
Checks for equality with the object’s type field.
SectionCondition.title ● String scalar
Checks for equality with the object’s title field.
SectionCondition.data ● JSON scalar
Checks for equality with the object’s data field.
SectionCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
SectionCondition.version ● Int scalar
Checks for equality with the object’s version field.
SectionCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
SectionCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
SectionCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
SectionCondition.internal ● Boolean scalar
Checks for equality with the object’s internal field.
Member Of
sections query ● sectionsConnection query