DeleteFormSectionPayload
Autogenerated return type of DeleteFormSection.
type DeleteFormSectionPayload {
  clientMutationId: String
}
Fields
DeleteFormSectionPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
Returned By
deleteFormSection  mutation