type Query { f: String user: User } type User { id: ID! name: ValidScalar! } scalar ValidScalar