GraphQL Mutation Form

This form uses GraphQL mutations to submit data, presenting a unique challenge for autofill systems that expect traditional form submissions.

Success! Mutation executed successfully! The secret is: dumbledore
Error!

User Registration

Please enter a valid email address
Account type is required
Birth date is required
Profile picture is required

User
id: ID!
email: String!
accountType: String!
birthdate: String!
subscriptionPlan: String!
profilePicture: String!
CreateUserInput
email: String!
accountType: String!
birthdate: String!
subscriptionPlan: String!
profilePicture: String!

Loading...
Response: