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
It looks like you are now using apollo-link as the HTTP interface for prisma-binding.
It would be awesome if we could supply our own link, as the beauty of the link approach is that you can compose various different links together to meet your requirements. For example, I might want to add apollo-link-retry.
If you think this is a good idea, I'm happy to submit a pull request.
The text was updated successfully, but these errors were encountered:
It looks like you are now using
apollo-link
as the HTTP interface forprisma-binding
.It would be awesome if we could supply our own link, as the beauty of the link approach is that you can compose various different links together to meet your requirements. For example, I might want to add
apollo-link-retry
.If you think this is a good idea, I'm happy to submit a pull request.
The text was updated successfully, but these errors were encountered: