The data that is returned can be sorted, or ordered, by adding a sort argument to the queryQuery (Computer Science) A query is a request for data or information from a database table or combination of tables, or an API that manages access to those tables. The following query will sort by the objectsObjects (API) The dataset containing all objects held within the Cooper Hewitt's online collection’ accession numbers:

{
  objectObject (Museology) Artefact or specimen held in a museum collection.

(Computer science) A software "bundle" consisting of a set of variables which define the states the object can exist in and a set of functions that define its behavior.(sort:[{id: "asc"}]){
       id
       summary
  }
}

The options for orderingSorting (Computer Science) An argument of a query that determines the order of records in a result are "asc" or "desc" – for text-based fieldsFields (Computer Science) The smallest container of information in a database. A field is named, e.g. "Title" or "Date" and each record contains a group of fields. (strings), asc is A to Z, desc is Z to A, with numbers "asc" is lowest to highest, "desc" is highest to lowest.

The fields that can be sorted are:

id
summary
year