agartha
veksen
type User { id: ID! name: String! email: String! profile: Profile! } type Profile { id: ID! user: User! firstName: String! lastName: String! }