31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
||
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 -->
|