GQLObjectTypeExtension

fun GQLObjectTypeExtension(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     name: String,     implementsInterfaces: List<String>,     directives: List<GQLDirective>,     fields: List<GQLFieldDefinition>)