CreateFormWithJSONInput
Autogenerated input type of CreateFormWithJSON
input CreateFormWithJSONInput {
clientMutationId: String
form_json: String!
form_type: FormType!
}
Fields
CreateFormWithJSONInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateFormWithJSONInput.form_json
● String!
non-null scalar
CreateFormWithJSONInput.form_type
● FormType!
non-null enum
Member Of
createFormWithJSON
mutation