tornado-relayer-registry-su.../schema.graphql

8 lines
119 B
GraphQL

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