1 2 3 4 5 6 7 8
directive @foo on ENUM type Query { foo: WEEKDAY } enum WEEKDAY extend enum WEEKDAY @foo