-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New terminology #9
Conversation
You have kept the
|
Another question: can you restructure the code so the new |
I like the fact that parameter naming is consistent now. Just |
@timsuchanek The release notes don't mention the biggest breaking change: having to specify endpoints manually outside resolver functions! |
@kbrandwijk Can you elaborate on that change? |
@mwickett Yes, I created #14 for it, but it is already fixed by @timsuchanek. |
With many terminology changes being introduced in /~https://github.com/graphcool/graphcool,
graphcool-lib
also needs to be updated.The following library changes have been introduced:
projectId
toserviceId
pat
torootToken
generateUserToken
togenerateNodeToken
createSchema(): Promise<GraphQLSchema>
to simplify API gateway code (cc @nikolasburk)Changes required from the backend
rootToken
in event context as documented in Include context for functions prisma/prisma1#219 (comment)pat
in event context (this is purely a documentation/communication change)generateUserToken
mutationgenerateNodeToken
mutation with the following schema:Notes
1.x
(see prev point)