1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/content/graphql/reference/objects.md
2023-02-02 11:48:55 +00:00

761 B

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
Objects Objects in GraphQL represent the resources you can access.
/v4/object
/v4/reference/object
fpt ghec ghes ghae
* * * *
API

About objects

Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed.

For example, the Repository object has a field called name, which is a String.

For more information, see "Introduction to GraphQL."

{% data reusables.projects.graphql-ghes %}