The dgo client currently only supports DQL queries, not GraphQL queries. If you’re looking to make GraphQL queries from Go you can make the HTTP calls to do so or use a GraphQL library. Because Dgraph supports the native GraphQL spec, it works well with GraphQL tools that also support the spec.
1 Like