confirmEmailSecret.graphql 81 Bytes Raw Blame History Permalink 1 2 3 type Mutation { confirmEmailSecret(secret: String!, email: String!): String! }