UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

16 lines (14 loc) 256 B
import gql from 'graphql-tag'; export const WALLET_CARDS_ADMIN_CARDS = gql` query WalletCardsAdminCards { walletCardsAdminCards { cards { cardId usersCount name cardFront expiryDate } } } `;