Skip to content

SdEnableScribeOrgInput

Autogenerated input type of SdEnableScribeOrg

Fields

deprecated DO NOT USE
organization_id · ID! · required · The ID of the Organization to enable Scribe for
enable · Boolean! · required · Whether to enable Scribe for the Organization

Used By

Definition

"""
Autogenerated input type of SdEnableScribeOrg
"""
input SdEnableScribeOrgInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the Organization to enable Scribe for
"""
organization_id: ID!
"""
Whether to enable Scribe for the Organization
"""
enable: Boolean!
}