visualbbasic
06/17/2017, 10:05 AMquery {
viewer {
all_yos {
edges {
node { name }
}
}
}
}
visualbbasic
06/17/2017, 10:05 AMvisualbbasic
06/17/2017, 10:05 AMckelley
06/17/2017, 1:45 PMnilan
06/17/2017, 2:45 PM@connection
directive in Relay Modern. and last but not least, a special shoutout to @yus, @martin and @kuldar 🙏 Thanks to their help, the function examples now cover SendGrid, Cloudinary, Stripe and Google Geocode! ⚡nilan
06/17/2017, 2:45 PMsdubois
06/17/2017, 3:21 PMwakatime
06/17/2017, 3:47 PMckelley
06/17/2017, 4:43 PMquery {
user {
people(filter: {
OR: [{
notes_some: {
content_contains: "Sports"
}
}, {
name_contains: "Sports"
}, {
occupation_contains: "Sports"
}]
}) {
id
name
occupation
notes {
id
content
}
}
}
}
If I run a query with multiple search terms, is there a way for the server to tell me which field(s) matched?agartha
06/17/2017, 5:10 PMjkdowdle
06/17/2017, 6:10 PMnilan
06/17/2017, 6:11 PMjkdowdle
06/17/2017, 6:11 PMtrond
06/17/2017, 6:19 PMjuhaelee
06/17/2017, 10:18 PMvisualbbasic
06/17/2017, 10:26 PMwojtek
06/17/2017, 11:22 PMwojtek
06/17/2017, 11:29 PMwojtek
06/17/2017, 11:29 PMwojtek
06/17/2017, 11:37 PMwojtek
06/17/2017, 11:38 PMwojtek
06/17/2017, 11:53 PMwojtek
06/17/2017, 11:53 PMwojtek
06/17/2017, 11:57 PMagartha
06/18/2017, 12:21 AMvisualbbasic
06/18/2017, 12:51 AMyus
06/18/2017, 12:58 AMdanielvdm
06/18/2017, 9:07 AMdanielvdm
06/18/2017, 9:07 AMgildas
06/18/2017, 9:18 AM