Skip to content

lewispham/mercurius-issue-458

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mercurius-issue-458

Steps to reproduce

  1. Clone the repo then run npm install
  2. Run npm start
  3. Go to http://localhost:8080/playground
  4. Paste this mutation into a tab
mutation (
  $name: String!
  $email: String!
) {
  createUser(
    name: $name
    email: $email
  ) {
    name,
    email
  }
}
# Variables
# In this example, name must be lowercase, alphabetic and not more than 50 characters
{
  "name": "abc",
  "email": "abc"
}
  1. Run the mutation with some malformed email or name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published