graphql-request
graphql-request copied to clipboard
feat: Improved support for Apollo Server
Apollo Server has some more stuff on their ApolloError which is useful to be able to access without typecasting. Specifically in my case I want to access .extensions.code
.