CreateFormSectionPayload
Autogenerated return type of CreateFormSection.
type CreateFormSectionPayload {
  clientMutationId: String
  form_section: FormSection!
}
Fields
CreateFormSectionPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateFormSectionPayload.form_section ● FormSection! non-null object
Returned By
createFormSection  mutation