Liking cljdoc? Tell your friends :D

Build Status

Ring-Graphql-UI

GraphQL UI for Ring apps:

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 UI
  • endpoint: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

Can you improve this documentation? These fine people already did:
Matthieu Sprunck (msprunck) & Matthieu Sprunck
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close