CreateFormSectionInput
Autogenerated input type of CreateFormSection
input CreateFormSectionInput {
clientMutationId: String
formId: ID
form_section: FormSectionInput!
}
Fields
CreateFormSectionInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateFormSectionInput.formId
● ID
scalar
CreateFormSectionInput.form_section
● FormSectionInput!
non-null input
Member Of
createFormSection
mutation