# GraphQL schema example
#
# https://gqlgen.com/getting-started/
type User {
name: String
email: String!
}
type Query {
userProfile: User