graphql-lua icon indicating copy to clipboard operation
graphql-lua copied to clipboard

add support for GraphQL Docs Request for client request, add fix can'…

Open yongboy opened this issue 7 years ago • 3 comments

Fix bugs:

  • Add GraphQL Introspection support for GraphQL Client (eg:chrome‘s GraphIQL Feen Plugin)init request avoiding show Docs failure
  • Fix does not get the InputObject's Parameter bug when need
  • Fix the directive does not work well with Variables's parameter bug

:))

yongboy avatar Jun 30 '17 06:06 yongboy

Any updates on this @yongboy?

LennyPenny avatar Nov 21 '17 08:11 LennyPenny

some of the changes are integrated here (PR will come later). https://github.com/ruslantalpa/graphql-lua/tree/deploy

the docs work for me

ruslantalpa avatar Nov 21 '17 08:11 ruslantalpa

I'm not sure if this thread is dead, but I've got this working with GraphiQL with the following minimal patch: https://github.com/andyvanee/graphql-lua/commit/478594100f129641417ec802bde1b0ec0c9597ca

Also, I was a bit confused since the only available version on luarocks is the 0.0.2 tag, which is quite old and does not include many of the changes necessary to work with GraphiQL - particularly https://github.com/bjornbytes/graphql-lua/commit/119aafe825e6158c461d2b24f4710beb22bc85cb . Perhaps it's time for an updated tag?

Thanks!

andyvanee avatar Mar 08 '19 20:03 andyvanee