This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-04
Channels
- # aleph (4)
- # bangalore-clj (1)
- # beginners (89)
- # boot (16)
- # braveandtrue (4)
- # cider (1)
- # cljs-dev (6)
- # cljsrn (90)
- # clojure (132)
- # clojure-austin (1)
- # clojure-dusseldorf (4)
- # clojure-italy (12)
- # clojure-portugal (2)
- # clojure-spec (13)
- # clojure-uk (41)
- # clojurescript (142)
- # code-reviews (19)
- # conf-proposals (1)
- # datascript (6)
- # datomic (7)
- # graphql (12)
- # jobs-discuss (3)
- # keechma (23)
- # leiningen (3)
- # lumo (22)
- # off-topic (7)
- # om (21)
- # onyx (8)
- # parinfer (46)
- # pedestal (3)
- # perun (3)
- # re-frame (10)
- # reagent (30)
- # ring (1)
- # rum (2)
- # spacemacs (1)
- # sql (2)
- # testing (17)
- # yada (32)
@hlship do you think something like this would be doable with Lacinia? https://github.com/graphql/graphql-js/issues/407
In summary, modifying the context (passed to resolvers) during resolution (in a resolver)
@malcolmsparks @hlship thanks for input, I wrote my comment back there. I suggest we’re supporting more clients even with invalid headers
Yes, Postel's Law applies here. Though iirc the Content-Type is strictly invalid if there are invalid parameters. And standards are important. But in this case it seems better to ignore the parameter. However, this is a bug in the client that should be communicated. The internet is only the internet when standards are upheld. :)