I'm looking at building my own graphql server usin...
# prisma-whats-new
m
I'm looking at building my own graphql server using prisma. Has anyone tried the following tutorial? https://www.howtographql.com/graphql-js/1-getting-started/
n
I helped writing the tutorial πŸ™‚ do you have any questions around it?
m
@nikolasburk read this through it helped me really understand prisma and where graphcool is going πŸ™‚πŸ‘πŸ¦œ so I think it's fantastic. I got stuck on the resolver section
*sorry on the Query section where it asks you to createLink
Copy code
To create some initial data, you need to send a createLink mutation to the Prisma API.

In the left side-menu, select the dev Playground in the database section. Then add the following mutation to it and click the Play-button:
n
Happy to help you out! Let’s discuss the rest in DMs πŸ™‚
m
sure