Skip to content
Snippets Groups Projects
Commit 43145011 authored by Manish R Jain's avatar Manish R Jain
Browse files

Target for tomorrow

parent eea22615
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,22 @@ import ( ...@@ -28,6 +28,22 @@ import (
"github.com/manishrjain/dgraph/x" "github.com/manishrjain/dgraph/x"
) )
// Aim to get this query working:
// {
// me {
// id
// firstName
// lastName
// birthday {
// month
// day
// }
// friends {
// name
// }
// }
// }
var log = x.Log("query") var log = x.Log("query")
type Mattr struct { type Mattr struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment