RichardLitt / jabbar

Find out who is interested in your GitHub Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add graphql file

RichardLitt opened this issue · comments

Like https://github.com/RichardLitt/jabbar/blob/master/queries/watchers.query.yaml ?

I was wondering why they were wrapped in yaml too.

Yes, but more like actual queries which are run. The yaml file is a format for storing GraphQL queries as a file themselves. I'm going to look into how to integrate them formally this morning.

Replace the hardcoded values with graphql variables and you should be good to go :-)

Pretty much. Got this figure out, for now. Closing. :)