mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-28 14:04:05 +00:00
Update generated graphql.ts
This commit is contained in:
@@ -1870,9 +1870,13 @@ export class TypedDocumentString<TResult, TVariables>
|
||||
implements DocumentTypeDecoration<TResult, TVariables>
|
||||
{
|
||||
__apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
|
||||
private value: string;
|
||||
public __meta__?: Record<string, any> | undefined;
|
||||
|
||||
constructor(private value: string, public __meta__?: Record<string, any> | undefined) {
|
||||
constructor(value: string, __meta__?: Record<string, any> | undefined) {
|
||||
super(value);
|
||||
this.value = value;
|
||||
this.__meta__ = __meta__;
|
||||
}
|
||||
|
||||
toString(): string & DocumentTypeDecoration<TResult, TVariables> {
|
||||
|
||||
Reference in New Issue
Block a user