CreateFormInput
Autogenerated input type of CreateForm
input CreateFormInput {
  clientMutationId: String
  form: FormInput!
  form_type: FormType!
}
Fields
CreateFormInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateFormInput.form ● FormInput! non-null input
The properties for the form to create.
CreateFormInput.form_type ● FormType! non-null enum
The type of form to create.
Member Of
createForm  mutation