You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should extend the GQL schema to support a where clause. In the schema generator we could add a __WHERE_TYPE__ and make it an type that shares the same keys are type, and takes in arrays of it's value type. This we can use in the sql where clause.
We should extend the GQL schema to support a where clause. In the schema generator we could add a
__WHERE_TYPE__
and make it an type that shares the same keys aretype
, and takes in arrays of it's value type. This we can use in the sql where clause.${key}(paginate: Paginate, where: __WHERE_TYPE__): Paginated${type}
The text was updated successfully, but these errors were encountered: