OBJECT
FormSubmitPayload
Autogenerated return type of FormSubmit
# GraphQL Schema definition
1 type FormSubmitPayload { 2 # includes one of model or user, depending on which form was submitted 3 Result : 4 # validation error messages based on form fields 5 HashObject : 6 }