GQLInterfaceTypeExtension

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