Web3Challenge
No description
type Web3Challenge {
id: UUID!
address: String!
nonce: String!
}
Fields
Web3Challenge.id
● UUID!
non-null scalar
Web3Challenge.address
● String!
non-null scalar
Web3Challenge.nonce
● String!
non-null scalar
Returned by
createWeb3Challenge
mutation