This website requires JavaScript.
Explore
Help
Sign In
ekzyis
/
stacker.news
Watch
1
Star
0
Fork
You've already forked stacker.news
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38e42255dd
stacker.news
/
api
/
typeDefs
/
chainFee.js
8 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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 22:06:22 +00:00
import
{
gql
}
from
'graphql-tag'
export
default
gql
`
extend
type
Query
{
chain fee should be a float
2023-12-21 01:12:43 +00:00
chainFee
:
Float
!
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 22:06:22 +00:00
}
`