CARVIEW |
Select Language
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 1D86:394FB0:8D5C85:B53BFA:687AC7E5
content-encoding: gzip
accept-ranges: bytes
age: 0
date: Fri, 18 Jul 2025 22:18:57 GMT
via: 1.1 varnish
x-served-by: cache-bom4740-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752877137.251942,VS0,VE353
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 19333
Reference - GitHub Docs
Skip to main content
GitHub Docs
Search or ask Copilot
Select language: current language is English
Search or ask Copilot
Open menu
Open Sidebar
Reference
View reference documentation to learn about the data types available in the GitHub GraphQL API schema.
Queries
The query type defines GraphQL operations that retrieve data from the server.
Mutations
The mutation type defines GraphQL operations that change data on the server.
Objects
Objects in GraphQL represent the resources you can access.
Interfaces
Interfaces serve as parent objects from which other objects can inherit.
Enums
Enums represent possible sets of values for a field.
Unions
A union is a type of object representing many objects.
Input objects
Input objects can be described as "composable objects" because they include a set of input fields that define the object.
Scalars
Scalars are primitive values Int, Float, String, Boolean, or ID.