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