TeamCondition
A condition to be used against Team object types. All fields are tested for equality and combined with a logical ‘and.’
input TeamCondition {
id: String
name: String
parentTeamId: String
version: Int
createdByWorkspaceAccountId: String
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
TeamCondition.id ● String scalar
Checks for equality with the object’s id field.
TeamCondition.name ● String scalar
Checks for equality with the object’s name field.
TeamCondition.parentTeamId ● String scalar
Checks for equality with the object’s parentTeamId field.
TeamCondition.version ● Int scalar
Checks for equality with the object’s version field.
TeamCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
TeamCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
TeamCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
TeamCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
TeamCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
Member Of
teams query ● teamsConnection query