shareCustomModuleFormInput
Autogenerated input type of shareCustomModuleForm
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEvalidate_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") form_share_recipient: String id: ID
""" (DEPRECATED) Does nothing. Permissions are always checked """ validate_permissions: Boolean = false}