SdEnableScribeOrgInput
Autogenerated input type of SdEnableScribeOrg
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}