|
|
|
|
|
by achr2
4068 days ago
|
|
Since there is already a mix of predicates within the query (for sub objects) they should have unified the syntax. Something like: user { id: 3500401,
name,
isViewerFriend,
profilePicture {
size= 50,
uri,
width,
height
}
}
As shown you could use a different indicator for filter properties that should not be included in the serialized object graph. |
|