Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 679 Bytes

File metadata and controls

19 lines (14 loc) · 679 Bytes
title Objects
redirect_from
/v4/object
versions
free-pro-team enterprise-server
*
*

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