# GraphQL schema with custom scalars scalar DateTime scalar JSON scalar Date type User { id: ID! email: String! createdAt: DateTime! metadata: JSON birthDate: Date }