Skip to content

sfriberg/graphqlScalar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graphqlScalar

To run: gradle run

To reproduce issue go to Graphiql on http://localhost:8080

This query should work and return the String "ok"

query testOk {
  test(test: {test: "ok"} )
}

This query will fail

query testFail($value: String) {
  test(test: {test: $value} )
}

{"value": "fail" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published