Andrew T. Poe
08/29/2018, 9:55 PM.graphqlconfig.yml
file currently looks like this:
projects:
APP_NAME:
schemaPath: ./schema.graphql
includes: ['src/**/*.js']
extensions:
endpoints:
dev:
url: <https://URL/api>
nilan
08/30/2018, 8:16 AMAndrew T. Poe
08/30/2018, 9:26 PMgql
tag I do see that a GraphQL element is added to my bottom bar and is white.
My concern is the schemaPath
. I'm not sure if that should be referencing a file, but I have nothing like that in my source code.
My expectation is that I would get typeahead inside of the gql
tag, or some type of benefit for having the plugin installed. As it currently exists I only get some syntax highlighting.
It may also be worth pointing out that we are not using Prisma as a backend, but a custom GraphQL BFF layer. Our other GraphiQL tools work fine though.nilan
08/31/2018, 7:50 AMAndrew T. Poe
08/31/2018, 5:16 PM