CreateFormPayload
Autogenerated return type of CreateForm.
type CreateFormPayload {
clientMutationId: String
errors: [String!]!
form: Form
}
Fields
CreateFormPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateFormPayload.errors
● [String!]!
non-null scalar
CreateFormPayload.form
● Form
object
Returned by
createForm
mutation