You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# the name for the service (will be part of the service's HTTP endpoint)service: first# the cluster and stage the service is deployed tostage: ${env:GRAPHCOOL_STAGE}# cluster: ${env:GRAPHCOOL_CLUSTER}# the file path pointing to your data modeldatamodel: database/datamodel.graphql# to disable authentication:# disableAuth: truesecret: ${env:GRAPHCOOL_SECRET}cluster: local
Update: on 1.3.19, running graphql playground doesn't open the PG at all for me.
Update: on 1.3.21, running graphql playground doesn't open the PG at all for me, either.
GraphQL PG:
Version 1.3.18 (1.3.18.201)
GC:
graphcool/1.0.0-alpha3.3.0 (darwin-x64) node-v8.3.0
GraphQL CLI:
2.8.0
Reproduction
The text was updated successfully, but these errors were encountered: