SetCustomModuleFormScribeInstructionsPayload
Autogenerated return type of SetCustomModuleFormScribeInstructions.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcustomModuleForm
· CustomModuleForm · The CustomModuleForm whose Scribe instructions were updated. messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of SetCustomModuleFormScribeInstructions."""type SetCustomModuleFormScribeInstructionsPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The CustomModuleForm whose Scribe instructions were updated. """ customModuleForm: CustomModuleForm
""" The list of errors occurred during the mutation """ messages: [FieldError]}