subEnum
This directive indicates that the enum is a strict subset of the specified superset enum.
directive @subEnum(
superset: String
) on ENUM
This directive indicates that the enum is a strict subset of the specified superset enum.
directive @subEnum(
superset: String
) on ENUM
subEnum.superset ● String scalar