SectionPickListItemCondition
A condition to be used against SectionPickListItem object types. All fields
are tested for equality and combined with a logical ‘and.’
input SectionPickListItemCondition {
id: String
workspaceId: String
sectionId: String
order: BigFloat
text: String
version: Int
createdByWorkspaceAccountId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
label: String
isSource: Boolean
sourceId: String
}
Fields
SectionPickListItemCondition.id ● String scalar
Checks for equality with the object’s id field.
SectionPickListItemCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
SectionPickListItemCondition.sectionId ● String scalar
Checks for equality with the object’s sectionId field.
SectionPickListItemCondition.order ● BigFloat scalar
Checks for equality with the object’s order field.
SectionPickListItemCondition.text ● String scalar
Checks for equality with the object’s text field.
SectionPickListItemCondition.version ● Int scalar
Checks for equality with the object’s version field.
SectionPickListItemCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
SectionPickListItemCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
SectionPickListItemCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
SectionPickListItemCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
SectionPickListItemCondition.label ● String scalar
Checks for equality with the object’s label field.
SectionPickListItemCondition.isSource ● Boolean scalar
Checks for equality with the object’s isSource field.
SectionPickListItemCondition.sourceId ● String scalar
Checks for equality with the object’s sourceId field.
Member Of
sectionPickListItems query ● sectionPickListItemsConnection query