1
0
mirror of synced 2026-01-02 21:04:32 -05:00
Files
docs/content/graphql/reference/enums.md
Rachael Sewell 82306c2664 remove GHES 3.7 markup and static files (#48568)
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2024-01-11 19:29:02 +00:00

739 B

title, intro, redirect_from, versions, topics, autogenerated
title intro redirect_from versions topics autogenerated
Enums Enums represent possible sets of values for a field.
/v4/enum
/v4/reference/enum
fpt ghec ghes ghae
* * * *
API
graphql

About enums

Enums represent possible sets of values for a field.

For example, the Issue object has a field called state. The state is an enum (specifically, of type IssueState) because it may be OPEN or CLOSED.

For more information, see "AUTOTITLE."