Skip to content

Demo of wrapping serde_json::Value with juniper ScalarValue

Notifications You must be signed in to change notification settings

nlinker/rust-graphql-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust GraphQL JSON Example

  • Juniper GraphQL Server
  • Warp
  • Rust
  • serde_json::Value

Installation and run

It is as easy as (just wait a bit running this from the clean state)

cargo run

visit http://localhost:8080/playground and type there something like

{ users { id kind json } }

expected result

About

Demo of wrapping serde_json::Value with juniper ScalarValue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages