carstenbaumhoegger
05/03/2018, 2:53 PMGetting started
tutorial. When I want to open the playground it displays graphqlconfig" file is not available in the provided config directory: ...
. Is this my fault or is the tutorial outdated? 🤔
thanks in advance!nilan
05/03/2018, 3:07 PM.graphqlconfig.yml
in the folder you are opening the Playground in?nilan
05/03/2018, 5:03 PMprisma init
doesn't generate a .graphqlconfig.yml
file by itself, which then leads to a problem when running prisma playground
🙂 we added a note to this tutorial that you need to add .graphqlconfig.yml
and how it looks like: https://www.prisma.io/docs/tutorials/prisma-basics/getting-started-ouzia3ahqu (I suppose you were following that tutorial).
I also reported these two suggestions:
- https://github.com/graphcool/prisma/issues/2335
- https://github.com/graphcool/prisma/issues/2336
If you're interested in providing a PR for them I've love to help you with that! 🙂carstenbaumhoegger
05/04/2018, 7:20 AMcarstenbaumhoegger
05/04/2018, 7:31 AMmodule prisma-yml
cannot be found. Is the CONTRIBUTING
file outdated?nilan
05/04/2018, 7:31 AMnilan
05/04/2018, 7:32 AMcarstenbaumhoegger
05/04/2018, 7:49 AMnilan
05/04/2018, 7:49 AMcarstenbaumhoegger
05/04/2018, 7:54 AMprisma 1.7.4
?nilan
05/04/2018, 8:35 AMnilan
05/04/2018, 8:36 AM