siyfion
05/17/2018, 1:54 PMgraphql playground
command to open up both my application and prisma endpoints.nilan
05/17/2018, 1:55 PMnilan
05/17/2018, 1:55 PMnilan
05/17/2018, 1:56 PM.graphqlconfig.yml
is needed that contains two projectssiyfion
05/17/2018, 1:57 PMgraphql playground
with the .graphqlconfig.yml
file set, with an extensions: prisma: ...
set would do it?siyfion
05/17/2018, 1:59 PMprojects:
app:
schemaPath: src/schema.graphql
extensions:
endpoints:
default: <http://localhost:4000>
prisma:
schemaPath: src/generated/prisma.graphql
extensions:
prisma: prisma/prisma.yml
siyfion
05/17/2018, 1:59 PMnilan
05/17/2018, 1:59 PMsiyfion
05/17/2018, 2:01 PMsecret: justasamplesecret
defined on my prisma service?nilan
05/17/2018, 2:02 PMgraphql playground
?nilan
05/17/2018, 2:04 PMsiyfion
05/17/2018, 2:05 PMnilan
05/17/2018, 2:05 PMnilan
05/17/2018, 2:05 PMsiyfion
05/17/2018, 2:05 PMnilan
05/17/2018, 2:06 PMsiyfion
05/17/2018, 2:07 PMnilan
05/17/2018, 2:07 PMsiyfion
05/17/2018, 2:08 PMsiyfion
05/17/2018, 2:08 PMnilan
05/17/2018, 2:10 PMsiyfion
05/17/2018, 2:11 PMbrew
version is 1.5.8. Which means it’s launching another version when running graphql playground
😕nilan
05/17/2018, 2:11 PMsiyfion
05/17/2018, 2:11 PMsiyfion
05/17/2018, 2:12 PMsiyfion
05/17/2018, 2:13 PMsiyfion
05/17/2018, 2:13 PMsiyfion
05/17/2018, 2:17 PMsiyfion
05/17/2018, 2:17 PMnilan
05/17/2018, 2:18 PMsiyfion
05/17/2018, 2:18 PMbrew cask reinstall graphql-playground
but it’s working fine nowsiyfion
05/17/2018, 2:18 PM