vikiival / kodapi

GraphQL API wrapper for kodadot
https://kodadot.xyz
MIT License
0 stars 0 forks source link

Add compatibility layer #6

Open vikiival opened 2 years ago

vikiival commented 2 years ago

There are things such as filters that need compatibility layer

for filter I would do

type Filter<T> = [keyof T, SortOption]

function getFilters(filters: Filter[], indexer: Indexer);
vikiival commented 2 years ago

Soooooooo we need this ASAP, there will be a ton of issues like this https://github.com/kodadot/nft-gallery/issues/2862