This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-07
Channels
- # adventofcode (3)
- # announcements (6)
- # babashka (20)
- # beginners (53)
- # calva (11)
- # clj-kondo (11)
- # clojure (50)
- # clojure-argentina (4)
- # clojure-dev (1)
- # clojure-europe (14)
- # clojure-houston (1)
- # clojure-italy (2)
- # clojure-nl (4)
- # clojure-norway (3)
- # clojure-seattle (3)
- # clojure-uk (13)
- # clojurescript (2)
- # cloverage (1)
- # code-reviews (4)
- # conjure (2)
- # cursive (5)
- # datalevin (4)
- # datascript (33)
- # datomic (16)
- # events (1)
- # graphql (10)
- # gratitude (1)
- # honeysql (6)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (88)
- # malli (8)
- # off-topic (3)
- # other-languages (4)
- # polylith (3)
- # re-frame (16)
- # reagent (17)
- # reitit (3)
- # releases (2)
- # remote-jobs (1)
- # rewrite-clj (3)
- # shadow-cljs (3)
- # slack-help (2)
- # sql (36)
- # testing (31)
- # tools-deps (41)
- # xtdb (23)
https://gist.github.com/geraldodev/2925de9cf242101733af311baf552855#file-routes-clj-L104 , I'm trying to merge pedestal-swagger code with lacinia-pedestal code, so far so good. I'm constructing a http/router out of two vectors, one related with lacinia code and at line 104 the ones from pedestal-swagger. One problem I'm facing is if I do this swagger gives me the message: Parser error on line 2 unexpected end of the stream within a flow collection and also The provided definition does not specify a valid version field. Please indicate a valid Swagger or OpenAPI version field. Supported version fields are `swagger: "2.0"` and those that match `openapi: 3.0.n` (for example, `openapi: 3.0.0`).
graphiql isnt working but graphql executor is working 🙂
curl localhost:8080/graphql -X POST -H "content-type: application/json" -d '{"query": "{ hello }"}'
{"data":{"hello":"Alô Clojurians !"}}%