denali
08/24/2017, 9:20 PMdenali
08/24/2017, 9:21 PMdardub
08/24/2017, 9:22 PMdenali
08/24/2017, 9:22 PMdardub
08/24/2017, 9:24 PMcoffenbacher
08/24/2017, 10:51 PMbe4r
08/25/2017, 12:10 AMCard that has a field of colorIdentity that has a value of [String!], I set up some filters on the front end to find any Cards that have the set colors. If I select Blue, Red and then query, I expect to get a result of any card that has Blue OR Red in their colorIdentity. However, graphcool's autogenerated CardFilter does not have any methods for my colorIdentity field. How can I make this filter possible?be4r
08/25/2017, 3:40 AMuser querybe4r
08/25/2017, 3:40 AMemailAddress
:
"<mailto:emailTest@email.com|emailTest@email.com>"
id
:
"cj6rb1ean46fa0116a6in406g"
name
:
"emailTest"be4r
08/25/2017, 3:41 AMemailAddress
:
"<mailto:emailTest@email.com|emailTest@email.com>"
id
:
"cj6rb1ean46fa0116a6in406g"
name
:
"fbtest"be4r
08/25/2017, 3:43 AMuser.name changing?be4r
08/25/2017, 3:57 AMdataIdFromObject: o => {
if(o.__typename === 'User' || o.__typename === 'Drawer') {
return o.__typename
} else {
return o.id
}
}amandoabreu
08/25/2017, 7:19 AMamandoabreu
08/25/2017, 7:20 AMmatty
08/25/2017, 7:27 AMmatty
08/25/2017, 7:28 AMamandoabreu
08/25/2017, 7:36 AMamandoabreu
08/25/2017, 7:37 AMmatty
08/25/2017, 7:37 AMmatty
08/25/2017, 7:38 AMwebAuth.popup.callback({
_idTokenVerification: false,
});matty
08/25/2017, 7:38 AMpreston
08/25/2017, 9:54 AMpreston
08/25/2017, 9:56 AMeraldo
08/25/2017, 11:22 AMdno
08/25/2017, 1:24 PMdno
08/25/2017, 2:03 PMdno
08/25/2017, 2:04 PMamandoabreu
08/25/2017, 2:06 PMamandoabreu
08/25/2017, 2:07 PMamandoabreu
08/25/2017, 2:07 PM