brad.barnes
type User @model { id: ID! @isUnique # read-only (managed by Graphcool) facebookFriends: [User!]! @relation(name:"FacebookFriends") }