Access external GraphQL data sources from your functions
graphql
package from the SDK:
graphql
package are below, organized by category.
Errors
or Data
is present, depending on the result of the query.
ErrorResult
object. If there are
no errors, this field is nil
.Execute
function. If data is absent due to errors, this field is nil
.CodeLocation
objects that point to the specific
location of the error in the GraphQL statement.