GQLInputValueDefinition

constructor(    sourceLocation: SourceLocation? = null,     description: String?,     name: String,     directives: List<GQLDirective>,     type: GQLType,     defaultValue: GQLValue?)