Sha256: eafa22fd5946f3f7fba2734d32a6dc28124bccb9a7d1709e236776c1583b969f
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
--- title: Enums --- # Enums Enums represent a possible set of values for a field. For example, the `Issue` object has a field called `state`. The state of an issue may be `OPEN` or `CLOSED`. For more information, see [the GraphQL spec](http://spec.graphql.org/draft/#sec-Enums).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
graphql-docs-5.2.0 | lib/graphql-docs/landing_pages/enum.md |
graphql-docs-5.1.0 | lib/graphql-docs/landing_pages/enum.md |
graphql-docs-5.0.0 | lib/graphql-docs/landing_pages/enum.md |