MomentListings
No description
type MomentListings implements SortableCollection {
size: Int
data: [MomentListing!]!
}
No description
type MomentListings implements SortableCollection {
size: Int
data: [MomentListing!]!
}
size ● Int scalardata ● [MomentListing!]! non-null objectSortableCollection interface