Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 698 Bytes

objects.md

File metadata and controls

24 lines (19 loc) · 698 Bytes
title intro redirect_from versions topics autogenerated
Objects
Objects in GraphQL represent the resources you can access.
/v4/object
/v4/reference/object
fpt ghec ghes
*
*
*
API
graphql

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 AUTOTITLE.