This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-15
Channels
- # announcements (1)
- # beginners (101)
- # boot (13)
- # cider (38)
- # cljdoc (10)
- # cljs-dev (37)
- # cljsrn (6)
- # clojure (74)
- # clojure-dev (8)
- # clojure-europe (3)
- # clojure-italy (36)
- # clojure-losangeles (2)
- # clojure-nl (5)
- # clojure-spec (15)
- # clojure-uk (49)
- # clojuredesign-podcast (2)
- # clojurescript (52)
- # cursive (6)
- # datomic (19)
- # fulcro (35)
- # graalvm (16)
- # graphql (4)
- # kaocha (1)
- # leiningen (26)
- # luminus (3)
- # re-frame (10)
- # reagent (14)
- # ring-swagger (37)
- # rum (2)
- # schema (4)
- # shadow-cljs (148)
- # spacemacs (13)
- # specter (1)
- # sql (46)
- # tools-deps (3)
- # vim (4)
I am having some issue with graphql/lacinia, where every access fails with a parsing error but the built-in /graphiql endpoint works as advertised. This is a project built with lein new luminus app_name +swagger +graphql +re-frame +shadow-cljs +oauth +auth-jwe +postgres
I have not touched anything, the schema is as default, trying to access via re-graph (a re-frame gql-thing), fails with a {:errors [{:message The HTTP call failed., :extensions {:status 0}}]}
which is not very enlightening. I’m unsure how to attack this. Any thoughts?
I’ve used the [gq](https://github.com/hasura/graphqurl) to access the endpoint, but it fails with a
Introspecting schema... !
Error: GraphQL error: Failed to parse GraphQL query.
at new ApolloError (~/.npm-packages/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:92:26)
at ~/.npm-packages/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:1587:34
at ~/.npm-packages/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:2007:15
at Set.forEach (<anonymous>)
at ~/.npm-packages/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:2005:26
at Map.forEach (<anonymous>)
at QueryManager.broadcastQueries (~/.npm-packages/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:2003:20)
at ~/.npm-packages/lib/node_modules/graphqurl/node_modules/apollo-client/bundle.umd.js:2130:19
at Object.next (~/.npm-packages/lib/node_modules/graphqurl/node_modules/zen-observable/lib/Observable.js:308:23)
at notifySubscription (~/.npm-packages/lib/node_modules/graphqurl/node_modules/zen-observable/lib/Observable.js:130:18)