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

31 lines
1.1 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/object
- /v4/reference/object
versions:
fpt: '*'
ghec: '*'
ghes: '*'
ghae: '*'
topics:
- API
ms.openlocfilehash: 55302c4bfeea14b1451fdb3391b9d5b954706be0
ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110
ms.translationtype: MT
ms.contentlocale: ru-RU
ms.lasthandoff: 10/25/2022
ms.locfileid: '148109046'
---
## Сведения об объектах
[Объекты](https://graphql.github.io/graphql-spec/June2018/#sec-Objects) в GraphQL представляют доступные ресурсы. Объект может содержать список полей, которые имеют определенные типы.
Например, у объекта [`Repository`](/graphql/reference/objects#repository) есть поле `name` типа `String`.
Дополнительные сведения см. в разделе [Общие сведения о GraphQL](/graphql/guides/introduction-to-graphql).
{% data reusables.projects.graphql-ghes %}
<!-- Content after this section is automatically generated -->