copy

fun copy(    sourceLocation: SourceLocation? = this.sourceLocation,     description: String? = this.description,     name: String = this.name,     implementsInterfaces: List<String> = this.implementsInterfaces,     directives: List<GQLDirective> = this.directives,     fields: List<GQLFieldDefinition> = this.fields): GQLObjectTypeDefinition