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)
- : Int
- # How many colors in total are present in the Database for the requested search
- : Int
- # Maximum number of results that could be present in a search result
- : Int
- # Colors resulting from the search
- : [Color]
- }