Fork me on GitHub
#graphql
<
2018-01-17
>
admay16:01:44

@hlship I built a GraphQL service based almost entirely off of the tutorial from the readthedocs pages and am looking to adjust the default URLs for the graphql and graphiql end points. What can I do to see the end points as they are now to adjust them?

hlship17:01:24

The ability to configure those paths is part of lacinia-pedestal 0.6.0-pr-2.

hlship17:01:37

There's a bunch of new options to configure the paths.

hlship17:01:44

See the API docs.

admay18:01:53

I’ll check it out, thanks!

hiredman20:01:05

@hlship have you considered manually asserting the schema spec when compiling instead of globally toggling on assertion check and then instrumenting compile?

hlship20:01:40

Yes I have, and that's the way it probably should operate.

hiredman20:01:24

I made a pr for it

timgilbert21:01:56

Any particular reason why :my-resolver in :resolve [:my-resolver "foo"] needs to be a simple keyword and not a namespaced one? Not a huge deal, but I was surprised to get a spec error when I tried [:my-ns/my-resolver "foo]

hlship21:01:08

I'd consider that a bug.

timgilbert21:01:36

Cool, shall I file an issue?

hlship21:01:59

Yes please.

timgilbert21:01:14

Hmm, actually now that I'm writing test code to reproduce it I can't, probably something else wrong on my end. I'll poke at it more