shareCustomModuleFormInput
Autogenerated input type of shareCustomModuleForm
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEform_share_recipient
· String
· Email of user to share the form with validate_permissions
· Boolean
· (DEPRECATED) Does nothing. Permissions are always checked Used By
Definition
"""Autogenerated input type of shareCustomModuleForm"""input shareCustomModuleFormInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Email of user to share the form with """ form_share_recipient: String id: ID
""" (DEPRECATED) Does nothing. Permissions are always checked """ validate_permissions: Boolean = false}