fla-fees-subgraph/schema.graphql

9 lines
129 B
GraphQL
Raw Normal View History

2022-10-27 09:34:23 +00:00
type FeeData @entity {
# user + '#' + token address
2022-10-27 07:14:21 +00:00
id: ID!
2022-10-27 09:34:23 +00:00
user: Bytes!
token: Bytes!
flaFee: Int!
routeFee: Int!
2022-10-27 07:14:21 +00:00
}