Skip to content

shareCustomModuleFormInput

Autogenerated input type of shareCustomModuleForm

Fields

deprecated DO NOT USE
form_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
}