stacker.news/fragments/blockHeight.js

4 lines
87 B
JavaScript

import { gql } from '@apollo/client'
export const BLOCK_HEIGHT = gql`{ blockHeight }`