Minh Luc Van
Minh Luc Van
It's took me days to debug this issue :'(
so nice package actually
That means we can not use this pattern right? ```ts type Payload = { readonly items: Item[] } PaginatedDeliveries.implement({ description: "paginated deliveries", fields: (t) => ({ items: t.expose("items", { type:...
thanks for the response, my case actually like this ```ts export type PaginatedDeliveriesShape = { readonly items: readonly Delivery[]; }; export const PaginatedDeliveries = graphql.objectRef("PaginatedDeliveries"); PaginatedDeliveries.implement({ description: "paginated deliveries", fields:...
may be [this](https://github.com/themyth92/angular2-lightbox/pull/39) can help.
any plan to work on this yet, I would love to contribute to get this feature ready
I am facing the same problem, please consider to merge this one
I am finding the same feature