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

GraphQL implementation in Lua

Results 4 graphql-lua issues
Sort by recently updated
recently updated
newest added

The type map currently does not contain types that only appear as subtypes of an union.

When trying to use a host made using graphql-lua, graphiql is missing the interfaces. Apparently this is a common issue, as explained here: https://github.com/graphql/graphiql/issues/746#issuecomment-440849959

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...

(adding this to keep track of bug discovered) schema/execute modules need to fix how interfaces/unions are defined and executed. Either check that the resolveType is defined or provide a default...