plug_graphql icon indicating copy to clipboard operation
plug_graphql copied to clipboard

Plug (Phoenix) integration for GraphQL Elixir

Results 5 plug_graphql issues
Sort by recently updated
recently updated
newest added

The indentation of the fenced code blocks was causing the markdown parser to interpret them as block quotes, not as code blocks

New interface using keyword lists will be introduced in https://github.com/graphql-elixir/graphql/pull/82 we need to use that and deprecate old interface.

[This PR](https://github.com/graphql/graphiql/pull/146) changed the fetcher URL to be relative - due to my carelessness this broke GraphiQL example code. I'd like to propose the change that will let you keep...

Still fairly new to Elixir and Phoenix/Plug. Is this the appropriate repo on which to request support for GraphQL subscriptions? There seems to be lots of work happening in this...

Phoenix errors when a second `forward` is declared to the same Plug. This can be worked around by wrapping the `GraphQL.Plug.Endpoint` with configuration in a new module Plug. ``` elixir...