findEmail.graphql 58 Bytes Raw Blame History Permalink 1 2 3 type Query { findEmail(phoneNumber: String!): String! }