Sha256: 2ae04482796ef0cfcc13c527f627d3e674f107c656c57719ee7775d948d0e85d
Contents?: true
Size: 288 Bytes
Versions: 40
Compression:
Stored size: 288 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](https://facebook.github.io/graphql/#sec-Enums).
Version data entries
40 entries across 40 versions & 1 rubygems