CreateFormWithJSONPayload
Autogenerated return type of CreateFormWithJSON.
type CreateFormWithJSONPayload {
clientMutationId: String
form: Form!
}
Fields
CreateFormWithJSONPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateFormWithJSONPayload.form
● Form!
non-null object
Returned By
createFormWithJSON
mutation