We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can use Union Types as GrqphQL Union Type, for it you should associate it with UNION type
UNION
type instance KIND Character = UNION data Character = MORTAL Mortal DEITY Deity CREATURE Creature deriving (Generic, GQLType)