OrganizationAuthDomainCreateInput
Input for creating or updating an organization auth domain.
input OrganizationAuthDomainCreateInput {
active: Boolean
domain: String!
id: Int
organizationId: Int!
}
Fields
OrganizationAuthDomainCreateInput.active ● Boolean scalar common
Whether the auth domain should be active.
OrganizationAuthDomainCreateInput.domain ● String! non-null scalar common
The domain value to save.
OrganizationAuthDomainCreateInput.id ● Int scalar common
The auth domain ID when updating an existing record.
OrganizationAuthDomainCreateInput.organizationId ● Int! non-null scalar common
The organization ID the auth domain belongs to.
Member Of
saveOrganizationAuthDomain mutation