SetCustomModuleFormScribeInstructionsInput
Autogenerated input type of SetCustomModuleFormScribeInstructions
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcustom_module_form_id
· ID!
· required · The CustomModuleForm whose Scribe instructions should be updated. custom_instructions
· String · Form-level Scribe instructions. Pass null or empty string to clear; omit to leave unchanged. Used By
Definition
"""Autogenerated input type of SetCustomModuleFormScribeInstructions"""input SetCustomModuleFormScribeInstructionsInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The CustomModuleForm whose Scribe instructions should be updated. """ custom_module_form_id: ID!
""" Form-level Scribe instructions. Pass null or empty string to clear; omit to leave unchanged. """ custom_instructions: String}