INPUT_OBJECT
createRequestedFormInput
Autogenerated input type of createRequestedForm
link GraphQL Schema definition
- input createRequestedFormInput {
- ID :
- String :
- ID :
- String :
- # The ID of the custom form OR the name of the generic form (e.g 'billing_info')
- String :
- String :
- String :
- Boolean :
- # A serialized JSON string of metadata. Maximum character limit of 128,000.
- String :
- String :
- String :
- String :
- # A comma-separated list of user IDs and/or user group IDs. If passing user group
- # IDs, they should take the following format: 'group-1,group-2,group-3' You can
- # pass both user IDs and user group IDs. Example: '1,2,3,group-1,group-2' If you
- # pass a user group ID, all users in that group will be sent the form.
- String :
- Boolean :
- String :
- # True to skip sending the notifying email to clients, default false
- Boolean :
- }