()
| 49 | } |
| 50 | |
| 51 | func (err HTTPError) ScopesSuggestion() string { |
| 52 | return err.scopesSuggestion |
| 53 | } |
| 54 | |
| 55 | // GraphQL performs a GraphQL request using the query string and parses the response into data receiver. If there are errors in the response, |
| 56 | // GraphQLError will be returned, but the receiver will also be partially populated. |
no outgoing calls