query getNonfungibleTokenList { erc721TokenList(first: 5) { pageInfo { endCursor hasNextPage } edges { node { name symbol contract standard } } } }