halborg
06/25/2018, 11:20 AMPrisma
to work? I’m getting
ZEBRA 1: undefined undefined
ZEBRA: GraphQLProjectConfig {
config:
{ schemaPath: 'schema.graphql',
includes: [ 'schema.graphql' ],
extensions: { endpoints: [Object] } },
configPath: '[path to project]/.graphqlconfig.yaml',
projectName: 'app' } [path to project]/schema.graphql
errors in the output for the plugin. Found this issue (https://github.com/prismagraphql/vscode-graphql/issues/15) from 10 days ago, but it’s closed for some reason. Using MacOS, plugin version 0.0.8
My .graphqlconfig.yaml
file:
projects:
app:
schemaPath: schema.graphql
includes: [
"schema.graphql"
]
extensions:
endpoints:
default: <http://localhost:4000/graphql>
nilan
06/25/2018, 11:21 AMhalborg
06/25/2018, 11:21 AMhalborg
06/25/2018, 11:22 AMnilan
06/25/2018, 11:23 AMhalborg
06/25/2018, 11:29 AMhalborg
06/25/2018, 11:29 AMnilan
06/25/2018, 11:29 AMnilan
06/25/2018, 11:30 AMgql
tag. Let's see!halborg
06/25/2018, 11:50 AMnilan
06/25/2018, 1:37 PM