pnicolaou
09/15/2017, 6:34 PMagartha
09/15/2017, 7:10 PMagartha
09/15/2017, 7:11 PMuser {
interests {
posts {
title
}
}
}
pnicolaou
09/15/2017, 7:12 PMpnicolaou
09/15/2017, 7:12 PMagartha
09/15/2017, 7:13 PMtype Interest extends Node {
users: [User!]
posts: [Post!]
description: String!
....
}
agartha
09/15/2017, 7:13 PMpnicolaou
09/15/2017, 7:15 PM