Input Objects
Bu içerik henüz dilinizde mevcut değil.
Input objects are best described as “complex values” in that they represent a set of field values that are passed as an argument. The fields on an input object type can themselves refer to other input objects allowing nested structures to be created.
For example, the
RequestCreateInput
defines all fields that can be passed to the
requestCreate
mutation describing
the values for the new Request.
For more details see graphql.org .