GQLEnumTypeDefinition

fun GQLEnumTypeDefinition(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     description: String?,     name: String,     directives: List<GQLDirective>,     enumValues: List<GQLEnumValueDefinition>)