by Eunmin
GraphQL HTTP 서버에 GraphQL in-browser IDE인 Graphiql을 사용하고 싶습니다.
Graphiql Ring 미들웨어을 지원하는 ring-graphql-ui 의존성을 추가합니다.
[threatgrid/ring-graphql-ui "0.1.1"]
(require '[ring-graphql-ui.core :refer [wrap-graphiql]])
(def app
(wrap-graphiql handler {:path "/graphiql"
:endpoint "/graphql"}))
웹 브라우저에서 /graphiql/index.html
로 접근해 봅니다.