1
0
mirror of synced 2026-01-28 09:03:01 -05:00
Files
docs/translations/ru-RU/content/graphql/reference/input-objects.md
2022-12-13 17:09:01 +00:00

31 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Входные объекты
redirect_from:
- /v4/input_object
- /v4/reference/input_object
versions:
fpt: '*'
ghec: '*'
ghes: '*'
ghae: '*'
topics:
- API
ms.openlocfilehash: 10a84ad425b0c8b871b1c64f09bef4d8cf33d007
ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110
ms.translationtype: MT
ms.contentlocale: ru-RU
ms.lasthandoff: 10/25/2022
ms.locfileid: '148109153'
---
## Сведения о входных объектах
[Входные объекты](https://graphql.github.io/graphql-spec/June2018/#sec-Input-Objects) можно описать как составные, так как они включают набор входных полей, определяющих объект.
Например, [`CommitAuthor`](/graphql/reference/input-objects#commitauthor) принимает поле с именем `emails`. Предоставление значения для `emails` преобразует `CommitAuthor` в список объектов `User`, содержащих этот адрес электронной почты. Обратите внимание, что [объекты](/graphql/reference/objects) **могут** иметь входные объекты, тогда как [изменения](/graphql/reference/mutations) **требуют** их наличия.
Дополнительные сведения см. в разделе [Сведения об изменениях](/graphql/guides/forming-calls-with-graphql#about-mutations).
{% данных reusables.projects.graphql-ghes %}
<!-- Content after this section is automatically generated -->