stacker.news/fragments/chainFee.js

4 lines
81 B
JavaScript

import { gql } from '@apollo/client'
export const CHAIN_FEE = gql`{ chainFee }`