morgannegagne

Results 1 comments of morgannegagne

We've hit this too - here's a workaround ```gql query ($where: MyCubeNameWhereInput) { cube( myCubeName: { where: $where } ) { myCubeName { status device_id } } }