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."
ActorLocation
Location information for an actor.
Fields
| Name | Description |
|---|---|
|
City. |
|
Country name. |
|
Country code. |
|
Region name. |
|
Region or state code. |
AddedToProjectEvent
Represents aadded_to_projectevent on a given issue or pull request.
Fields
| Name | Description |
|---|---|
|
Identifies the actor who performed the event. |
|
Identifies the date and time when the object was created. |
|
Identifies the primary key from the database. |
|
Project referenced by event. Preview notice
|
|
Project card referenced by this project event. Preview notice
|
|
Column name referenced by this project event. Preview notice
|