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
Client (iOS/Android) has a specific type name that got changed in Prisma layer. This feature would allow us the contain the breaking change at GraphQL server level.
Client sends OldTypeName and GraphQL server re-writes it to NewTypeName
The text was updated successfully, but these errors were encountered:
Support the syntax:
forwardTo('db', 'NewTypeName')
Use case,
Client (iOS/Android) has a specific type name that got changed in Prisma layer. This feature would allow us the contain the breaking change at GraphQL server level.
Client sends
OldTypeName
and GraphQL server re-writes it toNewTypeName
The text was updated successfully, but these errors were encountered: