CreateFormPayload
Autogenerated return type of CreateForm.
type CreateFormPayload {
clientMutationId: String
form: Form!
}
Fields
CreateFormPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateFormPayload.form ● Form! non-null object
The form that has just been created.
Returned By
createForm mutation