OBJECT
Slug validity object
type SlugValidity {# Is slug correctisCorrect: Boolean! # Is slug uniqueisUnique: Boolean! # Proposed slug for the itempossibleValue: String! }