ENUM
Month
Description
Month.
link GraphQL Schema definition
- enum Month {
- # April.
- # August.
- # December.
- # February.
- # January.
- # July.
- # June.
- # March.
- # May.
- # November.
- # October.
- # September.
- }
ENUM
Month.
- enum Month {
- # April.
- # August.
- # December.
- # February.
- # January.
- # July.
- # June.
- # March.
- # May.
- # November.
- # October.
- # September.
- }