### This file was generated by Nexus Schema ### Do not make changes to this file directly type Query { me: User } type User { email: String id: String! image: String }