CreateOrRecoverAccordDomainPayload
No description
type CreateOrRecoverAccordDomainPayload {
id: String
accordId: String
domain: String
deletedAt: Datetime
createdAt: Datetime
updatedAt: Datetime
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
}
Fields
CreateOrRecoverAccordDomainPayload.id ● String scalar
Id of the created or recovered accord_domain row.
CreateOrRecoverAccordDomainPayload.accordId ● String scalar
Id of the accord the domain belongs to.
CreateOrRecoverAccordDomainPayload.domain ● String scalar
The email/website domain associated with the accord.
CreateOrRecoverAccordDomainPayload.deletedAt ● Datetime scalar
When the domain was soft-deleted, or null after recovery.
CreateOrRecoverAccordDomainPayload.createdAt ● Datetime scalar
When the accord_domain row was created.
CreateOrRecoverAccordDomainPayload.updatedAt ● Datetime scalar
When the accord_domain row was last updated.
CreateOrRecoverAccordDomainPayload.workspaceId ● String scalar
Id of the workspace the accord belongs to.
CreateOrRecoverAccordDomainPayload.createdByWorkspaceAccountId ● String scalar
Workspace seat that created (or recovered) the domain.
CreateOrRecoverAccordDomainPayload.version ● Int scalar
Optimistic-concurrency version counter for the row.
Returned By
createOrRecoverAccordDomain mutation