jaybauer
06/07/2018, 6:01 PMfeed(where: { input: 'String' }) { id } for example, how would I structure this to return a result for multiple possible input values? Something like feed(where: { input: 'String' OR 'OtherString' }) { id }.weakky
06/07/2018, 6:22 PMOR operatorjaybauer
06/07/2018, 6:38 PM