stacker.news/api/typeDefs/chainFee.js
st4rgut24 e9a5d22a6e
Add chain fees to price carousel (#658)
* add chain fees to price carousel

* restore check for valid carousel values

* add nym to contributors

---------

Co-authored-by: stargut <stargut@starguts-MacBook-Pro.local>
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2023-12-20 16:06:22 -06:00

8 lines
102 B
JavaScript

import { gql } from 'graphql-tag'
export default gql`
extend type Query {
chainFee: Int!
}
`