Awesome
Ring-Graphql-UI
GraphQL UI for Ring apps:
- GraphiQL based on CustomGraphiQL
- GraphQL Voyager
Usage
The wrap-graphiql
middleware serves the GraphiQL UI and wrap-voyager
serves the GraphQL Voyager UI.
(def app
(-> handler
(wrap-graphiql {:path "/graphiql"
:endpoint "/graphql"})
(wrap-voyager {:path "/voyager"
:endpoint "/graphql"})))
They provides the following options:
path
:The path to the GraphiQL or GraphQL Voyager UIendpoint
:The GraphQL endpoint URL
License
CustomGraphiQL
shahankit/custom-graphiql is licensed under the MIT License
GraphQL Voyager
APIs-guru/graphql-voyager is licensed under the MIT License
Ring-Graphql-UI
Copyright © 2015-2016 Cisco Systems
Eclipse Public License v1.0