Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 733 Bytes

File metadata and controls

21 lines (16 loc) · 733 Bytes
title Objects
redirect_from
/v4/object
/v4/reference/object
versions
free-pro-team enterprise-server github-ae
*
*
*

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