Closed TOTBWF closed 5 years ago
This PR implements the changes mentioned in #34. Specifically, graphql-select-endpoint will load the nearest .graphqlconfig file, and set graphql-url and graphql-extra-headers based off of it.
graphql-select-endpoint
.graphqlconfig
graphql-url
graphql-extra-headers
Pretty cool! I didn't know the existance of .graphqlconfig.
So this is completely optional, the user is still able to specify variables manually. Looks great!
This PR implements the changes mentioned in #34. Specifically,
graphql-select-endpoint
will load the nearest.graphqlconfig
file, and setgraphql-url
andgraphql-extra-headers
based off of it.