Skip to content
#

gql

Here are 82 public repositories matching this topic...

obmarg
obmarg commented Feb 6, 2021

The HTTP client extension traits provided in the http library assume that a response is always GraphQL. This is fine when things work, but makes it hard to determine what's gone wrong when an API does not return a valid GraphQL response: you just get an unhelpful serde decoding error.

Ideally we should be returning the actual HTTP response in these cases, or at least be logging it out somewh

Improve this page

Add a description, image, and links to the gql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gql topic, visit your repo's landing page and select "manage topics."

Learn more