mirror of
https://github.com/Instadapp/fla-fees-subgraph.git
synced 2024-07-29 21:57:15 +00:00
9 lines
129 B
GraphQL
9 lines
129 B
GraphQL
type FeeData @entity {
|
|
# user + '#' + token address
|
|
id: ID!
|
|
user: Bytes!
|
|
token: Bytes!
|
|
flaFee: Int!
|
|
routeFee: Int!
|
|
}
|