Skip to main content

WorkspaceCondition

A condition to be used against Workspace object types. All fields are tested for equality and combined with a logical ‘and.’

input WorkspaceCondition {
id: String
slug: String
name: String
domains: [String]
website: String
glyphUrl: String
logoUrl: String
billingAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
type: String
productId: String
paidSeatCount: Int
workosOrganizationId: String
partnerDomains: [String]
}

Fields

WorkspaceCondition.id ● String scalar

Checks for equality with the object’s id field.

WorkspaceCondition.slug ● String scalar

Checks for equality with the object’s slug field.

WorkspaceCondition.name ● String scalar

Checks for equality with the object’s name field.

WorkspaceCondition.domains ● [String] list scalar

Checks for equality with the object’s domains field.

WorkspaceCondition.website ● String scalar

Checks for equality with the object’s website field.

WorkspaceCondition.glyphUrl ● String scalar

Checks for equality with the object’s glyphUrl field.

WorkspaceCondition.logoUrl ● String scalar

Checks for equality with the object’s logoUrl field.

WorkspaceCondition.billingAccountId ● String scalar

Checks for equality with the object’s billingAccountId field.

WorkspaceCondition.version ● Int scalar

Checks for equality with the object’s version field.

WorkspaceCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

WorkspaceCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

WorkspaceCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

WorkspaceCondition.type ● String scalar

Checks for equality with the object’s type field.

WorkspaceCondition.productId ● String scalar

Checks for equality with the object’s productId field.

Checks for equality with the object’s paidSeatCount field.

WorkspaceCondition.workosOrganizationId ● String scalar

Checks for equality with the object’s workosOrganizationId field.

WorkspaceCondition.partnerDomains ● [String] list scalar

Checks for equality with the object’s partnerDomains field.

Member Of

workspaces query ● workspacesConnection query