Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Releases: graphql-elixir/plug_graphql

0.3.1

01 Jun 02:49
Compare
Choose a tag to compare
  • Enhancements
    • Upgrade to GraphiQL 0.7.1
  • Bugfixes
    • Fix GraphiQL bug where GraphQL server was assumed to be mounted at /graphql

0.3.0

30 May 01:08
Compare
Choose a tag to compare
  • Enhancements
    • Upgrade to GraphQL 0.3.0
    • Upgrade to GraphiQL 0.7.0
    • Allow passing in operation name

v0.2.0

19 Mar 02:36
Compare
Choose a tag to compare

v0.1.4

25 Jan 13:52
Compare
Choose a tag to compare

Fix GraphiQL bug with handling multiline queries and variables

v0.1.3

23 Jan 15:11
Compare
Choose a tag to compare
  • GraphiQL support
  • Support for all content types: application/graphql, application/json, application/x-www-form-urlencoded and multipart/form-data (for file upload support)
  • root_value, variables and operation_name can now be passed through to GraphQL core

v0.0.5

03 Dec 21:45
Compare
Choose a tag to compare

Use graphql v0.0.6 with new Schema syntax