tornado-relayer-registry-su.../schema.graphql
Danil Kovtonyuk 90b6e718e9
init
2022-02-25 20:11:19 +10:00

8 lines
119 B
GraphQL

type Relayer @entity {
id: ID!
address: Bytes!
ensName: String!
ensHash: Bytes!
blockRegistration: BigInt!
}