GraphQL - Schema Definition Language (SDL)
Identify the error in this GraphQL type definition:
type Product {
id: ID
price: Float!
name: String!
description: String
price: Int
}