Fork me on GitHub
#pathom
<
2022-02-01
>
cjsauer16:02:52

Here is my full cljs code, adapted from the tutorial page.

cjsauer16:02:43

When I (tap> env) I can see that the indexes are indeed loaded, so it doesn't appear to be a schema loading issue. The gitlab API also shows up fine when I (tap> env).

cjsauer16:02:09

Here is a test of the request-gitlab-graphql function:

(-> (request-gitlab-graphql "query { allPeople { people { name } } }")
      (p/then #(js/console.log %)))
Which indeed logs out the expected Star Wars character names. So it doesn't appear to be an issue there.