export type TrackunitSchemaTransformerToken = { readonly aud?: string; readonly cid?: string; readonly irisAppId?: string; readonly organizationId?: string; readonly sub?: string; readonly scp?: Array; }; export type SchemaTransformerContext = { readonly apollographqlClientName?: string; readonly apollographqlClientVersion?: string; readonly graphqlClientName?: string; readonly graphqlClientVersion?: string; readonly trackunitAppVersion?: string; readonly trackunitManifestScopes?: Array; readonly trackunitPreviewFeatures?: Array; readonly trackunitToken?: TrackunitSchemaTransformerToken; readonly userAgent?: string; };