WorkspaceAccountCondition
A condition to be used against WorkspaceAccount object types. All fields are
tested for equality and combined with a logical ‘and.’
input WorkspaceAccountCondition {
id: String
workspaceId: String
accountId: String
role: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
invitationToken: String
acceptedAt: Datetime
seatType: String
crmContactId: String
systemRole: String
contactEmail: String
isPartner: Boolean
searchVector: FullText
contactLocation: JSON
}
Fields
WorkspaceAccountCondition.id ● String scalar
Checks for equality with the object’s id field.
WorkspaceAccountCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
WorkspaceAccountCondition.accountId ● String scalar
Checks for equality with the object’s accountId field.
WorkspaceAccountCondition.role ● String scalar
Checks for equality with the object’s role field.
WorkspaceAccountCondition.version ● Int scalar
Checks for equality with the object’s version field.
WorkspaceAccountCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
WorkspaceAccountCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
WorkspaceAccountCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
WorkspaceAccountCondition.invitationToken ● String scalar
Checks for equality with the object’s invitationToken field.
WorkspaceAccountCondition.acceptedAt ● Datetime scalar
Checks for equality with the object’s acceptedAt field.
WorkspaceAccountCondition.seatType ● String scalar
Checks for equality with the object’s seatType field.
WorkspaceAccountCondition.crmContactId ● String scalar
Checks for equality with the object’s crmContactId field.
WorkspaceAccountCondition.systemRole ● String scalar
Checks for equality with the object’s systemRole field.
WorkspaceAccountCondition.contactEmail ● String scalar
Checks for equality with the object’s contactEmail field.
WorkspaceAccountCondition.isPartner ● Boolean scalar
Checks for equality with the object’s isPartner field.
WorkspaceAccountCondition.searchVector ● FullText scalar
Checks for equality with the object’s searchVector field.
WorkspaceAccountCondition.contactLocation ● JSON scalar
Checks for equality with the object’s contactLocation field.
Member Of
workspaceAccounts query ● workspaceAccountsConnection query