Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

Input Objects

Эта документация пока недоступна на вашем языке, поэтому показана английская версия.

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 .