OBJECT

ColorsSearch

Result of a Color Search

link GraphQL Schema definition

  • type ColorsSearch {
  • # How many colors are effectively present in the search result (max number of
  • # colors returned is specified in the maxResults value)
  • count: Int
  • # How many colors in total are present in the Database for the requested search
  • totalCount: Int
  • # Maximum number of results that could be present in a search result
  • maxResults: Int
  • # Colors resulting from the search
  • colors: [Color]
  • }