Diana.jl
Diana.jl copied to clipboard
GraphQL for Julia
**Describe the bug** root value to resolver of filed with user type always get **nothing** **To Reproduce** create scheme with any field with user-created type like Book { author: Person...
# Adding subscriptions to Diana.jl Can we please get client subscriptions (using websockets) in Diana.jl so that we can subscribe to existing GraphQL servers? We're looking for the client-side, not...
**Describe the bug** When using nested Input types, the parser fails with the following error: Error: ErrorException("type Object_ has no field value") **To Reproduce** Steps to reproduce the behavior: 1....
**Is your feature request related to a problem? Please describe.** I don't like to repeat work, and create a variable of schemas and a variable of resolves, can always be...
If I don't specify the auth token, it still sends an "Authorization" header, which the server sees as incorrect syntax.
https://app.slack.com/client/T68168MUP/C67910KEH/thread/C67910KEH-1575635707.424100 Have an example of how to create resolvers and start a server listening for requests. Is it possible?