@burdenoff/microfe-bigconsole 2026.730.1 → 2026.730.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"wspace-operations.js","names":[],"sources":["../../src/generated/wspace-operations.ts"],"sourcesContent":["// @ts-nocheck\nimport * as Types from './wspace-types';\n\nimport { gql } from '@apollo/client';\nimport * as Apollo from '@apollo/client';\nimport * as ApolloReactHooks from '@apollo/client/react';\nconst defaultOptions = {} as const;\nexport type WorkspaceInstalledAppsQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type WorkspaceInstalledAppsQuery = { __typename?: 'Query', workspaceInstalledApps: Array<{ __typename?: 'WorkspaceInstalledApp', id: string, appName: string, displayName: string, version: string, type: string, manifest: Record<string, unknown>, isEnabled: boolean, installedAt: string }> };\n\nexport type EntityCommentFieldsFragment = { __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } };\n\nexport type CreateEntityCommentMutationVariables = Types.Exact<{\n input: Types.CreateEntityCommentInput;\n}>;\n\n\nexport type CreateEntityCommentMutation = { __typename?: 'Mutation', createEntityComment: { __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } } };\n\nexport type DeleteEntityCommentMutationVariables = Types.Exact<{\n input: Types.DeleteCommentInput;\n}>;\n\n\nexport type DeleteEntityCommentMutation = { __typename?: 'Mutation', deleteEntityComment: boolean };\n\nexport type ResolveEntityCommentMutationVariables = Types.Exact<{\n input: Types.ResolveCommentInput;\n}>;\n\n\nexport type ResolveEntityCommentMutation = { __typename?: 'Mutation', resolveEntityComment: { __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } } };\n\nexport type GetEntityCommentsQueryVariables = Types.Exact<{\n input: Types.GetCommentsInput;\n}>;\n\n\nexport type GetEntityCommentsQuery = { __typename?: 'Query', getEntityComments: { __typename?: 'EntityCommentConnection', total: number, page: number, hasMore: boolean, items: Array<{ __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } }> } };\n\nexport type DashboardCoreFieldsFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, viewCount: number, createdAt: string, updatedAt: string };\n\nexport type DashboardFullFieldsFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type DashboardListItemFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, widgetCount: number, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number } };\n\nexport type DashboardPageFieldsFragment = { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type DashboardScalarFieldsFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type DashboardShareFieldsFragment = { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type DashboardTemplateFieldsFragment = { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null };\n\nexport type DashboardTemplateListItemFragment = { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string };\n\nexport type DashboardViewFieldsFragment = { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type GlobalFilterFieldsFragment = { __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type PageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type ArchiveDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ArchiveDashboardMutation = { __typename?: 'Mutation', archiveDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type ArchiveTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ArchiveTemplateMutation = { __typename?: 'Mutation', archiveTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type CloneDashboardMutationVariables = Types.Exact<{\n input: Types.CloneDashboardInput;\n}>;\n\n\nexport type CloneDashboardMutation = { __typename?: 'Mutation', cloneDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type CreateDashboardMutationVariables = Types.Exact<{\n input: Types.BigConsoleCreateDashboardInput;\n}>;\n\n\nexport type CreateDashboardMutation = { __typename?: 'Mutation', createBigConsoleDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateDashboardPageMutationVariables = Types.Exact<{\n input: Types.CreateDashboardPageInput;\n}>;\n\n\nexport type CreateDashboardPageMutation = { __typename?: 'Mutation', createDashboardPage: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateDashboardViewMutationVariables = Types.Exact<{\n input: Types.CreateDashboardViewInput;\n}>;\n\n\nexport type CreateDashboardViewMutation = { __typename?: 'Mutation', createDashboardView: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateGlobalFilterMutationVariables = Types.Exact<{\n input: Types.CreateGlobalFilterInput;\n}>;\n\n\nexport type CreateGlobalFilterMutation = { __typename?: 'Mutation', createGlobalFilter: { __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateTemplateMutationVariables = Types.Exact<{\n input: Types.CreateTemplateInput;\n}>;\n\n\nexport type CreateTemplateMutation = { __typename?: 'Mutation', createTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type DeleteDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDashboardMutation = { __typename?: 'Mutation', deleteBigConsoleDashboard: boolean };\n\nexport type DeleteDashboardPageMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDashboardPageMutation = { __typename?: 'Mutation', deleteDashboardPage: boolean };\n\nexport type DeleteDashboardViewMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDashboardViewMutation = { __typename?: 'Mutation', deleteDashboardView: boolean };\n\nexport type DeleteGlobalFilterMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteGlobalFilterMutation = { __typename?: 'Mutation', deleteGlobalFilter: boolean };\n\nexport type DeleteTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteTemplateMutation = { __typename?: 'Mutation', deleteTemplate: boolean };\n\nexport type DeprecateTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeprecateTemplateMutation = { __typename?: 'Mutation', deprecateTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type ImportDashboardMutationVariables = Types.Exact<{\n input: Types.ImportBigConsoleDashboardInput;\n}>;\n\n\nexport type ImportDashboardMutation = { __typename?: 'Mutation', importBigConsoleDashboard: { __typename?: 'ImportDashboardResult', success: boolean, errorMessage?: string | null, dashboard?: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } | null, stats?: { __typename?: 'ImportStats', pagesCreated: number, widgetsCreated: number, actionsCreated: number, filtersCreated: number, translationsCreated: number, dataSourcesSkipped: number, webhooksSkipped: number } | null } };\n\nexport type ImportDashboardWithConflictMutationVariables = Types.Exact<{\n input: Types.ImportDashboardInput;\n}>;\n\n\nexport type ImportDashboardWithConflictMutation = { __typename?: 'Mutation', importDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type InstantiateTemplateMutationVariables = Types.Exact<{\n input: Types.InstantiateTemplateInput;\n}>;\n\n\nexport type InstantiateTemplateMutation = { __typename?: 'Mutation', instantiateTemplate: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type PublishDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type PublishDashboardMutation = { __typename?: 'Mutation', publishDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type PublishTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type PublishTemplateMutation = { __typename?: 'Mutation', publishTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type RateTemplateMutationVariables = Types.Exact<{\n input: Types.RateTemplateInput;\n}>;\n\n\nexport type RateTemplateMutation = { __typename?: 'Mutation', rateTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type ReorderDashboardPagesMutationVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n pageIds: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReorderDashboardPagesMutation = { __typename?: 'Mutation', reorderDashboardPages: Array<{ __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type ReorderGlobalFiltersMutationVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n filterIds: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReorderGlobalFiltersMutation = { __typename?: 'Mutation', reorderGlobalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type RestoreDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RestoreDashboardMutation = { __typename?: 'Mutation', restoreDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type RevokeAllSharesMutationVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeAllSharesMutation = { __typename?: 'Mutation', revokeAllShares: boolean };\n\nexport type RevokeDashboardShareMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeDashboardShareMutation = { __typename?: 'Mutation', revokeDashboardShare: boolean };\n\nexport type SetDefaultViewMutationVariables = Types.Exact<{\n viewId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SetDefaultViewMutation = { __typename?: 'Mutation', setDefaultView: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type ShareDashboardMutationVariables = Types.Exact<{\n input: Types.ShareDashboardInput;\n}>;\n\n\nexport type ShareDashboardMutation = { __typename?: 'Mutation', shareDashboard: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateDashboardMutationVariables = Types.Exact<{\n input: Types.BigConsoleUpdateDashboardInput;\n}>;\n\n\nexport type UpdateDashboardMutation = { __typename?: 'Mutation', updateBigConsoleDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type UpdateDashboardPageMutationVariables = Types.Exact<{\n input: Types.UpdateDashboardPageInput;\n}>;\n\n\nexport type UpdateDashboardPageMutation = { __typename?: 'Mutation', updateDashboardPage: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateDashboardShareMutationVariables = Types.Exact<{\n input: Types.UpdateShareInput;\n}>;\n\n\nexport type UpdateDashboardShareMutation = { __typename?: 'Mutation', updateDashboardShare: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateDashboardViewMutationVariables = Types.Exact<{\n input: Types.UpdateDashboardViewInput;\n}>;\n\n\nexport type UpdateDashboardViewMutation = { __typename?: 'Mutation', updateDashboardView: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateGlobalFilterMutationVariables = Types.Exact<{\n input: Types.UpdateGlobalFilterInput;\n}>;\n\n\nexport type UpdateGlobalFilterMutation = { __typename?: 'Mutation', updateGlobalFilter: { __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateTemplateMutationVariables = Types.Exact<{\n input: Types.UpdateTemplateInput;\n}>;\n\n\nexport type UpdateTemplateMutation = { __typename?: 'Mutation', updateTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type ExportDashboardQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n options?: Types.InputMaybe<Types.ExportDashboardOptions>;\n}>;\n\n\nexport type ExportDashboardQuery = { __typename?: 'Query', exportDashboard: string };\n\nexport type GetDashboardQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDashboardQuery = { __typename?: 'Query', getDashboard?: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } | null };\n\nexport type GetDashboardShareQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDashboardShareQuery = { __typename?: 'Query', getDashboardShare?: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetDashboardViewQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDashboardViewQuery = { __typename?: 'Query', getDashboardView?: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetDefaultDashboardViewQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDefaultDashboardViewQuery = { __typename?: 'Query', getDefaultDashboardView?: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetTemplateQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetTemplateQuery = { __typename?: 'Query', getTemplate?: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } | null };\n\nexport type ListDashboardSharesQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListDashboardSharesQuery = { __typename?: 'Query', listDashboardShares: { __typename?: 'DashboardShareConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardShareEdge', cursor: string, node: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListDashboardViewsQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListDashboardViewsQuery = { __typename?: 'Query', listDashboardViews: { __typename?: 'DashboardViewConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardViewEdge', cursor: string, node: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListDashboardsQueryVariables = Types.Exact<{\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n category?: Types.InputMaybe<Types.DashboardCategory>;\n visibility?: Types.InputMaybe<Types.DashboardVisibility>;\n ownerId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n tagIds?: Types.InputMaybe<Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input']>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n includeArchived?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n sortBy?: Types.InputMaybe<Types.DashboardSortField>;\n sortOrder?: Types.InputMaybe<Types.SortOrder>;\n}>;\n\n\nexport type ListDashboardsQuery = { __typename?: 'Query', listDashboards: { __typename?: 'DashboardConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardEdge', cursor: string, node: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, widgetCount: number, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number } } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListFeaturedTemplatesQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.DashboardCategory>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListFeaturedTemplatesQuery = { __typename?: 'Query', listFeaturedTemplates: { __typename?: 'DashboardTemplateConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardTemplateEdge', cursor: string, node: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListSharedWithMeQueryVariables = Types.Exact<{\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListSharedWithMeQuery = { __typename?: 'Query', listSharedWithMe: { __typename?: 'DashboardShareConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardShareEdge', cursor: string, node: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListTemplatesQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.DashboardCategory>;\n complexity?: Types.InputMaybe<Types.TemplateComplexity>;\n authorType?: Types.InputMaybe<Types.TemplateAuthorType>;\n isFeatured?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n status?: Types.InputMaybe<Types.TemplateStatus>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListTemplatesQuery = { __typename?: 'Query', listTemplates: { __typename?: 'DashboardTemplateConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardTemplateEdge', cursor: string, node: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type SearchTemplatesQueryVariables = Types.Exact<{\n query: Types.Scalars['String']['input'];\n category?: Types.InputMaybe<Types.DashboardCategory>;\n complexity?: Types.InputMaybe<Types.TemplateComplexity>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type SearchTemplatesQuery = { __typename?: 'Query', searchTemplates: { __typename?: 'DashboardTemplateConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardTemplateEdge', cursor: string, node: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ValidateDashboardImportQueryVariables = Types.Exact<{\n content: Types.Scalars['String']['input'];\n}>;\n\n\nexport type ValidateDashboardImportQuery = { __typename?: 'Query', validateDashboardImport: { __typename?: 'ImportValidationResult', isValid: boolean, dashboardInfo: { __typename?: 'ImportDashboardInfo', name: string, description?: string | null, pageCount: number, widgetCount: number, exportedAt?: string | null, exportedFrom?: string | null, schemaVersion: string }, errors: Array<{ __typename?: 'ImportValidationError', code: string, message: string, path?: string | null }>, warnings: Array<{ __typename?: 'ImportValidationWarning', code: string, message: string, path?: string | null, suggestion?: string | null }> } };\n\nexport type AlertThrottleFieldsFragment = { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number };\n\nexport type DataSinkAlertFieldsFragment = { __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null };\n\nexport type DataSinkCoreFieldsFragment = { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null };\n\nexport type DataSinkDataStatsFieldsFragment = { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string };\n\nexport type DataSinkExportFieldsFragment = { __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null };\n\nexport type DataSinkFullFieldsFragment = { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null };\n\nexport type DataSinkListItemFragment = { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, sizeBytes: number, lastRefreshedAt: string, isActive: boolean, version: number, createdAt: string, updatedAt: string, linkedWorkflowCount: number };\n\nexport type DataSinkQuotaFieldsFragment = { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null };\n\nexport type DataSinkRefreshConfigFieldsFragment = { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null };\n\nexport type ExportScheduleFieldsFragment = { __typename?: 'ExportSchedule', cron: string, timezone: string };\n\nexport type DataSinkPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type RefreshScheduleFieldsFragment = { __typename?: 'RefreshSchedule', cron: string, timezone: string };\n\nexport type WorkflowLinkFieldsFragment = { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } };\n\nexport type BatchCreateDataSinksMutationVariables = Types.Exact<{\n inputs: Array<Types.CreateDataSinkInput> | Types.CreateDataSinkInput;\n}>;\n\n\nexport type BatchCreateDataSinksMutation = { __typename?: 'Mutation', batchCreateDataSinks: Array<{ __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null }> };\n\nexport type BatchDeleteDataSinksMutationVariables = Types.Exact<{\n ids: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BatchDeleteDataSinksMutation = { __typename?: 'Mutation', batchDeleteDataSinks: Array<{ __typename?: 'DataSink', id: string, deletedAt?: string | null }> };\n\nexport type CreateDataSinkMutationVariables = Types.Exact<{\n input: Types.CreateDataSinkInput;\n}>;\n\n\nexport type CreateDataSinkMutation = { __typename?: 'Mutation', createDataSink: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type DeleteDataSinkMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDataSinkMutation = { __typename?: 'Mutation', deleteDataSink: { __typename?: 'DataSink', id: string, deletedAt?: string | null, deletedBy?: string | null } };\n\nexport type InvalidateDataSinkCacheMutationVariables = Types.Exact<{\n id?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type InvalidateDataSinkCacheMutation = { __typename?: 'Mutation', invalidateDataSinkCache: { __typename?: 'InvalidateDataSinkCacheResult', count: number, invalidatedIds: Array<string>, success: boolean, message?: string | null } };\n\nexport type RefreshDataSinkMutationVariables = Types.Exact<{\n input: Types.RefreshDataSinkInput;\n}>;\n\n\nexport type RefreshDataSinkMutation = { __typename?: 'Mutation', refreshDataSink: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type UpdateDataSinkMutationVariables = Types.Exact<{\n input: Types.UpdateDataSinkInput;\n}>;\n\n\nexport type UpdateDataSinkMutation = { __typename?: 'Mutation', updateDataSink: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type GetDataSinkQueryVariables = Types.Exact<{\n id?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type GetDataSinkQuery = { __typename?: 'Query', getDataSink?: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } | null };\n\nexport type GetDataSinkDataQueryVariables = Types.Exact<{\n id?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key?: Types.InputMaybe<Types.Scalars['String']['input']>;\n dataPath?: Types.InputMaybe<Types.Scalars['String']['input']>;\n forceRefresh?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n filter?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n}>;\n\n\nexport type GetDataSinkDataQuery = { __typename?: 'Query', getDataSinkData?: { __typename?: 'DataSinkData', raw: Record<string, unknown>, extracted?: Record<string, unknown> | null, cached: boolean, version: number, fetchedAt: string, totalCount?: number | null, limit?: number | null, offset?: number | null, hasMore?: boolean | null } | null };\n\nexport type ListDataSinksQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.DataSinkStatus>;\n setupState?: Types.InputMaybe<Types.DataSinkSetupState>;\n isActive?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListDataSinksQuery = { __typename?: 'Query', listDataSinks: { __typename?: 'DataSinkConnection', totalCount: number, edges: Array<{ __typename?: 'DataSinkEdge', cursor: string, node: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, sizeBytes: number, lastRefreshedAt: string, isActive: boolean, version: number, createdAt: string, updatedAt: string, linkedWorkflowCount: number } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type DataSinkDataUpdatedSubscriptionVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DataSinkDataUpdatedSubscription = { __typename?: 'Subscription', dataSinkDataUpdated: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type DataSinkUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DataSinkUpdatedSubscription = { __typename?: 'Subscription', dataSinkUpdated: { __typename?: 'DataSinkUpdateEvent', type: Types.DataSinkUpdateEventType, timestamp: string, actorId: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, sizeBytes: number, lastRefreshedAt: string, isActive: boolean, version: number, createdAt: string, updatedAt: string, linkedWorkflowCount: number } } };\n\nexport type FilterPresetFieldsFragment = { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type CreateFilterPresetMutationVariables = Types.Exact<{\n input: Types.CreateFilterPresetInput;\n}>;\n\n\nexport type CreateFilterPresetMutation = { __typename?: 'Mutation', createFilterPreset: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteFilterPresetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteFilterPresetMutation = { __typename?: 'Mutation', deleteFilterPreset: boolean };\n\nexport type SetDefaultFilterPresetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SetDefaultFilterPresetMutation = { __typename?: 'Mutation', setDefaultFilterPreset: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateFilterPresetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateFilterPresetInput;\n}>;\n\n\nexport type UpdateFilterPresetMutation = { __typename?: 'Mutation', updateFilterPreset: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type GetDefaultFilterPresetQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDefaultFilterPresetQuery = { __typename?: 'Query', getDefaultFilterPreset?: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetFilterPresetQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetFilterPresetQuery = { __typename?: 'Query', getFilterPreset?: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetFilterPresetsQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetFilterPresetsQuery = { __typename?: 'Query', getFilterPresets: Array<{ __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type ParserPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type ParserCoreFieldsFragment = { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string };\n\nexport type ParserListItemFragment = { __typename?: 'Parser', id: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, inputSinkKey: string, outputKey: string, status: Types.ParserStatus, updatedAt: string };\n\nexport type CreateParserMutationVariables = Types.Exact<{\n input: Types.CreateParserInput;\n}>;\n\n\nexport type CreateParserMutation = { __typename?: 'Mutation', createParser: { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string } };\n\nexport type DeleteParserMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteParserMutation = { __typename?: 'Mutation', deleteParser: boolean };\n\nexport type ExecuteParserMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ExecuteParserMutation = { __typename?: 'Mutation', executeParser: { __typename?: 'ParserExecutionResult', parserId: string, success: boolean, output?: Record<string, unknown> | null, error?: string | null, executionTimeMs?: number | null, cachedAt?: string | null } };\n\nexport type UpdateParserMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateParserInput;\n version: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type UpdateParserMutation = { __typename?: 'Mutation', updateParser: { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string } };\n\nexport type GetParserQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetParserQuery = { __typename?: 'Query', parser?: { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string } | null };\n\nexport type ListParsersQueryVariables = Types.Exact<{\n consoleId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.ParserType>;\n status?: Types.InputMaybe<Types.ParserStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListParsersQuery = { __typename?: 'Query', listParsers: { __typename?: 'ParserConnection', totalCount: number, edges: Array<{ __typename?: 'ParserEdge', cursor: string, node: { __typename?: 'Parser', id: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, inputSinkKey: string, outputKey: string, status: Types.ParserStatus, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type TestParserExpressionQueryVariables = Types.Exact<{\n input: Types.TestParserInput;\n}>;\n\n\nexport type TestParserExpressionQuery = { __typename?: 'Query', testParserExpression: { __typename?: 'ParserTestResult', success: boolean, output?: Record<string, unknown> | null, error?: string | null, executionTimeMs?: number | null } };\n\nexport type PipelinePageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type PipelineCoreFieldsFragment = { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> };\n\nexport type PipelineExecutionFieldsFragment = { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> };\n\nexport type PipelineListItemFragment = { __typename?: 'Pipeline', id: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, updatedAt: string, stages: Array<{ __typename?: 'PipelineStage', id: string, position: number, parserName?: string | null, parserType?: Types.ParserType | null, enabled: boolean }> };\n\nexport type PipelineStageFieldsFragment = { __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null };\n\nexport type PipelineStageResultFieldsFragment = { __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null };\n\nexport type CreatePipelineMutationVariables = Types.Exact<{\n input: Types.CreatePipelineInput;\n}>;\n\n\nexport type CreatePipelineMutation = { __typename?: 'Mutation', createPipeline: { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> } };\n\nexport type DeletePipelineMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeletePipelineMutation = { __typename?: 'Mutation', deletePipeline: boolean };\n\nexport type ExecutePipelineMutationVariables = Types.Exact<{\n input: Types.ExecutePipelineInput;\n}>;\n\n\nexport type ExecutePipelineMutation = { __typename?: 'Mutation', executePipeline: { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> } };\n\nexport type TestPipelineMutationVariables = Types.Exact<{\n input: Types.TestPipelineInput;\n}>;\n\n\nexport type TestPipelineMutation = { __typename?: 'Mutation', testPipeline: { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> } };\n\nexport type UpdatePipelineMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdatePipelineInput;\n version: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type UpdatePipelineMutation = { __typename?: 'Mutation', updatePipeline: { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> } };\n\nexport type GetPipelineQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetPipelineQuery = { __typename?: 'Query', pipeline?: { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> } | null };\n\nexport type GetPipelineExecutionQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetPipelineExecutionQuery = { __typename?: 'Query', pipelineExecution?: { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> } | null };\n\nexport type ListPipelineExecutionsQueryVariables = Types.Exact<{\n pipelineId: Types.Scalars['ID']['input'];\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListPipelineExecutionsQuery = { __typename?: 'Query', listPipelineExecutions: Array<{ __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> }> };\n\nexport type ListPipelinesQueryVariables = Types.Exact<{\n consoleId: Types.Scalars['ID']['input'];\n status?: Types.InputMaybe<Types.PipelineStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListPipelinesQuery = { __typename?: 'Query', listPipelines: { __typename?: 'PipelineConnection', totalCount: number, edges: Array<{ __typename?: 'PipelineEdge', cursor: string, node: { __typename?: 'Pipeline', id: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, updatedAt: string, stages: Array<{ __typename?: 'PipelineStage', id: string, position: number, parserName?: string | null, parserType?: Types.ParserType | null, enabled: boolean }> } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type PromptGenerationFieldsFragment = { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null };\n\nexport type PromptSuggestionFieldsFragment = { __typename?: 'PromptSuggestion', id: string, category: string, title: string, prompt: string, exampleDescription?: string | null, tags: Array<string> };\n\nexport type CancelPromptGenerationMutationVariables = Types.Exact<{\n generationId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type CancelPromptGenerationMutation = { __typename?: 'Mutation', cancelPromptGeneration: { __typename?: 'PromptGeneration', id: string, status: Types.PromptGenerationStatus } };\n\nexport type CreateDashboardFromGenerationMutationVariables = Types.Exact<{\n input: Types.CreateDashboardFromGenerationInput;\n}>;\n\n\nexport type CreateDashboardFromGenerationMutation = { __typename?: 'Mutation', createDashboardFromGeneration: { __typename?: 'Dashboard', id: string } };\n\nexport type DeletePromptGenerationMutationVariables = Types.Exact<{\n generationId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeletePromptGenerationMutation = { __typename?: 'Mutation', deletePromptGeneration: boolean };\n\nexport type GenerateDashboardFromPromptMutationVariables = Types.Exact<{\n input: Types.GenerateDashboardFromPromptInput;\n}>;\n\n\nexport type GenerateDashboardFromPromptMutation = { __typename?: 'Mutation', generateDashboardFromPrompt: { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null } };\n\nexport type GetPromptGenerationQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetPromptGenerationQuery = { __typename?: 'Query', getPromptGeneration?: { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null } | null };\n\nexport type GetPromptSuggestionsQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.Scalars['String']['input']>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GetPromptSuggestionsQuery = { __typename?: 'Query', getPromptSuggestions: Array<{ __typename?: 'PromptSuggestion', id: string, category: string, title: string, prompt: string, exampleDescription?: string | null, tags: Array<string> }> };\n\nexport type ListPromptGenerationsQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.PromptGenerationStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListPromptGenerationsQuery = { __typename?: 'Query', listPromptGenerations: { __typename?: 'PromptGenerationConnection', totalCount: number, edges: Array<{ __typename?: 'PromptGenerationEdge', cursor: string, node: { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null, totalCount?: number | null } } };\n\nexport type CreateSandboxMutationVariables = Types.Exact<{\n input: Types.CreateSandboxInput;\n}>;\n\n\nexport type CreateSandboxMutation = { __typename?: 'Mutation', createSandbox: { __typename?: 'Sandbox', id: string, name: string, status: Types.SandboxStatus, network: { __typename?: 'SandboxNetwork', internalUrl?: string | null } } };\n\nexport type ProxySandboxRequestMutationVariables = Types.Exact<{\n input: Types.ProxySandboxRequestInput;\n}>;\n\n\nexport type ProxySandboxRequestMutation = { __typename?: 'Mutation', proxySandboxRequest: { __typename?: 'ProxySandboxResponse', status: number, body?: Record<string, unknown> | null } };\n\nexport type ExtendSandboxTtlMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n additionalSeconds: Types.Scalars['Int']['input'];\n context: Types.ContextInput;\n}>;\n\n\nexport type ExtendSandboxTtlMutation = { __typename?: 'Mutation', extendSandboxTTL: { __typename?: 'Sandbox', id: string, expiresAt: string } };\n\nexport type GetSandboxQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n context: Types.ContextInput;\n}>;\n\n\nexport type GetSandboxQuery = { __typename?: 'Query', getSandbox?: { __typename?: 'Sandbox', id: string, status: Types.SandboxStatus, errorMessage?: string | null, network: { __typename?: 'SandboxNetwork', internalUrl?: string | null } } | null };\n\nexport type GetActiveSandboxesQueryVariables = Types.Exact<{\n context: Types.ContextInput;\n}>;\n\n\nexport type GetActiveSandboxesQuery = { __typename?: 'Query', getActiveSandboxes: Array<{ __typename?: 'Sandbox', id: string, name: string, status: Types.SandboxStatus, metadata?: Record<string, unknown> | null, template: Types.SandboxTemplate, createdBy: string }> };\n\nexport type EventLogFieldsFragment = { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null };\n\nexport type EventWebhookMappingFieldsFragment = { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null };\n\nexport type WidgetPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type ResponsivePositionFieldsFragment = { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number };\n\nexport type WidgetActionFieldsFragment = { __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null };\n\nexport type WidgetCoreFieldsFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null };\n\nexport type WidgetDataFieldsFragment = { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null };\n\nexport type WidgetDrilldownFieldsFragment = { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type WidgetFullFieldsFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null };\n\nexport type WidgetListFieldsFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null };\n\nexport type WidgetListItemFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, createdAt: string, updatedAt: string, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null, drilldown?: { __typename?: 'WidgetDrilldown', id: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }> };\n\nexport type WidgetPositionFieldsFragment = { __typename?: 'WidgetPosition', x: number, y: number, width: number, height: number };\n\nexport type WidgetTranslationFieldsFragment = { __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string };\n\nexport type WidgetTypeInfoFieldsFragment = { __typename?: 'WidgetTypeInfo', type: Types.WidgetType, label: string, description: string, icon: string, category: string, defaultConfig: Record<string, unknown>, defaultSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, minSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, maxSize: { __typename?: 'WidgetSizeInfo', width: number, height: number } };\n\nexport type BatchUpdateWidgetPositionsMutationVariables = Types.Exact<{\n updates: Array<Types.WidgetPositionUpdateInput> | Types.WidgetPositionUpdateInput;\n}>;\n\n\nexport type BatchUpdateWidgetPositionsMutation = { __typename?: 'Mutation', batchUpdateWidgetPositions: Array<{ __typename?: 'Widget', id: string, position: Record<string, unknown>, updatedAt: string }> };\n\nexport type CreateEventWebhookMappingMutationVariables = Types.Exact<{\n input: Types.CreateEventWebhookMappingInput;\n}>;\n\n\nexport type CreateEventWebhookMappingMutation = { __typename?: 'Mutation', createEventWebhookMapping: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } };\n\nexport type CreateWidgetMutationVariables = Types.Exact<{\n input: Types.BigConsoleCreateWidgetInput;\n}>;\n\n\nexport type CreateWidgetMutation = { __typename?: 'Mutation', createBigConsoleWidget: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type CreateWidgetActionMutationVariables = Types.Exact<{\n input: Types.CreateWidgetActionInput;\n}>;\n\n\nexport type CreateWidgetActionMutation = { __typename?: 'Mutation', createWidgetAction: { __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null } };\n\nexport type CreateWidgetDrilldownMutationVariables = Types.Exact<{\n sourceWidgetId: Types.Scalars['ID']['input'];\n targetDashboardId: Types.Scalars['ID']['input'];\n parameterMapping: Types.Scalars['JSON']['input'];\n navigationMode?: Types.InputMaybe<Types.NavigationMode>;\n}>;\n\n\nexport type CreateWidgetDrilldownMutation = { __typename?: 'Mutation', createWidgetDrilldown: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteEventWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteEventWebhookMappingMutation = { __typename?: 'Mutation', deleteEventWebhookMapping: boolean };\n\nexport type DeleteWidgetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWidgetMutation = { __typename?: 'Mutation', deleteBigConsoleWidget: boolean };\n\nexport type DeleteWidgetActionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWidgetActionMutation = { __typename?: 'Mutation', deleteWidgetAction: boolean };\n\nexport type DeleteWidgetDrilldownMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWidgetDrilldownMutation = { __typename?: 'Mutation', deleteWidgetDrilldown: boolean };\n\nexport type DuplicateWidgetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n newPosition?: Types.InputMaybe<Types.WidgetPositionInput>;\n newTitle?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type DuplicateWidgetMutation = { __typename?: 'Mutation', duplicateWidget: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type EmitWidgetEventMutationVariables = Types.Exact<{\n input: Types.EmitWidgetEventInput;\n}>;\n\n\nexport type EmitWidgetEventMutation = { __typename?: 'Mutation', emitWidgetEvent: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } };\n\nexport type MoveWidgetToPageMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n targetPageId: Types.Scalars['ID']['input'];\n position: Types.WidgetPositionInput;\n}>;\n\n\nexport type MoveWidgetToPageMutation = { __typename?: 'Mutation', moveWidgetToPage: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type RefreshWidgetDataMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RefreshWidgetDataMutation = { __typename?: 'Mutation', refreshWidgetData: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } };\n\nexport type ReorderWidgetActionsMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n actionIds: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReorderWidgetActionsMutation = { __typename?: 'Mutation', reorderWidgetActions: Array<{ __typename?: 'WidgetAction', id: string, order: number }> };\n\nexport type RetryEventDeliveryMutationVariables = Types.Exact<{\n eventId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RetryEventDeliveryMutation = { __typename?: 'Mutation', retryEventDelivery: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } };\n\nexport type TestWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TestWebhookMappingMutation = { __typename?: 'Mutation', testWebhookMapping: { __typename?: 'WebhookTestResult', success: boolean, statusCode?: number | null, responseBody?: Record<string, unknown> | null, errorMessage?: string | null, latencyMs: number } };\n\nexport type ToggleEventWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n isActive: Types.Scalars['Boolean']['input'];\n}>;\n\n\nexport type ToggleEventWebhookMappingMutation = { __typename?: 'Mutation', toggleEventWebhookMapping: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } };\n\nexport type UpdateEventWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateEventWebhookMappingInput;\n}>;\n\n\nexport type UpdateEventWebhookMappingMutation = { __typename?: 'Mutation', updateEventWebhookMapping: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } };\n\nexport type UpdateWidgetMutationVariables = Types.Exact<{\n input: Types.BigConsoleUpdateWidgetInput;\n}>;\n\n\nexport type UpdateWidgetMutation = { __typename?: 'Mutation', updateBigConsoleWidget: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type UpdateWidgetActionMutationVariables = Types.Exact<{\n input: Types.UpdateWidgetActionInput;\n}>;\n\n\nexport type UpdateWidgetActionMutation = { __typename?: 'Mutation', updateWidgetAction: { __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null } };\n\nexport type UpdateWidgetDrilldownMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n targetDashboardId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n parameterMapping?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n navigationMode?: Types.InputMaybe<Types.NavigationMode>;\n enabled?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type UpdateWidgetDrilldownMutation = { __typename?: 'Mutation', updateWidgetDrilldown: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateWidgetRendererMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n renderer: Types.WidgetRenderer;\n template?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n}>;\n\n\nexport type UpdateWidgetRendererMutation = { __typename?: 'Mutation', updateWidgetRenderer: { __typename?: 'Widget', id: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, updatedAt: string } };\n\nexport type GetEventLogQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetEventLogQuery = { __typename?: 'Query', getEventLog?: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } | null };\n\nexport type GetEventWebhookMappingQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetEventWebhookMappingQuery = { __typename?: 'Query', getEventWebhookMapping?: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } | null };\n\nexport type GetWidgetQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWidgetQuery = { __typename?: 'Query', getWidget?: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } | null };\n\nexport type GetWidgetActionsQueryVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWidgetActionsQuery = { __typename?: 'Query', getWidgetActions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }> };\n\nexport type GetWidgetTypesQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetWidgetTypesQuery = { __typename?: 'Query', getWidgetTypes: Array<{ __typename?: 'WidgetTypeInfo', type: Types.WidgetType, label: string, description: string, icon: string, category: string, defaultConfig: Record<string, unknown>, defaultSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, minSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, maxSize: { __typename?: 'WidgetSizeInfo', width: number, height: number } }> };\n\nexport type GetWidgetWithDataQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWidgetWithDataQuery = { __typename?: 'Query', getWidget?: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } | null };\n\nexport type ListEventLogsQueryVariables = Types.Exact<{\n dashboardId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n widgetId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n eventName?: Types.InputMaybe<Types.Scalars['String']['input']>;\n status?: Types.InputMaybe<Types.EventStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListEventLogsQuery = { __typename?: 'Query', listEventLogs: { __typename?: 'EventLogConnection', totalCount: number, edges: Array<{ __typename?: 'EventLogEdge', cursor: string, node: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListEventWebhookMappingsQueryVariables = Types.Exact<{\n dashboardId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n widgetId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n isActive?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type ListEventWebhookMappingsQuery = { __typename?: 'Query', listEventWebhookMappings: Array<{ __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null }> };\n\nexport type ListWidgetsQueryVariables = Types.Exact<{\n pageId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.WidgetType>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListWidgetsQuery = { __typename?: 'Query', listWidgets: { __typename?: 'WidgetConnection', totalCount: number, edges: Array<{ __typename?: 'WidgetEdge', cursor: string, node: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, createdAt: string, updatedAt: string, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null, drilldown?: { __typename?: 'WidgetDrilldown', id: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }> } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListWidgetsByDashboardQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.WidgetType>;\n}>;\n\n\nexport type ListWidgetsByDashboardQuery = { __typename?: 'Query', listWidgetsByDashboard: Array<{ __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null }> };\n\nexport type ListWidgetsForPageQueryVariables = Types.Exact<{\n pageId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.WidgetType>;\n}>;\n\n\nexport type ListWidgetsForPageQuery = { __typename?: 'Query', listWidgets: { __typename?: 'WidgetConnection', totalCount: number, edges: Array<{ __typename?: 'WidgetEdge', node: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } }> } };\n\nexport type DataSinkWorkflowLinkFieldsFragment = { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } };\n\nexport type LinkedDataSinkFieldsFragment = { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean };\n\nexport type WorkflowPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type WorkflowCoreFieldsFragment = { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string };\n\nexport type WorkflowFullFieldsFragment = { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> };\n\nexport type WorkflowListItemFragment = { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, updatedAt: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, isEnabled: boolean, priority: number, dataSink: { __typename?: 'DataSink', id: string, key: string, name?: string | null } }> };\n\nexport type CreateWorkflowMutationVariables = Types.Exact<{\n input: Types.CreateWorkflowInput;\n}>;\n\n\nexport type CreateWorkflowMutation = { __typename?: 'Mutation', createWorkflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } };\n\nexport type DeleteWorkflowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWorkflowMutation = { __typename?: 'Mutation', deleteWorkflow: boolean };\n\nexport type ExecuteWorkflowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n triggerData?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n}>;\n\n\nexport type ExecuteWorkflowMutation = { __typename?: 'Mutation', executeWorkflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } };\n\nexport type LinkDataSinkToWorkflowMutationVariables = Types.Exact<{\n workflowId: Types.Scalars['ID']['input'];\n input: Types.LinkDataSinkInput;\n}>;\n\n\nexport type LinkDataSinkToWorkflowMutation = { __typename?: 'Mutation', linkDataSinkToWorkflow: { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } } };\n\nexport type UnlinkDataSinkFromWorkflowMutationVariables = Types.Exact<{\n workflowId: Types.Scalars['ID']['input'];\n dataSinkId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type UnlinkDataSinkFromWorkflowMutation = { __typename?: 'Mutation', unlinkDataSinkFromWorkflow: boolean };\n\nexport type UpdateDataSinkWorkflowLinkMutationVariables = Types.Exact<{\n linkId: Types.Scalars['ID']['input'];\n input: Types.UpdateDataSinkLinkInput;\n}>;\n\n\nexport type UpdateDataSinkWorkflowLinkMutation = { __typename?: 'Mutation', updateDataSinkLink: { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } } };\n\nexport type UpdateWorkflowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateWorkflowInput;\n version: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type UpdateWorkflowMutation = { __typename?: 'Mutation', updateWorkflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } };\n\nexport type GetWorkflowQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWorkflowQuery = { __typename?: 'Query', workflow?: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } | null };\n\nexport type GetWorkflowByKeyQueryVariables = Types.Exact<{\n key: Types.Scalars['String']['input'];\n}>;\n\n\nexport type GetWorkflowByKeyQuery = { __typename?: 'Query', workflowByKey?: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } | null };\n\nexport type ListWorkflowsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.FluidGridsWorkflowFilterInput>;\n}>;\n\n\nexport type ListWorkflowsQuery = { __typename?: 'Query', workflows: Array<{ __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, updatedAt: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, isEnabled: boolean, priority: number, dataSink: { __typename?: 'DataSink', id: string, key: string, name?: string | null } }> }> };\n\nexport const EntityCommentFieldsFragmentDoc = gql`\n fragment EntityCommentFields on EntityComment {\n id\n entityId\n entityType\n authorId\n authorType\n content {\n text\n markdown\n }\n status\n resolvedAt\n resolvedById\n parentCommentId\n threadLevel\n replyCount\n isPinned\n createdAt\n updatedAt\n}\n `;\nexport const DashboardCoreFieldsFragmentDoc = gql`\n fragment DashboardCoreFields on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n isArchived\n viewCount\n createdAt\n updatedAt\n}\n `;\nexport const DashboardPageFieldsFragmentDoc = gql`\n fragment DashboardPageFields on DashboardPage {\n id\n dashboardId\n name\n order\n layout\n gridColumns\n metadata\n context\n createdAt\n updatedAt\n}\n `;\nexport const GlobalFilterFieldsFragmentDoc = gql`\n fragment GlobalFilterFields on GlobalFilter {\n id\n dashboardId\n name\n type\n config\n defaultValue\n isRequired\n order\n dependsOn\n cascadeConfig\n cascadeDepth\n version\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const DashboardFullFieldsFragmentDoc = gql`\n fragment DashboardFullFields on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n isArchived\n isTemplate\n visibility\n viewCount\n layout\n filters\n metadata\n context\n createdAt\n updatedAt\n pages(first: 10) {\n edges {\n node {\n ...DashboardPageFields\n }\n }\n totalCount\n }\n globalFilters {\n ...GlobalFilterFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}\n${GlobalFilterFieldsFragmentDoc}`;\nexport const DashboardListItemFragmentDoc = gql`\n fragment DashboardListItem on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n visibility\n viewCount\n widgetCount\n createdAt\n updatedAt\n pages(first: 1) {\n totalCount\n }\n}\n `;\nexport const DashboardScalarFieldsFragmentDoc = gql`\n fragment DashboardScalarFields on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n isArchived\n isTemplate\n visibility\n viewCount\n layout\n createdAt\n updatedAt\n}\n `;\nexport const DashboardShareFieldsFragmentDoc = gql`\n fragment DashboardShareFields on DashboardShare {\n id\n dashboardId\n sharedByUserId\n recipientType\n recipientId\n permission\n expiresAt\n isActive\n version\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const DashboardTemplateFieldsFragmentDoc = gql`\n fragment DashboardTemplateFields on DashboardTemplate {\n id\n workspaceId\n name\n description\n category\n tags\n definition\n definitionVersion\n placeholders\n thumbnailFileId\n previewUrl\n authorType\n isPublic\n isActive\n isFeatured\n complexity\n usageCount\n rating\n ratingCount\n status\n version\n metadata\n context\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n `;\nexport const DashboardTemplateListItemFragmentDoc = gql`\n fragment DashboardTemplateListItem on DashboardTemplate {\n id\n workspaceId\n name\n description\n category\n tags\n thumbnailFileId\n previewUrl\n authorType\n isPublic\n isFeatured\n complexity\n usageCount\n rating\n ratingCount\n status\n createdAt\n}\n `;\nexport const DashboardViewFieldsFragmentDoc = gql`\n fragment DashboardViewFields on DashboardView {\n id\n dashboardId\n workspaceId\n name\n description\n filters\n layout\n isDefault\n version\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const PageInfoFieldsFragmentDoc = gql`\n fragment PageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const DataSinkDataStatsFieldsFragmentDoc = gql`\n fragment DataSinkDataStatsFields on DataSinkDataStats {\n dataSizeBytes\n hash\n}\n `;\nexport const DataSinkCoreFieldsFragmentDoc = gql`\n fragment DataSinkCoreFields on DataSink {\n id\n workspaceId\n name\n description\n key\n config\n data\n dataStats {\n ...DataSinkDataStatsFields\n }\n lastRefreshedAt\n lastRefreshedBy\n expiresAt\n nextRefreshAt\n ttl\n version\n sizeBytes\n isActive\n fieldMaskingEnabled\n fieldMaskingRules\n status\n statusChangedAt\n statusChangedBy\n setupState\n metadata\n createdAt\n createdBy\n updatedAt\n updatedBy\n deletedAt\n deletedBy\n linkedWorkflowCount\n}\n ${DataSinkDataStatsFieldsFragmentDoc}`;\nexport const RefreshScheduleFieldsFragmentDoc = gql`\n fragment RefreshScheduleFields on RefreshSchedule {\n cron\n timezone\n}\n `;\nexport const DataSinkRefreshConfigFieldsFragmentDoc = gql`\n fragment DataSinkRefreshConfigFields on DataSinkRefreshConfig {\n type\n schedule {\n ...RefreshScheduleFields\n }\n}\n ${RefreshScheduleFieldsFragmentDoc}`;\nexport const WorkflowLinkFieldsFragmentDoc = gql`\n fragment WorkflowLinkFields on DataSinkWorkflowLink {\n id\n dataSinkId\n workflowId\n isEnabled\n priority\n dataMapping\n createdAt\n updatedAt\n workflow {\n id\n name\n key\n status\n }\n}\n `;\nexport const ExportScheduleFieldsFragmentDoc = gql`\n fragment ExportScheduleFields on ExportSchedule {\n cron\n timezone\n}\n `;\nexport const DataSinkExportFieldsFragmentDoc = gql`\n fragment DataSinkExportFields on DataSinkExport {\n id\n name\n format\n schedule {\n ...ExportScheduleFields\n }\n recipients\n template\n enabled\n}\n ${ExportScheduleFieldsFragmentDoc}`;\nexport const AlertThrottleFieldsFragmentDoc = gql`\n fragment AlertThrottleFields on AlertThrottle {\n enabled\n windowMinutes\n maxAlertsPerWindow\n}\n `;\nexport const DataSinkAlertFieldsFragmentDoc = gql`\n fragment DataSinkAlertFields on DataSinkAlert {\n id\n name\n condition\n severity\n channels\n recipients\n throttle {\n ...AlertThrottleFields\n }\n enabled\n}\n ${AlertThrottleFieldsFragmentDoc}`;\nexport const DataSinkQuotaFieldsFragmentDoc = gql`\n fragment DataSinkQuotaFields on DataSinkQuota {\n maxDataSize\n maxRetentionDays\n alertThreshold\n alertRecipients\n}\n `;\nexport const DataSinkFullFieldsFragmentDoc = gql`\n fragment DataSinkFullFields on DataSink {\n ...DataSinkCoreFields\n refresh {\n ...DataSinkRefreshConfigFields\n }\n workflowLinks {\n ...WorkflowLinkFields\n }\n exports {\n ...DataSinkExportFields\n }\n alerts {\n ...DataSinkAlertFields\n }\n quota {\n ...DataSinkQuotaFields\n }\n}\n ${DataSinkCoreFieldsFragmentDoc}\n${DataSinkRefreshConfigFieldsFragmentDoc}\n${WorkflowLinkFieldsFragmentDoc}\n${DataSinkExportFieldsFragmentDoc}\n${DataSinkAlertFieldsFragmentDoc}\n${DataSinkQuotaFieldsFragmentDoc}`;\nexport const DataSinkListItemFragmentDoc = gql`\n fragment DataSinkListItem on DataSink {\n id\n name\n key\n status\n setupState\n sizeBytes\n lastRefreshedAt\n isActive\n version\n createdAt\n updatedAt\n linkedWorkflowCount\n}\n `;\nexport const DataSinkPageInfoFieldsFragmentDoc = gql`\n fragment DataSinkPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const FilterPresetFieldsFragmentDoc = gql`\n fragment FilterPresetFields on FilterPreset {\n id\n dashboardId\n profileId\n name\n description\n filterValues\n isDefault\n order\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const ParserPageInfoFieldsFragmentDoc = gql`\n fragment ParserPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const ParserCoreFieldsFragmentDoc = gql`\n fragment ParserCoreFields on Parser {\n id\n workspaceId\n consoleId\n name\n description\n type\n expression\n inputSinkKey\n outputKey\n ttl\n status\n version\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n `;\nexport const ParserListItemFragmentDoc = gql`\n fragment ParserListItem on Parser {\n id\n consoleId\n name\n description\n type\n inputSinkKey\n outputKey\n status\n updatedAt\n}\n `;\nexport const PipelinePageInfoFieldsFragmentDoc = gql`\n fragment PipelinePageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const PipelineStageFieldsFragmentDoc = gql`\n fragment PipelineStageFields on PipelineStage {\n id\n pipelineId\n position\n parserId\n parserName\n parserType\n expression\n inputKey\n outputKey\n enabled\n onError\n fallbackValue\n description\n}\n `;\nexport const PipelineCoreFieldsFragmentDoc = gql`\n fragment PipelineCoreFields on Pipeline {\n id\n workspaceId\n consoleId\n name\n description\n status\n stages {\n ...PipelineStageFields\n }\n lastExecutedAt\n version\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n ${PipelineStageFieldsFragmentDoc}`;\nexport const PipelineStageResultFieldsFragmentDoc = gql`\n fragment PipelineStageResultFields on PipelineStageResult {\n id\n stageId\n stageName\n status\n executionTimeMs\n output\n error\n}\n `;\nexport const PipelineExecutionFieldsFragmentDoc = gql`\n fragment PipelineExecutionFields on PipelineExecution {\n id\n pipelineId\n pipelineVersion\n status\n startedAt\n completedAt\n inputData\n outputData\n error\n totalExecutionTimeMs\n stageResults {\n ...PipelineStageResultFields\n }\n executedBy\n createdAt\n}\n ${PipelineStageResultFieldsFragmentDoc}`;\nexport const PipelineListItemFragmentDoc = gql`\n fragment PipelineListItem on Pipeline {\n id\n consoleId\n name\n description\n status\n stages {\n id\n position\n parserName\n parserType\n enabled\n }\n lastExecutedAt\n version\n updatedAt\n}\n `;\nexport const PromptGenerationFieldsFragmentDoc = gql`\n fragment PromptGenerationFields on PromptGeneration {\n id\n workspaceId\n actorId\n prompt\n status\n dashboardId\n errorMessage\n createdAt\n updatedAt\n completedAt\n config {\n styleType\n layoutType\n gridColumns\n enableWebSearch\n category\n maxWidgets\n }\n generatedSpec {\n name\n description\n category\n reasoning\n overallConfidence\n pages {\n name\n order\n layout\n gridColumns\n widgets {\n title\n type\n confidence\n reasoning\n position {\n x\n y\n width\n height\n }\n config\n }\n }\n }\n}\n `;\nexport const PromptSuggestionFieldsFragmentDoc = gql`\n fragment PromptSuggestionFields on PromptSuggestion {\n id\n category\n title\n prompt\n exampleDescription\n tags\n}\n `;\nexport const EventLogFieldsFragmentDoc = gql`\n fragment EventLogFields on EventLog {\n id\n workspaceId\n dashboardId\n pageId\n widgetId\n eventName\n actionName\n payload\n context\n status\n webhookUrl\n responseCode\n errorMessage\n attempts\n createdAt\n completedAt\n}\n `;\nexport const EventWebhookMappingFieldsFragmentDoc = gql`\n fragment EventWebhookMappingFields on EventWebhookMapping {\n id\n workspaceId\n dashboardId\n widgetId\n eventPattern\n webhookUrl\n method\n headers\n payloadTemplate\n retryPolicy {\n maxRetries\n backoffMs\n backoffMultiplier\n }\n isActive\n createdAt\n updatedAt\n}\n `;\nexport const WidgetPageInfoFieldsFragmentDoc = gql`\n fragment WidgetPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const ResponsivePositionFieldsFragmentDoc = gql`\n fragment ResponsivePositionFields on ResponsivePosition {\n xs\n sm\n md\n lg\n}\n `;\nexport const WidgetCoreFieldsFragmentDoc = gql`\n fragment WidgetCoreFields on Widget {\n id\n pageId\n dashboardId\n type\n title\n renderer\n template\n dataSinkId\n datasetId\n parserId\n parserRules\n config\n position\n positionResponsive {\n ...ResponsivePositionFields\n }\n rowOrder\n refreshInterval\n lastRefreshedAt\n cacheTTL\n metadata\n context\n createdAt\n updatedAt\n}\n ${ResponsivePositionFieldsFragmentDoc}`;\nexport const WidgetDrilldownFieldsFragmentDoc = gql`\n fragment WidgetDrilldownFields on WidgetDrilldown {\n id\n sourceWidgetId\n targetDashboardId\n parameterMapping\n navigationMode\n enabled\n metadata\n context\n createdAt\n updatedAt\n}\n `;\nexport const WidgetTranslationFieldsFragmentDoc = gql`\n fragment WidgetTranslationFields on WidgetTranslation {\n id\n widgetId\n locale\n title\n createdAt\n updatedAt\n}\n `;\nexport const WidgetDataFieldsFragmentDoc = gql`\n fragment WidgetDataFields on WidgetData {\n raw\n processed\n fetchedAt\n cached\n error\n}\n `;\nexport const WidgetActionFieldsFragmentDoc = gql`\n fragment WidgetActionFields on WidgetAction {\n id\n widgetId\n name\n label\n type\n style\n icon\n confirmation {\n title\n message\n confirmLabel\n cancelLabel\n }\n disabled\n hidden\n order\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const WidgetFullFieldsFragmentDoc = gql`\n fragment WidgetFullFields on Widget {\n ...WidgetCoreFields\n drilldown {\n ...WidgetDrilldownFields\n }\n translations {\n ...WidgetTranslationFields\n }\n data {\n ...WidgetDataFields\n }\n actions {\n ...WidgetActionFields\n }\n}\n ${WidgetCoreFieldsFragmentDoc}\n${WidgetDrilldownFieldsFragmentDoc}\n${WidgetTranslationFieldsFragmentDoc}\n${WidgetDataFieldsFragmentDoc}\n${WidgetActionFieldsFragmentDoc}`;\nexport const WidgetListFieldsFragmentDoc = gql`\n fragment WidgetListFields on Widget {\n ...WidgetCoreFields\n drilldown {\n ...WidgetDrilldownFields\n }\n translations {\n ...WidgetTranslationFields\n }\n actions {\n ...WidgetActionFields\n }\n}\n ${WidgetCoreFieldsFragmentDoc}\n${WidgetDrilldownFieldsFragmentDoc}\n${WidgetTranslationFieldsFragmentDoc}\n${WidgetActionFieldsFragmentDoc}`;\nexport const WidgetListItemFragmentDoc = gql`\n fragment WidgetListItem on Widget {\n id\n pageId\n dashboardId\n type\n title\n renderer\n template\n config\n position\n positionResponsive {\n xs\n sm\n md\n lg\n }\n rowOrder\n refreshInterval\n lastRefreshedAt\n createdAt\n updatedAt\n drilldown {\n id\n targetDashboardId\n parameterMapping\n navigationMode\n enabled\n }\n actions {\n id\n widgetId\n name\n label\n type\n style\n icon\n confirmation {\n title\n message\n confirmLabel\n cancelLabel\n }\n disabled\n hidden\n order\n }\n}\n `;\nexport const WidgetPositionFieldsFragmentDoc = gql`\n fragment WidgetPositionFields on WidgetPosition {\n x\n y\n width\n height\n}\n `;\nexport const WidgetTypeInfoFieldsFragmentDoc = gql`\n fragment WidgetTypeInfoFields on WidgetTypeInfo {\n type\n label\n description\n icon\n category\n defaultConfig\n defaultSize {\n width\n height\n }\n minSize {\n width\n height\n }\n maxSize {\n width\n height\n }\n}\n `;\nexport const WorkflowPageInfoFieldsFragmentDoc = gql`\n fragment WorkflowPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const WorkflowCoreFieldsFragmentDoc = gql`\n fragment WorkflowCoreFields on FluidGridsWorkflow {\n id\n name\n key\n description\n externalWorkflowId\n webhookUrl\n config\n status\n lastExecutedAt\n lastExecutionId\n executionCount\n linkedDataSinkCount\n version\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n `;\nexport const LinkedDataSinkFieldsFragmentDoc = gql`\n fragment LinkedDataSinkFields on DataSink {\n id\n name\n key\n status\n setupState\n isActive\n}\n `;\nexport const DataSinkWorkflowLinkFieldsFragmentDoc = gql`\n fragment DataSinkWorkflowLinkFields on DataSinkWorkflowLink {\n id\n dataSinkId\n workflowId\n dataSink {\n ...LinkedDataSinkFields\n }\n isEnabled\n priority\n dataMapping\n createdAt\n updatedAt\n}\n ${LinkedDataSinkFieldsFragmentDoc}`;\nexport const WorkflowFullFieldsFragmentDoc = gql`\n fragment WorkflowFullFields on FluidGridsWorkflow {\n ...WorkflowCoreFields\n linkedDataSinks {\n ...DataSinkWorkflowLinkFields\n }\n}\n ${WorkflowCoreFieldsFragmentDoc}\n${DataSinkWorkflowLinkFieldsFragmentDoc}`;\nexport const WorkflowListItemFragmentDoc = gql`\n fragment WorkflowListItem on FluidGridsWorkflow {\n id\n name\n key\n description\n status\n lastExecutedAt\n executionCount\n linkedDataSinkCount\n linkedDataSinks {\n id\n dataSink {\n id\n key\n name\n }\n isEnabled\n priority\n }\n version\n createdAt\n updatedAt\n}\n `;\nexport const WorkspaceInstalledAppsDocument = gql`\n query WorkspaceInstalledApps {\n workspaceInstalledApps {\n id\n appName\n displayName\n version\n type\n manifest\n isEnabled\n installedAt\n }\n}\n `;\n\n/**\n * __useWorkspaceInstalledAppsQuery__\n *\n * To run a query within a React component, call `useWorkspaceInstalledAppsQuery` and pass it any options that fit your needs.\n * When your component renders, `useWorkspaceInstalledAppsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useWorkspaceInstalledAppsQuery({\n * variables: {\n * },\n * });\n */\nexport function useWorkspaceInstalledAppsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>(WorkspaceInstalledAppsDocument, options);\n }\nexport function useWorkspaceInstalledAppsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>(WorkspaceInstalledAppsDocument, options);\n }\n// @ts-ignore\nexport function useWorkspaceInstalledAppsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>;\nexport function useWorkspaceInstalledAppsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceInstalledAppsQuery | undefined, Types.WorkspaceInstalledAppsQueryVariables>;\nexport function useWorkspaceInstalledAppsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>(WorkspaceInstalledAppsDocument, options);\n }\nexport type WorkspaceInstalledAppsQueryHookResult = ReturnType<typeof useWorkspaceInstalledAppsQuery>;\nexport type WorkspaceInstalledAppsLazyQueryHookResult = ReturnType<typeof useWorkspaceInstalledAppsLazyQuery>;\nexport type WorkspaceInstalledAppsSuspenseQueryHookResult = ReturnType<typeof useWorkspaceInstalledAppsSuspenseQuery>;\nexport type WorkspaceInstalledAppsQueryResult = Apollo.QueryResult<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>;\nexport const CreateEntityCommentDocument = gql`\n mutation CreateEntityComment($input: CreateEntityCommentInput!) {\n createEntityComment(input: $input) {\n ...EntityCommentFields\n }\n}\n ${EntityCommentFieldsFragmentDoc}`;\nexport type CreateEntityCommentMutationFn = Apollo.MutationFunction<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>;\n\n/**\n * __useCreateEntityCommentMutation__\n *\n * To run a mutation, you first call `useCreateEntityCommentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateEntityCommentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createEntityCommentMutation, { data, loading, error }] = useCreateEntityCommentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateEntityCommentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>(CreateEntityCommentDocument, options);\n }\nexport type CreateEntityCommentMutationHookResult = ReturnType<typeof useCreateEntityCommentMutation>;\nexport type CreateEntityCommentMutationResult = Apollo.MutationResult<Types.CreateEntityCommentMutation>;\nexport type CreateEntityCommentMutationOptions = Apollo.BaseMutationOptions<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>;\nexport const DeleteEntityCommentDocument = gql`\n mutation DeleteEntityComment($input: DeleteCommentInput!) {\n deleteEntityComment(input: $input)\n}\n `;\nexport type DeleteEntityCommentMutationFn = Apollo.MutationFunction<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>;\n\n/**\n * __useDeleteEntityCommentMutation__\n *\n * To run a mutation, you first call `useDeleteEntityCommentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteEntityCommentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteEntityCommentMutation, { data, loading, error }] = useDeleteEntityCommentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useDeleteEntityCommentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>(DeleteEntityCommentDocument, options);\n }\nexport type DeleteEntityCommentMutationHookResult = ReturnType<typeof useDeleteEntityCommentMutation>;\nexport type DeleteEntityCommentMutationResult = Apollo.MutationResult<Types.DeleteEntityCommentMutation>;\nexport type DeleteEntityCommentMutationOptions = Apollo.BaseMutationOptions<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>;\nexport const ResolveEntityCommentDocument = gql`\n mutation ResolveEntityComment($input: ResolveCommentInput!) {\n resolveEntityComment(input: $input) {\n ...EntityCommentFields\n }\n}\n ${EntityCommentFieldsFragmentDoc}`;\nexport type ResolveEntityCommentMutationFn = Apollo.MutationFunction<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>;\n\n/**\n * __useResolveEntityCommentMutation__\n *\n * To run a mutation, you first call `useResolveEntityCommentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useResolveEntityCommentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [resolveEntityCommentMutation, { data, loading, error }] = useResolveEntityCommentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useResolveEntityCommentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>(ResolveEntityCommentDocument, options);\n }\nexport type ResolveEntityCommentMutationHookResult = ReturnType<typeof useResolveEntityCommentMutation>;\nexport type ResolveEntityCommentMutationResult = Apollo.MutationResult<Types.ResolveEntityCommentMutation>;\nexport type ResolveEntityCommentMutationOptions = Apollo.BaseMutationOptions<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>;\nexport const GetEntityCommentsDocument = gql`\n query GetEntityComments($input: GetCommentsInput!) {\n getEntityComments(input: $input) {\n items {\n ...EntityCommentFields\n }\n total\n page\n hasMore\n }\n}\n ${EntityCommentFieldsFragmentDoc}`;\n\n/**\n * __useGetEntityCommentsQuery__\n *\n * To run a query within a React component, call `useGetEntityCommentsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetEntityCommentsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetEntityCommentsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useGetEntityCommentsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables> & ({ variables: Types.GetEntityCommentsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>(GetEntityCommentsDocument, options);\n }\nexport function useGetEntityCommentsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>(GetEntityCommentsDocument, options);\n }\n// @ts-ignore\nexport function useGetEntityCommentsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>;\nexport function useGetEntityCommentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEntityCommentsQuery | undefined, Types.GetEntityCommentsQueryVariables>;\nexport function useGetEntityCommentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>(GetEntityCommentsDocument, options);\n }\nexport type GetEntityCommentsQueryHookResult = ReturnType<typeof useGetEntityCommentsQuery>;\nexport type GetEntityCommentsLazyQueryHookResult = ReturnType<typeof useGetEntityCommentsLazyQuery>;\nexport type GetEntityCommentsSuspenseQueryHookResult = ReturnType<typeof useGetEntityCommentsSuspenseQuery>;\nexport type GetEntityCommentsQueryResult = Apollo.QueryResult<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>;\nexport const ArchiveDashboardDocument = gql`\n mutation ArchiveDashboard($id: ID!) {\n archiveDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type ArchiveDashboardMutationFn = Apollo.MutationFunction<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>;\n\n/**\n * __useArchiveDashboardMutation__\n *\n * To run a mutation, you first call `useArchiveDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useArchiveDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [archiveDashboardMutation, { data, loading, error }] = useArchiveDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useArchiveDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>(ArchiveDashboardDocument, options);\n }\nexport type ArchiveDashboardMutationHookResult = ReturnType<typeof useArchiveDashboardMutation>;\nexport type ArchiveDashboardMutationResult = Apollo.MutationResult<Types.ArchiveDashboardMutation>;\nexport type ArchiveDashboardMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>;\nexport const ArchiveTemplateDocument = gql`\n mutation ArchiveTemplate($id: ID!) {\n archiveTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type ArchiveTemplateMutationFn = Apollo.MutationFunction<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>;\n\n/**\n * __useArchiveTemplateMutation__\n *\n * To run a mutation, you first call `useArchiveTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useArchiveTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [archiveTemplateMutation, { data, loading, error }] = useArchiveTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useArchiveTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>(ArchiveTemplateDocument, options);\n }\nexport type ArchiveTemplateMutationHookResult = ReturnType<typeof useArchiveTemplateMutation>;\nexport type ArchiveTemplateMutationResult = Apollo.MutationResult<Types.ArchiveTemplateMutation>;\nexport type ArchiveTemplateMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>;\nexport const CloneDashboardDocument = gql`\n mutation CloneDashboard($input: CloneDashboardInput!) {\n cloneDashboard(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type CloneDashboardMutationFn = Apollo.MutationFunction<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>;\n\n/**\n * __useCloneDashboardMutation__\n *\n * To run a mutation, you first call `useCloneDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCloneDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [cloneDashboardMutation, { data, loading, error }] = useCloneDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCloneDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>(CloneDashboardDocument, options);\n }\nexport type CloneDashboardMutationHookResult = ReturnType<typeof useCloneDashboardMutation>;\nexport type CloneDashboardMutationResult = Apollo.MutationResult<Types.CloneDashboardMutation>;\nexport type CloneDashboardMutationOptions = Apollo.BaseMutationOptions<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>;\nexport const CreateDashboardDocument = gql`\n mutation CreateDashboard($input: BigConsoleCreateDashboardInput!) {\n createBigConsoleDashboard(input: $input) {\n ...DashboardScalarFields\n }\n}\n ${DashboardScalarFieldsFragmentDoc}`;\nexport type CreateDashboardMutationFn = Apollo.MutationFunction<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>;\n\n/**\n * __useCreateDashboardMutation__\n *\n * To run a mutation, you first call `useCreateDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardMutation, { data, loading, error }] = useCreateDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>(CreateDashboardDocument, options);\n }\nexport type CreateDashboardMutationHookResult = ReturnType<typeof useCreateDashboardMutation>;\nexport type CreateDashboardMutationResult = Apollo.MutationResult<Types.CreateDashboardMutation>;\nexport type CreateDashboardMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>;\nexport const CreateDashboardPageDocument = gql`\n mutation CreateDashboardPage($input: CreateDashboardPageInput!) {\n createDashboardPage(input: $input) {\n ...DashboardPageFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}`;\nexport type CreateDashboardPageMutationFn = Apollo.MutationFunction<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>;\n\n/**\n * __useCreateDashboardPageMutation__\n *\n * To run a mutation, you first call `useCreateDashboardPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardPageMutation, { data, loading, error }] = useCreateDashboardPageMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>(CreateDashboardPageDocument, options);\n }\nexport type CreateDashboardPageMutationHookResult = ReturnType<typeof useCreateDashboardPageMutation>;\nexport type CreateDashboardPageMutationResult = Apollo.MutationResult<Types.CreateDashboardPageMutation>;\nexport type CreateDashboardPageMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>;\nexport const CreateDashboardViewDocument = gql`\n mutation CreateDashboardView($input: CreateDashboardViewInput!) {\n createDashboardView(input: $input) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\nexport type CreateDashboardViewMutationFn = Apollo.MutationFunction<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>;\n\n/**\n * __useCreateDashboardViewMutation__\n *\n * To run a mutation, you first call `useCreateDashboardViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardViewMutation, { data, loading, error }] = useCreateDashboardViewMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>(CreateDashboardViewDocument, options);\n }\nexport type CreateDashboardViewMutationHookResult = ReturnType<typeof useCreateDashboardViewMutation>;\nexport type CreateDashboardViewMutationResult = Apollo.MutationResult<Types.CreateDashboardViewMutation>;\nexport type CreateDashboardViewMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>;\nexport const CreateGlobalFilterDocument = gql`\n mutation CreateGlobalFilter($input: CreateGlobalFilterInput!) {\n createGlobalFilter(input: $input) {\n ...GlobalFilterFields\n }\n}\n ${GlobalFilterFieldsFragmentDoc}`;\nexport type CreateGlobalFilterMutationFn = Apollo.MutationFunction<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>;\n\n/**\n * __useCreateGlobalFilterMutation__\n *\n * To run a mutation, you first call `useCreateGlobalFilterMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateGlobalFilterMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createGlobalFilterMutation, { data, loading, error }] = useCreateGlobalFilterMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateGlobalFilterMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>(CreateGlobalFilterDocument, options);\n }\nexport type CreateGlobalFilterMutationHookResult = ReturnType<typeof useCreateGlobalFilterMutation>;\nexport type CreateGlobalFilterMutationResult = Apollo.MutationResult<Types.CreateGlobalFilterMutation>;\nexport type CreateGlobalFilterMutationOptions = Apollo.BaseMutationOptions<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>;\nexport const CreateTemplateDocument = gql`\n mutation CreateTemplate($input: CreateTemplateInput!) {\n createTemplate(input: $input) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type CreateTemplateMutationFn = Apollo.MutationFunction<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>;\n\n/**\n * __useCreateTemplateMutation__\n *\n * To run a mutation, you first call `useCreateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createTemplateMutation, { data, loading, error }] = useCreateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>(CreateTemplateDocument, options);\n }\nexport type CreateTemplateMutationHookResult = ReturnType<typeof useCreateTemplateMutation>;\nexport type CreateTemplateMutationResult = Apollo.MutationResult<Types.CreateTemplateMutation>;\nexport type CreateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>;\nexport const DeleteDashboardDocument = gql`\n mutation DeleteDashboard($id: ID!) {\n deleteBigConsoleDashboard(id: $id)\n}\n `;\nexport type DeleteDashboardMutationFn = Apollo.MutationFunction<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>;\n\n/**\n * __useDeleteDashboardMutation__\n *\n * To run a mutation, you first call `useDeleteDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDashboardMutation, { data, loading, error }] = useDeleteDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>(DeleteDashboardDocument, options);\n }\nexport type DeleteDashboardMutationHookResult = ReturnType<typeof useDeleteDashboardMutation>;\nexport type DeleteDashboardMutationResult = Apollo.MutationResult<Types.DeleteDashboardMutation>;\nexport type DeleteDashboardMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>;\nexport const DeleteDashboardPageDocument = gql`\n mutation DeleteDashboardPage($id: ID!) {\n deleteDashboardPage(id: $id)\n}\n `;\nexport type DeleteDashboardPageMutationFn = Apollo.MutationFunction<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>;\n\n/**\n * __useDeleteDashboardPageMutation__\n *\n * To run a mutation, you first call `useDeleteDashboardPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDashboardPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDashboardPageMutation, { data, loading, error }] = useDeleteDashboardPageMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDashboardPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>(DeleteDashboardPageDocument, options);\n }\nexport type DeleteDashboardPageMutationHookResult = ReturnType<typeof useDeleteDashboardPageMutation>;\nexport type DeleteDashboardPageMutationResult = Apollo.MutationResult<Types.DeleteDashboardPageMutation>;\nexport type DeleteDashboardPageMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>;\nexport const DeleteDashboardViewDocument = gql`\n mutation DeleteDashboardView($id: ID!) {\n deleteDashboardView(id: $id)\n}\n `;\nexport type DeleteDashboardViewMutationFn = Apollo.MutationFunction<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>;\n\n/**\n * __useDeleteDashboardViewMutation__\n *\n * To run a mutation, you first call `useDeleteDashboardViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDashboardViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDashboardViewMutation, { data, loading, error }] = useDeleteDashboardViewMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDashboardViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>(DeleteDashboardViewDocument, options);\n }\nexport type DeleteDashboardViewMutationHookResult = ReturnType<typeof useDeleteDashboardViewMutation>;\nexport type DeleteDashboardViewMutationResult = Apollo.MutationResult<Types.DeleteDashboardViewMutation>;\nexport type DeleteDashboardViewMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>;\nexport const DeleteGlobalFilterDocument = gql`\n mutation DeleteGlobalFilter($id: ID!) {\n deleteGlobalFilter(id: $id)\n}\n `;\nexport type DeleteGlobalFilterMutationFn = Apollo.MutationFunction<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>;\n\n/**\n * __useDeleteGlobalFilterMutation__\n *\n * To run a mutation, you first call `useDeleteGlobalFilterMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteGlobalFilterMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteGlobalFilterMutation, { data, loading, error }] = useDeleteGlobalFilterMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteGlobalFilterMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>(DeleteGlobalFilterDocument, options);\n }\nexport type DeleteGlobalFilterMutationHookResult = ReturnType<typeof useDeleteGlobalFilterMutation>;\nexport type DeleteGlobalFilterMutationResult = Apollo.MutationResult<Types.DeleteGlobalFilterMutation>;\nexport type DeleteGlobalFilterMutationOptions = Apollo.BaseMutationOptions<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>;\nexport const DeleteTemplateDocument = gql`\n mutation DeleteTemplate($id: ID!) {\n deleteTemplate(id: $id)\n}\n `;\nexport type DeleteTemplateMutationFn = Apollo.MutationFunction<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>;\n\n/**\n * __useDeleteTemplateMutation__\n *\n * To run a mutation, you first call `useDeleteTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteTemplateMutation, { data, loading, error }] = useDeleteTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>(DeleteTemplateDocument, options);\n }\nexport type DeleteTemplateMutationHookResult = ReturnType<typeof useDeleteTemplateMutation>;\nexport type DeleteTemplateMutationResult = Apollo.MutationResult<Types.DeleteTemplateMutation>;\nexport type DeleteTemplateMutationOptions = Apollo.BaseMutationOptions<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>;\nexport const DeprecateTemplateDocument = gql`\n mutation DeprecateTemplate($id: ID!) {\n deprecateTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type DeprecateTemplateMutationFn = Apollo.MutationFunction<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>;\n\n/**\n * __useDeprecateTemplateMutation__\n *\n * To run a mutation, you first call `useDeprecateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeprecateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deprecateTemplateMutation, { data, loading, error }] = useDeprecateTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeprecateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>(DeprecateTemplateDocument, options);\n }\nexport type DeprecateTemplateMutationHookResult = ReturnType<typeof useDeprecateTemplateMutation>;\nexport type DeprecateTemplateMutationResult = Apollo.MutationResult<Types.DeprecateTemplateMutation>;\nexport type DeprecateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>;\nexport const ImportDashboardDocument = gql`\n mutation ImportDashboard($input: ImportBigConsoleDashboardInput!) {\n importBigConsoleDashboard(input: $input) {\n success\n dashboard {\n ...DashboardFullFields\n }\n errorMessage\n stats {\n pagesCreated\n widgetsCreated\n actionsCreated\n filtersCreated\n translationsCreated\n dataSourcesSkipped\n webhooksSkipped\n }\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type ImportDashboardMutationFn = Apollo.MutationFunction<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>;\n\n/**\n * __useImportDashboardMutation__\n *\n * To run a mutation, you first call `useImportDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useImportDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [importDashboardMutation, { data, loading, error }] = useImportDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useImportDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>(ImportDashboardDocument, options);\n }\nexport type ImportDashboardMutationHookResult = ReturnType<typeof useImportDashboardMutation>;\nexport type ImportDashboardMutationResult = Apollo.MutationResult<Types.ImportDashboardMutation>;\nexport type ImportDashboardMutationOptions = Apollo.BaseMutationOptions<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>;\nexport const ImportDashboardWithConflictDocument = gql`\n mutation ImportDashboardWithConflict($input: ImportDashboardInput!) {\n importDashboard(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type ImportDashboardWithConflictMutationFn = Apollo.MutationFunction<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>;\n\n/**\n * __useImportDashboardWithConflictMutation__\n *\n * To run a mutation, you first call `useImportDashboardWithConflictMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useImportDashboardWithConflictMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [importDashboardWithConflictMutation, { data, loading, error }] = useImportDashboardWithConflictMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useImportDashboardWithConflictMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>(ImportDashboardWithConflictDocument, options);\n }\nexport type ImportDashboardWithConflictMutationHookResult = ReturnType<typeof useImportDashboardWithConflictMutation>;\nexport type ImportDashboardWithConflictMutationResult = Apollo.MutationResult<Types.ImportDashboardWithConflictMutation>;\nexport type ImportDashboardWithConflictMutationOptions = Apollo.BaseMutationOptions<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>;\nexport const InstantiateTemplateDocument = gql`\n mutation InstantiateTemplate($input: InstantiateTemplateInput!) {\n instantiateTemplate(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type InstantiateTemplateMutationFn = Apollo.MutationFunction<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>;\n\n/**\n * __useInstantiateTemplateMutation__\n *\n * To run a mutation, you first call `useInstantiateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInstantiateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [instantiateTemplateMutation, { data, loading, error }] = useInstantiateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useInstantiateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>(InstantiateTemplateDocument, options);\n }\nexport type InstantiateTemplateMutationHookResult = ReturnType<typeof useInstantiateTemplateMutation>;\nexport type InstantiateTemplateMutationResult = Apollo.MutationResult<Types.InstantiateTemplateMutation>;\nexport type InstantiateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>;\nexport const PublishDashboardDocument = gql`\n mutation PublishDashboard($id: ID!) {\n publishDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type PublishDashboardMutationFn = Apollo.MutationFunction<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>;\n\n/**\n * __usePublishDashboardMutation__\n *\n * To run a mutation, you first call `usePublishDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePublishDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [publishDashboardMutation, { data, loading, error }] = usePublishDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function usePublishDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>(PublishDashboardDocument, options);\n }\nexport type PublishDashboardMutationHookResult = ReturnType<typeof usePublishDashboardMutation>;\nexport type PublishDashboardMutationResult = Apollo.MutationResult<Types.PublishDashboardMutation>;\nexport type PublishDashboardMutationOptions = Apollo.BaseMutationOptions<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>;\nexport const PublishTemplateDocument = gql`\n mutation PublishTemplate($id: ID!) {\n publishTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type PublishTemplateMutationFn = Apollo.MutationFunction<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>;\n\n/**\n * __usePublishTemplateMutation__\n *\n * To run a mutation, you first call `usePublishTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePublishTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [publishTemplateMutation, { data, loading, error }] = usePublishTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function usePublishTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>(PublishTemplateDocument, options);\n }\nexport type PublishTemplateMutationHookResult = ReturnType<typeof usePublishTemplateMutation>;\nexport type PublishTemplateMutationResult = Apollo.MutationResult<Types.PublishTemplateMutation>;\nexport type PublishTemplateMutationOptions = Apollo.BaseMutationOptions<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>;\nexport const RateTemplateDocument = gql`\n mutation RateTemplate($input: RateTemplateInput!) {\n rateTemplate(input: $input) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type RateTemplateMutationFn = Apollo.MutationFunction<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>;\n\n/**\n * __useRateTemplateMutation__\n *\n * To run a mutation, you first call `useRateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [rateTemplateMutation, { data, loading, error }] = useRateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>(RateTemplateDocument, options);\n }\nexport type RateTemplateMutationHookResult = ReturnType<typeof useRateTemplateMutation>;\nexport type RateTemplateMutationResult = Apollo.MutationResult<Types.RateTemplateMutation>;\nexport type RateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>;\nexport const ReorderDashboardPagesDocument = gql`\n mutation ReorderDashboardPages($dashboardId: ID!, $pageIds: [ID!]!) {\n reorderDashboardPages(dashboardId: $dashboardId, pageIds: $pageIds) {\n ...DashboardPageFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}`;\nexport type ReorderDashboardPagesMutationFn = Apollo.MutationFunction<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>;\n\n/**\n * __useReorderDashboardPagesMutation__\n *\n * To run a mutation, you first call `useReorderDashboardPagesMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderDashboardPagesMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [reorderDashboardPagesMutation, { data, loading, error }] = useReorderDashboardPagesMutation({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * pageIds: // value for 'pageIds'\n * },\n * });\n */\nexport function useReorderDashboardPagesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>(ReorderDashboardPagesDocument, options);\n }\nexport type ReorderDashboardPagesMutationHookResult = ReturnType<typeof useReorderDashboardPagesMutation>;\nexport type ReorderDashboardPagesMutationResult = Apollo.MutationResult<Types.ReorderDashboardPagesMutation>;\nexport type ReorderDashboardPagesMutationOptions = Apollo.BaseMutationOptions<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>;\nexport const ReorderGlobalFiltersDocument = gql`\n mutation ReorderGlobalFilters($dashboardId: ID!, $filterIds: [ID!]!) {\n reorderGlobalFilters(dashboardId: $dashboardId, filterIds: $filterIds) {\n ...GlobalFilterFields\n }\n}\n ${GlobalFilterFieldsFragmentDoc}`;\nexport type ReorderGlobalFiltersMutationFn = Apollo.MutationFunction<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>;\n\n/**\n * __useReorderGlobalFiltersMutation__\n *\n * To run a mutation, you first call `useReorderGlobalFiltersMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderGlobalFiltersMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [reorderGlobalFiltersMutation, { data, loading, error }] = useReorderGlobalFiltersMutation({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * filterIds: // value for 'filterIds'\n * },\n * });\n */\nexport function useReorderGlobalFiltersMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>(ReorderGlobalFiltersDocument, options);\n }\nexport type ReorderGlobalFiltersMutationHookResult = ReturnType<typeof useReorderGlobalFiltersMutation>;\nexport type ReorderGlobalFiltersMutationResult = Apollo.MutationResult<Types.ReorderGlobalFiltersMutation>;\nexport type ReorderGlobalFiltersMutationOptions = Apollo.BaseMutationOptions<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>;\nexport const RestoreDashboardDocument = gql`\n mutation RestoreDashboard($id: ID!) {\n restoreDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type RestoreDashboardMutationFn = Apollo.MutationFunction<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>;\n\n/**\n * __useRestoreDashboardMutation__\n *\n * To run a mutation, you first call `useRestoreDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRestoreDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [restoreDashboardMutation, { data, loading, error }] = useRestoreDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRestoreDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>(RestoreDashboardDocument, options);\n }\nexport type RestoreDashboardMutationHookResult = ReturnType<typeof useRestoreDashboardMutation>;\nexport type RestoreDashboardMutationResult = Apollo.MutationResult<Types.RestoreDashboardMutation>;\nexport type RestoreDashboardMutationOptions = Apollo.BaseMutationOptions<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>;\nexport const RevokeAllSharesDocument = gql`\n mutation RevokeAllShares($dashboardId: ID!) {\n revokeAllShares(dashboardId: $dashboardId)\n}\n `;\nexport type RevokeAllSharesMutationFn = Apollo.MutationFunction<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>;\n\n/**\n * __useRevokeAllSharesMutation__\n *\n * To run a mutation, you first call `useRevokeAllSharesMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeAllSharesMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [revokeAllSharesMutation, { data, loading, error }] = useRevokeAllSharesMutation({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useRevokeAllSharesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>(RevokeAllSharesDocument, options);\n }\nexport type RevokeAllSharesMutationHookResult = ReturnType<typeof useRevokeAllSharesMutation>;\nexport type RevokeAllSharesMutationResult = Apollo.MutationResult<Types.RevokeAllSharesMutation>;\nexport type RevokeAllSharesMutationOptions = Apollo.BaseMutationOptions<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>;\nexport const RevokeDashboardShareDocument = gql`\n mutation RevokeDashboardShare($id: ID!) {\n revokeDashboardShare(id: $id)\n}\n `;\nexport type RevokeDashboardShareMutationFn = Apollo.MutationFunction<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>;\n\n/**\n * __useRevokeDashboardShareMutation__\n *\n * To run a mutation, you first call `useRevokeDashboardShareMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeDashboardShareMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [revokeDashboardShareMutation, { data, loading, error }] = useRevokeDashboardShareMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRevokeDashboardShareMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>(RevokeDashboardShareDocument, options);\n }\nexport type RevokeDashboardShareMutationHookResult = ReturnType<typeof useRevokeDashboardShareMutation>;\nexport type RevokeDashboardShareMutationResult = Apollo.MutationResult<Types.RevokeDashboardShareMutation>;\nexport type RevokeDashboardShareMutationOptions = Apollo.BaseMutationOptions<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>;\nexport const SetDefaultViewDocument = gql`\n mutation SetDefaultView($viewId: ID!) {\n setDefaultView(viewId: $viewId) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\nexport type SetDefaultViewMutationFn = Apollo.MutationFunction<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>;\n\n/**\n * __useSetDefaultViewMutation__\n *\n * To run a mutation, you first call `useSetDefaultViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetDefaultViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [setDefaultViewMutation, { data, loading, error }] = useSetDefaultViewMutation({\n * variables: {\n * viewId: // value for 'viewId'\n * },\n * });\n */\nexport function useSetDefaultViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>(SetDefaultViewDocument, options);\n }\nexport type SetDefaultViewMutationHookResult = ReturnType<typeof useSetDefaultViewMutation>;\nexport type SetDefaultViewMutationResult = Apollo.MutationResult<Types.SetDefaultViewMutation>;\nexport type SetDefaultViewMutationOptions = Apollo.BaseMutationOptions<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>;\nexport const ShareDashboardDocument = gql`\n mutation ShareDashboard($input: ShareDashboardInput!) {\n shareDashboard(input: $input) {\n ...DashboardShareFields\n }\n}\n ${DashboardShareFieldsFragmentDoc}`;\nexport type ShareDashboardMutationFn = Apollo.MutationFunction<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>;\n\n/**\n * __useShareDashboardMutation__\n *\n * To run a mutation, you first call `useShareDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useShareDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [shareDashboardMutation, { data, loading, error }] = useShareDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useShareDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>(ShareDashboardDocument, options);\n }\nexport type ShareDashboardMutationHookResult = ReturnType<typeof useShareDashboardMutation>;\nexport type ShareDashboardMutationResult = Apollo.MutationResult<Types.ShareDashboardMutation>;\nexport type ShareDashboardMutationOptions = Apollo.BaseMutationOptions<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>;\nexport const UpdateDashboardDocument = gql`\n mutation UpdateDashboard($input: BigConsoleUpdateDashboardInput!) {\n updateBigConsoleDashboard(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type UpdateDashboardMutationFn = Apollo.MutationFunction<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>;\n\n/**\n * __useUpdateDashboardMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardMutation, { data, loading, error }] = useUpdateDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>(UpdateDashboardDocument, options);\n }\nexport type UpdateDashboardMutationHookResult = ReturnType<typeof useUpdateDashboardMutation>;\nexport type UpdateDashboardMutationResult = Apollo.MutationResult<Types.UpdateDashboardMutation>;\nexport type UpdateDashboardMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>;\nexport const UpdateDashboardPageDocument = gql`\n mutation UpdateDashboardPage($input: UpdateDashboardPageInput!) {\n updateDashboardPage(input: $input) {\n ...DashboardPageFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}`;\nexport type UpdateDashboardPageMutationFn = Apollo.MutationFunction<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>;\n\n/**\n * __useUpdateDashboardPageMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardPageMutation, { data, loading, error }] = useUpdateDashboardPageMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>(UpdateDashboardPageDocument, options);\n }\nexport type UpdateDashboardPageMutationHookResult = ReturnType<typeof useUpdateDashboardPageMutation>;\nexport type UpdateDashboardPageMutationResult = Apollo.MutationResult<Types.UpdateDashboardPageMutation>;\nexport type UpdateDashboardPageMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>;\nexport const UpdateDashboardShareDocument = gql`\n mutation UpdateDashboardShare($input: UpdateShareInput!) {\n updateDashboardShare(input: $input) {\n ...DashboardShareFields\n }\n}\n ${DashboardShareFieldsFragmentDoc}`;\nexport type UpdateDashboardShareMutationFn = Apollo.MutationFunction<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>;\n\n/**\n * __useUpdateDashboardShareMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardShareMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardShareMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardShareMutation, { data, loading, error }] = useUpdateDashboardShareMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardShareMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>(UpdateDashboardShareDocument, options);\n }\nexport type UpdateDashboardShareMutationHookResult = ReturnType<typeof useUpdateDashboardShareMutation>;\nexport type UpdateDashboardShareMutationResult = Apollo.MutationResult<Types.UpdateDashboardShareMutation>;\nexport type UpdateDashboardShareMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>;\nexport const UpdateDashboardViewDocument = gql`\n mutation UpdateDashboardView($input: UpdateDashboardViewInput!) {\n updateDashboardView(input: $input) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\nexport type UpdateDashboardViewMutationFn = Apollo.MutationFunction<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>;\n\n/**\n * __useUpdateDashboardViewMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardViewMutation, { data, loading, error }] = useUpdateDashboardViewMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>(UpdateDashboardViewDocument, options);\n }\nexport type UpdateDashboardViewMutationHookResult = ReturnType<typeof useUpdateDashboardViewMutation>;\nexport type UpdateDashboardViewMutationResult = Apollo.MutationResult<Types.UpdateDashboardViewMutation>;\nexport type UpdateDashboardViewMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>;\nexport const UpdateGlobalFilterDocument = gql`\n mutation UpdateGlobalFilter($input: UpdateGlobalFilterInput!) {\n updateGlobalFilter(input: $input) {\n ...GlobalFilterFields\n }\n}\n ${GlobalFilterFieldsFragmentDoc}`;\nexport type UpdateGlobalFilterMutationFn = Apollo.MutationFunction<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>;\n\n/**\n * __useUpdateGlobalFilterMutation__\n *\n * To run a mutation, you first call `useUpdateGlobalFilterMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateGlobalFilterMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateGlobalFilterMutation, { data, loading, error }] = useUpdateGlobalFilterMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateGlobalFilterMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>(UpdateGlobalFilterDocument, options);\n }\nexport type UpdateGlobalFilterMutationHookResult = ReturnType<typeof useUpdateGlobalFilterMutation>;\nexport type UpdateGlobalFilterMutationResult = Apollo.MutationResult<Types.UpdateGlobalFilterMutation>;\nexport type UpdateGlobalFilterMutationOptions = Apollo.BaseMutationOptions<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>;\nexport const UpdateTemplateDocument = gql`\n mutation UpdateTemplate($input: UpdateTemplateInput!) {\n updateTemplate(input: $input) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type UpdateTemplateMutationFn = Apollo.MutationFunction<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>;\n\n/**\n * __useUpdateTemplateMutation__\n *\n * To run a mutation, you first call `useUpdateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateTemplateMutation, { data, loading, error }] = useUpdateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>(UpdateTemplateDocument, options);\n }\nexport type UpdateTemplateMutationHookResult = ReturnType<typeof useUpdateTemplateMutation>;\nexport type UpdateTemplateMutationResult = Apollo.MutationResult<Types.UpdateTemplateMutation>;\nexport type UpdateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>;\nexport const ExportDashboardDocument = gql`\n query ExportDashboard($id: ID!, $options: ExportDashboardOptions) {\n exportDashboard(id: $id, options: $options)\n}\n `;\n\n/**\n * __useExportDashboardQuery__\n *\n * To run a query within a React component, call `useExportDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useExportDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useExportDashboardQuery({\n * variables: {\n * id: // value for 'id'\n * options: // value for 'options'\n * },\n * });\n */\nexport function useExportDashboardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables> & ({ variables: Types.ExportDashboardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>(ExportDashboardDocument, options);\n }\nexport function useExportDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>(ExportDashboardDocument, options);\n }\n// @ts-ignore\nexport function useExportDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>;\nexport function useExportDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ExportDashboardQuery | undefined, Types.ExportDashboardQueryVariables>;\nexport function useExportDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>(ExportDashboardDocument, options);\n }\nexport type ExportDashboardQueryHookResult = ReturnType<typeof useExportDashboardQuery>;\nexport type ExportDashboardLazyQueryHookResult = ReturnType<typeof useExportDashboardLazyQuery>;\nexport type ExportDashboardSuspenseQueryHookResult = ReturnType<typeof useExportDashboardSuspenseQuery>;\nexport type ExportDashboardQueryResult = Apollo.QueryResult<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>;\nexport const GetDashboardDocument = gql`\n query GetDashboard($id: ID!) {\n getDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\n\n/**\n * __useGetDashboardQuery__\n *\n * To run a query within a React component, call `useGetDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDashboardQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDashboardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables> & ({ variables: Types.GetDashboardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>(GetDashboardDocument, options);\n }\nexport function useGetDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>(GetDashboardDocument, options);\n }\n// @ts-ignore\nexport function useGetDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>;\nexport function useGetDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardQuery | undefined, Types.GetDashboardQueryVariables>;\nexport function useGetDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>(GetDashboardDocument, options);\n }\nexport type GetDashboardQueryHookResult = ReturnType<typeof useGetDashboardQuery>;\nexport type GetDashboardLazyQueryHookResult = ReturnType<typeof useGetDashboardLazyQuery>;\nexport type GetDashboardSuspenseQueryHookResult = ReturnType<typeof useGetDashboardSuspenseQuery>;\nexport type GetDashboardQueryResult = Apollo.QueryResult<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>;\nexport const GetDashboardShareDocument = gql`\n query GetDashboardShare($id: ID!) {\n getDashboardShare(id: $id) {\n ...DashboardShareFields\n }\n}\n ${DashboardShareFieldsFragmentDoc}`;\n\n/**\n * __useGetDashboardShareQuery__\n *\n * To run a query within a React component, call `useGetDashboardShareQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDashboardShareQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDashboardShareQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDashboardShareQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables> & ({ variables: Types.GetDashboardShareQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>(GetDashboardShareDocument, options);\n }\nexport function useGetDashboardShareLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>(GetDashboardShareDocument, options);\n }\n// @ts-ignore\nexport function useGetDashboardShareSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>;\nexport function useGetDashboardShareSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardShareQuery | undefined, Types.GetDashboardShareQueryVariables>;\nexport function useGetDashboardShareSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>(GetDashboardShareDocument, options);\n }\nexport type GetDashboardShareQueryHookResult = ReturnType<typeof useGetDashboardShareQuery>;\nexport type GetDashboardShareLazyQueryHookResult = ReturnType<typeof useGetDashboardShareLazyQuery>;\nexport type GetDashboardShareSuspenseQueryHookResult = ReturnType<typeof useGetDashboardShareSuspenseQuery>;\nexport type GetDashboardShareQueryResult = Apollo.QueryResult<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>;\nexport const GetDashboardViewDocument = gql`\n query GetDashboardView($id: ID!) {\n getDashboardView(id: $id) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\n\n/**\n * __useGetDashboardViewQuery__\n *\n * To run a query within a React component, call `useGetDashboardViewQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDashboardViewQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDashboardViewQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDashboardViewQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables> & ({ variables: Types.GetDashboardViewQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>(GetDashboardViewDocument, options);\n }\nexport function useGetDashboardViewLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>(GetDashboardViewDocument, options);\n }\n// @ts-ignore\nexport function useGetDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>;\nexport function useGetDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardViewQuery | undefined, Types.GetDashboardViewQueryVariables>;\nexport function useGetDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>(GetDashboardViewDocument, options);\n }\nexport type GetDashboardViewQueryHookResult = ReturnType<typeof useGetDashboardViewQuery>;\nexport type GetDashboardViewLazyQueryHookResult = ReturnType<typeof useGetDashboardViewLazyQuery>;\nexport type GetDashboardViewSuspenseQueryHookResult = ReturnType<typeof useGetDashboardViewSuspenseQuery>;\nexport type GetDashboardViewQueryResult = Apollo.QueryResult<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>;\nexport const GetDefaultDashboardViewDocument = gql`\n query GetDefaultDashboardView($dashboardId: ID!) {\n getDefaultDashboardView(dashboardId: $dashboardId) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\n\n/**\n * __useGetDefaultDashboardViewQuery__\n *\n * To run a query within a React component, call `useGetDefaultDashboardViewQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDefaultDashboardViewQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDefaultDashboardViewQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useGetDefaultDashboardViewQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables> & ({ variables: Types.GetDefaultDashboardViewQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>(GetDefaultDashboardViewDocument, options);\n }\nexport function useGetDefaultDashboardViewLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>(GetDefaultDashboardViewDocument, options);\n }\n// @ts-ignore\nexport function useGetDefaultDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>;\nexport function useGetDefaultDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultDashboardViewQuery | undefined, Types.GetDefaultDashboardViewQueryVariables>;\nexport function useGetDefaultDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>(GetDefaultDashboardViewDocument, options);\n }\nexport type GetDefaultDashboardViewQueryHookResult = ReturnType<typeof useGetDefaultDashboardViewQuery>;\nexport type GetDefaultDashboardViewLazyQueryHookResult = ReturnType<typeof useGetDefaultDashboardViewLazyQuery>;\nexport type GetDefaultDashboardViewSuspenseQueryHookResult = ReturnType<typeof useGetDefaultDashboardViewSuspenseQuery>;\nexport type GetDefaultDashboardViewQueryResult = Apollo.QueryResult<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>;\nexport const GetTemplateDocument = gql`\n query GetTemplate($id: ID!) {\n getTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\n\n/**\n * __useGetTemplateQuery__\n *\n * To run a query within a React component, call `useGetTemplateQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTemplateQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetTemplateQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetTemplateQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables> & ({ variables: Types.GetTemplateQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\nexport function useGetTemplateLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\n// @ts-ignore\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>;\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTemplateQuery | undefined, Types.GetTemplateQueryVariables>;\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\nexport type GetTemplateQueryHookResult = ReturnType<typeof useGetTemplateQuery>;\nexport type GetTemplateLazyQueryHookResult = ReturnType<typeof useGetTemplateLazyQuery>;\nexport type GetTemplateSuspenseQueryHookResult = ReturnType<typeof useGetTemplateSuspenseQuery>;\nexport type GetTemplateQueryResult = Apollo.QueryResult<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>;\nexport const ListDashboardSharesDocument = gql`\n query ListDashboardShares($dashboardId: ID!, $first: Int, $after: String) {\n listDashboardShares(dashboardId: $dashboardId, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardShareFields\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardShareFieldsFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDashboardSharesQuery__\n *\n * To run a query within a React component, call `useListDashboardSharesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDashboardSharesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDashboardSharesQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListDashboardSharesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables> & ({ variables: Types.ListDashboardSharesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>(ListDashboardSharesDocument, options);\n }\nexport function useListDashboardSharesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>(ListDashboardSharesDocument, options);\n }\n// @ts-ignore\nexport function useListDashboardSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>;\nexport function useListDashboardSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardSharesQuery | undefined, Types.ListDashboardSharesQueryVariables>;\nexport function useListDashboardSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>(ListDashboardSharesDocument, options);\n }\nexport type ListDashboardSharesQueryHookResult = ReturnType<typeof useListDashboardSharesQuery>;\nexport type ListDashboardSharesLazyQueryHookResult = ReturnType<typeof useListDashboardSharesLazyQuery>;\nexport type ListDashboardSharesSuspenseQueryHookResult = ReturnType<typeof useListDashboardSharesSuspenseQuery>;\nexport type ListDashboardSharesQueryResult = Apollo.QueryResult<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>;\nexport const ListDashboardViewsDocument = gql`\n query ListDashboardViews($dashboardId: ID!, $first: Int, $after: String) {\n listDashboardViews(dashboardId: $dashboardId, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardViewFields\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardViewFieldsFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDashboardViewsQuery__\n *\n * To run a query within a React component, call `useListDashboardViewsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDashboardViewsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDashboardViewsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListDashboardViewsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables> & ({ variables: Types.ListDashboardViewsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>(ListDashboardViewsDocument, options);\n }\nexport function useListDashboardViewsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>(ListDashboardViewsDocument, options);\n }\n// @ts-ignore\nexport function useListDashboardViewsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>;\nexport function useListDashboardViewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardViewsQuery | undefined, Types.ListDashboardViewsQueryVariables>;\nexport function useListDashboardViewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>(ListDashboardViewsDocument, options);\n }\nexport type ListDashboardViewsQueryHookResult = ReturnType<typeof useListDashboardViewsQuery>;\nexport type ListDashboardViewsLazyQueryHookResult = ReturnType<typeof useListDashboardViewsLazyQuery>;\nexport type ListDashboardViewsSuspenseQueryHookResult = ReturnType<typeof useListDashboardViewsSuspenseQuery>;\nexport type ListDashboardViewsQueryResult = Apollo.QueryResult<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>;\nexport const ListDashboardsDocument = gql`\n query ListDashboards($first: Int, $after: String, $category: DashboardCategory, $visibility: DashboardVisibility, $ownerId: ID, $tagIds: [ID!], $search: String, $includeArchived: Boolean, $sortBy: DashboardSortField, $sortOrder: SortOrder) {\n listDashboards(\n first: $first\n after: $after\n category: $category\n visibility: $visibility\n ownerId: $ownerId\n tagIds: $tagIds\n search: $search\n includeArchived: $includeArchived\n sortBy: $sortBy\n sortOrder: $sortOrder\n ) {\n edges {\n cursor\n node {\n ...DashboardListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDashboardsQuery__\n *\n * To run a query within a React component, call `useListDashboardsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDashboardsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDashboardsQuery({\n * variables: {\n * first: // value for 'first'\n * after: // value for 'after'\n * category: // value for 'category'\n * visibility: // value for 'visibility'\n * ownerId: // value for 'ownerId'\n * tagIds: // value for 'tagIds'\n * search: // value for 'search'\n * includeArchived: // value for 'includeArchived'\n * sortBy: // value for 'sortBy'\n * sortOrder: // value for 'sortOrder'\n * },\n * });\n */\nexport function useListDashboardsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>(ListDashboardsDocument, options);\n }\nexport function useListDashboardsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>(ListDashboardsDocument, options);\n }\n// @ts-ignore\nexport function useListDashboardsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>;\nexport function useListDashboardsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardsQuery | undefined, Types.ListDashboardsQueryVariables>;\nexport function useListDashboardsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>(ListDashboardsDocument, options);\n }\nexport type ListDashboardsQueryHookResult = ReturnType<typeof useListDashboardsQuery>;\nexport type ListDashboardsLazyQueryHookResult = ReturnType<typeof useListDashboardsLazyQuery>;\nexport type ListDashboardsSuspenseQueryHookResult = ReturnType<typeof useListDashboardsSuspenseQuery>;\nexport type ListDashboardsQueryResult = Apollo.QueryResult<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>;\nexport const ListFeaturedTemplatesDocument = gql`\n query ListFeaturedTemplates($category: DashboardCategory, $first: Int, $after: String) {\n listFeaturedTemplates(category: $category, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardTemplateListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardTemplateListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListFeaturedTemplatesQuery__\n *\n * To run a query within a React component, call `useListFeaturedTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListFeaturedTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListFeaturedTemplatesQuery({\n * variables: {\n * category: // value for 'category'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListFeaturedTemplatesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>(ListFeaturedTemplatesDocument, options);\n }\nexport function useListFeaturedTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>(ListFeaturedTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useListFeaturedTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>;\nexport function useListFeaturedTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListFeaturedTemplatesQuery | undefined, Types.ListFeaturedTemplatesQueryVariables>;\nexport function useListFeaturedTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>(ListFeaturedTemplatesDocument, options);\n }\nexport type ListFeaturedTemplatesQueryHookResult = ReturnType<typeof useListFeaturedTemplatesQuery>;\nexport type ListFeaturedTemplatesLazyQueryHookResult = ReturnType<typeof useListFeaturedTemplatesLazyQuery>;\nexport type ListFeaturedTemplatesSuspenseQueryHookResult = ReturnType<typeof useListFeaturedTemplatesSuspenseQuery>;\nexport type ListFeaturedTemplatesQueryResult = Apollo.QueryResult<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>;\nexport const ListSharedWithMeDocument = gql`\n query ListSharedWithMe($first: Int, $after: String) {\n listSharedWithMe(first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardShareFields\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardShareFieldsFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListSharedWithMeQuery__\n *\n * To run a query within a React component, call `useListSharedWithMeQuery` and pass it any options that fit your needs.\n * When your component renders, `useListSharedWithMeQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListSharedWithMeQuery({\n * variables: {\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListSharedWithMeQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>(ListSharedWithMeDocument, options);\n }\nexport function useListSharedWithMeLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>(ListSharedWithMeDocument, options);\n }\n// @ts-ignore\nexport function useListSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>;\nexport function useListSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListSharedWithMeQuery | undefined, Types.ListSharedWithMeQueryVariables>;\nexport function useListSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>(ListSharedWithMeDocument, options);\n }\nexport type ListSharedWithMeQueryHookResult = ReturnType<typeof useListSharedWithMeQuery>;\nexport type ListSharedWithMeLazyQueryHookResult = ReturnType<typeof useListSharedWithMeLazyQuery>;\nexport type ListSharedWithMeSuspenseQueryHookResult = ReturnType<typeof useListSharedWithMeSuspenseQuery>;\nexport type ListSharedWithMeQueryResult = Apollo.QueryResult<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>;\nexport const ListTemplatesDocument = gql`\n query ListTemplates($category: DashboardCategory, $complexity: TemplateComplexity, $authorType: TemplateAuthorType, $isFeatured: Boolean, $status: TemplateStatus, $search: String, $first: Int, $after: String) {\n listTemplates(\n category: $category\n complexity: $complexity\n authorType: $authorType\n isFeatured: $isFeatured\n status: $status\n search: $search\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...DashboardTemplateListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardTemplateListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListTemplatesQuery__\n *\n * To run a query within a React component, call `useListTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListTemplatesQuery({\n * variables: {\n * category: // value for 'category'\n * complexity: // value for 'complexity'\n * authorType: // value for 'authorType'\n * isFeatured: // value for 'isFeatured'\n * status: // value for 'status'\n * search: // value for 'search'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListTemplatesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\nexport function useListTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>;\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTemplatesQuery | undefined, Types.ListTemplatesQueryVariables>;\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\nexport type ListTemplatesQueryHookResult = ReturnType<typeof useListTemplatesQuery>;\nexport type ListTemplatesLazyQueryHookResult = ReturnType<typeof useListTemplatesLazyQuery>;\nexport type ListTemplatesSuspenseQueryHookResult = ReturnType<typeof useListTemplatesSuspenseQuery>;\nexport type ListTemplatesQueryResult = Apollo.QueryResult<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>;\nexport const SearchTemplatesDocument = gql`\n query SearchTemplates($query: String!, $category: DashboardCategory, $complexity: TemplateComplexity, $first: Int, $after: String) {\n searchTemplates(\n query: $query\n category: $category\n complexity: $complexity\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...DashboardTemplateListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardTemplateListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useSearchTemplatesQuery__\n *\n * To run a query within a React component, call `useSearchTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useSearchTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSearchTemplatesQuery({\n * variables: {\n * query: // value for 'query'\n * category: // value for 'category'\n * complexity: // value for 'complexity'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useSearchTemplatesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables> & ({ variables: Types.SearchTemplatesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>(SearchTemplatesDocument, options);\n }\nexport function useSearchTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>(SearchTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useSearchTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>;\nexport function useSearchTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchTemplatesQuery | undefined, Types.SearchTemplatesQueryVariables>;\nexport function useSearchTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>(SearchTemplatesDocument, options);\n }\nexport type SearchTemplatesQueryHookResult = ReturnType<typeof useSearchTemplatesQuery>;\nexport type SearchTemplatesLazyQueryHookResult = ReturnType<typeof useSearchTemplatesLazyQuery>;\nexport type SearchTemplatesSuspenseQueryHookResult = ReturnType<typeof useSearchTemplatesSuspenseQuery>;\nexport type SearchTemplatesQueryResult = Apollo.QueryResult<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>;\nexport const ValidateDashboardImportDocument = gql`\n query ValidateDashboardImport($content: String!) {\n validateDashboardImport(content: $content) {\n isValid\n dashboardInfo {\n name\n description\n pageCount\n widgetCount\n exportedAt\n exportedFrom\n schemaVersion\n }\n errors {\n code\n message\n path\n }\n warnings {\n code\n message\n path\n suggestion\n }\n }\n}\n `;\n\n/**\n * __useValidateDashboardImportQuery__\n *\n * To run a query within a React component, call `useValidateDashboardImportQuery` and pass it any options that fit your needs.\n * When your component renders, `useValidateDashboardImportQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useValidateDashboardImportQuery({\n * variables: {\n * content: // value for 'content'\n * },\n * });\n */\nexport function useValidateDashboardImportQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables> & ({ variables: Types.ValidateDashboardImportQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>(ValidateDashboardImportDocument, options);\n }\nexport function useValidateDashboardImportLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>(ValidateDashboardImportDocument, options);\n }\n// @ts-ignore\nexport function useValidateDashboardImportSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>;\nexport function useValidateDashboardImportSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateDashboardImportQuery | undefined, Types.ValidateDashboardImportQueryVariables>;\nexport function useValidateDashboardImportSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>(ValidateDashboardImportDocument, options);\n }\nexport type ValidateDashboardImportQueryHookResult = ReturnType<typeof useValidateDashboardImportQuery>;\nexport type ValidateDashboardImportLazyQueryHookResult = ReturnType<typeof useValidateDashboardImportLazyQuery>;\nexport type ValidateDashboardImportSuspenseQueryHookResult = ReturnType<typeof useValidateDashboardImportSuspenseQuery>;\nexport type ValidateDashboardImportQueryResult = Apollo.QueryResult<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>;\nexport const BatchCreateDataSinksDocument = gql`\n mutation BatchCreateDataSinks($inputs: [CreateDataSinkInput!]!) {\n batchCreateDataSinks(inputs: $inputs) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type BatchCreateDataSinksMutationFn = Apollo.MutationFunction<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>;\n\n/**\n * __useBatchCreateDataSinksMutation__\n *\n * To run a mutation, you first call `useBatchCreateDataSinksMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBatchCreateDataSinksMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [batchCreateDataSinksMutation, { data, loading, error }] = useBatchCreateDataSinksMutation({\n * variables: {\n * inputs: // value for 'inputs'\n * },\n * });\n */\nexport function useBatchCreateDataSinksMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>(BatchCreateDataSinksDocument, options);\n }\nexport type BatchCreateDataSinksMutationHookResult = ReturnType<typeof useBatchCreateDataSinksMutation>;\nexport type BatchCreateDataSinksMutationResult = Apollo.MutationResult<Types.BatchCreateDataSinksMutation>;\nexport type BatchCreateDataSinksMutationOptions = Apollo.BaseMutationOptions<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>;\nexport const BatchDeleteDataSinksDocument = gql`\n mutation BatchDeleteDataSinks($ids: [ID!]!) {\n batchDeleteDataSinks(ids: $ids) {\n id\n deletedAt\n }\n}\n `;\nexport type BatchDeleteDataSinksMutationFn = Apollo.MutationFunction<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>;\n\n/**\n * __useBatchDeleteDataSinksMutation__\n *\n * To run a mutation, you first call `useBatchDeleteDataSinksMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBatchDeleteDataSinksMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [batchDeleteDataSinksMutation, { data, loading, error }] = useBatchDeleteDataSinksMutation({\n * variables: {\n * ids: // value for 'ids'\n * },\n * });\n */\nexport function useBatchDeleteDataSinksMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>(BatchDeleteDataSinksDocument, options);\n }\nexport type BatchDeleteDataSinksMutationHookResult = ReturnType<typeof useBatchDeleteDataSinksMutation>;\nexport type BatchDeleteDataSinksMutationResult = Apollo.MutationResult<Types.BatchDeleteDataSinksMutation>;\nexport type BatchDeleteDataSinksMutationOptions = Apollo.BaseMutationOptions<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>;\nexport const CreateDataSinkDocument = gql`\n mutation CreateDataSink($input: CreateDataSinkInput!) {\n createDataSink(input: $input) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type CreateDataSinkMutationFn = Apollo.MutationFunction<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>;\n\n/**\n * __useCreateDataSinkMutation__\n *\n * To run a mutation, you first call `useCreateDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDataSinkMutation, { data, loading, error }] = useCreateDataSinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>(CreateDataSinkDocument, options);\n }\nexport type CreateDataSinkMutationHookResult = ReturnType<typeof useCreateDataSinkMutation>;\nexport type CreateDataSinkMutationResult = Apollo.MutationResult<Types.CreateDataSinkMutation>;\nexport type CreateDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>;\nexport const DeleteDataSinkDocument = gql`\n mutation DeleteDataSink($id: ID!) {\n deleteDataSink(id: $id) {\n id\n deletedAt\n deletedBy\n }\n}\n `;\nexport type DeleteDataSinkMutationFn = Apollo.MutationFunction<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>;\n\n/**\n * __useDeleteDataSinkMutation__\n *\n * To run a mutation, you first call `useDeleteDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDataSinkMutation, { data, loading, error }] = useDeleteDataSinkMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>(DeleteDataSinkDocument, options);\n }\nexport type DeleteDataSinkMutationHookResult = ReturnType<typeof useDeleteDataSinkMutation>;\nexport type DeleteDataSinkMutationResult = Apollo.MutationResult<Types.DeleteDataSinkMutation>;\nexport type DeleteDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>;\nexport const InvalidateDataSinkCacheDocument = gql`\n mutation InvalidateDataSinkCache($id: ID) {\n invalidateDataSinkCache(id: $id) {\n count\n invalidatedIds\n success\n message\n }\n}\n `;\nexport type InvalidateDataSinkCacheMutationFn = Apollo.MutationFunction<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>;\n\n/**\n * __useInvalidateDataSinkCacheMutation__\n *\n * To run a mutation, you first call `useInvalidateDataSinkCacheMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInvalidateDataSinkCacheMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [invalidateDataSinkCacheMutation, { data, loading, error }] = useInvalidateDataSinkCacheMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useInvalidateDataSinkCacheMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>(InvalidateDataSinkCacheDocument, options);\n }\nexport type InvalidateDataSinkCacheMutationHookResult = ReturnType<typeof useInvalidateDataSinkCacheMutation>;\nexport type InvalidateDataSinkCacheMutationResult = Apollo.MutationResult<Types.InvalidateDataSinkCacheMutation>;\nexport type InvalidateDataSinkCacheMutationOptions = Apollo.BaseMutationOptions<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>;\nexport const RefreshDataSinkDocument = gql`\n mutation RefreshDataSink($input: RefreshDataSinkInput!) {\n refreshDataSink(input: $input) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type RefreshDataSinkMutationFn = Apollo.MutationFunction<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>;\n\n/**\n * __useRefreshDataSinkMutation__\n *\n * To run a mutation, you first call `useRefreshDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRefreshDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [refreshDataSinkMutation, { data, loading, error }] = useRefreshDataSinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRefreshDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>(RefreshDataSinkDocument, options);\n }\nexport type RefreshDataSinkMutationHookResult = ReturnType<typeof useRefreshDataSinkMutation>;\nexport type RefreshDataSinkMutationResult = Apollo.MutationResult<Types.RefreshDataSinkMutation>;\nexport type RefreshDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>;\nexport const UpdateDataSinkDocument = gql`\n mutation UpdateDataSink($input: UpdateDataSinkInput!) {\n updateDataSink(input: $input) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type UpdateDataSinkMutationFn = Apollo.MutationFunction<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>;\n\n/**\n * __useUpdateDataSinkMutation__\n *\n * To run a mutation, you first call `useUpdateDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDataSinkMutation, { data, loading, error }] = useUpdateDataSinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>(UpdateDataSinkDocument, options);\n }\nexport type UpdateDataSinkMutationHookResult = ReturnType<typeof useUpdateDataSinkMutation>;\nexport type UpdateDataSinkMutationResult = Apollo.MutationResult<Types.UpdateDataSinkMutation>;\nexport type UpdateDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>;\nexport const GetDataSinkDocument = gql`\n query GetDataSink($id: ID, $key: String) {\n getDataSink(id: $id, key: $key) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\n\n/**\n * __useGetDataSinkQuery__\n *\n * To run a query within a React component, call `useGetDataSinkQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDataSinkQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDataSinkQuery({\n * variables: {\n * id: // value for 'id'\n * key: // value for 'key'\n * },\n * });\n */\nexport function useGetDataSinkQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>(GetDataSinkDocument, options);\n }\nexport function useGetDataSinkLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>(GetDataSinkDocument, options);\n }\n// @ts-ignore\nexport function useGetDataSinkSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>;\nexport function useGetDataSinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkQuery | undefined, Types.GetDataSinkQueryVariables>;\nexport function useGetDataSinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>(GetDataSinkDocument, options);\n }\nexport type GetDataSinkQueryHookResult = ReturnType<typeof useGetDataSinkQuery>;\nexport type GetDataSinkLazyQueryHookResult = ReturnType<typeof useGetDataSinkLazyQuery>;\nexport type GetDataSinkSuspenseQueryHookResult = ReturnType<typeof useGetDataSinkSuspenseQuery>;\nexport type GetDataSinkQueryResult = Apollo.QueryResult<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>;\nexport const GetDataSinkDataDocument = gql`\n query GetDataSinkData($id: ID, $key: String, $dataPath: String, $forceRefresh: Boolean, $limit: Int, $offset: Int, $filter: JSON) {\n getDataSinkData(\n id: $id\n key: $key\n dataPath: $dataPath\n forceRefresh: $forceRefresh\n limit: $limit\n offset: $offset\n filter: $filter\n ) {\n raw\n extracted\n cached\n version\n fetchedAt\n totalCount\n limit\n offset\n hasMore\n }\n}\n `;\n\n/**\n * __useGetDataSinkDataQuery__\n *\n * To run a query within a React component, call `useGetDataSinkDataQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDataSinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDataSinkDataQuery({\n * variables: {\n * id: // value for 'id'\n * key: // value for 'key'\n * dataPath: // value for 'dataPath'\n * forceRefresh: // value for 'forceRefresh'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useGetDataSinkDataQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>(GetDataSinkDataDocument, options);\n }\nexport function useGetDataSinkDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>(GetDataSinkDataDocument, options);\n }\n// @ts-ignore\nexport function useGetDataSinkDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>;\nexport function useGetDataSinkDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkDataQuery | undefined, Types.GetDataSinkDataQueryVariables>;\nexport function useGetDataSinkDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>(GetDataSinkDataDocument, options);\n }\nexport type GetDataSinkDataQueryHookResult = ReturnType<typeof useGetDataSinkDataQuery>;\nexport type GetDataSinkDataLazyQueryHookResult = ReturnType<typeof useGetDataSinkDataLazyQuery>;\nexport type GetDataSinkDataSuspenseQueryHookResult = ReturnType<typeof useGetDataSinkDataSuspenseQuery>;\nexport type GetDataSinkDataQueryResult = Apollo.QueryResult<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>;\nexport const ListDataSinksDocument = gql`\n query ListDataSinks($status: DataSinkStatus, $setupState: DataSinkSetupState, $isActive: Boolean, $search: String, $first: Int, $after: String) {\n listDataSinks(\n status: $status\n setupState: $setupState\n isActive: $isActive\n search: $search\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...DataSinkListItem\n }\n }\n pageInfo {\n ...DataSinkPageInfoFields\n }\n totalCount\n }\n}\n ${DataSinkListItemFragmentDoc}\n${DataSinkPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDataSinksQuery__\n *\n * To run a query within a React component, call `useListDataSinksQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDataSinksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDataSinksQuery({\n * variables: {\n * status: // value for 'status'\n * setupState: // value for 'setupState'\n * isActive: // value for 'isActive'\n * search: // value for 'search'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListDataSinksQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>(ListDataSinksDocument, options);\n }\nexport function useListDataSinksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>(ListDataSinksDocument, options);\n }\n// @ts-ignore\nexport function useListDataSinksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>;\nexport function useListDataSinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDataSinksQuery | undefined, Types.ListDataSinksQueryVariables>;\nexport function useListDataSinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>(ListDataSinksDocument, options);\n }\nexport type ListDataSinksQueryHookResult = ReturnType<typeof useListDataSinksQuery>;\nexport type ListDataSinksLazyQueryHookResult = ReturnType<typeof useListDataSinksLazyQuery>;\nexport type ListDataSinksSuspenseQueryHookResult = ReturnType<typeof useListDataSinksSuspenseQuery>;\nexport type ListDataSinksQueryResult = Apollo.QueryResult<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>;\nexport const DataSinkDataUpdatedDocument = gql`\n subscription DataSinkDataUpdated($id: ID!) {\n dataSinkDataUpdated(id: $id) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\n\n/**\n * __useDataSinkDataUpdatedSubscription__\n *\n * To run a query within a React component, call `useDataSinkDataUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useDataSinkDataUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useDataSinkDataUpdatedSubscription({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDataSinkDataUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.DataSinkDataUpdatedSubscription, Types.DataSinkDataUpdatedSubscriptionVariables> & ({ variables: Types.DataSinkDataUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.DataSinkDataUpdatedSubscription, Types.DataSinkDataUpdatedSubscriptionVariables>(DataSinkDataUpdatedDocument, options);\n }\nexport type DataSinkDataUpdatedSubscriptionHookResult = ReturnType<typeof useDataSinkDataUpdatedSubscription>;\nexport type DataSinkDataUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.DataSinkDataUpdatedSubscription>;\nexport const DataSinkUpdatedDocument = gql`\n subscription DataSinkUpdated($workspaceId: ID!) {\n dataSinkUpdated(workspaceId: $workspaceId) {\n type\n dataSink {\n ...DataSinkListItem\n }\n timestamp\n actorId\n }\n}\n ${DataSinkListItemFragmentDoc}`;\n\n/**\n * __useDataSinkUpdatedSubscription__\n *\n * To run a query within a React component, call `useDataSinkUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useDataSinkUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useDataSinkUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useDataSinkUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.DataSinkUpdatedSubscription, Types.DataSinkUpdatedSubscriptionVariables> & ({ variables: Types.DataSinkUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.DataSinkUpdatedSubscription, Types.DataSinkUpdatedSubscriptionVariables>(DataSinkUpdatedDocument, options);\n }\nexport type DataSinkUpdatedSubscriptionHookResult = ReturnType<typeof useDataSinkUpdatedSubscription>;\nexport type DataSinkUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.DataSinkUpdatedSubscription>;\nexport const CreateFilterPresetDocument = gql`\n mutation CreateFilterPreset($input: CreateFilterPresetInput!) {\n createFilterPreset(input: $input) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\nexport type CreateFilterPresetMutationFn = Apollo.MutationFunction<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>;\n\n/**\n * __useCreateFilterPresetMutation__\n *\n * To run a mutation, you first call `useCreateFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createFilterPresetMutation, { data, loading, error }] = useCreateFilterPresetMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>(CreateFilterPresetDocument, options);\n }\nexport type CreateFilterPresetMutationHookResult = ReturnType<typeof useCreateFilterPresetMutation>;\nexport type CreateFilterPresetMutationResult = Apollo.MutationResult<Types.CreateFilterPresetMutation>;\nexport type CreateFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>;\nexport const DeleteFilterPresetDocument = gql`\n mutation DeleteFilterPreset($id: ID!) {\n deleteFilterPreset(id: $id)\n}\n `;\nexport type DeleteFilterPresetMutationFn = Apollo.MutationFunction<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>;\n\n/**\n * __useDeleteFilterPresetMutation__\n *\n * To run a mutation, you first call `useDeleteFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteFilterPresetMutation, { data, loading, error }] = useDeleteFilterPresetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>(DeleteFilterPresetDocument, options);\n }\nexport type DeleteFilterPresetMutationHookResult = ReturnType<typeof useDeleteFilterPresetMutation>;\nexport type DeleteFilterPresetMutationResult = Apollo.MutationResult<Types.DeleteFilterPresetMutation>;\nexport type DeleteFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>;\nexport const SetDefaultFilterPresetDocument = gql`\n mutation SetDefaultFilterPreset($id: ID!) {\n setDefaultFilterPreset(id: $id) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\nexport type SetDefaultFilterPresetMutationFn = Apollo.MutationFunction<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>;\n\n/**\n * __useSetDefaultFilterPresetMutation__\n *\n * To run a mutation, you first call `useSetDefaultFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetDefaultFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [setDefaultFilterPresetMutation, { data, loading, error }] = useSetDefaultFilterPresetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useSetDefaultFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>(SetDefaultFilterPresetDocument, options);\n }\nexport type SetDefaultFilterPresetMutationHookResult = ReturnType<typeof useSetDefaultFilterPresetMutation>;\nexport type SetDefaultFilterPresetMutationResult = Apollo.MutationResult<Types.SetDefaultFilterPresetMutation>;\nexport type SetDefaultFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>;\nexport const UpdateFilterPresetDocument = gql`\n mutation UpdateFilterPreset($id: ID!, $input: UpdateFilterPresetInput!) {\n updateFilterPreset(id: $id, input: $input) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\nexport type UpdateFilterPresetMutationFn = Apollo.MutationFunction<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>;\n\n/**\n * __useUpdateFilterPresetMutation__\n *\n * To run a mutation, you first call `useUpdateFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateFilterPresetMutation, { data, loading, error }] = useUpdateFilterPresetMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>(UpdateFilterPresetDocument, options);\n }\nexport type UpdateFilterPresetMutationHookResult = ReturnType<typeof useUpdateFilterPresetMutation>;\nexport type UpdateFilterPresetMutationResult = Apollo.MutationResult<Types.UpdateFilterPresetMutation>;\nexport type UpdateFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>;\nexport const GetDefaultFilterPresetDocument = gql`\n query GetDefaultFilterPreset($dashboardId: ID!) {\n getDefaultFilterPreset(dashboardId: $dashboardId) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\n\n/**\n * __useGetDefaultFilterPresetQuery__\n *\n * To run a query within a React component, call `useGetDefaultFilterPresetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDefaultFilterPresetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDefaultFilterPresetQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useGetDefaultFilterPresetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables> & ({ variables: Types.GetDefaultFilterPresetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>(GetDefaultFilterPresetDocument, options);\n }\nexport function useGetDefaultFilterPresetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>(GetDefaultFilterPresetDocument, options);\n }\n// @ts-ignore\nexport function useGetDefaultFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>;\nexport function useGetDefaultFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultFilterPresetQuery | undefined, Types.GetDefaultFilterPresetQueryVariables>;\nexport function useGetDefaultFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>(GetDefaultFilterPresetDocument, options);\n }\nexport type GetDefaultFilterPresetQueryHookResult = ReturnType<typeof useGetDefaultFilterPresetQuery>;\nexport type GetDefaultFilterPresetLazyQueryHookResult = ReturnType<typeof useGetDefaultFilterPresetLazyQuery>;\nexport type GetDefaultFilterPresetSuspenseQueryHookResult = ReturnType<typeof useGetDefaultFilterPresetSuspenseQuery>;\nexport type GetDefaultFilterPresetQueryResult = Apollo.QueryResult<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>;\nexport const GetFilterPresetDocument = gql`\n query GetFilterPreset($id: ID!) {\n getFilterPreset(id: $id) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\n\n/**\n * __useGetFilterPresetQuery__\n *\n * To run a query within a React component, call `useGetFilterPresetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetFilterPresetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetFilterPresetQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetFilterPresetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables> & ({ variables: Types.GetFilterPresetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>(GetFilterPresetDocument, options);\n }\nexport function useGetFilterPresetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>(GetFilterPresetDocument, options);\n }\n// @ts-ignore\nexport function useGetFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>;\nexport function useGetFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetQuery | undefined, Types.GetFilterPresetQueryVariables>;\nexport function useGetFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>(GetFilterPresetDocument, options);\n }\nexport type GetFilterPresetQueryHookResult = ReturnType<typeof useGetFilterPresetQuery>;\nexport type GetFilterPresetLazyQueryHookResult = ReturnType<typeof useGetFilterPresetLazyQuery>;\nexport type GetFilterPresetSuspenseQueryHookResult = ReturnType<typeof useGetFilterPresetSuspenseQuery>;\nexport type GetFilterPresetQueryResult = Apollo.QueryResult<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>;\nexport const GetFilterPresetsDocument = gql`\n query GetFilterPresets($dashboardId: ID!) {\n getFilterPresets(dashboardId: $dashboardId) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\n\n/**\n * __useGetFilterPresetsQuery__\n *\n * To run a query within a React component, call `useGetFilterPresetsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetFilterPresetsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetFilterPresetsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useGetFilterPresetsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables> & ({ variables: Types.GetFilterPresetsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>(GetFilterPresetsDocument, options);\n }\nexport function useGetFilterPresetsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>(GetFilterPresetsDocument, options);\n }\n// @ts-ignore\nexport function useGetFilterPresetsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>;\nexport function useGetFilterPresetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetsQuery | undefined, Types.GetFilterPresetsQueryVariables>;\nexport function useGetFilterPresetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>(GetFilterPresetsDocument, options);\n }\nexport type GetFilterPresetsQueryHookResult = ReturnType<typeof useGetFilterPresetsQuery>;\nexport type GetFilterPresetsLazyQueryHookResult = ReturnType<typeof useGetFilterPresetsLazyQuery>;\nexport type GetFilterPresetsSuspenseQueryHookResult = ReturnType<typeof useGetFilterPresetsSuspenseQuery>;\nexport type GetFilterPresetsQueryResult = Apollo.QueryResult<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>;\nexport const CreateParserDocument = gql`\n mutation CreateParser($input: CreateParserInput!) {\n createParser(input: $input) {\n ...ParserCoreFields\n }\n}\n ${ParserCoreFieldsFragmentDoc}`;\nexport type CreateParserMutationFn = Apollo.MutationFunction<Types.CreateParserMutation, Types.CreateParserMutationVariables>;\n\n/**\n * __useCreateParserMutation__\n *\n * To run a mutation, you first call `useCreateParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createParserMutation, { data, loading, error }] = useCreateParserMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateParserMutation, Types.CreateParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateParserMutation, Types.CreateParserMutationVariables>(CreateParserDocument, options);\n }\nexport type CreateParserMutationHookResult = ReturnType<typeof useCreateParserMutation>;\nexport type CreateParserMutationResult = Apollo.MutationResult<Types.CreateParserMutation>;\nexport type CreateParserMutationOptions = Apollo.BaseMutationOptions<Types.CreateParserMutation, Types.CreateParserMutationVariables>;\nexport const DeleteParserDocument = gql`\n mutation DeleteParser($id: ID!) {\n deleteParser(id: $id)\n}\n `;\nexport type DeleteParserMutationFn = Apollo.MutationFunction<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>;\n\n/**\n * __useDeleteParserMutation__\n *\n * To run a mutation, you first call `useDeleteParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteParserMutation, { data, loading, error }] = useDeleteParserMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>(DeleteParserDocument, options);\n }\nexport type DeleteParserMutationHookResult = ReturnType<typeof useDeleteParserMutation>;\nexport type DeleteParserMutationResult = Apollo.MutationResult<Types.DeleteParserMutation>;\nexport type DeleteParserMutationOptions = Apollo.BaseMutationOptions<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>;\nexport const ExecuteParserDocument = gql`\n mutation ExecuteParser($id: ID!) {\n executeParser(id: $id) {\n parserId\n success\n output\n error\n executionTimeMs\n cachedAt\n }\n}\n `;\nexport type ExecuteParserMutationFn = Apollo.MutationFunction<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>;\n\n/**\n * __useExecuteParserMutation__\n *\n * To run a mutation, you first call `useExecuteParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [executeParserMutation, { data, loading, error }] = useExecuteParserMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useExecuteParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>(ExecuteParserDocument, options);\n }\nexport type ExecuteParserMutationHookResult = ReturnType<typeof useExecuteParserMutation>;\nexport type ExecuteParserMutationResult = Apollo.MutationResult<Types.ExecuteParserMutation>;\nexport type ExecuteParserMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>;\nexport const UpdateParserDocument = gql`\n mutation UpdateParser($id: ID!, $input: UpdateParserInput!, $version: Int!) {\n updateParser(id: $id, input: $input, version: $version) {\n ...ParserCoreFields\n }\n}\n ${ParserCoreFieldsFragmentDoc}`;\nexport type UpdateParserMutationFn = Apollo.MutationFunction<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>;\n\n/**\n * __useUpdateParserMutation__\n *\n * To run a mutation, you first call `useUpdateParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateParserMutation, { data, loading, error }] = useUpdateParserMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdateParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>(UpdateParserDocument, options);\n }\nexport type UpdateParserMutationHookResult = ReturnType<typeof useUpdateParserMutation>;\nexport type UpdateParserMutationResult = Apollo.MutationResult<Types.UpdateParserMutation>;\nexport type UpdateParserMutationOptions = Apollo.BaseMutationOptions<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>;\nexport const GetParserDocument = gql`\n query GetParser($id: ID!) {\n parser(id: $id) {\n ...ParserCoreFields\n }\n}\n ${ParserCoreFieldsFragmentDoc}`;\n\n/**\n * __useGetParserQuery__\n *\n * To run a query within a React component, call `useGetParserQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetParserQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetParserQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetParserQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables> & ({ variables: Types.GetParserQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetParserQuery, Types.GetParserQueryVariables>(GetParserDocument, options);\n }\nexport function useGetParserLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetParserQuery, Types.GetParserQueryVariables>(GetParserDocument, options);\n }\n// @ts-ignore\nexport function useGetParserSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetParserQuery, Types.GetParserQueryVariables>;\nexport function useGetParserSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetParserQuery | undefined, Types.GetParserQueryVariables>;\nexport function useGetParserSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetParserQuery, Types.GetParserQueryVariables>(GetParserDocument, options);\n }\nexport type GetParserQueryHookResult = ReturnType<typeof useGetParserQuery>;\nexport type GetParserLazyQueryHookResult = ReturnType<typeof useGetParserLazyQuery>;\nexport type GetParserSuspenseQueryHookResult = ReturnType<typeof useGetParserSuspenseQuery>;\nexport type GetParserQueryResult = Apollo.QueryResult<Types.GetParserQuery, Types.GetParserQueryVariables>;\nexport const ListParsersDocument = gql`\n query ListParsers($consoleId: ID!, $type: ParserType, $status: ParserStatus, $first: Int, $after: String) {\n listParsers(\n filter: {consoleId: $consoleId, type: $type, status: $status}\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...ParserListItem\n }\n }\n pageInfo {\n ...ParserPageInfoFields\n }\n totalCount\n }\n}\n ${ParserListItemFragmentDoc}\n${ParserPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListParsersQuery__\n *\n * To run a query within a React component, call `useListParsersQuery` and pass it any options that fit your needs.\n * When your component renders, `useListParsersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListParsersQuery({\n * variables: {\n * consoleId: // value for 'consoleId'\n * type: // value for 'type'\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListParsersQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables> & ({ variables: Types.ListParsersQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListParsersQuery, Types.ListParsersQueryVariables>(ListParsersDocument, options);\n }\nexport function useListParsersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListParsersQuery, Types.ListParsersQueryVariables>(ListParsersDocument, options);\n }\n// @ts-ignore\nexport function useListParsersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListParsersQuery, Types.ListParsersQueryVariables>;\nexport function useListParsersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListParsersQuery | undefined, Types.ListParsersQueryVariables>;\nexport function useListParsersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListParsersQuery, Types.ListParsersQueryVariables>(ListParsersDocument, options);\n }\nexport type ListParsersQueryHookResult = ReturnType<typeof useListParsersQuery>;\nexport type ListParsersLazyQueryHookResult = ReturnType<typeof useListParsersLazyQuery>;\nexport type ListParsersSuspenseQueryHookResult = ReturnType<typeof useListParsersSuspenseQuery>;\nexport type ListParsersQueryResult = Apollo.QueryResult<Types.ListParsersQuery, Types.ListParsersQueryVariables>;\nexport const TestParserExpressionDocument = gql`\n query TestParserExpression($input: TestParserInput!) {\n testParserExpression(input: $input) {\n success\n output\n error\n executionTimeMs\n }\n}\n `;\n\n/**\n * __useTestParserExpressionQuery__\n *\n * To run a query within a React component, call `useTestParserExpressionQuery` and pass it any options that fit your needs.\n * When your component renders, `useTestParserExpressionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useTestParserExpressionQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useTestParserExpressionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables> & ({ variables: Types.TestParserExpressionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>(TestParserExpressionDocument, options);\n }\nexport function useTestParserExpressionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>(TestParserExpressionDocument, options);\n }\n// @ts-ignore\nexport function useTestParserExpressionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>;\nexport function useTestParserExpressionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TestParserExpressionQuery | undefined, Types.TestParserExpressionQueryVariables>;\nexport function useTestParserExpressionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>(TestParserExpressionDocument, options);\n }\nexport type TestParserExpressionQueryHookResult = ReturnType<typeof useTestParserExpressionQuery>;\nexport type TestParserExpressionLazyQueryHookResult = ReturnType<typeof useTestParserExpressionLazyQuery>;\nexport type TestParserExpressionSuspenseQueryHookResult = ReturnType<typeof useTestParserExpressionSuspenseQuery>;\nexport type TestParserExpressionQueryResult = Apollo.QueryResult<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>;\nexport const CreatePipelineDocument = gql`\n mutation CreatePipeline($input: CreatePipelineInput!) {\n createPipeline(input: $input) {\n ...PipelineCoreFields\n }\n}\n ${PipelineCoreFieldsFragmentDoc}`;\nexport type CreatePipelineMutationFn = Apollo.MutationFunction<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>;\n\n/**\n * __useCreatePipelineMutation__\n *\n * To run a mutation, you first call `useCreatePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreatePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createPipelineMutation, { data, loading, error }] = useCreatePipelineMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreatePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>(CreatePipelineDocument, options);\n }\nexport type CreatePipelineMutationHookResult = ReturnType<typeof useCreatePipelineMutation>;\nexport type CreatePipelineMutationResult = Apollo.MutationResult<Types.CreatePipelineMutation>;\nexport type CreatePipelineMutationOptions = Apollo.BaseMutationOptions<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>;\nexport const DeletePipelineDocument = gql`\n mutation DeletePipeline($id: ID!) {\n deletePipeline(id: $id)\n}\n `;\nexport type DeletePipelineMutationFn = Apollo.MutationFunction<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>;\n\n/**\n * __useDeletePipelineMutation__\n *\n * To run a mutation, you first call `useDeletePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeletePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deletePipelineMutation, { data, loading, error }] = useDeletePipelineMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeletePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>(DeletePipelineDocument, options);\n }\nexport type DeletePipelineMutationHookResult = ReturnType<typeof useDeletePipelineMutation>;\nexport type DeletePipelineMutationResult = Apollo.MutationResult<Types.DeletePipelineMutation>;\nexport type DeletePipelineMutationOptions = Apollo.BaseMutationOptions<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>;\nexport const ExecutePipelineDocument = gql`\n mutation ExecutePipeline($input: ExecutePipelineInput!) {\n executePipeline(input: $input) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\nexport type ExecutePipelineMutationFn = Apollo.MutationFunction<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>;\n\n/**\n * __useExecutePipelineMutation__\n *\n * To run a mutation, you first call `useExecutePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecutePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [executePipelineMutation, { data, loading, error }] = useExecutePipelineMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useExecutePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>(ExecutePipelineDocument, options);\n }\nexport type ExecutePipelineMutationHookResult = ReturnType<typeof useExecutePipelineMutation>;\nexport type ExecutePipelineMutationResult = Apollo.MutationResult<Types.ExecutePipelineMutation>;\nexport type ExecutePipelineMutationOptions = Apollo.BaseMutationOptions<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>;\nexport const TestPipelineDocument = gql`\n mutation TestPipeline($input: TestPipelineInput!) {\n testPipeline(input: $input) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\nexport type TestPipelineMutationFn = Apollo.MutationFunction<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>;\n\n/**\n * __useTestPipelineMutation__\n *\n * To run a mutation, you first call `useTestPipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTestPipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [testPipelineMutation, { data, loading, error }] = useTestPipelineMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useTestPipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>(TestPipelineDocument, options);\n }\nexport type TestPipelineMutationHookResult = ReturnType<typeof useTestPipelineMutation>;\nexport type TestPipelineMutationResult = Apollo.MutationResult<Types.TestPipelineMutation>;\nexport type TestPipelineMutationOptions = Apollo.BaseMutationOptions<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>;\nexport const UpdatePipelineDocument = gql`\n mutation UpdatePipeline($id: ID!, $input: UpdatePipelineInput!, $version: Int!) {\n updatePipeline(id: $id, input: $input, version: $version) {\n ...PipelineCoreFields\n }\n}\n ${PipelineCoreFieldsFragmentDoc}`;\nexport type UpdatePipelineMutationFn = Apollo.MutationFunction<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>;\n\n/**\n * __useUpdatePipelineMutation__\n *\n * To run a mutation, you first call `useUpdatePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdatePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updatePipelineMutation, { data, loading, error }] = useUpdatePipelineMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdatePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>(UpdatePipelineDocument, options);\n }\nexport type UpdatePipelineMutationHookResult = ReturnType<typeof useUpdatePipelineMutation>;\nexport type UpdatePipelineMutationResult = Apollo.MutationResult<Types.UpdatePipelineMutation>;\nexport type UpdatePipelineMutationOptions = Apollo.BaseMutationOptions<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>;\nexport const GetPipelineDocument = gql`\n query GetPipeline($id: ID!) {\n pipeline(id: $id) {\n ...PipelineCoreFields\n }\n}\n ${PipelineCoreFieldsFragmentDoc}`;\n\n/**\n * __useGetPipelineQuery__\n *\n * To run a query within a React component, call `useGetPipelineQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPipelineQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPipelineQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetPipelineQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables> & ({ variables: Types.GetPipelineQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>(GetPipelineDocument, options);\n }\nexport function useGetPipelineLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>(GetPipelineDocument, options);\n }\n// @ts-ignore\nexport function useGetPipelineSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>;\nexport function useGetPipelineSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineQuery | undefined, Types.GetPipelineQueryVariables>;\nexport function useGetPipelineSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>(GetPipelineDocument, options);\n }\nexport type GetPipelineQueryHookResult = ReturnType<typeof useGetPipelineQuery>;\nexport type GetPipelineLazyQueryHookResult = ReturnType<typeof useGetPipelineLazyQuery>;\nexport type GetPipelineSuspenseQueryHookResult = ReturnType<typeof useGetPipelineSuspenseQuery>;\nexport type GetPipelineQueryResult = Apollo.QueryResult<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>;\nexport const GetPipelineExecutionDocument = gql`\n query GetPipelineExecution($id: ID!) {\n pipelineExecution(id: $id) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\n\n/**\n * __useGetPipelineExecutionQuery__\n *\n * To run a query within a React component, call `useGetPipelineExecutionQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPipelineExecutionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPipelineExecutionQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetPipelineExecutionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables> & ({ variables: Types.GetPipelineExecutionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>(GetPipelineExecutionDocument, options);\n }\nexport function useGetPipelineExecutionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>(GetPipelineExecutionDocument, options);\n }\n// @ts-ignore\nexport function useGetPipelineExecutionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>;\nexport function useGetPipelineExecutionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineExecutionQuery | undefined, Types.GetPipelineExecutionQueryVariables>;\nexport function useGetPipelineExecutionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>(GetPipelineExecutionDocument, options);\n }\nexport type GetPipelineExecutionQueryHookResult = ReturnType<typeof useGetPipelineExecutionQuery>;\nexport type GetPipelineExecutionLazyQueryHookResult = ReturnType<typeof useGetPipelineExecutionLazyQuery>;\nexport type GetPipelineExecutionSuspenseQueryHookResult = ReturnType<typeof useGetPipelineExecutionSuspenseQuery>;\nexport type GetPipelineExecutionQueryResult = Apollo.QueryResult<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>;\nexport const ListPipelineExecutionsDocument = gql`\n query ListPipelineExecutions($pipelineId: ID!, $first: Int, $after: String) {\n listPipelineExecutions(pipelineId: $pipelineId, first: $first, after: $after) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\n\n/**\n * __useListPipelineExecutionsQuery__\n *\n * To run a query within a React component, call `useListPipelineExecutionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListPipelineExecutionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListPipelineExecutionsQuery({\n * variables: {\n * pipelineId: // value for 'pipelineId'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListPipelineExecutionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables> & ({ variables: Types.ListPipelineExecutionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>(ListPipelineExecutionsDocument, options);\n }\nexport function useListPipelineExecutionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>(ListPipelineExecutionsDocument, options);\n }\n// @ts-ignore\nexport function useListPipelineExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>;\nexport function useListPipelineExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelineExecutionsQuery | undefined, Types.ListPipelineExecutionsQueryVariables>;\nexport function useListPipelineExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>(ListPipelineExecutionsDocument, options);\n }\nexport type ListPipelineExecutionsQueryHookResult = ReturnType<typeof useListPipelineExecutionsQuery>;\nexport type ListPipelineExecutionsLazyQueryHookResult = ReturnType<typeof useListPipelineExecutionsLazyQuery>;\nexport type ListPipelineExecutionsSuspenseQueryHookResult = ReturnType<typeof useListPipelineExecutionsSuspenseQuery>;\nexport type ListPipelineExecutionsQueryResult = Apollo.QueryResult<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>;\nexport const ListPipelinesDocument = gql`\n query ListPipelines($consoleId: ID!, $status: PipelineStatus, $first: Int, $after: String) {\n listPipelines(\n filter: {consoleId: $consoleId, status: $status}\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...PipelineListItem\n }\n }\n pageInfo {\n ...PipelinePageInfoFields\n }\n totalCount\n }\n}\n ${PipelineListItemFragmentDoc}\n${PipelinePageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListPipelinesQuery__\n *\n * To run a query within a React component, call `useListPipelinesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListPipelinesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListPipelinesQuery({\n * variables: {\n * consoleId: // value for 'consoleId'\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListPipelinesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables> & ({ variables: Types.ListPipelinesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>(ListPipelinesDocument, options);\n }\nexport function useListPipelinesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>(ListPipelinesDocument, options);\n }\n// @ts-ignore\nexport function useListPipelinesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>;\nexport function useListPipelinesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelinesQuery | undefined, Types.ListPipelinesQueryVariables>;\nexport function useListPipelinesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>(ListPipelinesDocument, options);\n }\nexport type ListPipelinesQueryHookResult = ReturnType<typeof useListPipelinesQuery>;\nexport type ListPipelinesLazyQueryHookResult = ReturnType<typeof useListPipelinesLazyQuery>;\nexport type ListPipelinesSuspenseQueryHookResult = ReturnType<typeof useListPipelinesSuspenseQuery>;\nexport type ListPipelinesQueryResult = Apollo.QueryResult<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>;\nexport const CancelPromptGenerationDocument = gql`\n mutation CancelPromptGeneration($generationId: ID!) {\n cancelPromptGeneration(generationId: $generationId) {\n id\n status\n }\n}\n `;\nexport type CancelPromptGenerationMutationFn = Apollo.MutationFunction<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>;\n\n/**\n * __useCancelPromptGenerationMutation__\n *\n * To run a mutation, you first call `useCancelPromptGenerationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCancelPromptGenerationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [cancelPromptGenerationMutation, { data, loading, error }] = useCancelPromptGenerationMutation({\n * variables: {\n * generationId: // value for 'generationId'\n * },\n * });\n */\nexport function useCancelPromptGenerationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>(CancelPromptGenerationDocument, options);\n }\nexport type CancelPromptGenerationMutationHookResult = ReturnType<typeof useCancelPromptGenerationMutation>;\nexport type CancelPromptGenerationMutationResult = Apollo.MutationResult<Types.CancelPromptGenerationMutation>;\nexport type CancelPromptGenerationMutationOptions = Apollo.BaseMutationOptions<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>;\nexport const CreateDashboardFromGenerationDocument = gql`\n mutation CreateDashboardFromGeneration($input: CreateDashboardFromGenerationInput!) {\n createDashboardFromGeneration(input: $input) {\n id\n }\n}\n `;\nexport type CreateDashboardFromGenerationMutationFn = Apollo.MutationFunction<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>;\n\n/**\n * __useCreateDashboardFromGenerationMutation__\n *\n * To run a mutation, you first call `useCreateDashboardFromGenerationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardFromGenerationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardFromGenerationMutation, { data, loading, error }] = useCreateDashboardFromGenerationMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardFromGenerationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>(CreateDashboardFromGenerationDocument, options);\n }\nexport type CreateDashboardFromGenerationMutationHookResult = ReturnType<typeof useCreateDashboardFromGenerationMutation>;\nexport type CreateDashboardFromGenerationMutationResult = Apollo.MutationResult<Types.CreateDashboardFromGenerationMutation>;\nexport type CreateDashboardFromGenerationMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>;\nexport const DeletePromptGenerationDocument = gql`\n mutation DeletePromptGeneration($generationId: ID!) {\n deletePromptGeneration(generationId: $generationId)\n}\n `;\nexport type DeletePromptGenerationMutationFn = Apollo.MutationFunction<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>;\n\n/**\n * __useDeletePromptGenerationMutation__\n *\n * To run a mutation, you first call `useDeletePromptGenerationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeletePromptGenerationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deletePromptGenerationMutation, { data, loading, error }] = useDeletePromptGenerationMutation({\n * variables: {\n * generationId: // value for 'generationId'\n * },\n * });\n */\nexport function useDeletePromptGenerationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>(DeletePromptGenerationDocument, options);\n }\nexport type DeletePromptGenerationMutationHookResult = ReturnType<typeof useDeletePromptGenerationMutation>;\nexport type DeletePromptGenerationMutationResult = Apollo.MutationResult<Types.DeletePromptGenerationMutation>;\nexport type DeletePromptGenerationMutationOptions = Apollo.BaseMutationOptions<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>;\nexport const GenerateDashboardFromPromptDocument = gql`\n mutation GenerateDashboardFromPrompt($input: GenerateDashboardFromPromptInput!) {\n generateDashboardFromPrompt(input: $input) {\n ...PromptGenerationFields\n }\n}\n ${PromptGenerationFieldsFragmentDoc}`;\nexport type GenerateDashboardFromPromptMutationFn = Apollo.MutationFunction<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>;\n\n/**\n * __useGenerateDashboardFromPromptMutation__\n *\n * To run a mutation, you first call `useGenerateDashboardFromPromptMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useGenerateDashboardFromPromptMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [generateDashboardFromPromptMutation, { data, loading, error }] = useGenerateDashboardFromPromptMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useGenerateDashboardFromPromptMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>(GenerateDashboardFromPromptDocument, options);\n }\nexport type GenerateDashboardFromPromptMutationHookResult = ReturnType<typeof useGenerateDashboardFromPromptMutation>;\nexport type GenerateDashboardFromPromptMutationResult = Apollo.MutationResult<Types.GenerateDashboardFromPromptMutation>;\nexport type GenerateDashboardFromPromptMutationOptions = Apollo.BaseMutationOptions<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>;\nexport const GetPromptGenerationDocument = gql`\n query GetPromptGeneration($id: ID!) {\n getPromptGeneration(id: $id) {\n ...PromptGenerationFields\n }\n}\n ${PromptGenerationFieldsFragmentDoc}`;\n\n/**\n * __useGetPromptGenerationQuery__\n *\n * To run a query within a React component, call `useGetPromptGenerationQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPromptGenerationQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPromptGenerationQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetPromptGenerationQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables> & ({ variables: Types.GetPromptGenerationQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>(GetPromptGenerationDocument, options);\n }\nexport function useGetPromptGenerationLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>(GetPromptGenerationDocument, options);\n }\n// @ts-ignore\nexport function useGetPromptGenerationSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>;\nexport function useGetPromptGenerationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptGenerationQuery | undefined, Types.GetPromptGenerationQueryVariables>;\nexport function useGetPromptGenerationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>(GetPromptGenerationDocument, options);\n }\nexport type GetPromptGenerationQueryHookResult = ReturnType<typeof useGetPromptGenerationQuery>;\nexport type GetPromptGenerationLazyQueryHookResult = ReturnType<typeof useGetPromptGenerationLazyQuery>;\nexport type GetPromptGenerationSuspenseQueryHookResult = ReturnType<typeof useGetPromptGenerationSuspenseQuery>;\nexport type GetPromptGenerationQueryResult = Apollo.QueryResult<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>;\nexport const GetPromptSuggestionsDocument = gql`\n query GetPromptSuggestions($category: String, $search: String, $limit: Int) {\n getPromptSuggestions(category: $category, search: $search, limit: $limit) {\n ...PromptSuggestionFields\n }\n}\n ${PromptSuggestionFieldsFragmentDoc}`;\n\n/**\n * __useGetPromptSuggestionsQuery__\n *\n * To run a query within a React component, call `useGetPromptSuggestionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPromptSuggestionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPromptSuggestionsQuery({\n * variables: {\n * category: // value for 'category'\n * search: // value for 'search'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useGetPromptSuggestionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>(GetPromptSuggestionsDocument, options);\n }\nexport function useGetPromptSuggestionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>(GetPromptSuggestionsDocument, options);\n }\n// @ts-ignore\nexport function useGetPromptSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>;\nexport function useGetPromptSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptSuggestionsQuery | undefined, Types.GetPromptSuggestionsQueryVariables>;\nexport function useGetPromptSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>(GetPromptSuggestionsDocument, options);\n }\nexport type GetPromptSuggestionsQueryHookResult = ReturnType<typeof useGetPromptSuggestionsQuery>;\nexport type GetPromptSuggestionsLazyQueryHookResult = ReturnType<typeof useGetPromptSuggestionsLazyQuery>;\nexport type GetPromptSuggestionsSuspenseQueryHookResult = ReturnType<typeof useGetPromptSuggestionsSuspenseQuery>;\nexport type GetPromptSuggestionsQueryResult = Apollo.QueryResult<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>;\nexport const ListPromptGenerationsDocument = gql`\n query ListPromptGenerations($status: PromptGenerationStatus, $first: Int, $after: String) {\n listPromptGenerations(status: $status, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...PromptGenerationFields\n }\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n totalCount\n }\n totalCount\n }\n}\n ${PromptGenerationFieldsFragmentDoc}`;\n\n/**\n * __useListPromptGenerationsQuery__\n *\n * To run a query within a React component, call `useListPromptGenerationsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListPromptGenerationsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListPromptGenerationsQuery({\n * variables: {\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListPromptGenerationsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>(ListPromptGenerationsDocument, options);\n }\nexport function useListPromptGenerationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>(ListPromptGenerationsDocument, options);\n }\n// @ts-ignore\nexport function useListPromptGenerationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>;\nexport function useListPromptGenerationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPromptGenerationsQuery | undefined, Types.ListPromptGenerationsQueryVariables>;\nexport function useListPromptGenerationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>(ListPromptGenerationsDocument, options);\n }\nexport type ListPromptGenerationsQueryHookResult = ReturnType<typeof useListPromptGenerationsQuery>;\nexport type ListPromptGenerationsLazyQueryHookResult = ReturnType<typeof useListPromptGenerationsLazyQuery>;\nexport type ListPromptGenerationsSuspenseQueryHookResult = ReturnType<typeof useListPromptGenerationsSuspenseQuery>;\nexport type ListPromptGenerationsQueryResult = Apollo.QueryResult<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>;\nexport const CreateSandboxDocument = gql`\n mutation CreateSandbox($input: CreateSandboxInput!) {\n createSandbox(input: $input) {\n id\n name\n status\n network {\n internalUrl\n }\n }\n}\n `;\nexport type CreateSandboxMutationFn = Apollo.MutationFunction<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>;\n\n/**\n * __useCreateSandboxMutation__\n *\n * To run a mutation, you first call `useCreateSandboxMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSandboxMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createSandboxMutation, { data, loading, error }] = useCreateSandboxMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSandboxMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>(CreateSandboxDocument, options);\n }\nexport type CreateSandboxMutationHookResult = ReturnType<typeof useCreateSandboxMutation>;\nexport type CreateSandboxMutationResult = Apollo.MutationResult<Types.CreateSandboxMutation>;\nexport type CreateSandboxMutationOptions = Apollo.BaseMutationOptions<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>;\nexport const ProxySandboxRequestDocument = gql`\n mutation ProxySandboxRequest($input: ProxySandboxRequestInput!) {\n proxySandboxRequest(input: $input) {\n status\n body\n }\n}\n `;\nexport type ProxySandboxRequestMutationFn = Apollo.MutationFunction<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>;\n\n/**\n * __useProxySandboxRequestMutation__\n *\n * To run a mutation, you first call `useProxySandboxRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useProxySandboxRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [proxySandboxRequestMutation, { data, loading, error }] = useProxySandboxRequestMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useProxySandboxRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>(ProxySandboxRequestDocument, options);\n }\nexport type ProxySandboxRequestMutationHookResult = ReturnType<typeof useProxySandboxRequestMutation>;\nexport type ProxySandboxRequestMutationResult = Apollo.MutationResult<Types.ProxySandboxRequestMutation>;\nexport type ProxySandboxRequestMutationOptions = Apollo.BaseMutationOptions<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>;\nexport const ExtendSandboxTtlDocument = gql`\n mutation ExtendSandboxTtl($id: ID!, $additionalSeconds: Int!, $context: ContextInput!) {\n extendSandboxTTL(\n id: $id\n additionalSeconds: $additionalSeconds\n context: $context\n ) {\n id\n expiresAt\n }\n}\n `;\nexport type ExtendSandboxTtlMutationFn = Apollo.MutationFunction<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>;\n\n/**\n * __useExtendSandboxTtlMutation__\n *\n * To run a mutation, you first call `useExtendSandboxTtlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExtendSandboxTtlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [extendSandboxTtlMutation, { data, loading, error }] = useExtendSandboxTtlMutation({\n * variables: {\n * id: // value for 'id'\n * additionalSeconds: // value for 'additionalSeconds'\n * context: // value for 'context'\n * },\n * });\n */\nexport function useExtendSandboxTtlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>(ExtendSandboxTtlDocument, options);\n }\nexport type ExtendSandboxTtlMutationHookResult = ReturnType<typeof useExtendSandboxTtlMutation>;\nexport type ExtendSandboxTtlMutationResult = Apollo.MutationResult<Types.ExtendSandboxTtlMutation>;\nexport type ExtendSandboxTtlMutationOptions = Apollo.BaseMutationOptions<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>;\nexport const GetSandboxDocument = gql`\n query GetSandbox($id: ID!, $context: ContextInput!) {\n getSandbox(id: $id, context: $context) {\n id\n status\n errorMessage\n network {\n internalUrl\n }\n }\n}\n `;\n\n/**\n * __useGetSandboxQuery__\n *\n * To run a query within a React component, call `useGetSandboxQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSandboxQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetSandboxQuery({\n * variables: {\n * id: // value for 'id'\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetSandboxQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables> & ({ variables: Types.GetSandboxQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\nexport function useGetSandboxLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\n// @ts-ignore\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>;\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxQuery | undefined, Types.GetSandboxQueryVariables>;\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\nexport type GetSandboxQueryHookResult = ReturnType<typeof useGetSandboxQuery>;\nexport type GetSandboxLazyQueryHookResult = ReturnType<typeof useGetSandboxLazyQuery>;\nexport type GetSandboxSuspenseQueryHookResult = ReturnType<typeof useGetSandboxSuspenseQuery>;\nexport type GetSandboxQueryResult = Apollo.QueryResult<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>;\nexport const GetActiveSandboxesDocument = gql`\n query GetActiveSandboxes($context: ContextInput!) {\n getActiveSandboxes(context: $context) {\n id\n name\n status\n metadata\n template\n createdBy\n }\n}\n `;\n\n/**\n * __useGetActiveSandboxesQuery__\n *\n * To run a query within a React component, call `useGetActiveSandboxesQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetActiveSandboxesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetActiveSandboxesQuery({\n * variables: {\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetActiveSandboxesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables> & ({ variables: Types.GetActiveSandboxesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\nexport function useGetActiveSandboxesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\n// @ts-ignore\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>;\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActiveSandboxesQuery | undefined, Types.GetActiveSandboxesQueryVariables>;\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\nexport type GetActiveSandboxesQueryHookResult = ReturnType<typeof useGetActiveSandboxesQuery>;\nexport type GetActiveSandboxesLazyQueryHookResult = ReturnType<typeof useGetActiveSandboxesLazyQuery>;\nexport type GetActiveSandboxesSuspenseQueryHookResult = ReturnType<typeof useGetActiveSandboxesSuspenseQuery>;\nexport type GetActiveSandboxesQueryResult = Apollo.QueryResult<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>;\nexport const BatchUpdateWidgetPositionsDocument = gql`\n mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {\n batchUpdateWidgetPositions(updates: $updates) {\n id\n position\n updatedAt\n }\n}\n `;\nexport type BatchUpdateWidgetPositionsMutationFn = Apollo.MutationFunction<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>;\n\n/**\n * __useBatchUpdateWidgetPositionsMutation__\n *\n * To run a mutation, you first call `useBatchUpdateWidgetPositionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBatchUpdateWidgetPositionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [batchUpdateWidgetPositionsMutation, { data, loading, error }] = useBatchUpdateWidgetPositionsMutation({\n * variables: {\n * updates: // value for 'updates'\n * },\n * });\n */\nexport function useBatchUpdateWidgetPositionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>(BatchUpdateWidgetPositionsDocument, options);\n }\nexport type BatchUpdateWidgetPositionsMutationHookResult = ReturnType<typeof useBatchUpdateWidgetPositionsMutation>;\nexport type BatchUpdateWidgetPositionsMutationResult = Apollo.MutationResult<Types.BatchUpdateWidgetPositionsMutation>;\nexport type BatchUpdateWidgetPositionsMutationOptions = Apollo.BaseMutationOptions<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>;\nexport const CreateEventWebhookMappingDocument = gql`\n mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {\n createEventWebhookMapping(input: $input) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\nexport type CreateEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>;\n\n/**\n * __useCreateEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useCreateEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createEventWebhookMappingMutation, { data, loading, error }] = useCreateEventWebhookMappingMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>(CreateEventWebhookMappingDocument, options);\n }\nexport type CreateEventWebhookMappingMutationHookResult = ReturnType<typeof useCreateEventWebhookMappingMutation>;\nexport type CreateEventWebhookMappingMutationResult = Apollo.MutationResult<Types.CreateEventWebhookMappingMutation>;\nexport type CreateEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>;\nexport const CreateWidgetDocument = gql`\n mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {\n createBigConsoleWidget(input: $input) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type CreateWidgetMutationFn = Apollo.MutationFunction<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>;\n\n/**\n * __useCreateWidgetMutation__\n *\n * To run a mutation, you first call `useCreateWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWidgetMutation, { data, loading, error }] = useCreateWidgetMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>(CreateWidgetDocument, options);\n }\nexport type CreateWidgetMutationHookResult = ReturnType<typeof useCreateWidgetMutation>;\nexport type CreateWidgetMutationResult = Apollo.MutationResult<Types.CreateWidgetMutation>;\nexport type CreateWidgetMutationOptions = Apollo.BaseMutationOptions<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>;\nexport const CreateWidgetActionDocument = gql`\n mutation CreateWidgetAction($input: CreateWidgetActionInput!) {\n createWidgetAction(input: $input) {\n ...WidgetActionFields\n }\n}\n ${WidgetActionFieldsFragmentDoc}`;\nexport type CreateWidgetActionMutationFn = Apollo.MutationFunction<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>;\n\n/**\n * __useCreateWidgetActionMutation__\n *\n * To run a mutation, you first call `useCreateWidgetActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWidgetActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWidgetActionMutation, { data, loading, error }] = useCreateWidgetActionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWidgetActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>(CreateWidgetActionDocument, options);\n }\nexport type CreateWidgetActionMutationHookResult = ReturnType<typeof useCreateWidgetActionMutation>;\nexport type CreateWidgetActionMutationResult = Apollo.MutationResult<Types.CreateWidgetActionMutation>;\nexport type CreateWidgetActionMutationOptions = Apollo.BaseMutationOptions<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>;\nexport const CreateWidgetDrilldownDocument = gql`\n mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {\n createWidgetDrilldown(\n sourceWidgetId: $sourceWidgetId\n targetDashboardId: $targetDashboardId\n parameterMapping: $parameterMapping\n navigationMode: $navigationMode\n ) {\n ...WidgetDrilldownFields\n }\n}\n ${WidgetDrilldownFieldsFragmentDoc}`;\nexport type CreateWidgetDrilldownMutationFn = Apollo.MutationFunction<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>;\n\n/**\n * __useCreateWidgetDrilldownMutation__\n *\n * To run a mutation, you first call `useCreateWidgetDrilldownMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWidgetDrilldownMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWidgetDrilldownMutation, { data, loading, error }] = useCreateWidgetDrilldownMutation({\n * variables: {\n * sourceWidgetId: // value for 'sourceWidgetId'\n * targetDashboardId: // value for 'targetDashboardId'\n * parameterMapping: // value for 'parameterMapping'\n * navigationMode: // value for 'navigationMode'\n * },\n * });\n */\nexport function useCreateWidgetDrilldownMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>(CreateWidgetDrilldownDocument, options);\n }\nexport type CreateWidgetDrilldownMutationHookResult = ReturnType<typeof useCreateWidgetDrilldownMutation>;\nexport type CreateWidgetDrilldownMutationResult = Apollo.MutationResult<Types.CreateWidgetDrilldownMutation>;\nexport type CreateWidgetDrilldownMutationOptions = Apollo.BaseMutationOptions<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>;\nexport const DeleteEventWebhookMappingDocument = gql`\n mutation DeleteEventWebhookMapping($id: ID!) {\n deleteEventWebhookMapping(id: $id)\n}\n `;\nexport type DeleteEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>;\n\n/**\n * __useDeleteEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useDeleteEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteEventWebhookMappingMutation, { data, loading, error }] = useDeleteEventWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>(DeleteEventWebhookMappingDocument, options);\n }\nexport type DeleteEventWebhookMappingMutationHookResult = ReturnType<typeof useDeleteEventWebhookMappingMutation>;\nexport type DeleteEventWebhookMappingMutationResult = Apollo.MutationResult<Types.DeleteEventWebhookMappingMutation>;\nexport type DeleteEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>;\nexport const DeleteWidgetDocument = gql`\n mutation DeleteWidget($id: ID!) {\n deleteBigConsoleWidget(id: $id)\n}\n `;\nexport type DeleteWidgetMutationFn = Apollo.MutationFunction<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>;\n\n/**\n * __useDeleteWidgetMutation__\n *\n * To run a mutation, you first call `useDeleteWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWidgetMutation, { data, loading, error }] = useDeleteWidgetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>(DeleteWidgetDocument, options);\n }\nexport type DeleteWidgetMutationHookResult = ReturnType<typeof useDeleteWidgetMutation>;\nexport type DeleteWidgetMutationResult = Apollo.MutationResult<Types.DeleteWidgetMutation>;\nexport type DeleteWidgetMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>;\nexport const DeleteWidgetActionDocument = gql`\n mutation DeleteWidgetAction($id: ID!) {\n deleteWidgetAction(id: $id)\n}\n `;\nexport type DeleteWidgetActionMutationFn = Apollo.MutationFunction<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>;\n\n/**\n * __useDeleteWidgetActionMutation__\n *\n * To run a mutation, you first call `useDeleteWidgetActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWidgetActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWidgetActionMutation, { data, loading, error }] = useDeleteWidgetActionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWidgetActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>(DeleteWidgetActionDocument, options);\n }\nexport type DeleteWidgetActionMutationHookResult = ReturnType<typeof useDeleteWidgetActionMutation>;\nexport type DeleteWidgetActionMutationResult = Apollo.MutationResult<Types.DeleteWidgetActionMutation>;\nexport type DeleteWidgetActionMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>;\nexport const DeleteWidgetDrilldownDocument = gql`\n mutation DeleteWidgetDrilldown($id: ID!) {\n deleteWidgetDrilldown(id: $id)\n}\n `;\nexport type DeleteWidgetDrilldownMutationFn = Apollo.MutationFunction<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>;\n\n/**\n * __useDeleteWidgetDrilldownMutation__\n *\n * To run a mutation, you first call `useDeleteWidgetDrilldownMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWidgetDrilldownMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWidgetDrilldownMutation, { data, loading, error }] = useDeleteWidgetDrilldownMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWidgetDrilldownMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>(DeleteWidgetDrilldownDocument, options);\n }\nexport type DeleteWidgetDrilldownMutationHookResult = ReturnType<typeof useDeleteWidgetDrilldownMutation>;\nexport type DeleteWidgetDrilldownMutationResult = Apollo.MutationResult<Types.DeleteWidgetDrilldownMutation>;\nexport type DeleteWidgetDrilldownMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>;\nexport const DuplicateWidgetDocument = gql`\n mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {\n duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type DuplicateWidgetMutationFn = Apollo.MutationFunction<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>;\n\n/**\n * __useDuplicateWidgetMutation__\n *\n * To run a mutation, you first call `useDuplicateWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDuplicateWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [duplicateWidgetMutation, { data, loading, error }] = useDuplicateWidgetMutation({\n * variables: {\n * id: // value for 'id'\n * newPosition: // value for 'newPosition'\n * newTitle: // value for 'newTitle'\n * },\n * });\n */\nexport function useDuplicateWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>(DuplicateWidgetDocument, options);\n }\nexport type DuplicateWidgetMutationHookResult = ReturnType<typeof useDuplicateWidgetMutation>;\nexport type DuplicateWidgetMutationResult = Apollo.MutationResult<Types.DuplicateWidgetMutation>;\nexport type DuplicateWidgetMutationOptions = Apollo.BaseMutationOptions<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>;\nexport const EmitWidgetEventDocument = gql`\n mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {\n emitWidgetEvent(input: $input) {\n ...EventLogFields\n }\n}\n ${EventLogFieldsFragmentDoc}`;\nexport type EmitWidgetEventMutationFn = Apollo.MutationFunction<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>;\n\n/**\n * __useEmitWidgetEventMutation__\n *\n * To run a mutation, you first call `useEmitWidgetEventMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useEmitWidgetEventMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [emitWidgetEventMutation, { data, loading, error }] = useEmitWidgetEventMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useEmitWidgetEventMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>(EmitWidgetEventDocument, options);\n }\nexport type EmitWidgetEventMutationHookResult = ReturnType<typeof useEmitWidgetEventMutation>;\nexport type EmitWidgetEventMutationResult = Apollo.MutationResult<Types.EmitWidgetEventMutation>;\nexport type EmitWidgetEventMutationOptions = Apollo.BaseMutationOptions<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>;\nexport const MoveWidgetToPageDocument = gql`\n mutation MoveWidgetToPage($widgetId: ID!, $targetPageId: ID!, $position: WidgetPositionInput!) {\n moveWidgetToPage(\n widgetId: $widgetId\n targetPageId: $targetPageId\n position: $position\n ) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type MoveWidgetToPageMutationFn = Apollo.MutationFunction<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>;\n\n/**\n * __useMoveWidgetToPageMutation__\n *\n * To run a mutation, you first call `useMoveWidgetToPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useMoveWidgetToPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [moveWidgetToPageMutation, { data, loading, error }] = useMoveWidgetToPageMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * targetPageId: // value for 'targetPageId'\n * position: // value for 'position'\n * },\n * });\n */\nexport function useMoveWidgetToPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>(MoveWidgetToPageDocument, options);\n }\nexport type MoveWidgetToPageMutationHookResult = ReturnType<typeof useMoveWidgetToPageMutation>;\nexport type MoveWidgetToPageMutationResult = Apollo.MutationResult<Types.MoveWidgetToPageMutation>;\nexport type MoveWidgetToPageMutationOptions = Apollo.BaseMutationOptions<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>;\nexport const RefreshWidgetDataDocument = gql`\n mutation RefreshWidgetData($widgetId: ID!) {\n refreshWidgetData(widgetId: $widgetId) {\n ...WidgetDataFields\n }\n}\n ${WidgetDataFieldsFragmentDoc}`;\nexport type RefreshWidgetDataMutationFn = Apollo.MutationFunction<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>;\n\n/**\n * __useRefreshWidgetDataMutation__\n *\n * To run a mutation, you first call `useRefreshWidgetDataMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRefreshWidgetDataMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [refreshWidgetDataMutation, { data, loading, error }] = useRefreshWidgetDataMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * },\n * });\n */\nexport function useRefreshWidgetDataMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>(RefreshWidgetDataDocument, options);\n }\nexport type RefreshWidgetDataMutationHookResult = ReturnType<typeof useRefreshWidgetDataMutation>;\nexport type RefreshWidgetDataMutationResult = Apollo.MutationResult<Types.RefreshWidgetDataMutation>;\nexport type RefreshWidgetDataMutationOptions = Apollo.BaseMutationOptions<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>;\nexport const ReorderWidgetActionsDocument = gql`\n mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {\n reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {\n id\n order\n }\n}\n `;\nexport type ReorderWidgetActionsMutationFn = Apollo.MutationFunction<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>;\n\n/**\n * __useReorderWidgetActionsMutation__\n *\n * To run a mutation, you first call `useReorderWidgetActionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderWidgetActionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [reorderWidgetActionsMutation, { data, loading, error }] = useReorderWidgetActionsMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * actionIds: // value for 'actionIds'\n * },\n * });\n */\nexport function useReorderWidgetActionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>(ReorderWidgetActionsDocument, options);\n }\nexport type ReorderWidgetActionsMutationHookResult = ReturnType<typeof useReorderWidgetActionsMutation>;\nexport type ReorderWidgetActionsMutationResult = Apollo.MutationResult<Types.ReorderWidgetActionsMutation>;\nexport type ReorderWidgetActionsMutationOptions = Apollo.BaseMutationOptions<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>;\nexport const RetryEventDeliveryDocument = gql`\n mutation RetryEventDelivery($eventId: ID!) {\n retryEventDelivery(eventId: $eventId) {\n ...EventLogFields\n }\n}\n ${EventLogFieldsFragmentDoc}`;\nexport type RetryEventDeliveryMutationFn = Apollo.MutationFunction<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>;\n\n/**\n * __useRetryEventDeliveryMutation__\n *\n * To run a mutation, you first call `useRetryEventDeliveryMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRetryEventDeliveryMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [retryEventDeliveryMutation, { data, loading, error }] = useRetryEventDeliveryMutation({\n * variables: {\n * eventId: // value for 'eventId'\n * },\n * });\n */\nexport function useRetryEventDeliveryMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>(RetryEventDeliveryDocument, options);\n }\nexport type RetryEventDeliveryMutationHookResult = ReturnType<typeof useRetryEventDeliveryMutation>;\nexport type RetryEventDeliveryMutationResult = Apollo.MutationResult<Types.RetryEventDeliveryMutation>;\nexport type RetryEventDeliveryMutationOptions = Apollo.BaseMutationOptions<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>;\nexport const TestWebhookMappingDocument = gql`\n mutation TestWebhookMapping($id: ID!) {\n testWebhookMapping(id: $id) {\n success\n statusCode\n responseBody\n errorMessage\n latencyMs\n }\n}\n `;\nexport type TestWebhookMappingMutationFn = Apollo.MutationFunction<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>;\n\n/**\n * __useTestWebhookMappingMutation__\n *\n * To run a mutation, you first call `useTestWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTestWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [testWebhookMappingMutation, { data, loading, error }] = useTestWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useTestWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>(TestWebhookMappingDocument, options);\n }\nexport type TestWebhookMappingMutationHookResult = ReturnType<typeof useTestWebhookMappingMutation>;\nexport type TestWebhookMappingMutationResult = Apollo.MutationResult<Types.TestWebhookMappingMutation>;\nexport type TestWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>;\nexport const ToggleEventWebhookMappingDocument = gql`\n mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {\n toggleEventWebhookMapping(id: $id, isActive: $isActive) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\nexport type ToggleEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>;\n\n/**\n * __useToggleEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useToggleEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useToggleEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [toggleEventWebhookMappingMutation, { data, loading, error }] = useToggleEventWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * isActive: // value for 'isActive'\n * },\n * });\n */\nexport function useToggleEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>(ToggleEventWebhookMappingDocument, options);\n }\nexport type ToggleEventWebhookMappingMutationHookResult = ReturnType<typeof useToggleEventWebhookMappingMutation>;\nexport type ToggleEventWebhookMappingMutationResult = Apollo.MutationResult<Types.ToggleEventWebhookMappingMutation>;\nexport type ToggleEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>;\nexport const UpdateEventWebhookMappingDocument = gql`\n mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {\n updateEventWebhookMapping(id: $id, input: $input) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\nexport type UpdateEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>;\n\n/**\n * __useUpdateEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useUpdateEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateEventWebhookMappingMutation, { data, loading, error }] = useUpdateEventWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>(UpdateEventWebhookMappingDocument, options);\n }\nexport type UpdateEventWebhookMappingMutationHookResult = ReturnType<typeof useUpdateEventWebhookMappingMutation>;\nexport type UpdateEventWebhookMappingMutationResult = Apollo.MutationResult<Types.UpdateEventWebhookMappingMutation>;\nexport type UpdateEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>;\nexport const UpdateWidgetDocument = gql`\n mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {\n updateBigConsoleWidget(input: $input) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type UpdateWidgetMutationFn = Apollo.MutationFunction<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>;\n\n/**\n * __useUpdateWidgetMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetMutation, { data, loading, error }] = useUpdateWidgetMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>(UpdateWidgetDocument, options);\n }\nexport type UpdateWidgetMutationHookResult = ReturnType<typeof useUpdateWidgetMutation>;\nexport type UpdateWidgetMutationResult = Apollo.MutationResult<Types.UpdateWidgetMutation>;\nexport type UpdateWidgetMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>;\nexport const UpdateWidgetActionDocument = gql`\n mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {\n updateWidgetAction(input: $input) {\n ...WidgetActionFields\n }\n}\n ${WidgetActionFieldsFragmentDoc}`;\nexport type UpdateWidgetActionMutationFn = Apollo.MutationFunction<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>;\n\n/**\n * __useUpdateWidgetActionMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetActionMutation, { data, loading, error }] = useUpdateWidgetActionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateWidgetActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>(UpdateWidgetActionDocument, options);\n }\nexport type UpdateWidgetActionMutationHookResult = ReturnType<typeof useUpdateWidgetActionMutation>;\nexport type UpdateWidgetActionMutationResult = Apollo.MutationResult<Types.UpdateWidgetActionMutation>;\nexport type UpdateWidgetActionMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>;\nexport const UpdateWidgetDrilldownDocument = gql`\n mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {\n updateWidgetDrilldown(\n id: $id\n targetDashboardId: $targetDashboardId\n parameterMapping: $parameterMapping\n navigationMode: $navigationMode\n enabled: $enabled\n ) {\n ...WidgetDrilldownFields\n }\n}\n ${WidgetDrilldownFieldsFragmentDoc}`;\nexport type UpdateWidgetDrilldownMutationFn = Apollo.MutationFunction<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>;\n\n/**\n * __useUpdateWidgetDrilldownMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetDrilldownMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetDrilldownMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetDrilldownMutation, { data, loading, error }] = useUpdateWidgetDrilldownMutation({\n * variables: {\n * id: // value for 'id'\n * targetDashboardId: // value for 'targetDashboardId'\n * parameterMapping: // value for 'parameterMapping'\n * navigationMode: // value for 'navigationMode'\n * enabled: // value for 'enabled'\n * },\n * });\n */\nexport function useUpdateWidgetDrilldownMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>(UpdateWidgetDrilldownDocument, options);\n }\nexport type UpdateWidgetDrilldownMutationHookResult = ReturnType<typeof useUpdateWidgetDrilldownMutation>;\nexport type UpdateWidgetDrilldownMutationResult = Apollo.MutationResult<Types.UpdateWidgetDrilldownMutation>;\nexport type UpdateWidgetDrilldownMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>;\nexport const UpdateWidgetRendererDocument = gql`\n mutation UpdateWidgetRenderer($widgetId: ID!, $renderer: WidgetRenderer!, $template: JSON) {\n updateWidgetRenderer(\n widgetId: $widgetId\n renderer: $renderer\n template: $template\n ) {\n id\n renderer\n template\n updatedAt\n }\n}\n `;\nexport type UpdateWidgetRendererMutationFn = Apollo.MutationFunction<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>;\n\n/**\n * __useUpdateWidgetRendererMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetRendererMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetRendererMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetRendererMutation, { data, loading, error }] = useUpdateWidgetRendererMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * renderer: // value for 'renderer'\n * template: // value for 'template'\n * },\n * });\n */\nexport function useUpdateWidgetRendererMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>(UpdateWidgetRendererDocument, options);\n }\nexport type UpdateWidgetRendererMutationHookResult = ReturnType<typeof useUpdateWidgetRendererMutation>;\nexport type UpdateWidgetRendererMutationResult = Apollo.MutationResult<Types.UpdateWidgetRendererMutation>;\nexport type UpdateWidgetRendererMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>;\nexport const GetEventLogDocument = gql`\n query GetEventLog($id: ID!) {\n getEventLog(id: $id) {\n ...EventLogFields\n }\n}\n ${EventLogFieldsFragmentDoc}`;\n\n/**\n * __useGetEventLogQuery__\n *\n * To run a query within a React component, call `useGetEventLogQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetEventLogQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetEventLogQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetEventLogQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables> & ({ variables: Types.GetEventLogQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>(GetEventLogDocument, options);\n }\nexport function useGetEventLogLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>(GetEventLogDocument, options);\n }\n// @ts-ignore\nexport function useGetEventLogSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>;\nexport function useGetEventLogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventLogQuery | undefined, Types.GetEventLogQueryVariables>;\nexport function useGetEventLogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>(GetEventLogDocument, options);\n }\nexport type GetEventLogQueryHookResult = ReturnType<typeof useGetEventLogQuery>;\nexport type GetEventLogLazyQueryHookResult = ReturnType<typeof useGetEventLogLazyQuery>;\nexport type GetEventLogSuspenseQueryHookResult = ReturnType<typeof useGetEventLogSuspenseQuery>;\nexport type GetEventLogQueryResult = Apollo.QueryResult<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>;\nexport const GetEventWebhookMappingDocument = gql`\n query GetEventWebhookMapping($id: ID!) {\n getEventWebhookMapping(id: $id) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\n\n/**\n * __useGetEventWebhookMappingQuery__\n *\n * To run a query within a React component, call `useGetEventWebhookMappingQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetEventWebhookMappingQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetEventWebhookMappingQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetEventWebhookMappingQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables> & ({ variables: Types.GetEventWebhookMappingQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>(GetEventWebhookMappingDocument, options);\n }\nexport function useGetEventWebhookMappingLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>(GetEventWebhookMappingDocument, options);\n }\n// @ts-ignore\nexport function useGetEventWebhookMappingSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>;\nexport function useGetEventWebhookMappingSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventWebhookMappingQuery | undefined, Types.GetEventWebhookMappingQueryVariables>;\nexport function useGetEventWebhookMappingSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>(GetEventWebhookMappingDocument, options);\n }\nexport type GetEventWebhookMappingQueryHookResult = ReturnType<typeof useGetEventWebhookMappingQuery>;\nexport type GetEventWebhookMappingLazyQueryHookResult = ReturnType<typeof useGetEventWebhookMappingLazyQuery>;\nexport type GetEventWebhookMappingSuspenseQueryHookResult = ReturnType<typeof useGetEventWebhookMappingSuspenseQuery>;\nexport type GetEventWebhookMappingQueryResult = Apollo.QueryResult<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>;\nexport const GetWidgetDocument = gql`\n query GetWidget($id: ID!) {\n getWidget(id: $id) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetQuery__\n *\n * To run a query within a React component, call `useGetWidgetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWidgetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables> & ({ variables: Types.GetWidgetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>(GetWidgetDocument, options);\n }\nexport function useGetWidgetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>(GetWidgetDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>;\nexport function useGetWidgetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetQuery | undefined, Types.GetWidgetQueryVariables>;\nexport function useGetWidgetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>(GetWidgetDocument, options);\n }\nexport type GetWidgetQueryHookResult = ReturnType<typeof useGetWidgetQuery>;\nexport type GetWidgetLazyQueryHookResult = ReturnType<typeof useGetWidgetLazyQuery>;\nexport type GetWidgetSuspenseQueryHookResult = ReturnType<typeof useGetWidgetSuspenseQuery>;\nexport type GetWidgetQueryResult = Apollo.QueryResult<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>;\nexport const GetWidgetActionsDocument = gql`\n query GetWidgetActions($widgetId: ID!) {\n getWidgetActions(widgetId: $widgetId) {\n ...WidgetActionFields\n }\n}\n ${WidgetActionFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetActionsQuery__\n *\n * To run a query within a React component, call `useGetWidgetActionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetActionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetActionsQuery({\n * variables: {\n * widgetId: // value for 'widgetId'\n * },\n * });\n */\nexport function useGetWidgetActionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables> & ({ variables: Types.GetWidgetActionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>(GetWidgetActionsDocument, options);\n }\nexport function useGetWidgetActionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>(GetWidgetActionsDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>;\nexport function useGetWidgetActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetActionsQuery | undefined, Types.GetWidgetActionsQueryVariables>;\nexport function useGetWidgetActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>(GetWidgetActionsDocument, options);\n }\nexport type GetWidgetActionsQueryHookResult = ReturnType<typeof useGetWidgetActionsQuery>;\nexport type GetWidgetActionsLazyQueryHookResult = ReturnType<typeof useGetWidgetActionsLazyQuery>;\nexport type GetWidgetActionsSuspenseQueryHookResult = ReturnType<typeof useGetWidgetActionsSuspenseQuery>;\nexport type GetWidgetActionsQueryResult = Apollo.QueryResult<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>;\nexport const GetWidgetTypesDocument = gql`\n query GetWidgetTypes {\n getWidgetTypes {\n ...WidgetTypeInfoFields\n }\n}\n ${WidgetTypeInfoFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetTypesQuery__\n *\n * To run a query within a React component, call `useGetWidgetTypesQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetTypesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetTypesQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetWidgetTypesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>(GetWidgetTypesDocument, options);\n }\nexport function useGetWidgetTypesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>(GetWidgetTypesDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetTypesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>;\nexport function useGetWidgetTypesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetTypesQuery | undefined, Types.GetWidgetTypesQueryVariables>;\nexport function useGetWidgetTypesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>(GetWidgetTypesDocument, options);\n }\nexport type GetWidgetTypesQueryHookResult = ReturnType<typeof useGetWidgetTypesQuery>;\nexport type GetWidgetTypesLazyQueryHookResult = ReturnType<typeof useGetWidgetTypesLazyQuery>;\nexport type GetWidgetTypesSuspenseQueryHookResult = ReturnType<typeof useGetWidgetTypesSuspenseQuery>;\nexport type GetWidgetTypesQueryResult = Apollo.QueryResult<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>;\nexport const GetWidgetWithDataDocument = gql`\n query GetWidgetWithData($id: ID!) {\n getWidget(id: $id) {\n ...WidgetCoreFields\n drilldown {\n ...WidgetDrilldownFields\n }\n translations {\n ...WidgetTranslationFields\n }\n data {\n ...WidgetDataFields\n }\n }\n}\n ${WidgetCoreFieldsFragmentDoc}\n${WidgetDrilldownFieldsFragmentDoc}\n${WidgetTranslationFieldsFragmentDoc}\n${WidgetDataFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetWithDataQuery__\n *\n * To run a query within a React component, call `useGetWidgetWithDataQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetWithDataQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetWithDataQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWidgetWithDataQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables> & ({ variables: Types.GetWidgetWithDataQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>(GetWidgetWithDataDocument, options);\n }\nexport function useGetWidgetWithDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>(GetWidgetWithDataDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetWithDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>;\nexport function useGetWidgetWithDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetWithDataQuery | undefined, Types.GetWidgetWithDataQueryVariables>;\nexport function useGetWidgetWithDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>(GetWidgetWithDataDocument, options);\n }\nexport type GetWidgetWithDataQueryHookResult = ReturnType<typeof useGetWidgetWithDataQuery>;\nexport type GetWidgetWithDataLazyQueryHookResult = ReturnType<typeof useGetWidgetWithDataLazyQuery>;\nexport type GetWidgetWithDataSuspenseQueryHookResult = ReturnType<typeof useGetWidgetWithDataSuspenseQuery>;\nexport type GetWidgetWithDataQueryResult = Apollo.QueryResult<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>;\nexport const ListEventLogsDocument = gql`\n query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {\n listEventLogs(\n dashboardId: $dashboardId\n widgetId: $widgetId\n eventName: $eventName\n status: $status\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...EventLogFields\n }\n }\n pageInfo {\n ...WidgetPageInfoFields\n }\n totalCount\n }\n}\n ${EventLogFieldsFragmentDoc}\n${WidgetPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListEventLogsQuery__\n *\n * To run a query within a React component, call `useListEventLogsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListEventLogsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListEventLogsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * widgetId: // value for 'widgetId'\n * eventName: // value for 'eventName'\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListEventLogsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>(ListEventLogsDocument, options);\n }\nexport function useListEventLogsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>(ListEventLogsDocument, options);\n }\n// @ts-ignore\nexport function useListEventLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>;\nexport function useListEventLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventLogsQuery | undefined, Types.ListEventLogsQueryVariables>;\nexport function useListEventLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>(ListEventLogsDocument, options);\n }\nexport type ListEventLogsQueryHookResult = ReturnType<typeof useListEventLogsQuery>;\nexport type ListEventLogsLazyQueryHookResult = ReturnType<typeof useListEventLogsLazyQuery>;\nexport type ListEventLogsSuspenseQueryHookResult = ReturnType<typeof useListEventLogsSuspenseQuery>;\nexport type ListEventLogsQueryResult = Apollo.QueryResult<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>;\nexport const ListEventWebhookMappingsDocument = gql`\n query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {\n listEventWebhookMappings(\n dashboardId: $dashboardId\n widgetId: $widgetId\n isActive: $isActive\n ) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\n\n/**\n * __useListEventWebhookMappingsQuery__\n *\n * To run a query within a React component, call `useListEventWebhookMappingsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListEventWebhookMappingsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListEventWebhookMappingsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * widgetId: // value for 'widgetId'\n * isActive: // value for 'isActive'\n * },\n * });\n */\nexport function useListEventWebhookMappingsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>(ListEventWebhookMappingsDocument, options);\n }\nexport function useListEventWebhookMappingsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>(ListEventWebhookMappingsDocument, options);\n }\n// @ts-ignore\nexport function useListEventWebhookMappingsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>;\nexport function useListEventWebhookMappingsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventWebhookMappingsQuery | undefined, Types.ListEventWebhookMappingsQueryVariables>;\nexport function useListEventWebhookMappingsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>(ListEventWebhookMappingsDocument, options);\n }\nexport type ListEventWebhookMappingsQueryHookResult = ReturnType<typeof useListEventWebhookMappingsQuery>;\nexport type ListEventWebhookMappingsLazyQueryHookResult = ReturnType<typeof useListEventWebhookMappingsLazyQuery>;\nexport type ListEventWebhookMappingsSuspenseQueryHookResult = ReturnType<typeof useListEventWebhookMappingsSuspenseQuery>;\nexport type ListEventWebhookMappingsQueryResult = Apollo.QueryResult<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>;\nexport const ListWidgetsDocument = gql`\n query ListWidgets($pageId: ID!, $type: WidgetType, $first: Int, $after: String) {\n listWidgets(pageId: $pageId, type: $type, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...WidgetListItem\n }\n }\n pageInfo {\n ...WidgetPageInfoFields\n }\n totalCount\n }\n}\n ${WidgetListItemFragmentDoc}\n${WidgetPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListWidgetsQuery__\n *\n * To run a query within a React component, call `useListWidgetsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWidgetsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWidgetsQuery({\n * variables: {\n * pageId: // value for 'pageId'\n * type: // value for 'type'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListWidgetsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables> & ({ variables: Types.ListWidgetsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>(ListWidgetsDocument, options);\n }\nexport function useListWidgetsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>(ListWidgetsDocument, options);\n }\n// @ts-ignore\nexport function useListWidgetsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>;\nexport function useListWidgetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsQuery | undefined, Types.ListWidgetsQueryVariables>;\nexport function useListWidgetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>(ListWidgetsDocument, options);\n }\nexport type ListWidgetsQueryHookResult = ReturnType<typeof useListWidgetsQuery>;\nexport type ListWidgetsLazyQueryHookResult = ReturnType<typeof useListWidgetsLazyQuery>;\nexport type ListWidgetsSuspenseQueryHookResult = ReturnType<typeof useListWidgetsSuspenseQuery>;\nexport type ListWidgetsQueryResult = Apollo.QueryResult<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>;\nexport const ListWidgetsByDashboardDocument = gql`\n query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {\n listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {\n ...WidgetListFields\n }\n}\n ${WidgetListFieldsFragmentDoc}`;\n\n/**\n * __useListWidgetsByDashboardQuery__\n *\n * To run a query within a React component, call `useListWidgetsByDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWidgetsByDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWidgetsByDashboardQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * type: // value for 'type'\n * },\n * });\n */\nexport function useListWidgetsByDashboardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables> & ({ variables: Types.ListWidgetsByDashboardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>(ListWidgetsByDashboardDocument, options);\n }\nexport function useListWidgetsByDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>(ListWidgetsByDashboardDocument, options);\n }\n// @ts-ignore\nexport function useListWidgetsByDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>;\nexport function useListWidgetsByDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsByDashboardQuery | undefined, Types.ListWidgetsByDashboardQueryVariables>;\nexport function useListWidgetsByDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>(ListWidgetsByDashboardDocument, options);\n }\nexport type ListWidgetsByDashboardQueryHookResult = ReturnType<typeof useListWidgetsByDashboardQuery>;\nexport type ListWidgetsByDashboardLazyQueryHookResult = ReturnType<typeof useListWidgetsByDashboardLazyQuery>;\nexport type ListWidgetsByDashboardSuspenseQueryHookResult = ReturnType<typeof useListWidgetsByDashboardSuspenseQuery>;\nexport type ListWidgetsByDashboardQueryResult = Apollo.QueryResult<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>;\nexport const ListWidgetsForPageDocument = gql`\n query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {\n listWidgets(pageId: $pageId, type: $type, first: 100) {\n edges {\n node {\n ...WidgetListFields\n }\n }\n totalCount\n }\n}\n ${WidgetListFieldsFragmentDoc}`;\n\n/**\n * __useListWidgetsForPageQuery__\n *\n * To run a query within a React component, call `useListWidgetsForPageQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWidgetsForPageQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWidgetsForPageQuery({\n * variables: {\n * pageId: // value for 'pageId'\n * type: // value for 'type'\n * },\n * });\n */\nexport function useListWidgetsForPageQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables> & ({ variables: Types.ListWidgetsForPageQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>(ListWidgetsForPageDocument, options);\n }\nexport function useListWidgetsForPageLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>(ListWidgetsForPageDocument, options);\n }\n// @ts-ignore\nexport function useListWidgetsForPageSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>;\nexport function useListWidgetsForPageSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsForPageQuery | undefined, Types.ListWidgetsForPageQueryVariables>;\nexport function useListWidgetsForPageSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>(ListWidgetsForPageDocument, options);\n }\nexport type ListWidgetsForPageQueryHookResult = ReturnType<typeof useListWidgetsForPageQuery>;\nexport type ListWidgetsForPageLazyQueryHookResult = ReturnType<typeof useListWidgetsForPageLazyQuery>;\nexport type ListWidgetsForPageSuspenseQueryHookResult = ReturnType<typeof useListWidgetsForPageSuspenseQuery>;\nexport type ListWidgetsForPageQueryResult = Apollo.QueryResult<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>;\nexport const CreateWorkflowDocument = gql`\n mutation CreateWorkflow($input: CreateWorkflowInput!) {\n createWorkflow(input: $input) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\nexport type CreateWorkflowMutationFn = Apollo.MutationFunction<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>;\n\n/**\n * __useCreateWorkflowMutation__\n *\n * To run a mutation, you first call `useCreateWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWorkflowMutation, { data, loading, error }] = useCreateWorkflowMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>(CreateWorkflowDocument, options);\n }\nexport type CreateWorkflowMutationHookResult = ReturnType<typeof useCreateWorkflowMutation>;\nexport type CreateWorkflowMutationResult = Apollo.MutationResult<Types.CreateWorkflowMutation>;\nexport type CreateWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>;\nexport const DeleteWorkflowDocument = gql`\n mutation DeleteWorkflow($id: ID!) {\n deleteWorkflow(id: $id)\n}\n `;\nexport type DeleteWorkflowMutationFn = Apollo.MutationFunction<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>;\n\n/**\n * __useDeleteWorkflowMutation__\n *\n * To run a mutation, you first call `useDeleteWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWorkflowMutation, { data, loading, error }] = useDeleteWorkflowMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>(DeleteWorkflowDocument, options);\n }\nexport type DeleteWorkflowMutationHookResult = ReturnType<typeof useDeleteWorkflowMutation>;\nexport type DeleteWorkflowMutationResult = Apollo.MutationResult<Types.DeleteWorkflowMutation>;\nexport type DeleteWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>;\nexport const ExecuteWorkflowDocument = gql`\n mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {\n executeWorkflow(id: $id, triggerData: $triggerData) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\nexport type ExecuteWorkflowMutationFn = Apollo.MutationFunction<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>;\n\n/**\n * __useExecuteWorkflowMutation__\n *\n * To run a mutation, you first call `useExecuteWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [executeWorkflowMutation, { data, loading, error }] = useExecuteWorkflowMutation({\n * variables: {\n * id: // value for 'id'\n * triggerData: // value for 'triggerData'\n * },\n * });\n */\nexport function useExecuteWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>(ExecuteWorkflowDocument, options);\n }\nexport type ExecuteWorkflowMutationHookResult = ReturnType<typeof useExecuteWorkflowMutation>;\nexport type ExecuteWorkflowMutationResult = Apollo.MutationResult<Types.ExecuteWorkflowMutation>;\nexport type ExecuteWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>;\nexport const LinkDataSinkToWorkflowDocument = gql`\n mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {\n linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {\n ...DataSinkWorkflowLinkFields\n }\n}\n ${DataSinkWorkflowLinkFieldsFragmentDoc}`;\nexport type LinkDataSinkToWorkflowMutationFn = Apollo.MutationFunction<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>;\n\n/**\n * __useLinkDataSinkToWorkflowMutation__\n *\n * To run a mutation, you first call `useLinkDataSinkToWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useLinkDataSinkToWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [linkDataSinkToWorkflowMutation, { data, loading, error }] = useLinkDataSinkToWorkflowMutation({\n * variables: {\n * workflowId: // value for 'workflowId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useLinkDataSinkToWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>(LinkDataSinkToWorkflowDocument, options);\n }\nexport type LinkDataSinkToWorkflowMutationHookResult = ReturnType<typeof useLinkDataSinkToWorkflowMutation>;\nexport type LinkDataSinkToWorkflowMutationResult = Apollo.MutationResult<Types.LinkDataSinkToWorkflowMutation>;\nexport type LinkDataSinkToWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>;\nexport const UnlinkDataSinkFromWorkflowDocument = gql`\n mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {\n unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)\n}\n `;\nexport type UnlinkDataSinkFromWorkflowMutationFn = Apollo.MutationFunction<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>;\n\n/**\n * __useUnlinkDataSinkFromWorkflowMutation__\n *\n * To run a mutation, you first call `useUnlinkDataSinkFromWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUnlinkDataSinkFromWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [unlinkDataSinkFromWorkflowMutation, { data, loading, error }] = useUnlinkDataSinkFromWorkflowMutation({\n * variables: {\n * workflowId: // value for 'workflowId'\n * dataSinkId: // value for 'dataSinkId'\n * },\n * });\n */\nexport function useUnlinkDataSinkFromWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>(UnlinkDataSinkFromWorkflowDocument, options);\n }\nexport type UnlinkDataSinkFromWorkflowMutationHookResult = ReturnType<typeof useUnlinkDataSinkFromWorkflowMutation>;\nexport type UnlinkDataSinkFromWorkflowMutationResult = Apollo.MutationResult<Types.UnlinkDataSinkFromWorkflowMutation>;\nexport type UnlinkDataSinkFromWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>;\nexport const UpdateDataSinkWorkflowLinkDocument = gql`\n mutation UpdateDataSinkWorkflowLink($linkId: ID!, $input: UpdateDataSinkLinkInput!) {\n updateDataSinkLink(linkId: $linkId, input: $input) {\n ...DataSinkWorkflowLinkFields\n }\n}\n ${DataSinkWorkflowLinkFieldsFragmentDoc}`;\nexport type UpdateDataSinkWorkflowLinkMutationFn = Apollo.MutationFunction<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>;\n\n/**\n * __useUpdateDataSinkWorkflowLinkMutation__\n *\n * To run a mutation, you first call `useUpdateDataSinkWorkflowLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDataSinkWorkflowLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDataSinkWorkflowLinkMutation, { data, loading, error }] = useUpdateDataSinkWorkflowLinkMutation({\n * variables: {\n * linkId: // value for 'linkId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDataSinkWorkflowLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>(UpdateDataSinkWorkflowLinkDocument, options);\n }\nexport type UpdateDataSinkWorkflowLinkMutationHookResult = ReturnType<typeof useUpdateDataSinkWorkflowLinkMutation>;\nexport type UpdateDataSinkWorkflowLinkMutationResult = Apollo.MutationResult<Types.UpdateDataSinkWorkflowLinkMutation>;\nexport type UpdateDataSinkWorkflowLinkMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>;\nexport const UpdateWorkflowDocument = gql`\n mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {\n updateWorkflow(id: $id, input: $input, version: $version) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\nexport type UpdateWorkflowMutationFn = Apollo.MutationFunction<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>;\n\n/**\n * __useUpdateWorkflowMutation__\n *\n * To run a mutation, you first call `useUpdateWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWorkflowMutation, { data, loading, error }] = useUpdateWorkflowMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdateWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>(UpdateWorkflowDocument, options);\n }\nexport type UpdateWorkflowMutationHookResult = ReturnType<typeof useUpdateWorkflowMutation>;\nexport type UpdateWorkflowMutationResult = Apollo.MutationResult<Types.UpdateWorkflowMutation>;\nexport type UpdateWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>;\nexport const GetWorkflowDocument = gql`\n query GetWorkflow($id: ID!) {\n workflow(id: $id) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\n\n/**\n * __useGetWorkflowQuery__\n *\n * To run a query within a React component, call `useGetWorkflowQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWorkflowQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWorkflowQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWorkflowQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables> & ({ variables: Types.GetWorkflowQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>(GetWorkflowDocument, options);\n }\nexport function useGetWorkflowLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>(GetWorkflowDocument, options);\n }\n// @ts-ignore\nexport function useGetWorkflowSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>;\nexport function useGetWorkflowSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowQuery | undefined, Types.GetWorkflowQueryVariables>;\nexport function useGetWorkflowSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>(GetWorkflowDocument, options);\n }\nexport type GetWorkflowQueryHookResult = ReturnType<typeof useGetWorkflowQuery>;\nexport type GetWorkflowLazyQueryHookResult = ReturnType<typeof useGetWorkflowLazyQuery>;\nexport type GetWorkflowSuspenseQueryHookResult = ReturnType<typeof useGetWorkflowSuspenseQuery>;\nexport type GetWorkflowQueryResult = Apollo.QueryResult<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>;\nexport const GetWorkflowByKeyDocument = gql`\n query GetWorkflowByKey($key: String!) {\n workflowByKey(key: $key) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\n\n/**\n * __useGetWorkflowByKeyQuery__\n *\n * To run a query within a React component, call `useGetWorkflowByKeyQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWorkflowByKeyQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWorkflowByKeyQuery({\n * variables: {\n * key: // value for 'key'\n * },\n * });\n */\nexport function useGetWorkflowByKeyQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables> & ({ variables: Types.GetWorkflowByKeyQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>(GetWorkflowByKeyDocument, options);\n }\nexport function useGetWorkflowByKeyLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>(GetWorkflowByKeyDocument, options);\n }\n// @ts-ignore\nexport function useGetWorkflowByKeySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>;\nexport function useGetWorkflowByKeySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowByKeyQuery | undefined, Types.GetWorkflowByKeyQueryVariables>;\nexport function useGetWorkflowByKeySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>(GetWorkflowByKeyDocument, options);\n }\nexport type GetWorkflowByKeyQueryHookResult = ReturnType<typeof useGetWorkflowByKeyQuery>;\nexport type GetWorkflowByKeyLazyQueryHookResult = ReturnType<typeof useGetWorkflowByKeyLazyQuery>;\nexport type GetWorkflowByKeySuspenseQueryHookResult = ReturnType<typeof useGetWorkflowByKeySuspenseQuery>;\nexport type GetWorkflowByKeyQueryResult = Apollo.QueryResult<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>;\nexport const ListWorkflowsDocument = gql`\n query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {\n workflows(filter: $filter) {\n ...WorkflowListItem\n }\n}\n ${WorkflowListItemFragmentDoc}`;\n\n/**\n * __useListWorkflowsQuery__\n *\n * To run a query within a React component, call `useListWorkflowsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWorkflowsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWorkflowsQuery({\n * variables: {\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useListWorkflowsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>(ListWorkflowsDocument, options);\n }\nexport function useListWorkflowsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>(ListWorkflowsDocument, options);\n }\n// @ts-ignore\nexport function useListWorkflowsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>;\nexport function useListWorkflowsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWorkflowsQuery | undefined, Types.ListWorkflowsQueryVariables>;\nexport function useListWorkflowsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>(ListWorkflowsDocument, options);\n }\nexport type ListWorkflowsQueryHookResult = ReturnType<typeof useListWorkflowsQuery>;\nexport type ListWorkflowsLazyQueryHookResult = ReturnType<typeof useListWorkflowsLazyQuery>;\nexport type ListWorkflowsSuspenseQueryHookResult = ReturnType<typeof useListWorkflowsSuspenseQuery>;\nexport type ListWorkflowsQueryResult = Apollo.QueryResult<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>;"],"mappings":";;;AAMA,IAAM,IAAiB,EAAE,EAkrCZ,IAAiC,CAAG;;;;;;;;;;;;;;;;;;;;;;AAsBH,CAAG;;;;;;;;;;;;;;AAcjD,IAAa,IAAiC,CAAG;;;;;;;;;;;;;OAcpC,IAAgC,CAAG;;;;;;;;;;;;;;;;;;OAmBnC,IAAiC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8B3C,EAA+B;EACnC,KACW,IAA+B,CAAG;;;;;;;;;;;;;;;;;OAkBlC,KAAmC,CAAG;;;;;;;;;;;;;;;;OAiBtC,IAAkC,CAAG;;;;;;;;;;;;;;;OAgBrC,IAAqC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BxC,IAAuC,CAAG;;;;;;;;;;;;;;;;;;;;OAqB1C,IAAiC,CAAG;;;;;;;;;;;;;;;OAgBpC,IAA4B,CAAG;;;;;;;OAkI/B,IAAgC,CAAG;;;;;;;;;;;;;;;;;;;MApHH,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MANE,CAAG;;;;;QA6IjB;EA7FkB,CAAG;;;;;;;MANT,CAAG;;;;;QAoGV;EAtFI,CAAG;;;;;;;;;;;;;;;;;MAuFhB;EA/De,CAAG;;;;;;;;;;;;MANH,CAAG;;;;;QAsEhB;EA5CY,CAAG;;;;;;;;;;;;;MAPH,CAAG;;;;;;QAoDhB;EA/Ba,CAAG;;;;;;;SAiCpC,IAA8B,CAAG;;;;;;;;;;;;;;;OAgBjC,IAAoC,CAAG;;;;;;;OAQvC,IAAgC,CAAG;;;;;;;;;;;;;;OAenC,IAAkC,CAAG;;;;;;;OAQrC,IAA8B,CAAG;;;;;;;;;;;;;;;;;;;OAoBjC,IAA4B,CAAG;;;;;;;;;;;;OAa/B,IAAoC,CAAG;;;;;;;OAyBvC,IAAgC,CAAG;;;;;;;;;;;;;;;;;;MAjBF,CAAG;;;;;;;;;;;;;;;;SA+CpC,IAAqC,CAAG;;;;;;;;;;;;;;;;;;MAXD,CAAG;;;;;;;;;;SA8B1C,KAA8B,CAAG;;;;;;;;;;;;;;;;;;OAmBjC,IAAoC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgDvC,IAAoC,CAAG;;;;;;;;;OAUvC,IAA4B,CAAG;;;;;;;;;;;;;;;;;;;OAoB/B,IAAuC,CAAG;;;;;;;;;;;;;;;;;;;;OAqB1C,IAAkC,CAAG;;;;;;;OAgBrC,IAA8B,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;MARK,CAAG;;;;;;;SAoCzC,IAAmC,CAAG;;;;;;;;;;;;;OActC,IAAqC,CAAG;;;;;;;;;OAUxC,IAA8B,CAAG;;;;;;;;OASjC,IAAgC,CAAG;;;;;;;;;;;;;;;;;;;;;;OAuBnC,IAA8B,CAAG;;;;;;;;;;;;;;;;MAgBxC,EAA4B;EAChC,EAAiC;EACjC,EAAmC;EACnC,EAA4B;EAC5B,KACW,IAA8B,CAAG;;;;;;;;;;;;;MAaxC,EAA4B;EAChC,EAAiC;EACjC,EAAmC;EACnC,KACW,IAA4B,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDG,CAAG;;;;;;;;AAQlD,IAAa,IAAkC,CAAG;;;;;;;;;;;;;;;;;;;;;;AAsBD,CAAG;;;;;;;;AAQpD,IAAa,IAAgC,CAAG;;;;;;;;;;;;;;;;;;;;OA+BnC,IAAwC,CAAG;;;;;;;;;;;;;;MAVT,CAAG;;;;;;;;;SAyBrC,IAAgC,CAAG;;;;;;;MAO1C,EAA8B;EAClC,KACW,IAA8B,CAAG;;;;;;;;;;;;;;;;;;;;;;;;OAyBjC,IAAiC,CAAG;;;;;;;;;;;;;OAiDpC,IAA8B,CAAG;;;;;;MAMxC;AAoBN,SAAgB,EAA+B,GAAmI;CAC1K,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,YAA2F,GAA6B,EAAQ;;AAKhK,IAAa,IAA8B,CAAG;;;;;AAwB9C,SAAgB,EAA+B,GAAmI;CAC1K,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,YAA2F,GAA6B,EAAQ;;AAKhK,IAAa,IAA+B,CAAG;;;;;;MAMzC;AAoBN,SAAgB,EAAgC,GAAqI;CAC7K,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,YAA6F,GAA8B,EAAQ;;AAKnK,IAAa,IAA4B,CAAG;;;;;;;;;;;MAWtC;AAkBN,SAAgB,EAA0B,GAAqN;CACvP,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,SAA8E,GAA2B,EAAQ;;AAiBzG,CAAG;;;;;;MAMrC;AA2BN,IAAa,IAA0B,CAAG;;;;;;MAMpC,KA2BO,IAAyB,CAAG;;;;;;MAMnC,KA2BO,IAA0B,CAAG;;;;;;MAMpC,MA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAA0B,CAAG;;;;OA+B7B,KAA8B,CAAG;;;;OA+BjC,KAA8B,CAAG;;;;OA+BjC,KAA6B,CAAG;;;;OA+BhC,KAAyB,CAAG;;;;OA+B5B,KAA4B,CAAG;;;;;;MAMtC,KA2BO,KAA0B,CAAG;;;;;;;;;;;;;;;;;;;MAmBpC;AA2B6C,CAAG;;;;;;MAMhD;AA2BN,IAAa,KAA8B,CAAG;;;;;;MAMxC;AA2BkC,CAAG;;;;;;MAMrC;AA2BN,IAAa,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAAgC,CAAG;;;;;;MAM1C,KA4BO,KAA+B,CAAG;;;;;;MAMzC;AA4BkC,CAAG;;;;;;MAMrC;AA2BN,IAAa,KAA0B,CAAG;;;;OA+B7B,KAA+B,CAAG;;;;OA+BlC,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA+B,CAAG;;;;;;MAMzC,KA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAA0B,CAAG;;;;OA0C7B,KAAuB,CAAG;;;;;;MAMjC;AAqCmC,CAAG;;;;;;MAMtC;AAqCN,IAAa,KAA2B,CAAG;;;;;;MAMrC,KAqCO,KAAkC,CAAG;;;;;;MAM5C,KAqCO,KAAsB,CAAG;;;;;;MAMhC,KAqCO,KAA8B,CAAG;;;;;;;;;;;;;;;MAexC,EAAgC;EACpC,KAuCW,KAA6B,CAAG;;;;;;;;;;;;;;;MAevC,EAA+B;EACnC,KAuCW,KAAyB,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BnC,EAA6B;EACjC,KA8CW,KAAgC,CAAG;;;;;;;;;;;;;;;MAe1C,EAAqC;EACzC,KAuCW,KAA2B,CAAG;;;;;;;;;;;;;;;MAerC,EAAgC;EACpC,KAsCW,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;;;;;;MAwBlC,EAAqC;EACzC,KA4CW,KAA0B,CAAG;;;;;;;;;;;;;;;;;;;;;MAqBpC,EAAqC;EACzC,KAyCW,KAAkC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;OA+DrC,KAA+B,CAAG;;;;;;MAMzC,KA2BO,KAA+B,CAAG;;;;;;;OAkClC,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;;;;;OAmC5B,KAAkC,CAAG;;;;;;;;;OAoCrC,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAsB,CAAG;;;;;;MAMhC,KAsCO,KAA0B,CAAG;;;;;;;;;;;;;;;;;;;;;;OAiE7B,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;;;;MAsBlC,EAA4B;EAChC,KA0CW,KAA8B,CAAG;;;;;;MAMxC,KAwBO,KAA0B,CAAG;;;;;;;;;;;MAWpC;AAwBoC,CAAG;;;;;;MAMvC,KA2BoC,CAAG;;;;OA+BC,CAAG;;;;;;MAM3C,KA2BoC,CAAG;;;;;;MAMvC,KA4BwC,CAAG;;;;;;MAM3C,KAqCiC,CAAG;;;;;;MAMpC,KAqCkC,CAAG;;;;;;MAMrC;AAqCN,IAAa,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAAuB,CAAG;;;;OA+B1B,KAAwB,CAAG;;;;;;;;;;;OAsC3B,KAAuB,CAAG;;;;;;MAMjC,KA6BO,KAAoB,CAAG;;;;;;MAM9B,KAqCO,KAAsB,CAAG;;;;;;;;;;;;;;;;;;;MAmBhC,EAA0B;EAC9B,KAyCW,KAA+B,CAAG;;;;;;;;;OA8ClC,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;OA+B5B,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA6BO,KAAsB,CAAG;;;;;;MAMhC,KAqCO,KAA+B,CAAG;;;;;;MAMzC,KAqCO,KAAiC,CAAG;;;;;;MAM3C,KAuCO,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;MAmBlC,GAA4B;EAChC;AAwC4C,CAAG;;;;;;;OAkCI,CAAG;;;;;;OAiCV,CAAG;;;;OA+BE,CAAG;;;;;;MAMhD,KA2BqC,CAAG;;;;;;MAMxC,KAqCsC,CAAG;;;;;;MAMzC,KAuCuC,CAAG;;;;;;;;;;;;;;;;;;;MAmB1C;AAuCN,IAAa,KAAwB,CAAG;;;;;;;;;;;OAsC3B,KAA8B,CAAG;;;;;;;OAkCjC,KAA2B,CAAG;;;;;;;;;;;OAwC9B,KAAqB,CAAG;;;;;;;;;;;OAiDxB,KAA6B,CAAG;;;;;;;;;;;OAgDhC,KAAqC,CAAG;;;;;;;;OAmCxC,KAAoC,CAAG;;;;;;MAM9C,KA2BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAAgC,CAAG;;;;;;;;;;;MAW1C,KA8BO,KAAoC,CAAG;;;;OA+BvC,KAAuB,CAAG;;;;OA+B1B,KAA6B,CAAG;;;;OA+BhC,KAAgC,CAAG;;;;OA+BnC,KAA0B,CAAG;;;;;;MAMpC,KA6BO,KAA0B,CAAG;;;;;;MAMpC;AA2BkC,CAAG;;;;;;;;;;MAUrC;AA6BN,IAAa,KAA4B,CAAG;;;;;;MAMtC,KA2BO,KAA+B,CAAG;;;;;;;OAmClC,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAA6B,CAAG;;;;;;;;;;OAqChC,KAAoC,CAAG;;;;;;MAM9C,KA4BO,KAAoC,CAAG;;;;;;MAM9C,KA4BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAAgC,CAAG;;;;;;;;;;;;MAY1C;AA+BsC,CAAG;;;;;;;;;;;;;OA0CZ,CAAG;;;;;;MAMhC,KAqCwC,CAAG;;;;;;MAM3C;AAqCN,IAAa,KAAoB,CAAG;;;;;;MAM9B,KAqCO,IAA2B,CAAG;;;;;;MAMrC,KAqCO,KAAyB,CAAG;;;;;;MAMnC;AAoCmC,CAAG;;;;;;;;;;;;;;;MAetC,EAA4B;EAChC,EAAiC;EACjC,EAAmC;EACnC;AAqCF,IAAa,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;;;;MAsBlC,EAA0B;EAC9B,KA0CW,KAAmC,CAAG;;;;;;;;;;MAU7C;AAuC6B,CAAG;;;;;;;;;;;;;;;MAehC,EAA0B;EAC9B;AAwCF,IAAa,KAAiC,CAAG;;;;;;MAM3C,KAsCO,KAA6B,CAAG;;;;;;;;;;;MAWvC,KAsCO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;OA+B5B,KAA0B,CAAG;;;;;;MAMpC,KA4BO,KAAiC,CAAG;;;;;;MAM3C,KA4BO,KAAqC,CAAG;;;;;AAgCH,CAAG;;;;;;MAM/C;AA4BN,IAAa,KAAyB,CAAG;;;;;;MAMnC,KA6BO,KAAsB,CAAG;;;;;;MAMhC,KAqCO,KAA2B,CAAG;;;;;;MAMrC,KAqCO,KAAwB,CAAG;;;;;;MAMlC"}
1
+ {"version":3,"file":"wspace-operations.js","names":[],"sources":["../../src/generated/wspace-operations.ts"],"sourcesContent":["// @ts-nocheck\nimport * as Types from './wspace-types';\n\nimport { gql } from '@apollo/client';\nimport * as Apollo from '@apollo/client';\nimport * as ApolloReactHooks from '@apollo/client/react';\nconst defaultOptions = {} as const;\nexport type WorkspaceInstalledAppsQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type WorkspaceInstalledAppsQuery = { __typename?: 'Query', workspaceInstalledApps: Array<{ __typename?: 'WorkspaceInstalledApp', id: string, appName: string, displayName: string, version: string, type: string, manifest: Record<string, unknown>, isEnabled: boolean, installedAt: string }> };\n\nexport type EntityCommentFieldsFragment = { __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } };\n\nexport type CreateEntityCommentMutationVariables = Types.Exact<{\n input: Types.CreateEntityCommentInput;\n}>;\n\n\nexport type CreateEntityCommentMutation = { __typename?: 'Mutation', createEntityComment: { __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } } };\n\nexport type DeleteEntityCommentMutationVariables = Types.Exact<{\n input: Types.DeleteCommentInput;\n}>;\n\n\nexport type DeleteEntityCommentMutation = { __typename?: 'Mutation', deleteEntityComment: boolean };\n\nexport type ResolveEntityCommentMutationVariables = Types.Exact<{\n input: Types.ResolveCommentInput;\n}>;\n\n\nexport type ResolveEntityCommentMutation = { __typename?: 'Mutation', resolveEntityComment: { __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } } };\n\nexport type GetEntityCommentsQueryVariables = Types.Exact<{\n input: Types.GetCommentsInput;\n}>;\n\n\nexport type GetEntityCommentsQuery = { __typename?: 'Query', getEntityComments: { __typename?: 'EntityCommentConnection', total: number, page: number, hasMore: boolean, items: Array<{ __typename?: 'EntityComment', id: string, entityId: string, entityType: string, authorId: string, authorType: Types.AuthorType, status: Types.CommentStatus, resolvedAt?: string | null, resolvedById?: string | null, parentCommentId?: string | null, threadLevel: number, replyCount: number, isPinned: boolean, createdAt: string, updatedAt: string, content: { __typename?: 'EntityCommentContent', text?: string | null, markdown?: string | null } }> } };\n\nexport type DashboardCoreFieldsFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, viewCount: number, createdAt: string, updatedAt: string };\n\nexport type DashboardFullFieldsFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type DashboardListItemFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, widgetCount: number, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number } };\n\nexport type DashboardPageFieldsFragment = { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type DashboardScalarFieldsFragment = { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type DashboardShareFieldsFragment = { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type DashboardTemplateFieldsFragment = { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null };\n\nexport type DashboardTemplateListItemFragment = { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string };\n\nexport type DashboardViewFieldsFragment = { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type GlobalFilterFieldsFragment = { __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type PageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type ArchiveDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ArchiveDashboardMutation = { __typename?: 'Mutation', archiveDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type ArchiveTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ArchiveTemplateMutation = { __typename?: 'Mutation', archiveTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type CloneDashboardMutationVariables = Types.Exact<{\n input: Types.CloneDashboardInput;\n}>;\n\n\nexport type CloneDashboardMutation = { __typename?: 'Mutation', cloneDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type CreateDashboardMutationVariables = Types.Exact<{\n input: Types.BigConsoleCreateDashboardInput;\n}>;\n\n\nexport type CreateDashboardMutation = { __typename?: 'Mutation', createBigConsoleDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateDashboardPageMutationVariables = Types.Exact<{\n input: Types.CreateDashboardPageInput;\n}>;\n\n\nexport type CreateDashboardPageMutation = { __typename?: 'Mutation', createDashboardPage: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateDashboardViewMutationVariables = Types.Exact<{\n input: Types.CreateDashboardViewInput;\n}>;\n\n\nexport type CreateDashboardViewMutation = { __typename?: 'Mutation', createDashboardView: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateGlobalFilterMutationVariables = Types.Exact<{\n input: Types.CreateGlobalFilterInput;\n}>;\n\n\nexport type CreateGlobalFilterMutation = { __typename?: 'Mutation', createGlobalFilter: { __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type CreateTemplateMutationVariables = Types.Exact<{\n input: Types.CreateTemplateInput;\n}>;\n\n\nexport type CreateTemplateMutation = { __typename?: 'Mutation', createTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type DeleteDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDashboardMutation = { __typename?: 'Mutation', deleteBigConsoleDashboard: boolean };\n\nexport type DeleteDashboardPageMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDashboardPageMutation = { __typename?: 'Mutation', deleteDashboardPage: boolean };\n\nexport type DeleteDashboardViewMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDashboardViewMutation = { __typename?: 'Mutation', deleteDashboardView: boolean };\n\nexport type DeleteGlobalFilterMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteGlobalFilterMutation = { __typename?: 'Mutation', deleteGlobalFilter: boolean };\n\nexport type DeleteTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteTemplateMutation = { __typename?: 'Mutation', deleteTemplate: boolean };\n\nexport type DeprecateTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeprecateTemplateMutation = { __typename?: 'Mutation', deprecateTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type ImportDashboardMutationVariables = Types.Exact<{\n input: Types.ImportBigConsoleDashboardInput;\n}>;\n\n\nexport type ImportDashboardMutation = { __typename?: 'Mutation', importBigConsoleDashboard: { __typename?: 'ImportDashboardResult', success: boolean, errorMessage?: string | null, dashboard?: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } | null, stats?: { __typename?: 'ImportStats', pagesCreated: number, widgetsCreated: number, actionsCreated: number, filtersCreated: number, translationsCreated: number, dataSourcesSkipped: number, webhooksSkipped: number } | null } };\n\nexport type ImportDashboardWithConflictMutationVariables = Types.Exact<{\n input: Types.ImportDashboardInput;\n}>;\n\n\nexport type ImportDashboardWithConflictMutation = { __typename?: 'Mutation', importDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type InstantiateTemplateMutationVariables = Types.Exact<{\n input: Types.InstantiateTemplateInput;\n}>;\n\n\nexport type InstantiateTemplateMutation = { __typename?: 'Mutation', instantiateTemplate: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type PublishDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type PublishDashboardMutation = { __typename?: 'Mutation', publishDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type PublishTemplateMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type PublishTemplateMutation = { __typename?: 'Mutation', publishTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type RateTemplateMutationVariables = Types.Exact<{\n input: Types.RateTemplateInput;\n}>;\n\n\nexport type RateTemplateMutation = { __typename?: 'Mutation', rateTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type ReorderDashboardPagesMutationVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n pageIds: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReorderDashboardPagesMutation = { __typename?: 'Mutation', reorderDashboardPages: Array<{ __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type ReorderGlobalFiltersMutationVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n filterIds: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReorderGlobalFiltersMutation = { __typename?: 'Mutation', reorderGlobalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type RestoreDashboardMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RestoreDashboardMutation = { __typename?: 'Mutation', restoreDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type RevokeAllSharesMutationVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeAllSharesMutation = { __typename?: 'Mutation', revokeAllShares: boolean };\n\nexport type RevokeDashboardShareMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RevokeDashboardShareMutation = { __typename?: 'Mutation', revokeDashboardShare: boolean };\n\nexport type SetDefaultViewMutationVariables = Types.Exact<{\n viewId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SetDefaultViewMutation = { __typename?: 'Mutation', setDefaultView: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type ShareDashboardMutationVariables = Types.Exact<{\n input: Types.ShareDashboardInput;\n}>;\n\n\nexport type ShareDashboardMutation = { __typename?: 'Mutation', shareDashboard: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateDashboardMutationVariables = Types.Exact<{\n input: Types.BigConsoleUpdateDashboardInput;\n}>;\n\n\nexport type UpdateDashboardMutation = { __typename?: 'Mutation', updateBigConsoleDashboard: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } };\n\nexport type UpdateDashboardPageMutationVariables = Types.Exact<{\n input: Types.UpdateDashboardPageInput;\n}>;\n\n\nexport type UpdateDashboardPageMutation = { __typename?: 'Mutation', updateDashboardPage: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateDashboardShareMutationVariables = Types.Exact<{\n input: Types.UpdateShareInput;\n}>;\n\n\nexport type UpdateDashboardShareMutation = { __typename?: 'Mutation', updateDashboardShare: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateDashboardViewMutationVariables = Types.Exact<{\n input: Types.UpdateDashboardViewInput;\n}>;\n\n\nexport type UpdateDashboardViewMutation = { __typename?: 'Mutation', updateDashboardView: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateGlobalFilterMutationVariables = Types.Exact<{\n input: Types.UpdateGlobalFilterInput;\n}>;\n\n\nexport type UpdateGlobalFilterMutation = { __typename?: 'Mutation', updateGlobalFilter: { __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateTemplateMutationVariables = Types.Exact<{\n input: Types.UpdateTemplateInput;\n}>;\n\n\nexport type UpdateTemplateMutation = { __typename?: 'Mutation', updateTemplate: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } };\n\nexport type ExportDashboardQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n options?: Types.InputMaybe<Types.ExportDashboardOptions>;\n}>;\n\n\nexport type ExportDashboardQuery = { __typename?: 'Query', exportDashboard: string };\n\nexport type GetDashboardQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDashboardQuery = { __typename?: 'Query', getDashboard?: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, isArchived: boolean, isTemplate?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, layout?: Record<string, unknown> | null, filters?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardPageEdge', node: { __typename?: 'DashboardPage', id: string, dashboardId: string, name: string, order: number, layout: Types.PageLayout, gridColumns: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }> }, globalFilters: Array<{ __typename?: 'GlobalFilter', id: string, dashboardId: string, name: string, type: Types.FilterType, config: Record<string, unknown>, defaultValue?: Record<string, unknown> | null, isRequired: boolean, order: number, dependsOn?: string | null, cascadeConfig?: Record<string, unknown> | null, cascadeDepth: number, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> } | null };\n\nexport type GetDashboardShareQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDashboardShareQuery = { __typename?: 'Query', getDashboardShare?: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetDashboardViewQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDashboardViewQuery = { __typename?: 'Query', getDashboardView?: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetDefaultDashboardViewQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDefaultDashboardViewQuery = { __typename?: 'Query', getDefaultDashboardView?: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetTemplateQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetTemplateQuery = { __typename?: 'Query', getTemplate?: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, definition: Record<string, unknown>, definitionVersion: string, placeholders: Record<string, unknown>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isActive: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, version: number, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, createdBy?: string | null, updatedAt: string, updatedBy?: string | null } | null };\n\nexport type ListDashboardSharesQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListDashboardSharesQuery = { __typename?: 'Query', listDashboardShares: { __typename?: 'DashboardShareConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardShareEdge', cursor: string, node: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListDashboardViewsQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListDashboardViewsQuery = { __typename?: 'Query', listDashboardViews: { __typename?: 'DashboardViewConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardViewEdge', cursor: string, node: { __typename?: 'DashboardView', id: string, dashboardId: string, workspaceId: string, name: string, description?: string | null, filters?: Record<string, unknown> | null, layout?: Record<string, unknown> | null, isDefault: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListDashboardsQueryVariables = Types.Exact<{\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n category?: Types.InputMaybe<Types.DashboardCategory>;\n visibility?: Types.InputMaybe<Types.DashboardVisibility>;\n ownerId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n tagIds?: Types.InputMaybe<Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input']>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n includeArchived?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n sortBy?: Types.InputMaybe<Types.DashboardSortField>;\n sortOrder?: Types.InputMaybe<Types.SortOrder>;\n}>;\n\n\nexport type ListDashboardsQuery = { __typename?: 'Query', listDashboards: { __typename?: 'DashboardConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardEdge', cursor: string, node: { __typename?: 'Dashboard', id: string, workspaceId: string, name: string, description?: string | null, category: Types.DashboardCategory, isPublic?: boolean | null, visibility: Types.DashboardVisibility, viewCount: number, widgetCount: number, createdAt: string, updatedAt: string, pages: { __typename?: 'DashboardPageConnection', totalCount: number } } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListFeaturedTemplatesQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.DashboardCategory>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListFeaturedTemplatesQuery = { __typename?: 'Query', listFeaturedTemplates: { __typename?: 'DashboardTemplateConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardTemplateEdge', cursor: string, node: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListSharedWithMeQueryVariables = Types.Exact<{\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListSharedWithMeQuery = { __typename?: 'Query', listSharedWithMe: { __typename?: 'DashboardShareConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardShareEdge', cursor: string, node: { __typename?: 'DashboardShare', id: string, dashboardId: string, sharedByUserId: string, recipientType: Types.ShareRecipientType, recipientId: string, permission: Types.SharePermission, expiresAt?: string | null, isActive: boolean, version: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListTemplatesQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.DashboardCategory>;\n complexity?: Types.InputMaybe<Types.TemplateComplexity>;\n authorType?: Types.InputMaybe<Types.TemplateAuthorType>;\n isFeatured?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n status?: Types.InputMaybe<Types.TemplateStatus>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListTemplatesQuery = { __typename?: 'Query', listTemplates: { __typename?: 'DashboardTemplateConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardTemplateEdge', cursor: string, node: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type SearchTemplatesQueryVariables = Types.Exact<{\n query: Types.Scalars['String']['input'];\n category?: Types.InputMaybe<Types.DashboardCategory>;\n complexity?: Types.InputMaybe<Types.TemplateComplexity>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type SearchTemplatesQuery = { __typename?: 'Query', searchTemplates: { __typename?: 'DashboardTemplateConnection', totalCount: number, edges: Array<{ __typename?: 'DashboardTemplateEdge', cursor: string, node: { __typename?: 'DashboardTemplate', id: string, workspaceId?: string | null, name: string, description?: string | null, category: Types.DashboardCategory, tags: Array<string>, thumbnailFileId?: string | null, previewUrl?: string | null, authorType: Types.TemplateAuthorType, isPublic: boolean, isFeatured: boolean, complexity: Types.TemplateComplexity, usageCount: number, rating?: number | null, ratingCount: number, status: Types.TemplateStatus, createdAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ValidateDashboardImportQueryVariables = Types.Exact<{\n content: Types.Scalars['String']['input'];\n}>;\n\n\nexport type ValidateDashboardImportQuery = { __typename?: 'Query', validateDashboardImport: { __typename?: 'ImportValidationResult', isValid: boolean, dashboardInfo: { __typename?: 'ImportDashboardInfo', name: string, description?: string | null, pageCount: number, widgetCount: number, exportedAt?: string | null, exportedFrom?: string | null, schemaVersion: string }, errors: Array<{ __typename?: 'ImportValidationError', code: string, message: string, path?: string | null }>, warnings: Array<{ __typename?: 'ImportValidationWarning', code: string, message: string, path?: string | null, suggestion?: string | null }> } };\n\nexport type AlertThrottleFieldsFragment = { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number };\n\nexport type DataSinkAlertFieldsFragment = { __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null };\n\nexport type DataSinkCoreFieldsFragment = { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null };\n\nexport type DataSinkDataStatsFieldsFragment = { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string };\n\nexport type DataSinkExportFieldsFragment = { __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null };\n\nexport type DataSinkFullFieldsFragment = { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null };\n\nexport type DataSinkListItemFragment = { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, sizeBytes: number, lastRefreshedAt: string, isActive: boolean, version: number, createdAt: string, updatedAt: string, linkedWorkflowCount: number };\n\nexport type DataSinkQuotaFieldsFragment = { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null };\n\nexport type DataSinkRefreshConfigFieldsFragment = { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null };\n\nexport type ExportScheduleFieldsFragment = { __typename?: 'ExportSchedule', cron: string, timezone: string };\n\nexport type DataSinkPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type RefreshScheduleFieldsFragment = { __typename?: 'RefreshSchedule', cron: string, timezone: string };\n\nexport type WorkflowLinkFieldsFragment = { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } };\n\nexport type BatchCreateDataSinksMutationVariables = Types.Exact<{\n inputs: Array<Types.CreateDataSinkInput> | Types.CreateDataSinkInput;\n}>;\n\n\nexport type BatchCreateDataSinksMutation = { __typename?: 'Mutation', batchCreateDataSinks: Array<{ __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null }> };\n\nexport type BatchDeleteDataSinksMutationVariables = Types.Exact<{\n ids: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BatchDeleteDataSinksMutation = { __typename?: 'Mutation', batchDeleteDataSinks: Array<{ __typename?: 'DataSink', id: string, deletedAt?: string | null }> };\n\nexport type CreateDataSinkMutationVariables = Types.Exact<{\n input: Types.CreateDataSinkInput;\n}>;\n\n\nexport type CreateDataSinkMutation = { __typename?: 'Mutation', createDataSink: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type DeleteDataSinkMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteDataSinkMutation = { __typename?: 'Mutation', deleteDataSink: { __typename?: 'DataSink', id: string, deletedAt?: string | null, deletedBy?: string | null } };\n\nexport type InvalidateDataSinkCacheMutationVariables = Types.Exact<{\n id?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type InvalidateDataSinkCacheMutation = { __typename?: 'Mutation', invalidateDataSinkCache: { __typename?: 'InvalidateDataSinkCacheResult', count: number, invalidatedIds: Array<string>, success: boolean, message?: string | null } };\n\nexport type RefreshDataSinkMutationVariables = Types.Exact<{\n input: Types.RefreshDataSinkInput;\n}>;\n\n\nexport type RefreshDataSinkMutation = { __typename?: 'Mutation', refreshDataSink: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type UpdateDataSinkMutationVariables = Types.Exact<{\n input: Types.UpdateDataSinkInput;\n}>;\n\n\nexport type UpdateDataSinkMutation = { __typename?: 'Mutation', updateDataSink: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type GetDataSinkQueryVariables = Types.Exact<{\n id?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type GetDataSinkQuery = { __typename?: 'Query', getDataSink?: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } | null };\n\nexport type GetDataSinkDataQueryVariables = Types.Exact<{\n id?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n key?: Types.InputMaybe<Types.Scalars['String']['input']>;\n dataPath?: Types.InputMaybe<Types.Scalars['String']['input']>;\n forceRefresh?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n filter?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n}>;\n\n\nexport type GetDataSinkDataQuery = { __typename?: 'Query', getDataSinkData?: { __typename?: 'DataSinkData', raw: Record<string, unknown>, extracted?: Record<string, unknown> | null, cached: boolean, version: number, fetchedAt: string, totalCount?: number | null, limit?: number | null, offset?: number | null, hasMore?: boolean | null } | null };\n\nexport type ListDataSinksQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.DataSinkStatus>;\n setupState?: Types.InputMaybe<Types.DataSinkSetupState>;\n isActive?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListDataSinksQuery = { __typename?: 'Query', listDataSinks: { __typename?: 'DataSinkConnection', totalCount: number, edges: Array<{ __typename?: 'DataSinkEdge', cursor: string, node: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, sizeBytes: number, lastRefreshedAt: string, isActive: boolean, version: number, createdAt: string, updatedAt: string, linkedWorkflowCount: number } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type DataSinkDataUpdatedSubscriptionVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DataSinkDataUpdatedSubscription = { __typename?: 'Subscription', dataSinkDataUpdated: { __typename?: 'DataSink', id: string, workspaceId: string, name?: string | null, description?: string | null, key: string, config?: Record<string, unknown> | null, data: Record<string, unknown>, lastRefreshedAt: string, lastRefreshedBy?: string | null, expiresAt?: string | null, nextRefreshAt?: string | null, ttl?: number | null, version: number, sizeBytes: number, isActive: boolean, fieldMaskingEnabled: boolean, fieldMaskingRules?: Record<string, unknown> | null, status: Types.DataSinkStatus, statusChangedAt?: string | null, statusChangedBy?: string | null, setupState: Types.DataSinkSetupState, metadata?: Record<string, unknown> | null, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, deletedAt?: string | null, deletedBy?: string | null, linkedWorkflowCount: number, refresh?: { __typename?: 'DataSinkRefreshConfig', type: Types.DataSinkRefreshType, schedule?: { __typename?: 'RefreshSchedule', cron: string, timezone: string } | null } | null, workflowLinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, workflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, status: Types.FluidGridsWorkflowStatus } }>, exports?: Array<{ __typename?: 'DataSinkExport', id: string, name: string, format: string, recipients: Array<string>, template?: string | null, enabled: boolean, schedule?: { __typename?: 'ExportSchedule', cron: string, timezone: string } | null }> | null, alerts?: Array<{ __typename?: 'DataSinkAlert', id: string, name: string, condition: string, severity: Types.AlertSeverity, channels: Array<string>, recipients: Array<string>, enabled: boolean, throttle?: { __typename?: 'AlertThrottle', enabled: boolean, windowMinutes: number, maxAlertsPerWindow: number } | null }> | null, quota?: { __typename?: 'DataSinkQuota', maxDataSize: number, maxRetentionDays: number, alertThreshold: number, alertRecipients?: Array<string> | null } | null, dataStats?: { __typename?: 'DataSinkDataStats', dataSizeBytes: number, hash: string } | null } };\n\nexport type DataSinkUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DataSinkUpdatedSubscription = { __typename?: 'Subscription', dataSinkUpdated: { __typename?: 'DataSinkUpdateEvent', type: Types.DataSinkUpdateEventType, timestamp: string, actorId: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, sizeBytes: number, lastRefreshedAt: string, isActive: boolean, version: number, createdAt: string, updatedAt: string, linkedWorkflowCount: number } } };\n\nexport type FilterPresetFieldsFragment = { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type CreateFilterPresetMutationVariables = Types.Exact<{\n input: Types.CreateFilterPresetInput;\n}>;\n\n\nexport type CreateFilterPresetMutation = { __typename?: 'Mutation', createFilterPreset: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteFilterPresetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteFilterPresetMutation = { __typename?: 'Mutation', deleteFilterPreset: boolean };\n\nexport type SetDefaultFilterPresetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SetDefaultFilterPresetMutation = { __typename?: 'Mutation', setDefaultFilterPreset: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateFilterPresetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateFilterPresetInput;\n}>;\n\n\nexport type UpdateFilterPresetMutation = { __typename?: 'Mutation', updateFilterPreset: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type GetDefaultFilterPresetQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetDefaultFilterPresetQuery = { __typename?: 'Query', getDefaultFilterPreset?: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetFilterPresetQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetFilterPresetQuery = { __typename?: 'Query', getFilterPreset?: { __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null };\n\nexport type GetFilterPresetsQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetFilterPresetsQuery = { __typename?: 'Query', getFilterPresets: Array<{ __typename?: 'FilterPreset', id: string, dashboardId: string, profileId: string, name: string, description?: string | null, filterValues: Record<string, unknown>, isDefault: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string }> };\n\nexport type ParserPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type ParserCoreFieldsFragment = { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string };\n\nexport type ParserListItemFragment = { __typename?: 'Parser', id: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, inputSinkKey: string, outputKey: string, status: Types.ParserStatus, updatedAt: string };\n\nexport type CreateParserMutationVariables = Types.Exact<{\n input: Types.CreateParserInput;\n}>;\n\n\nexport type CreateParserMutation = { __typename?: 'Mutation', createParser: { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string } };\n\nexport type DeleteParserMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteParserMutation = { __typename?: 'Mutation', deleteParser: boolean };\n\nexport type ExecuteParserMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ExecuteParserMutation = { __typename?: 'Mutation', executeParser: { __typename?: 'ParserExecutionResult', parserId: string, success: boolean, output?: Record<string, unknown> | null, error?: string | null, executionTimeMs?: number | null, cachedAt?: string | null } };\n\nexport type UpdateParserMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateParserInput;\n version: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type UpdateParserMutation = { __typename?: 'Mutation', updateParser: { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string } };\n\nexport type GetParserQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetParserQuery = { __typename?: 'Query', parser?: { __typename?: 'Parser', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, expression: string, inputSinkKey: string, outputKey: string, ttl?: number | null, status: Types.ParserStatus, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string } | null };\n\nexport type ListParsersQueryVariables = Types.Exact<{\n consoleId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.ParserType>;\n status?: Types.InputMaybe<Types.ParserStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListParsersQuery = { __typename?: 'Query', listParsers: { __typename?: 'ParserConnection', totalCount: number, edges: Array<{ __typename?: 'ParserEdge', cursor: string, node: { __typename?: 'Parser', id: string, consoleId: string, name: string, description?: string | null, type: Types.ParserType, inputSinkKey: string, outputKey: string, status: Types.ParserStatus, updatedAt: string } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type TestParserExpressionQueryVariables = Types.Exact<{\n input: Types.TestParserInput;\n}>;\n\n\nexport type TestParserExpressionQuery = { __typename?: 'Query', testParserExpression: { __typename?: 'ParserTestResult', success: boolean, output?: Record<string, unknown> | null, error?: string | null, executionTimeMs?: number | null } };\n\nexport type PipelinePageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type PipelineCoreFieldsFragment = { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> };\n\nexport type PipelineExecutionFieldsFragment = { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> };\n\nexport type PipelineListItemFragment = { __typename?: 'Pipeline', id: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, updatedAt: string, stages: Array<{ __typename?: 'PipelineStage', id: string, position: number, parserName?: string | null, parserType?: Types.ParserType | null, enabled: boolean }> };\n\nexport type PipelineStageFieldsFragment = { __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null };\n\nexport type PipelineStageResultFieldsFragment = { __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null };\n\nexport type CreatePipelineMutationVariables = Types.Exact<{\n input: Types.CreatePipelineInput;\n}>;\n\n\nexport type CreatePipelineMutation = { __typename?: 'Mutation', createPipeline: { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> } };\n\nexport type DeletePipelineMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeletePipelineMutation = { __typename?: 'Mutation', deletePipeline: boolean };\n\nexport type ExecutePipelineMutationVariables = Types.Exact<{\n input: Types.ExecutePipelineInput;\n}>;\n\n\nexport type ExecutePipelineMutation = { __typename?: 'Mutation', executePipeline: { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> } };\n\nexport type TestPipelineMutationVariables = Types.Exact<{\n input: Types.TestPipelineInput;\n}>;\n\n\nexport type TestPipelineMutation = { __typename?: 'Mutation', testPipeline: { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> } };\n\nexport type UpdatePipelineMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdatePipelineInput;\n version: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type UpdatePipelineMutation = { __typename?: 'Mutation', updatePipeline: { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> } };\n\nexport type GetPipelineQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetPipelineQuery = { __typename?: 'Query', pipeline?: { __typename?: 'Pipeline', id: string, workspaceId: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, stages: Array<{ __typename?: 'PipelineStage', id: string, pipelineId: string, position: number, parserId: string, parserName?: string | null, parserType?: Types.ParserType | null, expression?: string | null, inputKey: string, outputKey: string, enabled: boolean, onError: Types.StageErrorHandling, fallbackValue?: Record<string, unknown> | null, description?: string | null }> } | null };\n\nexport type GetPipelineExecutionQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetPipelineExecutionQuery = { __typename?: 'Query', pipelineExecution?: { __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> } | null };\n\nexport type ListPipelineExecutionsQueryVariables = Types.Exact<{\n pipelineId: Types.Scalars['ID']['input'];\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListPipelineExecutionsQuery = { __typename?: 'Query', listPipelineExecutions: Array<{ __typename?: 'PipelineExecution', id: string, pipelineId: string, pipelineVersion: number, status: Types.PipelineExecutionStatus, startedAt?: string | null, completedAt?: string | null, inputData?: Record<string, unknown> | null, outputData?: Record<string, unknown> | null, error?: string | null, totalExecutionTimeMs?: number | null, executedBy: string, createdAt: string, stageResults: Array<{ __typename?: 'PipelineStageResult', id: string, stageId: string, stageName?: string | null, status: Types.StageExecutionStatus, executionTimeMs?: number | null, output?: Record<string, unknown> | null, error?: string | null }> }> };\n\nexport type ListPipelinesQueryVariables = Types.Exact<{\n consoleId: Types.Scalars['ID']['input'];\n status?: Types.InputMaybe<Types.PipelineStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListPipelinesQuery = { __typename?: 'Query', listPipelines: { __typename?: 'PipelineConnection', totalCount: number, edges: Array<{ __typename?: 'PipelineEdge', cursor: string, node: { __typename?: 'Pipeline', id: string, consoleId: string, name: string, description?: string | null, status: Types.PipelineStatus, lastExecutedAt?: string | null, version: number, updatedAt: string, stages: Array<{ __typename?: 'PipelineStage', id: string, position: number, parserName?: string | null, parserType?: Types.ParserType | null, enabled: boolean }> } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type PromptGenerationFieldsFragment = { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null };\n\nexport type PromptSuggestionFieldsFragment = { __typename?: 'PromptSuggestion', id: string, category: string, title: string, prompt: string, exampleDescription?: string | null, tags: Array<string> };\n\nexport type CancelPromptGenerationMutationVariables = Types.Exact<{\n generationId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type CancelPromptGenerationMutation = { __typename?: 'Mutation', cancelPromptGeneration: { __typename?: 'PromptGeneration', id: string, status: Types.PromptGenerationStatus } };\n\nexport type CreateDashboardFromGenerationMutationVariables = Types.Exact<{\n input: Types.CreateDashboardFromGenerationInput;\n}>;\n\n\nexport type CreateDashboardFromGenerationMutation = { __typename?: 'Mutation', createDashboardFromGeneration: { __typename?: 'Dashboard', id: string } };\n\nexport type DeletePromptGenerationMutationVariables = Types.Exact<{\n generationId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeletePromptGenerationMutation = { __typename?: 'Mutation', deletePromptGeneration: boolean };\n\nexport type GenerateDashboardFromPromptMutationVariables = Types.Exact<{\n input: Types.GenerateDashboardFromPromptInput;\n}>;\n\n\nexport type GenerateDashboardFromPromptMutation = { __typename?: 'Mutation', generateDashboardFromPrompt: { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null } };\n\nexport type GetPromptGenerationQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetPromptGenerationQuery = { __typename?: 'Query', getPromptGeneration?: { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null } | null };\n\nexport type GetPromptSuggestionsQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.Scalars['String']['input']>;\n search?: Types.InputMaybe<Types.Scalars['String']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GetPromptSuggestionsQuery = { __typename?: 'Query', getPromptSuggestions: Array<{ __typename?: 'PromptSuggestion', id: string, category: string, title: string, prompt: string, exampleDescription?: string | null, tags: Array<string> }> };\n\nexport type ListPromptGenerationsQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.PromptGenerationStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListPromptGenerationsQuery = { __typename?: 'Query', listPromptGenerations: { __typename?: 'PromptGenerationConnection', totalCount: number, edges: Array<{ __typename?: 'PromptGenerationEdge', cursor: string, node: { __typename?: 'PromptGeneration', id: string, workspaceId: string, actorId: string, prompt: string, status: Types.PromptGenerationStatus, dashboardId?: string | null, errorMessage?: string | null, createdAt: string, updatedAt: string, completedAt?: string | null, config: { __typename?: 'DashboardPromptConfig', styleType: Types.DashboardStyleType, layoutType: Types.GeneratedLayoutType, gridColumns: number, enableWebSearch: boolean, category?: Types.DashboardCategory | null, maxWidgets?: number | null }, generatedSpec?: { __typename?: 'GeneratedDashboardSpec', name: string, description?: string | null, category: Types.DashboardCategory, reasoning?: string | null, overallConfidence: number, pages: Array<{ __typename?: 'GeneratedPageSpec', name: string, order: number, layout: Types.PageLayout, gridColumns: number, widgets: Array<{ __typename?: 'GeneratedWidgetSpec', title: string, type: Types.WidgetType, confidence: Types.WidgetConfidence, reasoning?: string | null, config: Record<string, unknown>, position: { __typename?: 'WidgetPositionSpec', x: number, y: number, width: number, height: number } }> }> } | null } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null, totalCount?: number | null } } };\n\nexport type CreateSandboxMutationVariables = Types.Exact<{\n input: Types.CreateSandboxInput;\n}>;\n\n\nexport type CreateSandboxMutation = { __typename?: 'Mutation', createSandbox: { __typename?: 'Sandbox', id: string, name: string, status: Types.SandboxStatus, network: { __typename?: 'SandboxNetwork', internalUrl?: string | null } } };\n\nexport type ProxySandboxRequestMutationVariables = Types.Exact<{\n input: Types.ProxySandboxRequestInput;\n}>;\n\n\nexport type ProxySandboxRequestMutation = { __typename?: 'Mutation', proxySandboxRequest: { __typename?: 'ProxySandboxResponse', status: number, body?: Record<string, unknown> | null } };\n\nexport type ExtendSandboxTtlMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n additionalSeconds: Types.Scalars['Int']['input'];\n context: Types.ContextInput;\n}>;\n\n\nexport type ExtendSandboxTtlMutation = { __typename?: 'Mutation', extendSandboxTTL: { __typename?: 'Sandbox', id: string, expiresAt: string } };\n\nexport type GetSandboxQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n context: Types.ContextInput;\n}>;\n\n\nexport type GetSandboxQuery = { __typename?: 'Query', getSandbox?: { __typename?: 'Sandbox', id: string, status: Types.SandboxStatus, errorMessage?: string | null, network: { __typename?: 'SandboxNetwork', internalUrl?: string | null } } | null };\n\nexport type GetActiveSandboxesQueryVariables = Types.Exact<{\n context: Types.ContextInput;\n}>;\n\n\nexport type GetActiveSandboxesQuery = { __typename?: 'Query', getActiveSandboxes: Array<{ __typename?: 'Sandbox', id: string, name: string, status: Types.SandboxStatus, metadata?: Record<string, unknown> | null, template: Types.SandboxTemplate, createdBy: string }> };\n\nexport type EventLogFieldsFragment = { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null };\n\nexport type EventWebhookMappingFieldsFragment = { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null };\n\nexport type WidgetPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type ResponsivePositionFieldsFragment = { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number };\n\nexport type WidgetActionFieldsFragment = { __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null };\n\nexport type WidgetCoreFieldsFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null };\n\nexport type WidgetDataFieldsFragment = { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null };\n\nexport type WidgetDrilldownFieldsFragment = { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string };\n\nexport type WidgetFullFieldsFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null };\n\nexport type WidgetListFieldsFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null };\n\nexport type WidgetListItemFragment = { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, createdAt: string, updatedAt: string, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null, drilldown?: { __typename?: 'WidgetDrilldown', id: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }> };\n\nexport type WidgetPositionFieldsFragment = { __typename?: 'WidgetPosition', x: number, y: number, width: number, height: number };\n\nexport type WidgetTranslationFieldsFragment = { __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string };\n\nexport type WidgetTypeInfoFieldsFragment = { __typename?: 'WidgetTypeInfo', type: Types.WidgetType, label: string, description: string, icon: string, category: string, defaultConfig: Record<string, unknown>, defaultSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, minSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, maxSize: { __typename?: 'WidgetSizeInfo', width: number, height: number } };\n\nexport type BatchUpdateWidgetPositionsMutationVariables = Types.Exact<{\n updates: Array<Types.WidgetPositionUpdateInput> | Types.WidgetPositionUpdateInput;\n}>;\n\n\nexport type BatchUpdateWidgetPositionsMutation = { __typename?: 'Mutation', batchUpdateWidgetPositions: Array<{ __typename?: 'Widget', id: string, position: Record<string, unknown>, updatedAt: string }> };\n\nexport type CreateEventWebhookMappingMutationVariables = Types.Exact<{\n input: Types.CreateEventWebhookMappingInput;\n}>;\n\n\nexport type CreateEventWebhookMappingMutation = { __typename?: 'Mutation', createEventWebhookMapping: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } };\n\nexport type CreateWidgetMutationVariables = Types.Exact<{\n input: Types.BigConsoleCreateWidgetInput;\n}>;\n\n\nexport type CreateWidgetMutation = { __typename?: 'Mutation', createBigConsoleWidget: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type CreateWidgetActionMutationVariables = Types.Exact<{\n input: Types.CreateWidgetActionInput;\n}>;\n\n\nexport type CreateWidgetActionMutation = { __typename?: 'Mutation', createWidgetAction: { __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null } };\n\nexport type CreateWidgetDrilldownMutationVariables = Types.Exact<{\n sourceWidgetId: Types.Scalars['ID']['input'];\n targetDashboardId: Types.Scalars['ID']['input'];\n parameterMapping: Types.Scalars['JSON']['input'];\n navigationMode?: Types.InputMaybe<Types.NavigationMode>;\n}>;\n\n\nexport type CreateWidgetDrilldownMutation = { __typename?: 'Mutation', createWidgetDrilldown: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteEventWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteEventWebhookMappingMutation = { __typename?: 'Mutation', deleteEventWebhookMapping: boolean };\n\nexport type DeleteWidgetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWidgetMutation = { __typename?: 'Mutation', deleteBigConsoleWidget: boolean };\n\nexport type DeleteWidgetActionMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWidgetActionMutation = { __typename?: 'Mutation', deleteWidgetAction: boolean };\n\nexport type DeleteWidgetDrilldownMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWidgetDrilldownMutation = { __typename?: 'Mutation', deleteWidgetDrilldown: boolean };\n\nexport type DuplicateWidgetMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n newPosition?: Types.InputMaybe<Types.WidgetPositionInput>;\n newTitle?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type DuplicateWidgetMutation = { __typename?: 'Mutation', duplicateWidget: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type EmitWidgetEventMutationVariables = Types.Exact<{\n input: Types.EmitWidgetEventInput;\n}>;\n\n\nexport type EmitWidgetEventMutation = { __typename?: 'Mutation', emitWidgetEvent: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } };\n\nexport type MoveWidgetToPageMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n targetPageId: Types.Scalars['ID']['input'];\n position: Types.WidgetPositionInput;\n}>;\n\n\nexport type MoveWidgetToPageMutation = { __typename?: 'Mutation', moveWidgetToPage: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type RefreshWidgetDataMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RefreshWidgetDataMutation = { __typename?: 'Mutation', refreshWidgetData: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } };\n\nexport type ReorderWidgetActionsMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n actionIds: Array<Types.Scalars['ID']['input']> | Types.Scalars['ID']['input'];\n}>;\n\n\nexport type ReorderWidgetActionsMutation = { __typename?: 'Mutation', reorderWidgetActions: Array<{ __typename?: 'WidgetAction', id: string, order: number }> };\n\nexport type RetryEventDeliveryMutationVariables = Types.Exact<{\n eventId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type RetryEventDeliveryMutation = { __typename?: 'Mutation', retryEventDelivery: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } };\n\nexport type TestWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type TestWebhookMappingMutation = { __typename?: 'Mutation', testWebhookMapping: { __typename?: 'WebhookTestResult', success: boolean, statusCode?: number | null, responseBody?: Record<string, unknown> | null, errorMessage?: string | null, latencyMs: number } };\n\nexport type ToggleEventWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n isActive: Types.Scalars['Boolean']['input'];\n}>;\n\n\nexport type ToggleEventWebhookMappingMutation = { __typename?: 'Mutation', toggleEventWebhookMapping: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } };\n\nexport type UpdateEventWebhookMappingMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateEventWebhookMappingInput;\n}>;\n\n\nexport type UpdateEventWebhookMappingMutation = { __typename?: 'Mutation', updateEventWebhookMapping: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } };\n\nexport type UpdateWidgetMutationVariables = Types.Exact<{\n input: Types.BigConsoleUpdateWidgetInput;\n}>;\n\n\nexport type UpdateWidgetMutation = { __typename?: 'Mutation', updateBigConsoleWidget: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } };\n\nexport type UpdateWidgetActionMutationVariables = Types.Exact<{\n input: Types.UpdateWidgetActionInput;\n}>;\n\n\nexport type UpdateWidgetActionMutation = { __typename?: 'Mutation', updateWidgetAction: { __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null } };\n\nexport type UpdateWidgetDrilldownMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n targetDashboardId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n parameterMapping?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n navigationMode?: Types.InputMaybe<Types.NavigationMode>;\n enabled?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type UpdateWidgetDrilldownMutation = { __typename?: 'Mutation', updateWidgetDrilldown: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } };\n\nexport type UpdateWidgetRendererMutationVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n renderer: Types.WidgetRenderer;\n template?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n}>;\n\n\nexport type UpdateWidgetRendererMutation = { __typename?: 'Mutation', updateWidgetRenderer: { __typename?: 'Widget', id: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, updatedAt: string } };\n\nexport type GetEventLogQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetEventLogQuery = { __typename?: 'Query', getEventLog?: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } | null };\n\nexport type GetEventWebhookMappingQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetEventWebhookMappingQuery = { __typename?: 'Query', getEventWebhookMapping?: { __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null } | null };\n\nexport type GetWidgetQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWidgetQuery = { __typename?: 'Query', getWidget?: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } | null };\n\nexport type GetWidgetActionsQueryVariables = Types.Exact<{\n widgetId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWidgetActionsQuery = { __typename?: 'Query', getWidgetActions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }> };\n\nexport type GetWidgetTypesQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetWidgetTypesQuery = { __typename?: 'Query', getWidgetTypes: Array<{ __typename?: 'WidgetTypeInfo', type: Types.WidgetType, label: string, description: string, icon: string, category: string, defaultConfig: Record<string, unknown>, defaultSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, minSize: { __typename?: 'WidgetSizeInfo', width: number, height: number }, maxSize: { __typename?: 'WidgetSizeInfo', width: number, height: number } }> };\n\nexport type GetWidgetWithDataQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWidgetWithDataQuery = { __typename?: 'Query', getWidget?: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, data?: { __typename?: 'WidgetData', raw: Record<string, unknown>, processed: Record<string, unknown>, fetchedAt: string, cached: boolean, error?: string | null } | null, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } | null };\n\nexport type ListEventLogsQueryVariables = Types.Exact<{\n dashboardId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n widgetId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n eventName?: Types.InputMaybe<Types.Scalars['String']['input']>;\n status?: Types.InputMaybe<Types.EventStatus>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListEventLogsQuery = { __typename?: 'Query', listEventLogs: { __typename?: 'EventLogConnection', totalCount: number, edges: Array<{ __typename?: 'EventLogEdge', cursor: string, node: { __typename?: 'EventLog', id: string, workspaceId: string, dashboardId: string, pageId?: string | null, widgetId?: string | null, eventName: string, actionName?: string | null, payload: Record<string, unknown>, context?: Record<string, unknown> | null, status: Types.EventStatus, webhookUrl?: string | null, responseCode?: number | null, errorMessage?: string | null, attempts: number, createdAt: string, completedAt?: string | null } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListEventWebhookMappingsQueryVariables = Types.Exact<{\n dashboardId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n widgetId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n isActive?: Types.InputMaybe<Types.Scalars['Boolean']['input']>;\n}>;\n\n\nexport type ListEventWebhookMappingsQuery = { __typename?: 'Query', listEventWebhookMappings: Array<{ __typename?: 'EventWebhookMapping', id: string, workspaceId: string, dashboardId?: string | null, widgetId?: string | null, eventPattern: string, webhookUrl: string, method: Types.HttpMethod, headers?: Record<string, unknown> | null, payloadTemplate?: string | null, isActive: boolean, createdAt: string, updatedAt: string, retryPolicy?: { __typename?: 'RetryPolicy', maxRetries: number, backoffMs: number, backoffMultiplier: number } | null }> };\n\nexport type ListWidgetsQueryVariables = Types.Exact<{\n pageId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.WidgetType>;\n first?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n after?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type ListWidgetsQuery = { __typename?: 'Query', listWidgets: { __typename?: 'WidgetConnection', totalCount: number, edges: Array<{ __typename?: 'WidgetEdge', cursor: string, node: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, createdAt: string, updatedAt: string, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null, drilldown?: { __typename?: 'WidgetDrilldown', id: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean } | null, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }> } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null } } };\n\nexport type ListWidgetsByDashboardQueryVariables = Types.Exact<{\n dashboardId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.WidgetType>;\n}>;\n\n\nexport type ListWidgetsByDashboardQuery = { __typename?: 'Query', listWidgetsByDashboard: Array<{ __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null }> };\n\nexport type ListWidgetsForPageQueryVariables = Types.Exact<{\n pageId: Types.Scalars['ID']['input'];\n type?: Types.InputMaybe<Types.WidgetType>;\n}>;\n\n\nexport type ListWidgetsForPageQuery = { __typename?: 'Query', listWidgets: { __typename?: 'WidgetConnection', totalCount: number, edges: Array<{ __typename?: 'WidgetEdge', node: { __typename?: 'Widget', id: string, pageId: string, dashboardId?: string | null, type: Types.WidgetType, title: string, renderer: Types.WidgetRenderer, template?: Record<string, unknown> | null, dataSinkId?: string | null, datasetId?: string | null, parserId?: string | null, parserRules?: string | null, config: Record<string, unknown>, position: Record<string, unknown>, rowOrder?: number | null, refreshInterval?: number | null, lastRefreshedAt?: string | null, cacheTTL?: number | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string, drilldown?: { __typename?: 'WidgetDrilldown', id: string, sourceWidgetId: string, targetDashboardId: string, parameterMapping: Record<string, unknown>, navigationMode: Types.NavigationMode, enabled: boolean, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, createdAt: string, updatedAt: string } | null, translations: Array<{ __typename?: 'WidgetTranslation', id: string, widgetId: string, locale: string, title: string, createdAt: string, updatedAt: string }>, actions: Array<{ __typename?: 'WidgetAction', id: string, widgetId: string, name: string, label: string, type: Types.ActionType, style: Types.ActionStyle, icon?: string | null, disabled: boolean, hidden: boolean, order: number, metadata?: Record<string, unknown> | null, createdAt: string, updatedAt: string, confirmation?: { __typename?: 'ActionConfirmation', title: string, message: string, confirmLabel: string, cancelLabel: string } | null }>, positionResponsive?: { __typename?: 'ResponsivePosition', xs: number, sm: number, md: number, lg: number } | null } }> } };\n\nexport type DataSinkWorkflowLinkFieldsFragment = { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } };\n\nexport type LinkedDataSinkFieldsFragment = { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean };\n\nexport type WorkflowPageInfoFieldsFragment = { __typename?: 'PageInfo', hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null, endCursor?: string | null };\n\nexport type WorkflowCoreFieldsFragment = { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string };\n\nexport type WorkflowFullFieldsFragment = { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> };\n\nexport type WorkflowListItemFragment = { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, updatedAt: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, isEnabled: boolean, priority: number, dataSink: { __typename?: 'DataSink', id: string, key: string, name?: string | null } }> };\n\nexport type CreateWorkflowMutationVariables = Types.Exact<{\n input: Types.CreateWorkflowInput;\n}>;\n\n\nexport type CreateWorkflowMutation = { __typename?: 'Mutation', createWorkflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } };\n\nexport type DeleteWorkflowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteWorkflowMutation = { __typename?: 'Mutation', deleteWorkflow: boolean };\n\nexport type ExecuteWorkflowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n triggerData?: Types.InputMaybe<Types.Scalars['JSON']['input']>;\n}>;\n\n\nexport type ExecuteWorkflowMutation = { __typename?: 'Mutation', executeWorkflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } };\n\nexport type LinkDataSinkToWorkflowMutationVariables = Types.Exact<{\n workflowId: Types.Scalars['ID']['input'];\n input: Types.LinkDataSinkInput;\n}>;\n\n\nexport type LinkDataSinkToWorkflowMutation = { __typename?: 'Mutation', linkDataSinkToWorkflow: { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } } };\n\nexport type UnlinkDataSinkFromWorkflowMutationVariables = Types.Exact<{\n workflowId: Types.Scalars['ID']['input'];\n dataSinkId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type UnlinkDataSinkFromWorkflowMutation = { __typename?: 'Mutation', unlinkDataSinkFromWorkflow: boolean };\n\nexport type UpdateDataSinkWorkflowLinkMutationVariables = Types.Exact<{\n linkId: Types.Scalars['ID']['input'];\n input: Types.UpdateDataSinkLinkInput;\n}>;\n\n\nexport type UpdateDataSinkWorkflowLinkMutation = { __typename?: 'Mutation', updateDataSinkLink: { __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } } };\n\nexport type UpdateWorkflowMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateWorkflowInput;\n version: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type UpdateWorkflowMutation = { __typename?: 'Mutation', updateWorkflow: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } };\n\nexport type GetWorkflowQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetWorkflowQuery = { __typename?: 'Query', workflow?: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } | null };\n\nexport type GetWorkflowByKeyQueryVariables = Types.Exact<{\n key: Types.Scalars['String']['input'];\n}>;\n\n\nexport type GetWorkflowByKeyQuery = { __typename?: 'Query', workflowByKey?: { __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, externalWorkflowId?: string | null, webhookUrl?: string | null, config?: Record<string, unknown> | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, lastExecutionId?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, createdBy: string, updatedAt: string, updatedBy: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, dataSinkId: string, workflowId: string, isEnabled: boolean, priority: number, dataMapping?: Record<string, unknown> | null, createdAt: string, updatedAt: string, dataSink: { __typename?: 'DataSink', id: string, name?: string | null, key: string, status: Types.DataSinkStatus, setupState: Types.DataSinkSetupState, isActive: boolean } }> } | null };\n\nexport type ListWorkflowsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.FluidGridsWorkflowFilterInput>;\n}>;\n\n\nexport type ListWorkflowsQuery = { __typename?: 'Query', workflows: Array<{ __typename?: 'FluidGridsWorkflow', id: string, name: string, key: string, description?: string | null, status: Types.FluidGridsWorkflowStatus, lastExecutedAt?: string | null, executionCount: number, linkedDataSinkCount: number, version: number, createdAt: string, updatedAt: string, linkedDataSinks: Array<{ __typename?: 'DataSinkWorkflowLink', id: string, isEnabled: boolean, priority: number, dataSink: { __typename?: 'DataSink', id: string, key: string, name?: string | null } }> }> };\n\nexport const EntityCommentFieldsFragmentDoc = gql`\n fragment EntityCommentFields on EntityComment {\n id\n entityId\n entityType\n authorId\n authorType\n content {\n text\n markdown\n }\n status\n resolvedAt\n resolvedById\n parentCommentId\n threadLevel\n replyCount\n isPinned\n createdAt\n updatedAt\n}\n `;\nexport const DashboardCoreFieldsFragmentDoc = gql`\n fragment DashboardCoreFields on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n isArchived\n viewCount\n createdAt\n updatedAt\n}\n `;\nexport const DashboardPageFieldsFragmentDoc = gql`\n fragment DashboardPageFields on DashboardPage {\n id\n dashboardId\n name\n order\n layout\n gridColumns\n metadata\n context\n createdAt\n updatedAt\n}\n `;\nexport const GlobalFilterFieldsFragmentDoc = gql`\n fragment GlobalFilterFields on GlobalFilter {\n id\n dashboardId\n name\n type\n config\n defaultValue\n isRequired\n order\n dependsOn\n cascadeConfig\n cascadeDepth\n version\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const DashboardFullFieldsFragmentDoc = gql`\n fragment DashboardFullFields on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n isArchived\n isTemplate\n visibility\n viewCount\n layout\n filters\n metadata\n context\n createdAt\n updatedAt\n pages(first: 10) {\n edges {\n node {\n ...DashboardPageFields\n }\n }\n totalCount\n }\n globalFilters {\n ...GlobalFilterFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}\n${GlobalFilterFieldsFragmentDoc}`;\nexport const DashboardListItemFragmentDoc = gql`\n fragment DashboardListItem on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n visibility\n viewCount\n widgetCount\n createdAt\n updatedAt\n pages(first: 1) {\n totalCount\n }\n}\n `;\nexport const DashboardScalarFieldsFragmentDoc = gql`\n fragment DashboardScalarFields on Dashboard {\n id\n workspaceId\n name\n description\n category\n isPublic\n isArchived\n isTemplate\n visibility\n viewCount\n layout\n createdAt\n updatedAt\n}\n `;\nexport const DashboardShareFieldsFragmentDoc = gql`\n fragment DashboardShareFields on DashboardShare {\n id\n dashboardId\n sharedByUserId\n recipientType\n recipientId\n permission\n expiresAt\n isActive\n version\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const DashboardTemplateFieldsFragmentDoc = gql`\n fragment DashboardTemplateFields on DashboardTemplate {\n id\n workspaceId\n name\n description\n category\n tags\n definition\n definitionVersion\n placeholders\n thumbnailFileId\n previewUrl\n authorType\n isPublic\n isActive\n isFeatured\n complexity\n usageCount\n rating\n ratingCount\n status\n version\n metadata\n context\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n `;\nexport const DashboardTemplateListItemFragmentDoc = gql`\n fragment DashboardTemplateListItem on DashboardTemplate {\n id\n workspaceId\n name\n description\n category\n tags\n thumbnailFileId\n previewUrl\n authorType\n isPublic\n isFeatured\n complexity\n usageCount\n rating\n ratingCount\n status\n createdAt\n}\n `;\nexport const DashboardViewFieldsFragmentDoc = gql`\n fragment DashboardViewFields on DashboardView {\n id\n dashboardId\n workspaceId\n name\n description\n filters\n layout\n isDefault\n version\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const PageInfoFieldsFragmentDoc = gql`\n fragment PageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const DataSinkDataStatsFieldsFragmentDoc = gql`\n fragment DataSinkDataStatsFields on DataSinkDataStats {\n dataSizeBytes\n hash\n}\n `;\nexport const DataSinkCoreFieldsFragmentDoc = gql`\n fragment DataSinkCoreFields on DataSink {\n id\n workspaceId\n name\n description\n key\n config\n data\n dataStats {\n ...DataSinkDataStatsFields\n }\n lastRefreshedAt\n lastRefreshedBy\n expiresAt\n nextRefreshAt\n ttl\n version\n sizeBytes\n isActive\n fieldMaskingEnabled\n fieldMaskingRules\n status\n statusChangedAt\n statusChangedBy\n setupState\n metadata\n createdAt\n createdBy\n updatedAt\n updatedBy\n deletedAt\n deletedBy\n linkedWorkflowCount\n}\n ${DataSinkDataStatsFieldsFragmentDoc}`;\nexport const RefreshScheduleFieldsFragmentDoc = gql`\n fragment RefreshScheduleFields on RefreshSchedule {\n cron\n timezone\n}\n `;\nexport const DataSinkRefreshConfigFieldsFragmentDoc = gql`\n fragment DataSinkRefreshConfigFields on DataSinkRefreshConfig {\n type\n schedule {\n ...RefreshScheduleFields\n }\n}\n ${RefreshScheduleFieldsFragmentDoc}`;\nexport const WorkflowLinkFieldsFragmentDoc = gql`\n fragment WorkflowLinkFields on DataSinkWorkflowLink {\n id\n dataSinkId\n workflowId\n isEnabled\n priority\n dataMapping\n createdAt\n updatedAt\n workflow {\n id\n name\n key\n status\n }\n}\n `;\nexport const ExportScheduleFieldsFragmentDoc = gql`\n fragment ExportScheduleFields on ExportSchedule {\n cron\n timezone\n}\n `;\nexport const DataSinkExportFieldsFragmentDoc = gql`\n fragment DataSinkExportFields on DataSinkExport {\n id\n name\n format\n schedule {\n ...ExportScheduleFields\n }\n recipients\n template\n enabled\n}\n ${ExportScheduleFieldsFragmentDoc}`;\nexport const AlertThrottleFieldsFragmentDoc = gql`\n fragment AlertThrottleFields on AlertThrottle {\n enabled\n windowMinutes\n maxAlertsPerWindow\n}\n `;\nexport const DataSinkAlertFieldsFragmentDoc = gql`\n fragment DataSinkAlertFields on DataSinkAlert {\n id\n name\n condition\n severity\n channels\n recipients\n throttle {\n ...AlertThrottleFields\n }\n enabled\n}\n ${AlertThrottleFieldsFragmentDoc}`;\nexport const DataSinkQuotaFieldsFragmentDoc = gql`\n fragment DataSinkQuotaFields on DataSinkQuota {\n maxDataSize\n maxRetentionDays\n alertThreshold\n alertRecipients\n}\n `;\nexport const DataSinkFullFieldsFragmentDoc = gql`\n fragment DataSinkFullFields on DataSink {\n ...DataSinkCoreFields\n refresh {\n ...DataSinkRefreshConfigFields\n }\n workflowLinks {\n ...WorkflowLinkFields\n }\n exports {\n ...DataSinkExportFields\n }\n alerts {\n ...DataSinkAlertFields\n }\n quota {\n ...DataSinkQuotaFields\n }\n}\n ${DataSinkCoreFieldsFragmentDoc}\n${DataSinkRefreshConfigFieldsFragmentDoc}\n${WorkflowLinkFieldsFragmentDoc}\n${DataSinkExportFieldsFragmentDoc}\n${DataSinkAlertFieldsFragmentDoc}\n${DataSinkQuotaFieldsFragmentDoc}`;\nexport const DataSinkListItemFragmentDoc = gql`\n fragment DataSinkListItem on DataSink {\n id\n name\n key\n status\n setupState\n sizeBytes\n lastRefreshedAt\n isActive\n version\n createdAt\n updatedAt\n linkedWorkflowCount\n}\n `;\nexport const DataSinkPageInfoFieldsFragmentDoc = gql`\n fragment DataSinkPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const FilterPresetFieldsFragmentDoc = gql`\n fragment FilterPresetFields on FilterPreset {\n id\n dashboardId\n profileId\n name\n description\n filterValues\n isDefault\n order\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const ParserPageInfoFieldsFragmentDoc = gql`\n fragment ParserPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const ParserCoreFieldsFragmentDoc = gql`\n fragment ParserCoreFields on Parser {\n id\n workspaceId\n consoleId\n name\n description\n type\n expression\n inputSinkKey\n outputKey\n ttl\n status\n version\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n `;\nexport const ParserListItemFragmentDoc = gql`\n fragment ParserListItem on Parser {\n id\n consoleId\n name\n description\n type\n inputSinkKey\n outputKey\n status\n updatedAt\n}\n `;\nexport const PipelinePageInfoFieldsFragmentDoc = gql`\n fragment PipelinePageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const PipelineStageFieldsFragmentDoc = gql`\n fragment PipelineStageFields on PipelineStage {\n id\n pipelineId\n position\n parserId\n parserName\n parserType\n expression\n inputKey\n outputKey\n enabled\n onError\n fallbackValue\n description\n}\n `;\nexport const PipelineCoreFieldsFragmentDoc = gql`\n fragment PipelineCoreFields on Pipeline {\n id\n workspaceId\n consoleId\n name\n description\n status\n stages {\n ...PipelineStageFields\n }\n lastExecutedAt\n version\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n ${PipelineStageFieldsFragmentDoc}`;\nexport const PipelineStageResultFieldsFragmentDoc = gql`\n fragment PipelineStageResultFields on PipelineStageResult {\n id\n stageId\n stageName\n status\n executionTimeMs\n output\n error\n}\n `;\nexport const PipelineExecutionFieldsFragmentDoc = gql`\n fragment PipelineExecutionFields on PipelineExecution {\n id\n pipelineId\n pipelineVersion\n status\n startedAt\n completedAt\n inputData\n outputData\n error\n totalExecutionTimeMs\n stageResults {\n ...PipelineStageResultFields\n }\n executedBy\n createdAt\n}\n ${PipelineStageResultFieldsFragmentDoc}`;\nexport const PipelineListItemFragmentDoc = gql`\n fragment PipelineListItem on Pipeline {\n id\n consoleId\n name\n description\n status\n stages {\n id\n position\n parserName\n parserType\n enabled\n }\n lastExecutedAt\n version\n updatedAt\n}\n `;\nexport const PromptGenerationFieldsFragmentDoc = gql`\n fragment PromptGenerationFields on PromptGeneration {\n id\n workspaceId\n actorId\n prompt\n status\n dashboardId\n errorMessage\n createdAt\n updatedAt\n completedAt\n config {\n styleType\n layoutType\n gridColumns\n enableWebSearch\n category\n maxWidgets\n }\n generatedSpec {\n name\n description\n category\n reasoning\n overallConfidence\n pages {\n name\n order\n layout\n gridColumns\n widgets {\n title\n type\n confidence\n reasoning\n position {\n x\n y\n width\n height\n }\n config\n }\n }\n }\n}\n `;\nexport const PromptSuggestionFieldsFragmentDoc = gql`\n fragment PromptSuggestionFields on PromptSuggestion {\n id\n category\n title\n prompt\n exampleDescription\n tags\n}\n `;\nexport const EventLogFieldsFragmentDoc = gql`\n fragment EventLogFields on EventLog {\n id\n workspaceId\n dashboardId\n pageId\n widgetId\n eventName\n actionName\n payload\n context\n status\n webhookUrl\n responseCode\n errorMessage\n attempts\n createdAt\n completedAt\n}\n `;\nexport const EventWebhookMappingFieldsFragmentDoc = gql`\n fragment EventWebhookMappingFields on EventWebhookMapping {\n id\n workspaceId\n dashboardId\n widgetId\n eventPattern\n webhookUrl\n method\n headers\n payloadTemplate\n retryPolicy {\n maxRetries\n backoffMs\n backoffMultiplier\n }\n isActive\n createdAt\n updatedAt\n}\n `;\nexport const WidgetPageInfoFieldsFragmentDoc = gql`\n fragment WidgetPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const ResponsivePositionFieldsFragmentDoc = gql`\n fragment ResponsivePositionFields on ResponsivePosition {\n xs\n sm\n md\n lg\n}\n `;\nexport const WidgetCoreFieldsFragmentDoc = gql`\n fragment WidgetCoreFields on Widget {\n id\n pageId\n dashboardId\n type\n title\n renderer\n template\n dataSinkId\n datasetId\n parserId\n parserRules\n config\n position\n positionResponsive {\n ...ResponsivePositionFields\n }\n rowOrder\n refreshInterval\n lastRefreshedAt\n cacheTTL\n metadata\n context\n createdAt\n updatedAt\n}\n ${ResponsivePositionFieldsFragmentDoc}`;\nexport const WidgetDrilldownFieldsFragmentDoc = gql`\n fragment WidgetDrilldownFields on WidgetDrilldown {\n id\n sourceWidgetId\n targetDashboardId\n parameterMapping\n navigationMode\n enabled\n metadata\n context\n createdAt\n updatedAt\n}\n `;\nexport const WidgetTranslationFieldsFragmentDoc = gql`\n fragment WidgetTranslationFields on WidgetTranslation {\n id\n widgetId\n locale\n title\n createdAt\n updatedAt\n}\n `;\nexport const WidgetDataFieldsFragmentDoc = gql`\n fragment WidgetDataFields on WidgetData {\n raw\n processed\n fetchedAt\n cached\n error\n}\n `;\nexport const WidgetActionFieldsFragmentDoc = gql`\n fragment WidgetActionFields on WidgetAction {\n id\n widgetId\n name\n label\n type\n style\n icon\n confirmation {\n title\n message\n confirmLabel\n cancelLabel\n }\n disabled\n hidden\n order\n metadata\n createdAt\n updatedAt\n}\n `;\nexport const WidgetFullFieldsFragmentDoc = gql`\n fragment WidgetFullFields on Widget {\n ...WidgetCoreFields\n drilldown {\n ...WidgetDrilldownFields\n }\n translations {\n ...WidgetTranslationFields\n }\n data {\n ...WidgetDataFields\n }\n actions {\n ...WidgetActionFields\n }\n}\n ${WidgetCoreFieldsFragmentDoc}\n${WidgetDrilldownFieldsFragmentDoc}\n${WidgetTranslationFieldsFragmentDoc}\n${WidgetDataFieldsFragmentDoc}\n${WidgetActionFieldsFragmentDoc}`;\nexport const WidgetListFieldsFragmentDoc = gql`\n fragment WidgetListFields on Widget {\n ...WidgetCoreFields\n drilldown {\n ...WidgetDrilldownFields\n }\n translations {\n ...WidgetTranslationFields\n }\n actions {\n ...WidgetActionFields\n }\n}\n ${WidgetCoreFieldsFragmentDoc}\n${WidgetDrilldownFieldsFragmentDoc}\n${WidgetTranslationFieldsFragmentDoc}\n${WidgetActionFieldsFragmentDoc}`;\nexport const WidgetListItemFragmentDoc = gql`\n fragment WidgetListItem on Widget {\n id\n pageId\n dashboardId\n type\n title\n renderer\n template\n config\n position\n positionResponsive {\n xs\n sm\n md\n lg\n }\n rowOrder\n refreshInterval\n lastRefreshedAt\n createdAt\n updatedAt\n drilldown {\n id\n targetDashboardId\n parameterMapping\n navigationMode\n enabled\n }\n actions {\n id\n widgetId\n name\n label\n type\n style\n icon\n confirmation {\n title\n message\n confirmLabel\n cancelLabel\n }\n disabled\n hidden\n order\n }\n}\n `;\nexport const WidgetPositionFieldsFragmentDoc = gql`\n fragment WidgetPositionFields on WidgetPosition {\n x\n y\n width\n height\n}\n `;\nexport const WidgetTypeInfoFieldsFragmentDoc = gql`\n fragment WidgetTypeInfoFields on WidgetTypeInfo {\n type\n label\n description\n icon\n category\n defaultConfig\n defaultSize {\n width\n height\n }\n minSize {\n width\n height\n }\n maxSize {\n width\n height\n }\n}\n `;\nexport const WorkflowPageInfoFieldsFragmentDoc = gql`\n fragment WorkflowPageInfoFields on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n `;\nexport const WorkflowCoreFieldsFragmentDoc = gql`\n fragment WorkflowCoreFields on FluidGridsWorkflow {\n id\n name\n key\n description\n externalWorkflowId\n webhookUrl\n config\n status\n lastExecutedAt\n lastExecutionId\n executionCount\n linkedDataSinkCount\n version\n createdAt\n createdBy\n updatedAt\n updatedBy\n}\n `;\nexport const LinkedDataSinkFieldsFragmentDoc = gql`\n fragment LinkedDataSinkFields on DataSink {\n id\n name\n key\n status\n setupState\n isActive\n}\n `;\nexport const DataSinkWorkflowLinkFieldsFragmentDoc = gql`\n fragment DataSinkWorkflowLinkFields on DataSinkWorkflowLink {\n id\n dataSinkId\n workflowId\n dataSink {\n ...LinkedDataSinkFields\n }\n isEnabled\n priority\n dataMapping\n createdAt\n updatedAt\n}\n ${LinkedDataSinkFieldsFragmentDoc}`;\nexport const WorkflowFullFieldsFragmentDoc = gql`\n fragment WorkflowFullFields on FluidGridsWorkflow {\n ...WorkflowCoreFields\n linkedDataSinks {\n ...DataSinkWorkflowLinkFields\n }\n}\n ${WorkflowCoreFieldsFragmentDoc}\n${DataSinkWorkflowLinkFieldsFragmentDoc}`;\nexport const WorkflowListItemFragmentDoc = gql`\n fragment WorkflowListItem on FluidGridsWorkflow {\n id\n name\n key\n description\n status\n lastExecutedAt\n executionCount\n linkedDataSinkCount\n linkedDataSinks {\n id\n dataSink {\n id\n key\n name\n }\n isEnabled\n priority\n }\n version\n createdAt\n updatedAt\n}\n `;\nexport const WorkspaceInstalledAppsDocument = gql`\n query WorkspaceInstalledApps {\n workspaceInstalledApps {\n id\n appName\n displayName\n version\n type\n manifest\n isEnabled\n installedAt\n }\n}\n `;\n\n/**\n * __useWorkspaceInstalledAppsQuery__\n *\n * To run a query within a React component, call `useWorkspaceInstalledAppsQuery` and pass it any options that fit your needs.\n * When your component renders, `useWorkspaceInstalledAppsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useWorkspaceInstalledAppsQuery({\n * variables: {\n * },\n * });\n */\nexport function useWorkspaceInstalledAppsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>(WorkspaceInstalledAppsDocument, options);\n }\nexport function useWorkspaceInstalledAppsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>(WorkspaceInstalledAppsDocument, options);\n }\n// @ts-ignore\nexport function useWorkspaceInstalledAppsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>;\nexport function useWorkspaceInstalledAppsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceInstalledAppsQuery | undefined, Types.WorkspaceInstalledAppsQueryVariables>;\nexport function useWorkspaceInstalledAppsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>(WorkspaceInstalledAppsDocument, options);\n }\nexport type WorkspaceInstalledAppsQueryHookResult = ReturnType<typeof useWorkspaceInstalledAppsQuery>;\nexport type WorkspaceInstalledAppsLazyQueryHookResult = ReturnType<typeof useWorkspaceInstalledAppsLazyQuery>;\nexport type WorkspaceInstalledAppsSuspenseQueryHookResult = ReturnType<typeof useWorkspaceInstalledAppsSuspenseQuery>;\nexport type WorkspaceInstalledAppsQueryResult = Apollo.QueryResult<Types.WorkspaceInstalledAppsQuery, Types.WorkspaceInstalledAppsQueryVariables>;\nexport const CreateEntityCommentDocument = gql`\n mutation CreateEntityComment($input: CreateEntityCommentInput!) {\n createEntityComment(input: $input) {\n ...EntityCommentFields\n }\n}\n ${EntityCommentFieldsFragmentDoc}`;\nexport type CreateEntityCommentMutationFn = Apollo.MutationFunction<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>;\n\n/**\n * __useCreateEntityCommentMutation__\n *\n * To run a mutation, you first call `useCreateEntityCommentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateEntityCommentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createEntityCommentMutation, { data, loading, error }] = useCreateEntityCommentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateEntityCommentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>(CreateEntityCommentDocument, options);\n }\nexport type CreateEntityCommentMutationHookResult = ReturnType<typeof useCreateEntityCommentMutation>;\nexport type CreateEntityCommentMutationResult = Apollo.MutationResult<Types.CreateEntityCommentMutation>;\nexport type CreateEntityCommentMutationOptions = Apollo.BaseMutationOptions<Types.CreateEntityCommentMutation, Types.CreateEntityCommentMutationVariables>;\nexport const DeleteEntityCommentDocument = gql`\n mutation DeleteEntityComment($input: DeleteCommentInput!) {\n deleteEntityComment(input: $input)\n}\n `;\nexport type DeleteEntityCommentMutationFn = Apollo.MutationFunction<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>;\n\n/**\n * __useDeleteEntityCommentMutation__\n *\n * To run a mutation, you first call `useDeleteEntityCommentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteEntityCommentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteEntityCommentMutation, { data, loading, error }] = useDeleteEntityCommentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useDeleteEntityCommentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>(DeleteEntityCommentDocument, options);\n }\nexport type DeleteEntityCommentMutationHookResult = ReturnType<typeof useDeleteEntityCommentMutation>;\nexport type DeleteEntityCommentMutationResult = Apollo.MutationResult<Types.DeleteEntityCommentMutation>;\nexport type DeleteEntityCommentMutationOptions = Apollo.BaseMutationOptions<Types.DeleteEntityCommentMutation, Types.DeleteEntityCommentMutationVariables>;\nexport const ResolveEntityCommentDocument = gql`\n mutation ResolveEntityComment($input: ResolveCommentInput!) {\n resolveEntityComment(input: $input) {\n ...EntityCommentFields\n }\n}\n ${EntityCommentFieldsFragmentDoc}`;\nexport type ResolveEntityCommentMutationFn = Apollo.MutationFunction<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>;\n\n/**\n * __useResolveEntityCommentMutation__\n *\n * To run a mutation, you first call `useResolveEntityCommentMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useResolveEntityCommentMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [resolveEntityCommentMutation, { data, loading, error }] = useResolveEntityCommentMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useResolveEntityCommentMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>(ResolveEntityCommentDocument, options);\n }\nexport type ResolveEntityCommentMutationHookResult = ReturnType<typeof useResolveEntityCommentMutation>;\nexport type ResolveEntityCommentMutationResult = Apollo.MutationResult<Types.ResolveEntityCommentMutation>;\nexport type ResolveEntityCommentMutationOptions = Apollo.BaseMutationOptions<Types.ResolveEntityCommentMutation, Types.ResolveEntityCommentMutationVariables>;\nexport const GetEntityCommentsDocument = gql`\n query GetEntityComments($input: GetCommentsInput!) {\n getEntityComments(input: $input) {\n items {\n ...EntityCommentFields\n }\n total\n page\n hasMore\n }\n}\n ${EntityCommentFieldsFragmentDoc}`;\n\n/**\n * __useGetEntityCommentsQuery__\n *\n * To run a query within a React component, call `useGetEntityCommentsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetEntityCommentsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetEntityCommentsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useGetEntityCommentsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables> & ({ variables: Types.GetEntityCommentsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>(GetEntityCommentsDocument, options);\n }\nexport function useGetEntityCommentsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>(GetEntityCommentsDocument, options);\n }\n// @ts-ignore\nexport function useGetEntityCommentsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>;\nexport function useGetEntityCommentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEntityCommentsQuery | undefined, Types.GetEntityCommentsQueryVariables>;\nexport function useGetEntityCommentsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>(GetEntityCommentsDocument, options);\n }\nexport type GetEntityCommentsQueryHookResult = ReturnType<typeof useGetEntityCommentsQuery>;\nexport type GetEntityCommentsLazyQueryHookResult = ReturnType<typeof useGetEntityCommentsLazyQuery>;\nexport type GetEntityCommentsSuspenseQueryHookResult = ReturnType<typeof useGetEntityCommentsSuspenseQuery>;\nexport type GetEntityCommentsQueryResult = Apollo.QueryResult<Types.GetEntityCommentsQuery, Types.GetEntityCommentsQueryVariables>;\nexport const ArchiveDashboardDocument = gql`\n mutation ArchiveDashboard($id: ID!) {\n archiveDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type ArchiveDashboardMutationFn = Apollo.MutationFunction<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>;\n\n/**\n * __useArchiveDashboardMutation__\n *\n * To run a mutation, you first call `useArchiveDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useArchiveDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [archiveDashboardMutation, { data, loading, error }] = useArchiveDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useArchiveDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>(ArchiveDashboardDocument, options);\n }\nexport type ArchiveDashboardMutationHookResult = ReturnType<typeof useArchiveDashboardMutation>;\nexport type ArchiveDashboardMutationResult = Apollo.MutationResult<Types.ArchiveDashboardMutation>;\nexport type ArchiveDashboardMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveDashboardMutation, Types.ArchiveDashboardMutationVariables>;\nexport const ArchiveTemplateDocument = gql`\n mutation ArchiveTemplate($id: ID!) {\n archiveTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type ArchiveTemplateMutationFn = Apollo.MutationFunction<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>;\n\n/**\n * __useArchiveTemplateMutation__\n *\n * To run a mutation, you first call `useArchiveTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useArchiveTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [archiveTemplateMutation, { data, loading, error }] = useArchiveTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useArchiveTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>(ArchiveTemplateDocument, options);\n }\nexport type ArchiveTemplateMutationHookResult = ReturnType<typeof useArchiveTemplateMutation>;\nexport type ArchiveTemplateMutationResult = Apollo.MutationResult<Types.ArchiveTemplateMutation>;\nexport type ArchiveTemplateMutationOptions = Apollo.BaseMutationOptions<Types.ArchiveTemplateMutation, Types.ArchiveTemplateMutationVariables>;\nexport const CloneDashboardDocument = gql`\n mutation CloneDashboard($input: CloneDashboardInput!) {\n cloneDashboard(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type CloneDashboardMutationFn = Apollo.MutationFunction<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>;\n\n/**\n * __useCloneDashboardMutation__\n *\n * To run a mutation, you first call `useCloneDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCloneDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [cloneDashboardMutation, { data, loading, error }] = useCloneDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCloneDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>(CloneDashboardDocument, options);\n }\nexport type CloneDashboardMutationHookResult = ReturnType<typeof useCloneDashboardMutation>;\nexport type CloneDashboardMutationResult = Apollo.MutationResult<Types.CloneDashboardMutation>;\nexport type CloneDashboardMutationOptions = Apollo.BaseMutationOptions<Types.CloneDashboardMutation, Types.CloneDashboardMutationVariables>;\nexport const CreateDashboardDocument = gql`\n mutation CreateDashboard($input: BigConsoleCreateDashboardInput!) {\n createBigConsoleDashboard(input: $input) {\n ...DashboardScalarFields\n }\n}\n ${DashboardScalarFieldsFragmentDoc}`;\nexport type CreateDashboardMutationFn = Apollo.MutationFunction<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>;\n\n/**\n * __useCreateDashboardMutation__\n *\n * To run a mutation, you first call `useCreateDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardMutation, { data, loading, error }] = useCreateDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>(CreateDashboardDocument, options);\n }\nexport type CreateDashboardMutationHookResult = ReturnType<typeof useCreateDashboardMutation>;\nexport type CreateDashboardMutationResult = Apollo.MutationResult<Types.CreateDashboardMutation>;\nexport type CreateDashboardMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardMutation, Types.CreateDashboardMutationVariables>;\nexport const CreateDashboardPageDocument = gql`\n mutation CreateDashboardPage($input: CreateDashboardPageInput!) {\n createDashboardPage(input: $input) {\n ...DashboardPageFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}`;\nexport type CreateDashboardPageMutationFn = Apollo.MutationFunction<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>;\n\n/**\n * __useCreateDashboardPageMutation__\n *\n * To run a mutation, you first call `useCreateDashboardPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardPageMutation, { data, loading, error }] = useCreateDashboardPageMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>(CreateDashboardPageDocument, options);\n }\nexport type CreateDashboardPageMutationHookResult = ReturnType<typeof useCreateDashboardPageMutation>;\nexport type CreateDashboardPageMutationResult = Apollo.MutationResult<Types.CreateDashboardPageMutation>;\nexport type CreateDashboardPageMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardPageMutation, Types.CreateDashboardPageMutationVariables>;\nexport const CreateDashboardViewDocument = gql`\n mutation CreateDashboardView($input: CreateDashboardViewInput!) {\n createDashboardView(input: $input) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\nexport type CreateDashboardViewMutationFn = Apollo.MutationFunction<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>;\n\n/**\n * __useCreateDashboardViewMutation__\n *\n * To run a mutation, you first call `useCreateDashboardViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardViewMutation, { data, loading, error }] = useCreateDashboardViewMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>(CreateDashboardViewDocument, options);\n }\nexport type CreateDashboardViewMutationHookResult = ReturnType<typeof useCreateDashboardViewMutation>;\nexport type CreateDashboardViewMutationResult = Apollo.MutationResult<Types.CreateDashboardViewMutation>;\nexport type CreateDashboardViewMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardViewMutation, Types.CreateDashboardViewMutationVariables>;\nexport const CreateGlobalFilterDocument = gql`\n mutation CreateGlobalFilter($input: CreateGlobalFilterInput!) {\n createGlobalFilter(input: $input) {\n ...GlobalFilterFields\n }\n}\n ${GlobalFilterFieldsFragmentDoc}`;\nexport type CreateGlobalFilterMutationFn = Apollo.MutationFunction<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>;\n\n/**\n * __useCreateGlobalFilterMutation__\n *\n * To run a mutation, you first call `useCreateGlobalFilterMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateGlobalFilterMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createGlobalFilterMutation, { data, loading, error }] = useCreateGlobalFilterMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateGlobalFilterMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>(CreateGlobalFilterDocument, options);\n }\nexport type CreateGlobalFilterMutationHookResult = ReturnType<typeof useCreateGlobalFilterMutation>;\nexport type CreateGlobalFilterMutationResult = Apollo.MutationResult<Types.CreateGlobalFilterMutation>;\nexport type CreateGlobalFilterMutationOptions = Apollo.BaseMutationOptions<Types.CreateGlobalFilterMutation, Types.CreateGlobalFilterMutationVariables>;\nexport const CreateTemplateDocument = gql`\n mutation CreateTemplate($input: CreateTemplateInput!) {\n createTemplate(input: $input) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type CreateTemplateMutationFn = Apollo.MutationFunction<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>;\n\n/**\n * __useCreateTemplateMutation__\n *\n * To run a mutation, you first call `useCreateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createTemplateMutation, { data, loading, error }] = useCreateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>(CreateTemplateDocument, options);\n }\nexport type CreateTemplateMutationHookResult = ReturnType<typeof useCreateTemplateMutation>;\nexport type CreateTemplateMutationResult = Apollo.MutationResult<Types.CreateTemplateMutation>;\nexport type CreateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.CreateTemplateMutation, Types.CreateTemplateMutationVariables>;\nexport const DeleteDashboardDocument = gql`\n mutation DeleteDashboard($id: ID!) {\n deleteBigConsoleDashboard(id: $id)\n}\n `;\nexport type DeleteDashboardMutationFn = Apollo.MutationFunction<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>;\n\n/**\n * __useDeleteDashboardMutation__\n *\n * To run a mutation, you first call `useDeleteDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDashboardMutation, { data, loading, error }] = useDeleteDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>(DeleteDashboardDocument, options);\n }\nexport type DeleteDashboardMutationHookResult = ReturnType<typeof useDeleteDashboardMutation>;\nexport type DeleteDashboardMutationResult = Apollo.MutationResult<Types.DeleteDashboardMutation>;\nexport type DeleteDashboardMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDashboardMutation, Types.DeleteDashboardMutationVariables>;\nexport const DeleteDashboardPageDocument = gql`\n mutation DeleteDashboardPage($id: ID!) {\n deleteDashboardPage(id: $id)\n}\n `;\nexport type DeleteDashboardPageMutationFn = Apollo.MutationFunction<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>;\n\n/**\n * __useDeleteDashboardPageMutation__\n *\n * To run a mutation, you first call `useDeleteDashboardPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDashboardPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDashboardPageMutation, { data, loading, error }] = useDeleteDashboardPageMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDashboardPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>(DeleteDashboardPageDocument, options);\n }\nexport type DeleteDashboardPageMutationHookResult = ReturnType<typeof useDeleteDashboardPageMutation>;\nexport type DeleteDashboardPageMutationResult = Apollo.MutationResult<Types.DeleteDashboardPageMutation>;\nexport type DeleteDashboardPageMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDashboardPageMutation, Types.DeleteDashboardPageMutationVariables>;\nexport const DeleteDashboardViewDocument = gql`\n mutation DeleteDashboardView($id: ID!) {\n deleteDashboardView(id: $id)\n}\n `;\nexport type DeleteDashboardViewMutationFn = Apollo.MutationFunction<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>;\n\n/**\n * __useDeleteDashboardViewMutation__\n *\n * To run a mutation, you first call `useDeleteDashboardViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDashboardViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDashboardViewMutation, { data, loading, error }] = useDeleteDashboardViewMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDashboardViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>(DeleteDashboardViewDocument, options);\n }\nexport type DeleteDashboardViewMutationHookResult = ReturnType<typeof useDeleteDashboardViewMutation>;\nexport type DeleteDashboardViewMutationResult = Apollo.MutationResult<Types.DeleteDashboardViewMutation>;\nexport type DeleteDashboardViewMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDashboardViewMutation, Types.DeleteDashboardViewMutationVariables>;\nexport const DeleteGlobalFilterDocument = gql`\n mutation DeleteGlobalFilter($id: ID!) {\n deleteGlobalFilter(id: $id)\n}\n `;\nexport type DeleteGlobalFilterMutationFn = Apollo.MutationFunction<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>;\n\n/**\n * __useDeleteGlobalFilterMutation__\n *\n * To run a mutation, you first call `useDeleteGlobalFilterMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteGlobalFilterMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteGlobalFilterMutation, { data, loading, error }] = useDeleteGlobalFilterMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteGlobalFilterMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>(DeleteGlobalFilterDocument, options);\n }\nexport type DeleteGlobalFilterMutationHookResult = ReturnType<typeof useDeleteGlobalFilterMutation>;\nexport type DeleteGlobalFilterMutationResult = Apollo.MutationResult<Types.DeleteGlobalFilterMutation>;\nexport type DeleteGlobalFilterMutationOptions = Apollo.BaseMutationOptions<Types.DeleteGlobalFilterMutation, Types.DeleteGlobalFilterMutationVariables>;\nexport const DeleteTemplateDocument = gql`\n mutation DeleteTemplate($id: ID!) {\n deleteTemplate(id: $id)\n}\n `;\nexport type DeleteTemplateMutationFn = Apollo.MutationFunction<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>;\n\n/**\n * __useDeleteTemplateMutation__\n *\n * To run a mutation, you first call `useDeleteTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteTemplateMutation, { data, loading, error }] = useDeleteTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>(DeleteTemplateDocument, options);\n }\nexport type DeleteTemplateMutationHookResult = ReturnType<typeof useDeleteTemplateMutation>;\nexport type DeleteTemplateMutationResult = Apollo.MutationResult<Types.DeleteTemplateMutation>;\nexport type DeleteTemplateMutationOptions = Apollo.BaseMutationOptions<Types.DeleteTemplateMutation, Types.DeleteTemplateMutationVariables>;\nexport const DeprecateTemplateDocument = gql`\n mutation DeprecateTemplate($id: ID!) {\n deprecateTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type DeprecateTemplateMutationFn = Apollo.MutationFunction<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>;\n\n/**\n * __useDeprecateTemplateMutation__\n *\n * To run a mutation, you first call `useDeprecateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeprecateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deprecateTemplateMutation, { data, loading, error }] = useDeprecateTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeprecateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>(DeprecateTemplateDocument, options);\n }\nexport type DeprecateTemplateMutationHookResult = ReturnType<typeof useDeprecateTemplateMutation>;\nexport type DeprecateTemplateMutationResult = Apollo.MutationResult<Types.DeprecateTemplateMutation>;\nexport type DeprecateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.DeprecateTemplateMutation, Types.DeprecateTemplateMutationVariables>;\nexport const ImportDashboardDocument = gql`\n mutation ImportDashboard($input: ImportBigConsoleDashboardInput!) {\n importBigConsoleDashboard(input: $input) {\n success\n dashboard {\n ...DashboardFullFields\n }\n errorMessage\n stats {\n pagesCreated\n widgetsCreated\n actionsCreated\n filtersCreated\n translationsCreated\n dataSourcesSkipped\n webhooksSkipped\n }\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type ImportDashboardMutationFn = Apollo.MutationFunction<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>;\n\n/**\n * __useImportDashboardMutation__\n *\n * To run a mutation, you first call `useImportDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useImportDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [importDashboardMutation, { data, loading, error }] = useImportDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useImportDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>(ImportDashboardDocument, options);\n }\nexport type ImportDashboardMutationHookResult = ReturnType<typeof useImportDashboardMutation>;\nexport type ImportDashboardMutationResult = Apollo.MutationResult<Types.ImportDashboardMutation>;\nexport type ImportDashboardMutationOptions = Apollo.BaseMutationOptions<Types.ImportDashboardMutation, Types.ImportDashboardMutationVariables>;\nexport const ImportDashboardWithConflictDocument = gql`\n mutation ImportDashboardWithConflict($input: ImportDashboardInput!) {\n importDashboard(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type ImportDashboardWithConflictMutationFn = Apollo.MutationFunction<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>;\n\n/**\n * __useImportDashboardWithConflictMutation__\n *\n * To run a mutation, you first call `useImportDashboardWithConflictMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useImportDashboardWithConflictMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [importDashboardWithConflictMutation, { data, loading, error }] = useImportDashboardWithConflictMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useImportDashboardWithConflictMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>(ImportDashboardWithConflictDocument, options);\n }\nexport type ImportDashboardWithConflictMutationHookResult = ReturnType<typeof useImportDashboardWithConflictMutation>;\nexport type ImportDashboardWithConflictMutationResult = Apollo.MutationResult<Types.ImportDashboardWithConflictMutation>;\nexport type ImportDashboardWithConflictMutationOptions = Apollo.BaseMutationOptions<Types.ImportDashboardWithConflictMutation, Types.ImportDashboardWithConflictMutationVariables>;\nexport const InstantiateTemplateDocument = gql`\n mutation InstantiateTemplate($input: InstantiateTemplateInput!) {\n instantiateTemplate(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type InstantiateTemplateMutationFn = Apollo.MutationFunction<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>;\n\n/**\n * __useInstantiateTemplateMutation__\n *\n * To run a mutation, you first call `useInstantiateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInstantiateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [instantiateTemplateMutation, { data, loading, error }] = useInstantiateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useInstantiateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>(InstantiateTemplateDocument, options);\n }\nexport type InstantiateTemplateMutationHookResult = ReturnType<typeof useInstantiateTemplateMutation>;\nexport type InstantiateTemplateMutationResult = Apollo.MutationResult<Types.InstantiateTemplateMutation>;\nexport type InstantiateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.InstantiateTemplateMutation, Types.InstantiateTemplateMutationVariables>;\nexport const PublishDashboardDocument = gql`\n mutation PublishDashboard($id: ID!) {\n publishDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type PublishDashboardMutationFn = Apollo.MutationFunction<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>;\n\n/**\n * __usePublishDashboardMutation__\n *\n * To run a mutation, you first call `usePublishDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePublishDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [publishDashboardMutation, { data, loading, error }] = usePublishDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function usePublishDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>(PublishDashboardDocument, options);\n }\nexport type PublishDashboardMutationHookResult = ReturnType<typeof usePublishDashboardMutation>;\nexport type PublishDashboardMutationResult = Apollo.MutationResult<Types.PublishDashboardMutation>;\nexport type PublishDashboardMutationOptions = Apollo.BaseMutationOptions<Types.PublishDashboardMutation, Types.PublishDashboardMutationVariables>;\nexport const PublishTemplateDocument = gql`\n mutation PublishTemplate($id: ID!) {\n publishTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type PublishTemplateMutationFn = Apollo.MutationFunction<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>;\n\n/**\n * __usePublishTemplateMutation__\n *\n * To run a mutation, you first call `usePublishTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `usePublishTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [publishTemplateMutation, { data, loading, error }] = usePublishTemplateMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function usePublishTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>(PublishTemplateDocument, options);\n }\nexport type PublishTemplateMutationHookResult = ReturnType<typeof usePublishTemplateMutation>;\nexport type PublishTemplateMutationResult = Apollo.MutationResult<Types.PublishTemplateMutation>;\nexport type PublishTemplateMutationOptions = Apollo.BaseMutationOptions<Types.PublishTemplateMutation, Types.PublishTemplateMutationVariables>;\nexport const RateTemplateDocument = gql`\n mutation RateTemplate($input: RateTemplateInput!) {\n rateTemplate(input: $input) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type RateTemplateMutationFn = Apollo.MutationFunction<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>;\n\n/**\n * __useRateTemplateMutation__\n *\n * To run a mutation, you first call `useRateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [rateTemplateMutation, { data, loading, error }] = useRateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>(RateTemplateDocument, options);\n }\nexport type RateTemplateMutationHookResult = ReturnType<typeof useRateTemplateMutation>;\nexport type RateTemplateMutationResult = Apollo.MutationResult<Types.RateTemplateMutation>;\nexport type RateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.RateTemplateMutation, Types.RateTemplateMutationVariables>;\nexport const ReorderDashboardPagesDocument = gql`\n mutation ReorderDashboardPages($dashboardId: ID!, $pageIds: [ID!]!) {\n reorderDashboardPages(dashboardId: $dashboardId, pageIds: $pageIds) {\n ...DashboardPageFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}`;\nexport type ReorderDashboardPagesMutationFn = Apollo.MutationFunction<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>;\n\n/**\n * __useReorderDashboardPagesMutation__\n *\n * To run a mutation, you first call `useReorderDashboardPagesMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderDashboardPagesMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [reorderDashboardPagesMutation, { data, loading, error }] = useReorderDashboardPagesMutation({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * pageIds: // value for 'pageIds'\n * },\n * });\n */\nexport function useReorderDashboardPagesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>(ReorderDashboardPagesDocument, options);\n }\nexport type ReorderDashboardPagesMutationHookResult = ReturnType<typeof useReorderDashboardPagesMutation>;\nexport type ReorderDashboardPagesMutationResult = Apollo.MutationResult<Types.ReorderDashboardPagesMutation>;\nexport type ReorderDashboardPagesMutationOptions = Apollo.BaseMutationOptions<Types.ReorderDashboardPagesMutation, Types.ReorderDashboardPagesMutationVariables>;\nexport const ReorderGlobalFiltersDocument = gql`\n mutation ReorderGlobalFilters($dashboardId: ID!, $filterIds: [ID!]!) {\n reorderGlobalFilters(dashboardId: $dashboardId, filterIds: $filterIds) {\n ...GlobalFilterFields\n }\n}\n ${GlobalFilterFieldsFragmentDoc}`;\nexport type ReorderGlobalFiltersMutationFn = Apollo.MutationFunction<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>;\n\n/**\n * __useReorderGlobalFiltersMutation__\n *\n * To run a mutation, you first call `useReorderGlobalFiltersMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderGlobalFiltersMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [reorderGlobalFiltersMutation, { data, loading, error }] = useReorderGlobalFiltersMutation({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * filterIds: // value for 'filterIds'\n * },\n * });\n */\nexport function useReorderGlobalFiltersMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>(ReorderGlobalFiltersDocument, options);\n }\nexport type ReorderGlobalFiltersMutationHookResult = ReturnType<typeof useReorderGlobalFiltersMutation>;\nexport type ReorderGlobalFiltersMutationResult = Apollo.MutationResult<Types.ReorderGlobalFiltersMutation>;\nexport type ReorderGlobalFiltersMutationOptions = Apollo.BaseMutationOptions<Types.ReorderGlobalFiltersMutation, Types.ReorderGlobalFiltersMutationVariables>;\nexport const RestoreDashboardDocument = gql`\n mutation RestoreDashboard($id: ID!) {\n restoreDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type RestoreDashboardMutationFn = Apollo.MutationFunction<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>;\n\n/**\n * __useRestoreDashboardMutation__\n *\n * To run a mutation, you first call `useRestoreDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRestoreDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [restoreDashboardMutation, { data, loading, error }] = useRestoreDashboardMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRestoreDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>(RestoreDashboardDocument, options);\n }\nexport type RestoreDashboardMutationHookResult = ReturnType<typeof useRestoreDashboardMutation>;\nexport type RestoreDashboardMutationResult = Apollo.MutationResult<Types.RestoreDashboardMutation>;\nexport type RestoreDashboardMutationOptions = Apollo.BaseMutationOptions<Types.RestoreDashboardMutation, Types.RestoreDashboardMutationVariables>;\nexport const RevokeAllSharesDocument = gql`\n mutation RevokeAllShares($dashboardId: ID!) {\n revokeAllShares(dashboardId: $dashboardId)\n}\n `;\nexport type RevokeAllSharesMutationFn = Apollo.MutationFunction<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>;\n\n/**\n * __useRevokeAllSharesMutation__\n *\n * To run a mutation, you first call `useRevokeAllSharesMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeAllSharesMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [revokeAllSharesMutation, { data, loading, error }] = useRevokeAllSharesMutation({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useRevokeAllSharesMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>(RevokeAllSharesDocument, options);\n }\nexport type RevokeAllSharesMutationHookResult = ReturnType<typeof useRevokeAllSharesMutation>;\nexport type RevokeAllSharesMutationResult = Apollo.MutationResult<Types.RevokeAllSharesMutation>;\nexport type RevokeAllSharesMutationOptions = Apollo.BaseMutationOptions<Types.RevokeAllSharesMutation, Types.RevokeAllSharesMutationVariables>;\nexport const RevokeDashboardShareDocument = gql`\n mutation RevokeDashboardShare($id: ID!) {\n revokeDashboardShare(id: $id)\n}\n `;\nexport type RevokeDashboardShareMutationFn = Apollo.MutationFunction<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>;\n\n/**\n * __useRevokeDashboardShareMutation__\n *\n * To run a mutation, you first call `useRevokeDashboardShareMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRevokeDashboardShareMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [revokeDashboardShareMutation, { data, loading, error }] = useRevokeDashboardShareMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useRevokeDashboardShareMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>(RevokeDashboardShareDocument, options);\n }\nexport type RevokeDashboardShareMutationHookResult = ReturnType<typeof useRevokeDashboardShareMutation>;\nexport type RevokeDashboardShareMutationResult = Apollo.MutationResult<Types.RevokeDashboardShareMutation>;\nexport type RevokeDashboardShareMutationOptions = Apollo.BaseMutationOptions<Types.RevokeDashboardShareMutation, Types.RevokeDashboardShareMutationVariables>;\nexport const SetDefaultViewDocument = gql`\n mutation SetDefaultView($viewId: ID!) {\n setDefaultView(viewId: $viewId) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\nexport type SetDefaultViewMutationFn = Apollo.MutationFunction<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>;\n\n/**\n * __useSetDefaultViewMutation__\n *\n * To run a mutation, you first call `useSetDefaultViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetDefaultViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [setDefaultViewMutation, { data, loading, error }] = useSetDefaultViewMutation({\n * variables: {\n * viewId: // value for 'viewId'\n * },\n * });\n */\nexport function useSetDefaultViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>(SetDefaultViewDocument, options);\n }\nexport type SetDefaultViewMutationHookResult = ReturnType<typeof useSetDefaultViewMutation>;\nexport type SetDefaultViewMutationResult = Apollo.MutationResult<Types.SetDefaultViewMutation>;\nexport type SetDefaultViewMutationOptions = Apollo.BaseMutationOptions<Types.SetDefaultViewMutation, Types.SetDefaultViewMutationVariables>;\nexport const ShareDashboardDocument = gql`\n mutation ShareDashboard($input: ShareDashboardInput!) {\n shareDashboard(input: $input) {\n ...DashboardShareFields\n }\n}\n ${DashboardShareFieldsFragmentDoc}`;\nexport type ShareDashboardMutationFn = Apollo.MutationFunction<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>;\n\n/**\n * __useShareDashboardMutation__\n *\n * To run a mutation, you first call `useShareDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useShareDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [shareDashboardMutation, { data, loading, error }] = useShareDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useShareDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>(ShareDashboardDocument, options);\n }\nexport type ShareDashboardMutationHookResult = ReturnType<typeof useShareDashboardMutation>;\nexport type ShareDashboardMutationResult = Apollo.MutationResult<Types.ShareDashboardMutation>;\nexport type ShareDashboardMutationOptions = Apollo.BaseMutationOptions<Types.ShareDashboardMutation, Types.ShareDashboardMutationVariables>;\nexport const UpdateDashboardDocument = gql`\n mutation UpdateDashboard($input: BigConsoleUpdateDashboardInput!) {\n updateBigConsoleDashboard(input: $input) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\nexport type UpdateDashboardMutationFn = Apollo.MutationFunction<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>;\n\n/**\n * __useUpdateDashboardMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardMutation, { data, loading, error }] = useUpdateDashboardMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>(UpdateDashboardDocument, options);\n }\nexport type UpdateDashboardMutationHookResult = ReturnType<typeof useUpdateDashboardMutation>;\nexport type UpdateDashboardMutationResult = Apollo.MutationResult<Types.UpdateDashboardMutation>;\nexport type UpdateDashboardMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardMutation, Types.UpdateDashboardMutationVariables>;\nexport const UpdateDashboardPageDocument = gql`\n mutation UpdateDashboardPage($input: UpdateDashboardPageInput!) {\n updateDashboardPage(input: $input) {\n ...DashboardPageFields\n }\n}\n ${DashboardPageFieldsFragmentDoc}`;\nexport type UpdateDashboardPageMutationFn = Apollo.MutationFunction<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>;\n\n/**\n * __useUpdateDashboardPageMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardPageMutation, { data, loading, error }] = useUpdateDashboardPageMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>(UpdateDashboardPageDocument, options);\n }\nexport type UpdateDashboardPageMutationHookResult = ReturnType<typeof useUpdateDashboardPageMutation>;\nexport type UpdateDashboardPageMutationResult = Apollo.MutationResult<Types.UpdateDashboardPageMutation>;\nexport type UpdateDashboardPageMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardPageMutation, Types.UpdateDashboardPageMutationVariables>;\nexport const UpdateDashboardShareDocument = gql`\n mutation UpdateDashboardShare($input: UpdateShareInput!) {\n updateDashboardShare(input: $input) {\n ...DashboardShareFields\n }\n}\n ${DashboardShareFieldsFragmentDoc}`;\nexport type UpdateDashboardShareMutationFn = Apollo.MutationFunction<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>;\n\n/**\n * __useUpdateDashboardShareMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardShareMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardShareMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardShareMutation, { data, loading, error }] = useUpdateDashboardShareMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardShareMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>(UpdateDashboardShareDocument, options);\n }\nexport type UpdateDashboardShareMutationHookResult = ReturnType<typeof useUpdateDashboardShareMutation>;\nexport type UpdateDashboardShareMutationResult = Apollo.MutationResult<Types.UpdateDashboardShareMutation>;\nexport type UpdateDashboardShareMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardShareMutation, Types.UpdateDashboardShareMutationVariables>;\nexport const UpdateDashboardViewDocument = gql`\n mutation UpdateDashboardView($input: UpdateDashboardViewInput!) {\n updateDashboardView(input: $input) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\nexport type UpdateDashboardViewMutationFn = Apollo.MutationFunction<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>;\n\n/**\n * __useUpdateDashboardViewMutation__\n *\n * To run a mutation, you first call `useUpdateDashboardViewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDashboardViewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDashboardViewMutation, { data, loading, error }] = useUpdateDashboardViewMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDashboardViewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>(UpdateDashboardViewDocument, options);\n }\nexport type UpdateDashboardViewMutationHookResult = ReturnType<typeof useUpdateDashboardViewMutation>;\nexport type UpdateDashboardViewMutationResult = Apollo.MutationResult<Types.UpdateDashboardViewMutation>;\nexport type UpdateDashboardViewMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDashboardViewMutation, Types.UpdateDashboardViewMutationVariables>;\nexport const UpdateGlobalFilterDocument = gql`\n mutation UpdateGlobalFilter($input: UpdateGlobalFilterInput!) {\n updateGlobalFilter(input: $input) {\n ...GlobalFilterFields\n }\n}\n ${GlobalFilterFieldsFragmentDoc}`;\nexport type UpdateGlobalFilterMutationFn = Apollo.MutationFunction<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>;\n\n/**\n * __useUpdateGlobalFilterMutation__\n *\n * To run a mutation, you first call `useUpdateGlobalFilterMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateGlobalFilterMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateGlobalFilterMutation, { data, loading, error }] = useUpdateGlobalFilterMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateGlobalFilterMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>(UpdateGlobalFilterDocument, options);\n }\nexport type UpdateGlobalFilterMutationHookResult = ReturnType<typeof useUpdateGlobalFilterMutation>;\nexport type UpdateGlobalFilterMutationResult = Apollo.MutationResult<Types.UpdateGlobalFilterMutation>;\nexport type UpdateGlobalFilterMutationOptions = Apollo.BaseMutationOptions<Types.UpdateGlobalFilterMutation, Types.UpdateGlobalFilterMutationVariables>;\nexport const UpdateTemplateDocument = gql`\n mutation UpdateTemplate($input: UpdateTemplateInput!) {\n updateTemplate(input: $input) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\nexport type UpdateTemplateMutationFn = Apollo.MutationFunction<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>;\n\n/**\n * __useUpdateTemplateMutation__\n *\n * To run a mutation, you first call `useUpdateTemplateMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateTemplateMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateTemplateMutation, { data, loading, error }] = useUpdateTemplateMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateTemplateMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>(UpdateTemplateDocument, options);\n }\nexport type UpdateTemplateMutationHookResult = ReturnType<typeof useUpdateTemplateMutation>;\nexport type UpdateTemplateMutationResult = Apollo.MutationResult<Types.UpdateTemplateMutation>;\nexport type UpdateTemplateMutationOptions = Apollo.BaseMutationOptions<Types.UpdateTemplateMutation, Types.UpdateTemplateMutationVariables>;\nexport const ExportDashboardDocument = gql`\n query ExportDashboard($id: ID!, $options: ExportDashboardOptions) {\n exportDashboard(id: $id, options: $options)\n}\n `;\n\n/**\n * __useExportDashboardQuery__\n *\n * To run a query within a React component, call `useExportDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useExportDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useExportDashboardQuery({\n * variables: {\n * id: // value for 'id'\n * options: // value for 'options'\n * },\n * });\n */\nexport function useExportDashboardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables> & ({ variables: Types.ExportDashboardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>(ExportDashboardDocument, options);\n }\nexport function useExportDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>(ExportDashboardDocument, options);\n }\n// @ts-ignore\nexport function useExportDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>;\nexport function useExportDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ExportDashboardQuery | undefined, Types.ExportDashboardQueryVariables>;\nexport function useExportDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>(ExportDashboardDocument, options);\n }\nexport type ExportDashboardQueryHookResult = ReturnType<typeof useExportDashboardQuery>;\nexport type ExportDashboardLazyQueryHookResult = ReturnType<typeof useExportDashboardLazyQuery>;\nexport type ExportDashboardSuspenseQueryHookResult = ReturnType<typeof useExportDashboardSuspenseQuery>;\nexport type ExportDashboardQueryResult = Apollo.QueryResult<Types.ExportDashboardQuery, Types.ExportDashboardQueryVariables>;\nexport const GetDashboardDocument = gql`\n query GetDashboard($id: ID!) {\n getDashboard(id: $id) {\n ...DashboardFullFields\n }\n}\n ${DashboardFullFieldsFragmentDoc}`;\n\n/**\n * __useGetDashboardQuery__\n *\n * To run a query within a React component, call `useGetDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDashboardQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDashboardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables> & ({ variables: Types.GetDashboardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>(GetDashboardDocument, options);\n }\nexport function useGetDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>(GetDashboardDocument, options);\n }\n// @ts-ignore\nexport function useGetDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>;\nexport function useGetDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardQuery | undefined, Types.GetDashboardQueryVariables>;\nexport function useGetDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>(GetDashboardDocument, options);\n }\nexport type GetDashboardQueryHookResult = ReturnType<typeof useGetDashboardQuery>;\nexport type GetDashboardLazyQueryHookResult = ReturnType<typeof useGetDashboardLazyQuery>;\nexport type GetDashboardSuspenseQueryHookResult = ReturnType<typeof useGetDashboardSuspenseQuery>;\nexport type GetDashboardQueryResult = Apollo.QueryResult<Types.GetDashboardQuery, Types.GetDashboardQueryVariables>;\nexport const GetDashboardShareDocument = gql`\n query GetDashboardShare($id: ID!) {\n getDashboardShare(id: $id) {\n ...DashboardShareFields\n }\n}\n ${DashboardShareFieldsFragmentDoc}`;\n\n/**\n * __useGetDashboardShareQuery__\n *\n * To run a query within a React component, call `useGetDashboardShareQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDashboardShareQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDashboardShareQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDashboardShareQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables> & ({ variables: Types.GetDashboardShareQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>(GetDashboardShareDocument, options);\n }\nexport function useGetDashboardShareLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>(GetDashboardShareDocument, options);\n }\n// @ts-ignore\nexport function useGetDashboardShareSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>;\nexport function useGetDashboardShareSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardShareQuery | undefined, Types.GetDashboardShareQueryVariables>;\nexport function useGetDashboardShareSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>(GetDashboardShareDocument, options);\n }\nexport type GetDashboardShareQueryHookResult = ReturnType<typeof useGetDashboardShareQuery>;\nexport type GetDashboardShareLazyQueryHookResult = ReturnType<typeof useGetDashboardShareLazyQuery>;\nexport type GetDashboardShareSuspenseQueryHookResult = ReturnType<typeof useGetDashboardShareSuspenseQuery>;\nexport type GetDashboardShareQueryResult = Apollo.QueryResult<Types.GetDashboardShareQuery, Types.GetDashboardShareQueryVariables>;\nexport const GetDashboardViewDocument = gql`\n query GetDashboardView($id: ID!) {\n getDashboardView(id: $id) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\n\n/**\n * __useGetDashboardViewQuery__\n *\n * To run a query within a React component, call `useGetDashboardViewQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDashboardViewQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDashboardViewQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetDashboardViewQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables> & ({ variables: Types.GetDashboardViewQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>(GetDashboardViewDocument, options);\n }\nexport function useGetDashboardViewLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>(GetDashboardViewDocument, options);\n }\n// @ts-ignore\nexport function useGetDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>;\nexport function useGetDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDashboardViewQuery | undefined, Types.GetDashboardViewQueryVariables>;\nexport function useGetDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>(GetDashboardViewDocument, options);\n }\nexport type GetDashboardViewQueryHookResult = ReturnType<typeof useGetDashboardViewQuery>;\nexport type GetDashboardViewLazyQueryHookResult = ReturnType<typeof useGetDashboardViewLazyQuery>;\nexport type GetDashboardViewSuspenseQueryHookResult = ReturnType<typeof useGetDashboardViewSuspenseQuery>;\nexport type GetDashboardViewQueryResult = Apollo.QueryResult<Types.GetDashboardViewQuery, Types.GetDashboardViewQueryVariables>;\nexport const GetDefaultDashboardViewDocument = gql`\n query GetDefaultDashboardView($dashboardId: ID!) {\n getDefaultDashboardView(dashboardId: $dashboardId) {\n ...DashboardViewFields\n }\n}\n ${DashboardViewFieldsFragmentDoc}`;\n\n/**\n * __useGetDefaultDashboardViewQuery__\n *\n * To run a query within a React component, call `useGetDefaultDashboardViewQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDefaultDashboardViewQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDefaultDashboardViewQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useGetDefaultDashboardViewQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables> & ({ variables: Types.GetDefaultDashboardViewQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>(GetDefaultDashboardViewDocument, options);\n }\nexport function useGetDefaultDashboardViewLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>(GetDefaultDashboardViewDocument, options);\n }\n// @ts-ignore\nexport function useGetDefaultDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>;\nexport function useGetDefaultDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultDashboardViewQuery | undefined, Types.GetDefaultDashboardViewQueryVariables>;\nexport function useGetDefaultDashboardViewSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>(GetDefaultDashboardViewDocument, options);\n }\nexport type GetDefaultDashboardViewQueryHookResult = ReturnType<typeof useGetDefaultDashboardViewQuery>;\nexport type GetDefaultDashboardViewLazyQueryHookResult = ReturnType<typeof useGetDefaultDashboardViewLazyQuery>;\nexport type GetDefaultDashboardViewSuspenseQueryHookResult = ReturnType<typeof useGetDefaultDashboardViewSuspenseQuery>;\nexport type GetDefaultDashboardViewQueryResult = Apollo.QueryResult<Types.GetDefaultDashboardViewQuery, Types.GetDefaultDashboardViewQueryVariables>;\nexport const GetTemplateDocument = gql`\n query GetTemplate($id: ID!) {\n getTemplate(id: $id) {\n ...DashboardTemplateFields\n }\n}\n ${DashboardTemplateFieldsFragmentDoc}`;\n\n/**\n * __useGetTemplateQuery__\n *\n * To run a query within a React component, call `useGetTemplateQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetTemplateQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetTemplateQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetTemplateQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables> & ({ variables: Types.GetTemplateQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\nexport function useGetTemplateLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\n// @ts-ignore\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>;\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetTemplateQuery | undefined, Types.GetTemplateQueryVariables>;\nexport function useGetTemplateSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>(GetTemplateDocument, options);\n }\nexport type GetTemplateQueryHookResult = ReturnType<typeof useGetTemplateQuery>;\nexport type GetTemplateLazyQueryHookResult = ReturnType<typeof useGetTemplateLazyQuery>;\nexport type GetTemplateSuspenseQueryHookResult = ReturnType<typeof useGetTemplateSuspenseQuery>;\nexport type GetTemplateQueryResult = Apollo.QueryResult<Types.GetTemplateQuery, Types.GetTemplateQueryVariables>;\nexport const ListDashboardSharesDocument = gql`\n query ListDashboardShares($dashboardId: ID!, $first: Int, $after: String) {\n listDashboardShares(dashboardId: $dashboardId, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardShareFields\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardShareFieldsFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDashboardSharesQuery__\n *\n * To run a query within a React component, call `useListDashboardSharesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDashboardSharesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDashboardSharesQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListDashboardSharesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables> & ({ variables: Types.ListDashboardSharesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>(ListDashboardSharesDocument, options);\n }\nexport function useListDashboardSharesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>(ListDashboardSharesDocument, options);\n }\n// @ts-ignore\nexport function useListDashboardSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>;\nexport function useListDashboardSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardSharesQuery | undefined, Types.ListDashboardSharesQueryVariables>;\nexport function useListDashboardSharesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>(ListDashboardSharesDocument, options);\n }\nexport type ListDashboardSharesQueryHookResult = ReturnType<typeof useListDashboardSharesQuery>;\nexport type ListDashboardSharesLazyQueryHookResult = ReturnType<typeof useListDashboardSharesLazyQuery>;\nexport type ListDashboardSharesSuspenseQueryHookResult = ReturnType<typeof useListDashboardSharesSuspenseQuery>;\nexport type ListDashboardSharesQueryResult = Apollo.QueryResult<Types.ListDashboardSharesQuery, Types.ListDashboardSharesQueryVariables>;\nexport const ListDashboardViewsDocument = gql`\n query ListDashboardViews($dashboardId: ID!, $first: Int, $after: String) {\n listDashboardViews(dashboardId: $dashboardId, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardViewFields\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardViewFieldsFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDashboardViewsQuery__\n *\n * To run a query within a React component, call `useListDashboardViewsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDashboardViewsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDashboardViewsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListDashboardViewsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables> & ({ variables: Types.ListDashboardViewsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>(ListDashboardViewsDocument, options);\n }\nexport function useListDashboardViewsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>(ListDashboardViewsDocument, options);\n }\n// @ts-ignore\nexport function useListDashboardViewsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>;\nexport function useListDashboardViewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardViewsQuery | undefined, Types.ListDashboardViewsQueryVariables>;\nexport function useListDashboardViewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>(ListDashboardViewsDocument, options);\n }\nexport type ListDashboardViewsQueryHookResult = ReturnType<typeof useListDashboardViewsQuery>;\nexport type ListDashboardViewsLazyQueryHookResult = ReturnType<typeof useListDashboardViewsLazyQuery>;\nexport type ListDashboardViewsSuspenseQueryHookResult = ReturnType<typeof useListDashboardViewsSuspenseQuery>;\nexport type ListDashboardViewsQueryResult = Apollo.QueryResult<Types.ListDashboardViewsQuery, Types.ListDashboardViewsQueryVariables>;\nexport const ListDashboardsDocument = gql`\n query ListDashboards($first: Int, $after: String, $category: DashboardCategory, $visibility: DashboardVisibility, $ownerId: ID, $tagIds: [ID!], $search: String, $includeArchived: Boolean, $sortBy: DashboardSortField, $sortOrder: SortOrder) {\n listDashboards(\n first: $first\n after: $after\n category: $category\n visibility: $visibility\n ownerId: $ownerId\n tagIds: $tagIds\n search: $search\n includeArchived: $includeArchived\n sortBy: $sortBy\n sortOrder: $sortOrder\n ) {\n edges {\n cursor\n node {\n ...DashboardListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDashboardsQuery__\n *\n * To run a query within a React component, call `useListDashboardsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDashboardsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDashboardsQuery({\n * variables: {\n * first: // value for 'first'\n * after: // value for 'after'\n * category: // value for 'category'\n * visibility: // value for 'visibility'\n * ownerId: // value for 'ownerId'\n * tagIds: // value for 'tagIds'\n * search: // value for 'search'\n * includeArchived: // value for 'includeArchived'\n * sortBy: // value for 'sortBy'\n * sortOrder: // value for 'sortOrder'\n * },\n * });\n */\nexport function useListDashboardsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>(ListDashboardsDocument, options);\n }\nexport function useListDashboardsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>(ListDashboardsDocument, options);\n }\n// @ts-ignore\nexport function useListDashboardsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>;\nexport function useListDashboardsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDashboardsQuery | undefined, Types.ListDashboardsQueryVariables>;\nexport function useListDashboardsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>(ListDashboardsDocument, options);\n }\nexport type ListDashboardsQueryHookResult = ReturnType<typeof useListDashboardsQuery>;\nexport type ListDashboardsLazyQueryHookResult = ReturnType<typeof useListDashboardsLazyQuery>;\nexport type ListDashboardsSuspenseQueryHookResult = ReturnType<typeof useListDashboardsSuspenseQuery>;\nexport type ListDashboardsQueryResult = Apollo.QueryResult<Types.ListDashboardsQuery, Types.ListDashboardsQueryVariables>;\nexport const ListFeaturedTemplatesDocument = gql`\n query ListFeaturedTemplates($category: DashboardCategory, $first: Int, $after: String) {\n listFeaturedTemplates(category: $category, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardTemplateListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardTemplateListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListFeaturedTemplatesQuery__\n *\n * To run a query within a React component, call `useListFeaturedTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListFeaturedTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListFeaturedTemplatesQuery({\n * variables: {\n * category: // value for 'category'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListFeaturedTemplatesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>(ListFeaturedTemplatesDocument, options);\n }\nexport function useListFeaturedTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>(ListFeaturedTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useListFeaturedTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>;\nexport function useListFeaturedTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListFeaturedTemplatesQuery | undefined, Types.ListFeaturedTemplatesQueryVariables>;\nexport function useListFeaturedTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>(ListFeaturedTemplatesDocument, options);\n }\nexport type ListFeaturedTemplatesQueryHookResult = ReturnType<typeof useListFeaturedTemplatesQuery>;\nexport type ListFeaturedTemplatesLazyQueryHookResult = ReturnType<typeof useListFeaturedTemplatesLazyQuery>;\nexport type ListFeaturedTemplatesSuspenseQueryHookResult = ReturnType<typeof useListFeaturedTemplatesSuspenseQuery>;\nexport type ListFeaturedTemplatesQueryResult = Apollo.QueryResult<Types.ListFeaturedTemplatesQuery, Types.ListFeaturedTemplatesQueryVariables>;\nexport const ListSharedWithMeDocument = gql`\n query ListSharedWithMe($first: Int, $after: String) {\n listSharedWithMe(first: $first, after: $after) {\n edges {\n cursor\n node {\n ...DashboardShareFields\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardShareFieldsFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListSharedWithMeQuery__\n *\n * To run a query within a React component, call `useListSharedWithMeQuery` and pass it any options that fit your needs.\n * When your component renders, `useListSharedWithMeQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListSharedWithMeQuery({\n * variables: {\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListSharedWithMeQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>(ListSharedWithMeDocument, options);\n }\nexport function useListSharedWithMeLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>(ListSharedWithMeDocument, options);\n }\n// @ts-ignore\nexport function useListSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>;\nexport function useListSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListSharedWithMeQuery | undefined, Types.ListSharedWithMeQueryVariables>;\nexport function useListSharedWithMeSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>(ListSharedWithMeDocument, options);\n }\nexport type ListSharedWithMeQueryHookResult = ReturnType<typeof useListSharedWithMeQuery>;\nexport type ListSharedWithMeLazyQueryHookResult = ReturnType<typeof useListSharedWithMeLazyQuery>;\nexport type ListSharedWithMeSuspenseQueryHookResult = ReturnType<typeof useListSharedWithMeSuspenseQuery>;\nexport type ListSharedWithMeQueryResult = Apollo.QueryResult<Types.ListSharedWithMeQuery, Types.ListSharedWithMeQueryVariables>;\nexport const ListTemplatesDocument = gql`\n query ListTemplates($category: DashboardCategory, $complexity: TemplateComplexity, $authorType: TemplateAuthorType, $isFeatured: Boolean, $status: TemplateStatus, $search: String, $first: Int, $after: String) {\n listTemplates(\n category: $category\n complexity: $complexity\n authorType: $authorType\n isFeatured: $isFeatured\n status: $status\n search: $search\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...DashboardTemplateListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardTemplateListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListTemplatesQuery__\n *\n * To run a query within a React component, call `useListTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListTemplatesQuery({\n * variables: {\n * category: // value for 'category'\n * complexity: // value for 'complexity'\n * authorType: // value for 'authorType'\n * isFeatured: // value for 'isFeatured'\n * status: // value for 'status'\n * search: // value for 'search'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListTemplatesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\nexport function useListTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>;\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListTemplatesQuery | undefined, Types.ListTemplatesQueryVariables>;\nexport function useListTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>(ListTemplatesDocument, options);\n }\nexport type ListTemplatesQueryHookResult = ReturnType<typeof useListTemplatesQuery>;\nexport type ListTemplatesLazyQueryHookResult = ReturnType<typeof useListTemplatesLazyQuery>;\nexport type ListTemplatesSuspenseQueryHookResult = ReturnType<typeof useListTemplatesSuspenseQuery>;\nexport type ListTemplatesQueryResult = Apollo.QueryResult<Types.ListTemplatesQuery, Types.ListTemplatesQueryVariables>;\nexport const SearchTemplatesDocument = gql`\n query SearchTemplates($query: String!, $category: DashboardCategory, $complexity: TemplateComplexity, $first: Int, $after: String) {\n searchTemplates(\n query: $query\n category: $category\n complexity: $complexity\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...DashboardTemplateListItem\n }\n }\n pageInfo {\n ...PageInfoFields\n }\n totalCount\n }\n}\n ${DashboardTemplateListItemFragmentDoc}\n${PageInfoFieldsFragmentDoc}`;\n\n/**\n * __useSearchTemplatesQuery__\n *\n * To run a query within a React component, call `useSearchTemplatesQuery` and pass it any options that fit your needs.\n * When your component renders, `useSearchTemplatesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSearchTemplatesQuery({\n * variables: {\n * query: // value for 'query'\n * category: // value for 'category'\n * complexity: // value for 'complexity'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useSearchTemplatesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables> & ({ variables: Types.SearchTemplatesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>(SearchTemplatesDocument, options);\n }\nexport function useSearchTemplatesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>(SearchTemplatesDocument, options);\n }\n// @ts-ignore\nexport function useSearchTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>;\nexport function useSearchTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchTemplatesQuery | undefined, Types.SearchTemplatesQueryVariables>;\nexport function useSearchTemplatesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>(SearchTemplatesDocument, options);\n }\nexport type SearchTemplatesQueryHookResult = ReturnType<typeof useSearchTemplatesQuery>;\nexport type SearchTemplatesLazyQueryHookResult = ReturnType<typeof useSearchTemplatesLazyQuery>;\nexport type SearchTemplatesSuspenseQueryHookResult = ReturnType<typeof useSearchTemplatesSuspenseQuery>;\nexport type SearchTemplatesQueryResult = Apollo.QueryResult<Types.SearchTemplatesQuery, Types.SearchTemplatesQueryVariables>;\nexport const ValidateDashboardImportDocument = gql`\n query ValidateDashboardImport($content: String!) {\n validateDashboardImport(content: $content) {\n isValid\n dashboardInfo {\n name\n description\n pageCount\n widgetCount\n exportedAt\n exportedFrom\n schemaVersion\n }\n errors {\n code\n message\n path\n }\n warnings {\n code\n message\n path\n suggestion\n }\n }\n}\n `;\n\n/**\n * __useValidateDashboardImportQuery__\n *\n * To run a query within a React component, call `useValidateDashboardImportQuery` and pass it any options that fit your needs.\n * When your component renders, `useValidateDashboardImportQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useValidateDashboardImportQuery({\n * variables: {\n * content: // value for 'content'\n * },\n * });\n */\nexport function useValidateDashboardImportQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables> & ({ variables: Types.ValidateDashboardImportQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>(ValidateDashboardImportDocument, options);\n }\nexport function useValidateDashboardImportLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>(ValidateDashboardImportDocument, options);\n }\n// @ts-ignore\nexport function useValidateDashboardImportSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>;\nexport function useValidateDashboardImportSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ValidateDashboardImportQuery | undefined, Types.ValidateDashboardImportQueryVariables>;\nexport function useValidateDashboardImportSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>(ValidateDashboardImportDocument, options);\n }\nexport type ValidateDashboardImportQueryHookResult = ReturnType<typeof useValidateDashboardImportQuery>;\nexport type ValidateDashboardImportLazyQueryHookResult = ReturnType<typeof useValidateDashboardImportLazyQuery>;\nexport type ValidateDashboardImportSuspenseQueryHookResult = ReturnType<typeof useValidateDashboardImportSuspenseQuery>;\nexport type ValidateDashboardImportQueryResult = Apollo.QueryResult<Types.ValidateDashboardImportQuery, Types.ValidateDashboardImportQueryVariables>;\nexport const BatchCreateDataSinksDocument = gql`\n mutation BatchCreateDataSinks($inputs: [CreateDataSinkInput!]!) {\n batchCreateDataSinks(inputs: $inputs) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type BatchCreateDataSinksMutationFn = Apollo.MutationFunction<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>;\n\n/**\n * __useBatchCreateDataSinksMutation__\n *\n * To run a mutation, you first call `useBatchCreateDataSinksMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBatchCreateDataSinksMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [batchCreateDataSinksMutation, { data, loading, error }] = useBatchCreateDataSinksMutation({\n * variables: {\n * inputs: // value for 'inputs'\n * },\n * });\n */\nexport function useBatchCreateDataSinksMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>(BatchCreateDataSinksDocument, options);\n }\nexport type BatchCreateDataSinksMutationHookResult = ReturnType<typeof useBatchCreateDataSinksMutation>;\nexport type BatchCreateDataSinksMutationResult = Apollo.MutationResult<Types.BatchCreateDataSinksMutation>;\nexport type BatchCreateDataSinksMutationOptions = Apollo.BaseMutationOptions<Types.BatchCreateDataSinksMutation, Types.BatchCreateDataSinksMutationVariables>;\nexport const BatchDeleteDataSinksDocument = gql`\n mutation BatchDeleteDataSinks($ids: [ID!]!) {\n batchDeleteDataSinks(ids: $ids) {\n id\n deletedAt\n }\n}\n `;\nexport type BatchDeleteDataSinksMutationFn = Apollo.MutationFunction<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>;\n\n/**\n * __useBatchDeleteDataSinksMutation__\n *\n * To run a mutation, you first call `useBatchDeleteDataSinksMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBatchDeleteDataSinksMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [batchDeleteDataSinksMutation, { data, loading, error }] = useBatchDeleteDataSinksMutation({\n * variables: {\n * ids: // value for 'ids'\n * },\n * });\n */\nexport function useBatchDeleteDataSinksMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>(BatchDeleteDataSinksDocument, options);\n }\nexport type BatchDeleteDataSinksMutationHookResult = ReturnType<typeof useBatchDeleteDataSinksMutation>;\nexport type BatchDeleteDataSinksMutationResult = Apollo.MutationResult<Types.BatchDeleteDataSinksMutation>;\nexport type BatchDeleteDataSinksMutationOptions = Apollo.BaseMutationOptions<Types.BatchDeleteDataSinksMutation, Types.BatchDeleteDataSinksMutationVariables>;\nexport const CreateDataSinkDocument = gql`\n mutation CreateDataSink($input: CreateDataSinkInput!) {\n createDataSink(input: $input) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type CreateDataSinkMutationFn = Apollo.MutationFunction<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>;\n\n/**\n * __useCreateDataSinkMutation__\n *\n * To run a mutation, you first call `useCreateDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDataSinkMutation, { data, loading, error }] = useCreateDataSinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>(CreateDataSinkDocument, options);\n }\nexport type CreateDataSinkMutationHookResult = ReturnType<typeof useCreateDataSinkMutation>;\nexport type CreateDataSinkMutationResult = Apollo.MutationResult<Types.CreateDataSinkMutation>;\nexport type CreateDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.CreateDataSinkMutation, Types.CreateDataSinkMutationVariables>;\nexport const DeleteDataSinkDocument = gql`\n mutation DeleteDataSink($id: ID!) {\n deleteDataSink(id: $id) {\n id\n deletedAt\n deletedBy\n }\n}\n `;\nexport type DeleteDataSinkMutationFn = Apollo.MutationFunction<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>;\n\n/**\n * __useDeleteDataSinkMutation__\n *\n * To run a mutation, you first call `useDeleteDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteDataSinkMutation, { data, loading, error }] = useDeleteDataSinkMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>(DeleteDataSinkDocument, options);\n }\nexport type DeleteDataSinkMutationHookResult = ReturnType<typeof useDeleteDataSinkMutation>;\nexport type DeleteDataSinkMutationResult = Apollo.MutationResult<Types.DeleteDataSinkMutation>;\nexport type DeleteDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.DeleteDataSinkMutation, Types.DeleteDataSinkMutationVariables>;\nexport const InvalidateDataSinkCacheDocument = gql`\n mutation InvalidateDataSinkCache($id: ID) {\n invalidateDataSinkCache(id: $id) {\n count\n invalidatedIds\n success\n message\n }\n}\n `;\nexport type InvalidateDataSinkCacheMutationFn = Apollo.MutationFunction<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>;\n\n/**\n * __useInvalidateDataSinkCacheMutation__\n *\n * To run a mutation, you first call `useInvalidateDataSinkCacheMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useInvalidateDataSinkCacheMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [invalidateDataSinkCacheMutation, { data, loading, error }] = useInvalidateDataSinkCacheMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useInvalidateDataSinkCacheMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>(InvalidateDataSinkCacheDocument, options);\n }\nexport type InvalidateDataSinkCacheMutationHookResult = ReturnType<typeof useInvalidateDataSinkCacheMutation>;\nexport type InvalidateDataSinkCacheMutationResult = Apollo.MutationResult<Types.InvalidateDataSinkCacheMutation>;\nexport type InvalidateDataSinkCacheMutationOptions = Apollo.BaseMutationOptions<Types.InvalidateDataSinkCacheMutation, Types.InvalidateDataSinkCacheMutationVariables>;\nexport const RefreshDataSinkDocument = gql`\n mutation RefreshDataSink($input: RefreshDataSinkInput!) {\n refreshDataSink(input: $input) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type RefreshDataSinkMutationFn = Apollo.MutationFunction<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>;\n\n/**\n * __useRefreshDataSinkMutation__\n *\n * To run a mutation, you first call `useRefreshDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRefreshDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [refreshDataSinkMutation, { data, loading, error }] = useRefreshDataSinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useRefreshDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>(RefreshDataSinkDocument, options);\n }\nexport type RefreshDataSinkMutationHookResult = ReturnType<typeof useRefreshDataSinkMutation>;\nexport type RefreshDataSinkMutationResult = Apollo.MutationResult<Types.RefreshDataSinkMutation>;\nexport type RefreshDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.RefreshDataSinkMutation, Types.RefreshDataSinkMutationVariables>;\nexport const UpdateDataSinkDocument = gql`\n mutation UpdateDataSink($input: UpdateDataSinkInput!) {\n updateDataSink(input: $input) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\nexport type UpdateDataSinkMutationFn = Apollo.MutationFunction<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>;\n\n/**\n * __useUpdateDataSinkMutation__\n *\n * To run a mutation, you first call `useUpdateDataSinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDataSinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDataSinkMutation, { data, loading, error }] = useUpdateDataSinkMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDataSinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>(UpdateDataSinkDocument, options);\n }\nexport type UpdateDataSinkMutationHookResult = ReturnType<typeof useUpdateDataSinkMutation>;\nexport type UpdateDataSinkMutationResult = Apollo.MutationResult<Types.UpdateDataSinkMutation>;\nexport type UpdateDataSinkMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDataSinkMutation, Types.UpdateDataSinkMutationVariables>;\nexport const GetDataSinkDocument = gql`\n query GetDataSink($id: ID, $key: String) {\n getDataSink(id: $id, key: $key) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\n\n/**\n * __useGetDataSinkQuery__\n *\n * To run a query within a React component, call `useGetDataSinkQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDataSinkQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDataSinkQuery({\n * variables: {\n * id: // value for 'id'\n * key: // value for 'key'\n * },\n * });\n */\nexport function useGetDataSinkQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>(GetDataSinkDocument, options);\n }\nexport function useGetDataSinkLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>(GetDataSinkDocument, options);\n }\n// @ts-ignore\nexport function useGetDataSinkSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>;\nexport function useGetDataSinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkQuery | undefined, Types.GetDataSinkQueryVariables>;\nexport function useGetDataSinkSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>(GetDataSinkDocument, options);\n }\nexport type GetDataSinkQueryHookResult = ReturnType<typeof useGetDataSinkQuery>;\nexport type GetDataSinkLazyQueryHookResult = ReturnType<typeof useGetDataSinkLazyQuery>;\nexport type GetDataSinkSuspenseQueryHookResult = ReturnType<typeof useGetDataSinkSuspenseQuery>;\nexport type GetDataSinkQueryResult = Apollo.QueryResult<Types.GetDataSinkQuery, Types.GetDataSinkQueryVariables>;\nexport const GetDataSinkDataDocument = gql`\n query GetDataSinkData($id: ID, $key: String, $dataPath: String, $forceRefresh: Boolean, $limit: Int, $offset: Int, $filter: JSON) {\n getDataSinkData(\n id: $id\n key: $key\n dataPath: $dataPath\n forceRefresh: $forceRefresh\n limit: $limit\n offset: $offset\n filter: $filter\n ) {\n raw\n extracted\n cached\n version\n fetchedAt\n totalCount\n limit\n offset\n hasMore\n }\n}\n `;\n\n/**\n * __useGetDataSinkDataQuery__\n *\n * To run a query within a React component, call `useGetDataSinkDataQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDataSinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDataSinkDataQuery({\n * variables: {\n * id: // value for 'id'\n * key: // value for 'key'\n * dataPath: // value for 'dataPath'\n * forceRefresh: // value for 'forceRefresh'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useGetDataSinkDataQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>(GetDataSinkDataDocument, options);\n }\nexport function useGetDataSinkDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>(GetDataSinkDataDocument, options);\n }\n// @ts-ignore\nexport function useGetDataSinkDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>;\nexport function useGetDataSinkDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDataSinkDataQuery | undefined, Types.GetDataSinkDataQueryVariables>;\nexport function useGetDataSinkDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>(GetDataSinkDataDocument, options);\n }\nexport type GetDataSinkDataQueryHookResult = ReturnType<typeof useGetDataSinkDataQuery>;\nexport type GetDataSinkDataLazyQueryHookResult = ReturnType<typeof useGetDataSinkDataLazyQuery>;\nexport type GetDataSinkDataSuspenseQueryHookResult = ReturnType<typeof useGetDataSinkDataSuspenseQuery>;\nexport type GetDataSinkDataQueryResult = Apollo.QueryResult<Types.GetDataSinkDataQuery, Types.GetDataSinkDataQueryVariables>;\nexport const ListDataSinksDocument = gql`\n query ListDataSinks($status: DataSinkStatus, $setupState: DataSinkSetupState, $isActive: Boolean, $search: String, $first: Int, $after: String) {\n listDataSinks(\n status: $status\n setupState: $setupState\n isActive: $isActive\n search: $search\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...DataSinkListItem\n }\n }\n pageInfo {\n ...DataSinkPageInfoFields\n }\n totalCount\n }\n}\n ${DataSinkListItemFragmentDoc}\n${DataSinkPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListDataSinksQuery__\n *\n * To run a query within a React component, call `useListDataSinksQuery` and pass it any options that fit your needs.\n * When your component renders, `useListDataSinksQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListDataSinksQuery({\n * variables: {\n * status: // value for 'status'\n * setupState: // value for 'setupState'\n * isActive: // value for 'isActive'\n * search: // value for 'search'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListDataSinksQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>(ListDataSinksDocument, options);\n }\nexport function useListDataSinksLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>(ListDataSinksDocument, options);\n }\n// @ts-ignore\nexport function useListDataSinksSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>;\nexport function useListDataSinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListDataSinksQuery | undefined, Types.ListDataSinksQueryVariables>;\nexport function useListDataSinksSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>(ListDataSinksDocument, options);\n }\nexport type ListDataSinksQueryHookResult = ReturnType<typeof useListDataSinksQuery>;\nexport type ListDataSinksLazyQueryHookResult = ReturnType<typeof useListDataSinksLazyQuery>;\nexport type ListDataSinksSuspenseQueryHookResult = ReturnType<typeof useListDataSinksSuspenseQuery>;\nexport type ListDataSinksQueryResult = Apollo.QueryResult<Types.ListDataSinksQuery, Types.ListDataSinksQueryVariables>;\nexport const DataSinkDataUpdatedDocument = gql`\n subscription DataSinkDataUpdated($id: ID!) {\n dataSinkDataUpdated(id: $id) {\n ...DataSinkFullFields\n }\n}\n ${DataSinkFullFieldsFragmentDoc}`;\n\n/**\n * __useDataSinkDataUpdatedSubscription__\n *\n * To run a query within a React component, call `useDataSinkDataUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useDataSinkDataUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useDataSinkDataUpdatedSubscription({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDataSinkDataUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.DataSinkDataUpdatedSubscription, Types.DataSinkDataUpdatedSubscriptionVariables> & ({ variables: Types.DataSinkDataUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.DataSinkDataUpdatedSubscription, Types.DataSinkDataUpdatedSubscriptionVariables>(DataSinkDataUpdatedDocument, options);\n }\nexport type DataSinkDataUpdatedSubscriptionHookResult = ReturnType<typeof useDataSinkDataUpdatedSubscription>;\nexport type DataSinkDataUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.DataSinkDataUpdatedSubscription>;\nexport const DataSinkUpdatedDocument = gql`\n subscription DataSinkUpdated($workspaceId: ID!) {\n dataSinkUpdated(workspaceId: $workspaceId) {\n type\n dataSink {\n ...DataSinkListItem\n }\n timestamp\n actorId\n }\n}\n ${DataSinkListItemFragmentDoc}`;\n\n/**\n * __useDataSinkUpdatedSubscription__\n *\n * To run a query within a React component, call `useDataSinkUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useDataSinkUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useDataSinkUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useDataSinkUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.DataSinkUpdatedSubscription, Types.DataSinkUpdatedSubscriptionVariables> & ({ variables: Types.DataSinkUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.DataSinkUpdatedSubscription, Types.DataSinkUpdatedSubscriptionVariables>(DataSinkUpdatedDocument, options);\n }\nexport type DataSinkUpdatedSubscriptionHookResult = ReturnType<typeof useDataSinkUpdatedSubscription>;\nexport type DataSinkUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.DataSinkUpdatedSubscription>;\nexport const CreateFilterPresetDocument = gql`\n mutation CreateFilterPreset($input: CreateFilterPresetInput!) {\n createFilterPreset(input: $input) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\nexport type CreateFilterPresetMutationFn = Apollo.MutationFunction<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>;\n\n/**\n * __useCreateFilterPresetMutation__\n *\n * To run a mutation, you first call `useCreateFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createFilterPresetMutation, { data, loading, error }] = useCreateFilterPresetMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>(CreateFilterPresetDocument, options);\n }\nexport type CreateFilterPresetMutationHookResult = ReturnType<typeof useCreateFilterPresetMutation>;\nexport type CreateFilterPresetMutationResult = Apollo.MutationResult<Types.CreateFilterPresetMutation>;\nexport type CreateFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.CreateFilterPresetMutation, Types.CreateFilterPresetMutationVariables>;\nexport const DeleteFilterPresetDocument = gql`\n mutation DeleteFilterPreset($id: ID!) {\n deleteFilterPreset(id: $id)\n}\n `;\nexport type DeleteFilterPresetMutationFn = Apollo.MutationFunction<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>;\n\n/**\n * __useDeleteFilterPresetMutation__\n *\n * To run a mutation, you first call `useDeleteFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteFilterPresetMutation, { data, loading, error }] = useDeleteFilterPresetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>(DeleteFilterPresetDocument, options);\n }\nexport type DeleteFilterPresetMutationHookResult = ReturnType<typeof useDeleteFilterPresetMutation>;\nexport type DeleteFilterPresetMutationResult = Apollo.MutationResult<Types.DeleteFilterPresetMutation>;\nexport type DeleteFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.DeleteFilterPresetMutation, Types.DeleteFilterPresetMutationVariables>;\nexport const SetDefaultFilterPresetDocument = gql`\n mutation SetDefaultFilterPreset($id: ID!) {\n setDefaultFilterPreset(id: $id) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\nexport type SetDefaultFilterPresetMutationFn = Apollo.MutationFunction<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>;\n\n/**\n * __useSetDefaultFilterPresetMutation__\n *\n * To run a mutation, you first call `useSetDefaultFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useSetDefaultFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [setDefaultFilterPresetMutation, { data, loading, error }] = useSetDefaultFilterPresetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useSetDefaultFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>(SetDefaultFilterPresetDocument, options);\n }\nexport type SetDefaultFilterPresetMutationHookResult = ReturnType<typeof useSetDefaultFilterPresetMutation>;\nexport type SetDefaultFilterPresetMutationResult = Apollo.MutationResult<Types.SetDefaultFilterPresetMutation>;\nexport type SetDefaultFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.SetDefaultFilterPresetMutation, Types.SetDefaultFilterPresetMutationVariables>;\nexport const UpdateFilterPresetDocument = gql`\n mutation UpdateFilterPreset($id: ID!, $input: UpdateFilterPresetInput!) {\n updateFilterPreset(id: $id, input: $input) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\nexport type UpdateFilterPresetMutationFn = Apollo.MutationFunction<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>;\n\n/**\n * __useUpdateFilterPresetMutation__\n *\n * To run a mutation, you first call `useUpdateFilterPresetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateFilterPresetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateFilterPresetMutation, { data, loading, error }] = useUpdateFilterPresetMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateFilterPresetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>(UpdateFilterPresetDocument, options);\n }\nexport type UpdateFilterPresetMutationHookResult = ReturnType<typeof useUpdateFilterPresetMutation>;\nexport type UpdateFilterPresetMutationResult = Apollo.MutationResult<Types.UpdateFilterPresetMutation>;\nexport type UpdateFilterPresetMutationOptions = Apollo.BaseMutationOptions<Types.UpdateFilterPresetMutation, Types.UpdateFilterPresetMutationVariables>;\nexport const GetDefaultFilterPresetDocument = gql`\n query GetDefaultFilterPreset($dashboardId: ID!) {\n getDefaultFilterPreset(dashboardId: $dashboardId) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\n\n/**\n * __useGetDefaultFilterPresetQuery__\n *\n * To run a query within a React component, call `useGetDefaultFilterPresetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetDefaultFilterPresetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetDefaultFilterPresetQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useGetDefaultFilterPresetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables> & ({ variables: Types.GetDefaultFilterPresetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>(GetDefaultFilterPresetDocument, options);\n }\nexport function useGetDefaultFilterPresetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>(GetDefaultFilterPresetDocument, options);\n }\n// @ts-ignore\nexport function useGetDefaultFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>;\nexport function useGetDefaultFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetDefaultFilterPresetQuery | undefined, Types.GetDefaultFilterPresetQueryVariables>;\nexport function useGetDefaultFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>(GetDefaultFilterPresetDocument, options);\n }\nexport type GetDefaultFilterPresetQueryHookResult = ReturnType<typeof useGetDefaultFilterPresetQuery>;\nexport type GetDefaultFilterPresetLazyQueryHookResult = ReturnType<typeof useGetDefaultFilterPresetLazyQuery>;\nexport type GetDefaultFilterPresetSuspenseQueryHookResult = ReturnType<typeof useGetDefaultFilterPresetSuspenseQuery>;\nexport type GetDefaultFilterPresetQueryResult = Apollo.QueryResult<Types.GetDefaultFilterPresetQuery, Types.GetDefaultFilterPresetQueryVariables>;\nexport const GetFilterPresetDocument = gql`\n query GetFilterPreset($id: ID!) {\n getFilterPreset(id: $id) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\n\n/**\n * __useGetFilterPresetQuery__\n *\n * To run a query within a React component, call `useGetFilterPresetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetFilterPresetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetFilterPresetQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetFilterPresetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables> & ({ variables: Types.GetFilterPresetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>(GetFilterPresetDocument, options);\n }\nexport function useGetFilterPresetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>(GetFilterPresetDocument, options);\n }\n// @ts-ignore\nexport function useGetFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>;\nexport function useGetFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetQuery | undefined, Types.GetFilterPresetQueryVariables>;\nexport function useGetFilterPresetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>(GetFilterPresetDocument, options);\n }\nexport type GetFilterPresetQueryHookResult = ReturnType<typeof useGetFilterPresetQuery>;\nexport type GetFilterPresetLazyQueryHookResult = ReturnType<typeof useGetFilterPresetLazyQuery>;\nexport type GetFilterPresetSuspenseQueryHookResult = ReturnType<typeof useGetFilterPresetSuspenseQuery>;\nexport type GetFilterPresetQueryResult = Apollo.QueryResult<Types.GetFilterPresetQuery, Types.GetFilterPresetQueryVariables>;\nexport const GetFilterPresetsDocument = gql`\n query GetFilterPresets($dashboardId: ID!) {\n getFilterPresets(dashboardId: $dashboardId) {\n ...FilterPresetFields\n }\n}\n ${FilterPresetFieldsFragmentDoc}`;\n\n/**\n * __useGetFilterPresetsQuery__\n *\n * To run a query within a React component, call `useGetFilterPresetsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetFilterPresetsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetFilterPresetsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * },\n * });\n */\nexport function useGetFilterPresetsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables> & ({ variables: Types.GetFilterPresetsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>(GetFilterPresetsDocument, options);\n }\nexport function useGetFilterPresetsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>(GetFilterPresetsDocument, options);\n }\n// @ts-ignore\nexport function useGetFilterPresetsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>;\nexport function useGetFilterPresetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetFilterPresetsQuery | undefined, Types.GetFilterPresetsQueryVariables>;\nexport function useGetFilterPresetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>(GetFilterPresetsDocument, options);\n }\nexport type GetFilterPresetsQueryHookResult = ReturnType<typeof useGetFilterPresetsQuery>;\nexport type GetFilterPresetsLazyQueryHookResult = ReturnType<typeof useGetFilterPresetsLazyQuery>;\nexport type GetFilterPresetsSuspenseQueryHookResult = ReturnType<typeof useGetFilterPresetsSuspenseQuery>;\nexport type GetFilterPresetsQueryResult = Apollo.QueryResult<Types.GetFilterPresetsQuery, Types.GetFilterPresetsQueryVariables>;\nexport const CreateParserDocument = gql`\n mutation CreateParser($input: CreateParserInput!) {\n createParser(input: $input) {\n ...ParserCoreFields\n }\n}\n ${ParserCoreFieldsFragmentDoc}`;\nexport type CreateParserMutationFn = Apollo.MutationFunction<Types.CreateParserMutation, Types.CreateParserMutationVariables>;\n\n/**\n * __useCreateParserMutation__\n *\n * To run a mutation, you first call `useCreateParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createParserMutation, { data, loading, error }] = useCreateParserMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateParserMutation, Types.CreateParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateParserMutation, Types.CreateParserMutationVariables>(CreateParserDocument, options);\n }\nexport type CreateParserMutationHookResult = ReturnType<typeof useCreateParserMutation>;\nexport type CreateParserMutationResult = Apollo.MutationResult<Types.CreateParserMutation>;\nexport type CreateParserMutationOptions = Apollo.BaseMutationOptions<Types.CreateParserMutation, Types.CreateParserMutationVariables>;\nexport const DeleteParserDocument = gql`\n mutation DeleteParser($id: ID!) {\n deleteParser(id: $id)\n}\n `;\nexport type DeleteParserMutationFn = Apollo.MutationFunction<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>;\n\n/**\n * __useDeleteParserMutation__\n *\n * To run a mutation, you first call `useDeleteParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteParserMutation, { data, loading, error }] = useDeleteParserMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>(DeleteParserDocument, options);\n }\nexport type DeleteParserMutationHookResult = ReturnType<typeof useDeleteParserMutation>;\nexport type DeleteParserMutationResult = Apollo.MutationResult<Types.DeleteParserMutation>;\nexport type DeleteParserMutationOptions = Apollo.BaseMutationOptions<Types.DeleteParserMutation, Types.DeleteParserMutationVariables>;\nexport const ExecuteParserDocument = gql`\n mutation ExecuteParser($id: ID!) {\n executeParser(id: $id) {\n parserId\n success\n output\n error\n executionTimeMs\n cachedAt\n }\n}\n `;\nexport type ExecuteParserMutationFn = Apollo.MutationFunction<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>;\n\n/**\n * __useExecuteParserMutation__\n *\n * To run a mutation, you first call `useExecuteParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [executeParserMutation, { data, loading, error }] = useExecuteParserMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useExecuteParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>(ExecuteParserDocument, options);\n }\nexport type ExecuteParserMutationHookResult = ReturnType<typeof useExecuteParserMutation>;\nexport type ExecuteParserMutationResult = Apollo.MutationResult<Types.ExecuteParserMutation>;\nexport type ExecuteParserMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteParserMutation, Types.ExecuteParserMutationVariables>;\nexport const UpdateParserDocument = gql`\n mutation UpdateParser($id: ID!, $input: UpdateParserInput!, $version: Int!) {\n updateParser(id: $id, input: $input, version: $version) {\n ...ParserCoreFields\n }\n}\n ${ParserCoreFieldsFragmentDoc}`;\nexport type UpdateParserMutationFn = Apollo.MutationFunction<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>;\n\n/**\n * __useUpdateParserMutation__\n *\n * To run a mutation, you first call `useUpdateParserMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateParserMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateParserMutation, { data, loading, error }] = useUpdateParserMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdateParserMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>(UpdateParserDocument, options);\n }\nexport type UpdateParserMutationHookResult = ReturnType<typeof useUpdateParserMutation>;\nexport type UpdateParserMutationResult = Apollo.MutationResult<Types.UpdateParserMutation>;\nexport type UpdateParserMutationOptions = Apollo.BaseMutationOptions<Types.UpdateParserMutation, Types.UpdateParserMutationVariables>;\nexport const GetParserDocument = gql`\n query GetParser($id: ID!) {\n parser(id: $id) {\n ...ParserCoreFields\n }\n}\n ${ParserCoreFieldsFragmentDoc}`;\n\n/**\n * __useGetParserQuery__\n *\n * To run a query within a React component, call `useGetParserQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetParserQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetParserQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetParserQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables> & ({ variables: Types.GetParserQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetParserQuery, Types.GetParserQueryVariables>(GetParserDocument, options);\n }\nexport function useGetParserLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetParserQuery, Types.GetParserQueryVariables>(GetParserDocument, options);\n }\n// @ts-ignore\nexport function useGetParserSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetParserQuery, Types.GetParserQueryVariables>;\nexport function useGetParserSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetParserQuery | undefined, Types.GetParserQueryVariables>;\nexport function useGetParserSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetParserQuery, Types.GetParserQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetParserQuery, Types.GetParserQueryVariables>(GetParserDocument, options);\n }\nexport type GetParserQueryHookResult = ReturnType<typeof useGetParserQuery>;\nexport type GetParserLazyQueryHookResult = ReturnType<typeof useGetParserLazyQuery>;\nexport type GetParserSuspenseQueryHookResult = ReturnType<typeof useGetParserSuspenseQuery>;\nexport type GetParserQueryResult = Apollo.QueryResult<Types.GetParserQuery, Types.GetParserQueryVariables>;\nexport const ListParsersDocument = gql`\n query ListParsers($consoleId: ID!, $type: ParserType, $status: ParserStatus, $first: Int, $after: String) {\n listParsers(\n filter: {consoleId: $consoleId, type: $type, status: $status}\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...ParserListItem\n }\n }\n pageInfo {\n ...ParserPageInfoFields\n }\n totalCount\n }\n}\n ${ParserListItemFragmentDoc}\n${ParserPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListParsersQuery__\n *\n * To run a query within a React component, call `useListParsersQuery` and pass it any options that fit your needs.\n * When your component renders, `useListParsersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListParsersQuery({\n * variables: {\n * consoleId: // value for 'consoleId'\n * type: // value for 'type'\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListParsersQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables> & ({ variables: Types.ListParsersQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListParsersQuery, Types.ListParsersQueryVariables>(ListParsersDocument, options);\n }\nexport function useListParsersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListParsersQuery, Types.ListParsersQueryVariables>(ListParsersDocument, options);\n }\n// @ts-ignore\nexport function useListParsersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListParsersQuery, Types.ListParsersQueryVariables>;\nexport function useListParsersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListParsersQuery | undefined, Types.ListParsersQueryVariables>;\nexport function useListParsersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListParsersQuery, Types.ListParsersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListParsersQuery, Types.ListParsersQueryVariables>(ListParsersDocument, options);\n }\nexport type ListParsersQueryHookResult = ReturnType<typeof useListParsersQuery>;\nexport type ListParsersLazyQueryHookResult = ReturnType<typeof useListParsersLazyQuery>;\nexport type ListParsersSuspenseQueryHookResult = ReturnType<typeof useListParsersSuspenseQuery>;\nexport type ListParsersQueryResult = Apollo.QueryResult<Types.ListParsersQuery, Types.ListParsersQueryVariables>;\nexport const TestParserExpressionDocument = gql`\n query TestParserExpression($input: TestParserInput!) {\n testParserExpression(input: $input) {\n success\n output\n error\n executionTimeMs\n }\n}\n `;\n\n/**\n * __useTestParserExpressionQuery__\n *\n * To run a query within a React component, call `useTestParserExpressionQuery` and pass it any options that fit your needs.\n * When your component renders, `useTestParserExpressionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useTestParserExpressionQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useTestParserExpressionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables> & ({ variables: Types.TestParserExpressionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>(TestParserExpressionDocument, options);\n }\nexport function useTestParserExpressionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>(TestParserExpressionDocument, options);\n }\n// @ts-ignore\nexport function useTestParserExpressionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>;\nexport function useTestParserExpressionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TestParserExpressionQuery | undefined, Types.TestParserExpressionQueryVariables>;\nexport function useTestParserExpressionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>(TestParserExpressionDocument, options);\n }\nexport type TestParserExpressionQueryHookResult = ReturnType<typeof useTestParserExpressionQuery>;\nexport type TestParserExpressionLazyQueryHookResult = ReturnType<typeof useTestParserExpressionLazyQuery>;\nexport type TestParserExpressionSuspenseQueryHookResult = ReturnType<typeof useTestParserExpressionSuspenseQuery>;\nexport type TestParserExpressionQueryResult = Apollo.QueryResult<Types.TestParserExpressionQuery, Types.TestParserExpressionQueryVariables>;\nexport const CreatePipelineDocument = gql`\n mutation CreatePipeline($input: CreatePipelineInput!) {\n createPipeline(input: $input) {\n ...PipelineCoreFields\n }\n}\n ${PipelineCoreFieldsFragmentDoc}`;\nexport type CreatePipelineMutationFn = Apollo.MutationFunction<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>;\n\n/**\n * __useCreatePipelineMutation__\n *\n * To run a mutation, you first call `useCreatePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreatePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createPipelineMutation, { data, loading, error }] = useCreatePipelineMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreatePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>(CreatePipelineDocument, options);\n }\nexport type CreatePipelineMutationHookResult = ReturnType<typeof useCreatePipelineMutation>;\nexport type CreatePipelineMutationResult = Apollo.MutationResult<Types.CreatePipelineMutation>;\nexport type CreatePipelineMutationOptions = Apollo.BaseMutationOptions<Types.CreatePipelineMutation, Types.CreatePipelineMutationVariables>;\nexport const DeletePipelineDocument = gql`\n mutation DeletePipeline($id: ID!) {\n deletePipeline(id: $id)\n}\n `;\nexport type DeletePipelineMutationFn = Apollo.MutationFunction<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>;\n\n/**\n * __useDeletePipelineMutation__\n *\n * To run a mutation, you first call `useDeletePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeletePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deletePipelineMutation, { data, loading, error }] = useDeletePipelineMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeletePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>(DeletePipelineDocument, options);\n }\nexport type DeletePipelineMutationHookResult = ReturnType<typeof useDeletePipelineMutation>;\nexport type DeletePipelineMutationResult = Apollo.MutationResult<Types.DeletePipelineMutation>;\nexport type DeletePipelineMutationOptions = Apollo.BaseMutationOptions<Types.DeletePipelineMutation, Types.DeletePipelineMutationVariables>;\nexport const ExecutePipelineDocument = gql`\n mutation ExecutePipeline($input: ExecutePipelineInput!) {\n executePipeline(input: $input) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\nexport type ExecutePipelineMutationFn = Apollo.MutationFunction<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>;\n\n/**\n * __useExecutePipelineMutation__\n *\n * To run a mutation, you first call `useExecutePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecutePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [executePipelineMutation, { data, loading, error }] = useExecutePipelineMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useExecutePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>(ExecutePipelineDocument, options);\n }\nexport type ExecutePipelineMutationHookResult = ReturnType<typeof useExecutePipelineMutation>;\nexport type ExecutePipelineMutationResult = Apollo.MutationResult<Types.ExecutePipelineMutation>;\nexport type ExecutePipelineMutationOptions = Apollo.BaseMutationOptions<Types.ExecutePipelineMutation, Types.ExecutePipelineMutationVariables>;\nexport const TestPipelineDocument = gql`\n mutation TestPipeline($input: TestPipelineInput!) {\n testPipeline(input: $input) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\nexport type TestPipelineMutationFn = Apollo.MutationFunction<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>;\n\n/**\n * __useTestPipelineMutation__\n *\n * To run a mutation, you first call `useTestPipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTestPipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [testPipelineMutation, { data, loading, error }] = useTestPipelineMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useTestPipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>(TestPipelineDocument, options);\n }\nexport type TestPipelineMutationHookResult = ReturnType<typeof useTestPipelineMutation>;\nexport type TestPipelineMutationResult = Apollo.MutationResult<Types.TestPipelineMutation>;\nexport type TestPipelineMutationOptions = Apollo.BaseMutationOptions<Types.TestPipelineMutation, Types.TestPipelineMutationVariables>;\nexport const UpdatePipelineDocument = gql`\n mutation UpdatePipeline($id: ID!, $input: UpdatePipelineInput!, $version: Int!) {\n updatePipeline(id: $id, input: $input, version: $version) {\n ...PipelineCoreFields\n }\n}\n ${PipelineCoreFieldsFragmentDoc}`;\nexport type UpdatePipelineMutationFn = Apollo.MutationFunction<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>;\n\n/**\n * __useUpdatePipelineMutation__\n *\n * To run a mutation, you first call `useUpdatePipelineMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdatePipelineMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updatePipelineMutation, { data, loading, error }] = useUpdatePipelineMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdatePipelineMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>(UpdatePipelineDocument, options);\n }\nexport type UpdatePipelineMutationHookResult = ReturnType<typeof useUpdatePipelineMutation>;\nexport type UpdatePipelineMutationResult = Apollo.MutationResult<Types.UpdatePipelineMutation>;\nexport type UpdatePipelineMutationOptions = Apollo.BaseMutationOptions<Types.UpdatePipelineMutation, Types.UpdatePipelineMutationVariables>;\nexport const GetPipelineDocument = gql`\n query GetPipeline($id: ID!) {\n pipeline(id: $id) {\n ...PipelineCoreFields\n }\n}\n ${PipelineCoreFieldsFragmentDoc}`;\n\n/**\n * __useGetPipelineQuery__\n *\n * To run a query within a React component, call `useGetPipelineQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPipelineQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPipelineQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetPipelineQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables> & ({ variables: Types.GetPipelineQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>(GetPipelineDocument, options);\n }\nexport function useGetPipelineLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>(GetPipelineDocument, options);\n }\n// @ts-ignore\nexport function useGetPipelineSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>;\nexport function useGetPipelineSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineQuery | undefined, Types.GetPipelineQueryVariables>;\nexport function useGetPipelineSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>(GetPipelineDocument, options);\n }\nexport type GetPipelineQueryHookResult = ReturnType<typeof useGetPipelineQuery>;\nexport type GetPipelineLazyQueryHookResult = ReturnType<typeof useGetPipelineLazyQuery>;\nexport type GetPipelineSuspenseQueryHookResult = ReturnType<typeof useGetPipelineSuspenseQuery>;\nexport type GetPipelineQueryResult = Apollo.QueryResult<Types.GetPipelineQuery, Types.GetPipelineQueryVariables>;\nexport const GetPipelineExecutionDocument = gql`\n query GetPipelineExecution($id: ID!) {\n pipelineExecution(id: $id) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\n\n/**\n * __useGetPipelineExecutionQuery__\n *\n * To run a query within a React component, call `useGetPipelineExecutionQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPipelineExecutionQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPipelineExecutionQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetPipelineExecutionQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables> & ({ variables: Types.GetPipelineExecutionQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>(GetPipelineExecutionDocument, options);\n }\nexport function useGetPipelineExecutionLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>(GetPipelineExecutionDocument, options);\n }\n// @ts-ignore\nexport function useGetPipelineExecutionSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>;\nexport function useGetPipelineExecutionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPipelineExecutionQuery | undefined, Types.GetPipelineExecutionQueryVariables>;\nexport function useGetPipelineExecutionSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>(GetPipelineExecutionDocument, options);\n }\nexport type GetPipelineExecutionQueryHookResult = ReturnType<typeof useGetPipelineExecutionQuery>;\nexport type GetPipelineExecutionLazyQueryHookResult = ReturnType<typeof useGetPipelineExecutionLazyQuery>;\nexport type GetPipelineExecutionSuspenseQueryHookResult = ReturnType<typeof useGetPipelineExecutionSuspenseQuery>;\nexport type GetPipelineExecutionQueryResult = Apollo.QueryResult<Types.GetPipelineExecutionQuery, Types.GetPipelineExecutionQueryVariables>;\nexport const ListPipelineExecutionsDocument = gql`\n query ListPipelineExecutions($pipelineId: ID!, $first: Int, $after: String) {\n listPipelineExecutions(pipelineId: $pipelineId, first: $first, after: $after) {\n ...PipelineExecutionFields\n }\n}\n ${PipelineExecutionFieldsFragmentDoc}`;\n\n/**\n * __useListPipelineExecutionsQuery__\n *\n * To run a query within a React component, call `useListPipelineExecutionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListPipelineExecutionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListPipelineExecutionsQuery({\n * variables: {\n * pipelineId: // value for 'pipelineId'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListPipelineExecutionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables> & ({ variables: Types.ListPipelineExecutionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>(ListPipelineExecutionsDocument, options);\n }\nexport function useListPipelineExecutionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>(ListPipelineExecutionsDocument, options);\n }\n// @ts-ignore\nexport function useListPipelineExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>;\nexport function useListPipelineExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelineExecutionsQuery | undefined, Types.ListPipelineExecutionsQueryVariables>;\nexport function useListPipelineExecutionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>(ListPipelineExecutionsDocument, options);\n }\nexport type ListPipelineExecutionsQueryHookResult = ReturnType<typeof useListPipelineExecutionsQuery>;\nexport type ListPipelineExecutionsLazyQueryHookResult = ReturnType<typeof useListPipelineExecutionsLazyQuery>;\nexport type ListPipelineExecutionsSuspenseQueryHookResult = ReturnType<typeof useListPipelineExecutionsSuspenseQuery>;\nexport type ListPipelineExecutionsQueryResult = Apollo.QueryResult<Types.ListPipelineExecutionsQuery, Types.ListPipelineExecutionsQueryVariables>;\nexport const ListPipelinesDocument = gql`\n query ListPipelines($consoleId: ID!, $status: PipelineStatus, $first: Int, $after: String) {\n listPipelines(\n filter: {consoleId: $consoleId, status: $status}\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...PipelineListItem\n }\n }\n pageInfo {\n ...PipelinePageInfoFields\n }\n totalCount\n }\n}\n ${PipelineListItemFragmentDoc}\n${PipelinePageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListPipelinesQuery__\n *\n * To run a query within a React component, call `useListPipelinesQuery` and pass it any options that fit your needs.\n * When your component renders, `useListPipelinesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListPipelinesQuery({\n * variables: {\n * consoleId: // value for 'consoleId'\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListPipelinesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables> & ({ variables: Types.ListPipelinesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>(ListPipelinesDocument, options);\n }\nexport function useListPipelinesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>(ListPipelinesDocument, options);\n }\n// @ts-ignore\nexport function useListPipelinesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>;\nexport function useListPipelinesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPipelinesQuery | undefined, Types.ListPipelinesQueryVariables>;\nexport function useListPipelinesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>(ListPipelinesDocument, options);\n }\nexport type ListPipelinesQueryHookResult = ReturnType<typeof useListPipelinesQuery>;\nexport type ListPipelinesLazyQueryHookResult = ReturnType<typeof useListPipelinesLazyQuery>;\nexport type ListPipelinesSuspenseQueryHookResult = ReturnType<typeof useListPipelinesSuspenseQuery>;\nexport type ListPipelinesQueryResult = Apollo.QueryResult<Types.ListPipelinesQuery, Types.ListPipelinesQueryVariables>;\nexport const CancelPromptGenerationDocument = gql`\n mutation CancelPromptGeneration($generationId: ID!) {\n cancelPromptGeneration(generationId: $generationId) {\n id\n status\n }\n}\n `;\nexport type CancelPromptGenerationMutationFn = Apollo.MutationFunction<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>;\n\n/**\n * __useCancelPromptGenerationMutation__\n *\n * To run a mutation, you first call `useCancelPromptGenerationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCancelPromptGenerationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [cancelPromptGenerationMutation, { data, loading, error }] = useCancelPromptGenerationMutation({\n * variables: {\n * generationId: // value for 'generationId'\n * },\n * });\n */\nexport function useCancelPromptGenerationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>(CancelPromptGenerationDocument, options);\n }\nexport type CancelPromptGenerationMutationHookResult = ReturnType<typeof useCancelPromptGenerationMutation>;\nexport type CancelPromptGenerationMutationResult = Apollo.MutationResult<Types.CancelPromptGenerationMutation>;\nexport type CancelPromptGenerationMutationOptions = Apollo.BaseMutationOptions<Types.CancelPromptGenerationMutation, Types.CancelPromptGenerationMutationVariables>;\nexport const CreateDashboardFromGenerationDocument = gql`\n mutation CreateDashboardFromGeneration($input: CreateDashboardFromGenerationInput!) {\n createDashboardFromGeneration(input: $input) {\n id\n }\n}\n `;\nexport type CreateDashboardFromGenerationMutationFn = Apollo.MutationFunction<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>;\n\n/**\n * __useCreateDashboardFromGenerationMutation__\n *\n * To run a mutation, you first call `useCreateDashboardFromGenerationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateDashboardFromGenerationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createDashboardFromGenerationMutation, { data, loading, error }] = useCreateDashboardFromGenerationMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateDashboardFromGenerationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>(CreateDashboardFromGenerationDocument, options);\n }\nexport type CreateDashboardFromGenerationMutationHookResult = ReturnType<typeof useCreateDashboardFromGenerationMutation>;\nexport type CreateDashboardFromGenerationMutationResult = Apollo.MutationResult<Types.CreateDashboardFromGenerationMutation>;\nexport type CreateDashboardFromGenerationMutationOptions = Apollo.BaseMutationOptions<Types.CreateDashboardFromGenerationMutation, Types.CreateDashboardFromGenerationMutationVariables>;\nexport const DeletePromptGenerationDocument = gql`\n mutation DeletePromptGeneration($generationId: ID!) {\n deletePromptGeneration(generationId: $generationId)\n}\n `;\nexport type DeletePromptGenerationMutationFn = Apollo.MutationFunction<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>;\n\n/**\n * __useDeletePromptGenerationMutation__\n *\n * To run a mutation, you first call `useDeletePromptGenerationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeletePromptGenerationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deletePromptGenerationMutation, { data, loading, error }] = useDeletePromptGenerationMutation({\n * variables: {\n * generationId: // value for 'generationId'\n * },\n * });\n */\nexport function useDeletePromptGenerationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>(DeletePromptGenerationDocument, options);\n }\nexport type DeletePromptGenerationMutationHookResult = ReturnType<typeof useDeletePromptGenerationMutation>;\nexport type DeletePromptGenerationMutationResult = Apollo.MutationResult<Types.DeletePromptGenerationMutation>;\nexport type DeletePromptGenerationMutationOptions = Apollo.BaseMutationOptions<Types.DeletePromptGenerationMutation, Types.DeletePromptGenerationMutationVariables>;\nexport const GenerateDashboardFromPromptDocument = gql`\n mutation GenerateDashboardFromPrompt($input: GenerateDashboardFromPromptInput!) {\n generateDashboardFromPrompt(input: $input) {\n ...PromptGenerationFields\n }\n}\n ${PromptGenerationFieldsFragmentDoc}`;\nexport type GenerateDashboardFromPromptMutationFn = Apollo.MutationFunction<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>;\n\n/**\n * __useGenerateDashboardFromPromptMutation__\n *\n * To run a mutation, you first call `useGenerateDashboardFromPromptMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useGenerateDashboardFromPromptMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [generateDashboardFromPromptMutation, { data, loading, error }] = useGenerateDashboardFromPromptMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useGenerateDashboardFromPromptMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>(GenerateDashboardFromPromptDocument, options);\n }\nexport type GenerateDashboardFromPromptMutationHookResult = ReturnType<typeof useGenerateDashboardFromPromptMutation>;\nexport type GenerateDashboardFromPromptMutationResult = Apollo.MutationResult<Types.GenerateDashboardFromPromptMutation>;\nexport type GenerateDashboardFromPromptMutationOptions = Apollo.BaseMutationOptions<Types.GenerateDashboardFromPromptMutation, Types.GenerateDashboardFromPromptMutationVariables>;\nexport const GetPromptGenerationDocument = gql`\n query GetPromptGeneration($id: ID!) {\n getPromptGeneration(id: $id) {\n ...PromptGenerationFields\n }\n}\n ${PromptGenerationFieldsFragmentDoc}`;\n\n/**\n * __useGetPromptGenerationQuery__\n *\n * To run a query within a React component, call `useGetPromptGenerationQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPromptGenerationQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPromptGenerationQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetPromptGenerationQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables> & ({ variables: Types.GetPromptGenerationQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>(GetPromptGenerationDocument, options);\n }\nexport function useGetPromptGenerationLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>(GetPromptGenerationDocument, options);\n }\n// @ts-ignore\nexport function useGetPromptGenerationSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>;\nexport function useGetPromptGenerationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptGenerationQuery | undefined, Types.GetPromptGenerationQueryVariables>;\nexport function useGetPromptGenerationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>(GetPromptGenerationDocument, options);\n }\nexport type GetPromptGenerationQueryHookResult = ReturnType<typeof useGetPromptGenerationQuery>;\nexport type GetPromptGenerationLazyQueryHookResult = ReturnType<typeof useGetPromptGenerationLazyQuery>;\nexport type GetPromptGenerationSuspenseQueryHookResult = ReturnType<typeof useGetPromptGenerationSuspenseQuery>;\nexport type GetPromptGenerationQueryResult = Apollo.QueryResult<Types.GetPromptGenerationQuery, Types.GetPromptGenerationQueryVariables>;\nexport const GetPromptSuggestionsDocument = gql`\n query GetPromptSuggestions($category: String, $search: String, $limit: Int) {\n getPromptSuggestions(category: $category, search: $search, limit: $limit) {\n ...PromptSuggestionFields\n }\n}\n ${PromptSuggestionFieldsFragmentDoc}`;\n\n/**\n * __useGetPromptSuggestionsQuery__\n *\n * To run a query within a React component, call `useGetPromptSuggestionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetPromptSuggestionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetPromptSuggestionsQuery({\n * variables: {\n * category: // value for 'category'\n * search: // value for 'search'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useGetPromptSuggestionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>(GetPromptSuggestionsDocument, options);\n }\nexport function useGetPromptSuggestionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>(GetPromptSuggestionsDocument, options);\n }\n// @ts-ignore\nexport function useGetPromptSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>;\nexport function useGetPromptSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetPromptSuggestionsQuery | undefined, Types.GetPromptSuggestionsQueryVariables>;\nexport function useGetPromptSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>(GetPromptSuggestionsDocument, options);\n }\nexport type GetPromptSuggestionsQueryHookResult = ReturnType<typeof useGetPromptSuggestionsQuery>;\nexport type GetPromptSuggestionsLazyQueryHookResult = ReturnType<typeof useGetPromptSuggestionsLazyQuery>;\nexport type GetPromptSuggestionsSuspenseQueryHookResult = ReturnType<typeof useGetPromptSuggestionsSuspenseQuery>;\nexport type GetPromptSuggestionsQueryResult = Apollo.QueryResult<Types.GetPromptSuggestionsQuery, Types.GetPromptSuggestionsQueryVariables>;\nexport const ListPromptGenerationsDocument = gql`\n query ListPromptGenerations($status: PromptGenerationStatus, $first: Int, $after: String) {\n listPromptGenerations(status: $status, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...PromptGenerationFields\n }\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n totalCount\n }\n totalCount\n }\n}\n ${PromptGenerationFieldsFragmentDoc}`;\n\n/**\n * __useListPromptGenerationsQuery__\n *\n * To run a query within a React component, call `useListPromptGenerationsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListPromptGenerationsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListPromptGenerationsQuery({\n * variables: {\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListPromptGenerationsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>(ListPromptGenerationsDocument, options);\n }\nexport function useListPromptGenerationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>(ListPromptGenerationsDocument, options);\n }\n// @ts-ignore\nexport function useListPromptGenerationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>;\nexport function useListPromptGenerationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListPromptGenerationsQuery | undefined, Types.ListPromptGenerationsQueryVariables>;\nexport function useListPromptGenerationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>(ListPromptGenerationsDocument, options);\n }\nexport type ListPromptGenerationsQueryHookResult = ReturnType<typeof useListPromptGenerationsQuery>;\nexport type ListPromptGenerationsLazyQueryHookResult = ReturnType<typeof useListPromptGenerationsLazyQuery>;\nexport type ListPromptGenerationsSuspenseQueryHookResult = ReturnType<typeof useListPromptGenerationsSuspenseQuery>;\nexport type ListPromptGenerationsQueryResult = Apollo.QueryResult<Types.ListPromptGenerationsQuery, Types.ListPromptGenerationsQueryVariables>;\nexport const CreateSandboxDocument = gql`\n mutation CreateSandbox($input: CreateSandboxInput!) {\n createSandbox(input: $input) {\n id\n name\n status\n network {\n internalUrl\n }\n }\n}\n `;\nexport type CreateSandboxMutationFn = Apollo.MutationFunction<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>;\n\n/**\n * __useCreateSandboxMutation__\n *\n * To run a mutation, you first call `useCreateSandboxMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSandboxMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createSandboxMutation, { data, loading, error }] = useCreateSandboxMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSandboxMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>(CreateSandboxDocument, options);\n }\nexport type CreateSandboxMutationHookResult = ReturnType<typeof useCreateSandboxMutation>;\nexport type CreateSandboxMutationResult = Apollo.MutationResult<Types.CreateSandboxMutation>;\nexport type CreateSandboxMutationOptions = Apollo.BaseMutationOptions<Types.CreateSandboxMutation, Types.CreateSandboxMutationVariables>;\nexport const ProxySandboxRequestDocument = gql`\n mutation ProxySandboxRequest($input: ProxySandboxRequestInput!) {\n proxySandboxRequest(input: $input) {\n status\n body\n }\n}\n `;\nexport type ProxySandboxRequestMutationFn = Apollo.MutationFunction<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>;\n\n/**\n * __useProxySandboxRequestMutation__\n *\n * To run a mutation, you first call `useProxySandboxRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useProxySandboxRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [proxySandboxRequestMutation, { data, loading, error }] = useProxySandboxRequestMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useProxySandboxRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>(ProxySandboxRequestDocument, options);\n }\nexport type ProxySandboxRequestMutationHookResult = ReturnType<typeof useProxySandboxRequestMutation>;\nexport type ProxySandboxRequestMutationResult = Apollo.MutationResult<Types.ProxySandboxRequestMutation>;\nexport type ProxySandboxRequestMutationOptions = Apollo.BaseMutationOptions<Types.ProxySandboxRequestMutation, Types.ProxySandboxRequestMutationVariables>;\nexport const ExtendSandboxTtlDocument = gql`\n mutation ExtendSandboxTtl($id: ID!, $additionalSeconds: Int!, $context: ContextInput!) {\n extendSandboxTTL(\n id: $id\n additionalSeconds: $additionalSeconds\n context: $context\n ) {\n id\n expiresAt\n }\n}\n `;\nexport type ExtendSandboxTtlMutationFn = Apollo.MutationFunction<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>;\n\n/**\n * __useExtendSandboxTtlMutation__\n *\n * To run a mutation, you first call `useExtendSandboxTtlMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExtendSandboxTtlMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [extendSandboxTtlMutation, { data, loading, error }] = useExtendSandboxTtlMutation({\n * variables: {\n * id: // value for 'id'\n * additionalSeconds: // value for 'additionalSeconds'\n * context: // value for 'context'\n * },\n * });\n */\nexport function useExtendSandboxTtlMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>(ExtendSandboxTtlDocument, options);\n }\nexport type ExtendSandboxTtlMutationHookResult = ReturnType<typeof useExtendSandboxTtlMutation>;\nexport type ExtendSandboxTtlMutationResult = Apollo.MutationResult<Types.ExtendSandboxTtlMutation>;\nexport type ExtendSandboxTtlMutationOptions = Apollo.BaseMutationOptions<Types.ExtendSandboxTtlMutation, Types.ExtendSandboxTtlMutationVariables>;\nexport const GetSandboxDocument = gql`\n query GetSandbox($id: ID!, $context: ContextInput!) {\n getSandbox(id: $id, context: $context) {\n id\n status\n errorMessage\n network {\n internalUrl\n }\n }\n}\n `;\n\n/**\n * __useGetSandboxQuery__\n *\n * To run a query within a React component, call `useGetSandboxQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetSandboxQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetSandboxQuery({\n * variables: {\n * id: // value for 'id'\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetSandboxQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables> & ({ variables: Types.GetSandboxQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\nexport function useGetSandboxLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\n// @ts-ignore\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>;\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetSandboxQuery | undefined, Types.GetSandboxQueryVariables>;\nexport function useGetSandboxSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>(GetSandboxDocument, options);\n }\nexport type GetSandboxQueryHookResult = ReturnType<typeof useGetSandboxQuery>;\nexport type GetSandboxLazyQueryHookResult = ReturnType<typeof useGetSandboxLazyQuery>;\nexport type GetSandboxSuspenseQueryHookResult = ReturnType<typeof useGetSandboxSuspenseQuery>;\nexport type GetSandboxQueryResult = Apollo.QueryResult<Types.GetSandboxQuery, Types.GetSandboxQueryVariables>;\nexport const GetActiveSandboxesDocument = gql`\n query GetActiveSandboxes($context: ContextInput!) {\n getActiveSandboxes(context: $context) {\n id\n name\n status\n metadata\n template\n createdBy\n }\n}\n `;\n\n/**\n * __useGetActiveSandboxesQuery__\n *\n * To run a query within a React component, call `useGetActiveSandboxesQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetActiveSandboxesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetActiveSandboxesQuery({\n * variables: {\n * context: // value for 'context'\n * },\n * });\n */\nexport function useGetActiveSandboxesQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables> & ({ variables: Types.GetActiveSandboxesQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\nexport function useGetActiveSandboxesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\n// @ts-ignore\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>;\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetActiveSandboxesQuery | undefined, Types.GetActiveSandboxesQueryVariables>;\nexport function useGetActiveSandboxesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>(GetActiveSandboxesDocument, options);\n }\nexport type GetActiveSandboxesQueryHookResult = ReturnType<typeof useGetActiveSandboxesQuery>;\nexport type GetActiveSandboxesLazyQueryHookResult = ReturnType<typeof useGetActiveSandboxesLazyQuery>;\nexport type GetActiveSandboxesSuspenseQueryHookResult = ReturnType<typeof useGetActiveSandboxesSuspenseQuery>;\nexport type GetActiveSandboxesQueryResult = Apollo.QueryResult<Types.GetActiveSandboxesQuery, Types.GetActiveSandboxesQueryVariables>;\nexport const BatchUpdateWidgetPositionsDocument = gql`\n mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {\n batchUpdateWidgetPositions(updates: $updates) {\n id\n position\n updatedAt\n }\n}\n `;\nexport type BatchUpdateWidgetPositionsMutationFn = Apollo.MutationFunction<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>;\n\n/**\n * __useBatchUpdateWidgetPositionsMutation__\n *\n * To run a mutation, you first call `useBatchUpdateWidgetPositionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useBatchUpdateWidgetPositionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [batchUpdateWidgetPositionsMutation, { data, loading, error }] = useBatchUpdateWidgetPositionsMutation({\n * variables: {\n * updates: // value for 'updates'\n * },\n * });\n */\nexport function useBatchUpdateWidgetPositionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>(BatchUpdateWidgetPositionsDocument, options);\n }\nexport type BatchUpdateWidgetPositionsMutationHookResult = ReturnType<typeof useBatchUpdateWidgetPositionsMutation>;\nexport type BatchUpdateWidgetPositionsMutationResult = Apollo.MutationResult<Types.BatchUpdateWidgetPositionsMutation>;\nexport type BatchUpdateWidgetPositionsMutationOptions = Apollo.BaseMutationOptions<Types.BatchUpdateWidgetPositionsMutation, Types.BatchUpdateWidgetPositionsMutationVariables>;\nexport const CreateEventWebhookMappingDocument = gql`\n mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {\n createEventWebhookMapping(input: $input) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\nexport type CreateEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>;\n\n/**\n * __useCreateEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useCreateEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createEventWebhookMappingMutation, { data, loading, error }] = useCreateEventWebhookMappingMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>(CreateEventWebhookMappingDocument, options);\n }\nexport type CreateEventWebhookMappingMutationHookResult = ReturnType<typeof useCreateEventWebhookMappingMutation>;\nexport type CreateEventWebhookMappingMutationResult = Apollo.MutationResult<Types.CreateEventWebhookMappingMutation>;\nexport type CreateEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.CreateEventWebhookMappingMutation, Types.CreateEventWebhookMappingMutationVariables>;\nexport const CreateWidgetDocument = gql`\n mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {\n createBigConsoleWidget(input: $input) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type CreateWidgetMutationFn = Apollo.MutationFunction<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>;\n\n/**\n * __useCreateWidgetMutation__\n *\n * To run a mutation, you first call `useCreateWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWidgetMutation, { data, loading, error }] = useCreateWidgetMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>(CreateWidgetDocument, options);\n }\nexport type CreateWidgetMutationHookResult = ReturnType<typeof useCreateWidgetMutation>;\nexport type CreateWidgetMutationResult = Apollo.MutationResult<Types.CreateWidgetMutation>;\nexport type CreateWidgetMutationOptions = Apollo.BaseMutationOptions<Types.CreateWidgetMutation, Types.CreateWidgetMutationVariables>;\nexport const CreateWidgetActionDocument = gql`\n mutation CreateWidgetAction($input: CreateWidgetActionInput!) {\n createWidgetAction(input: $input) {\n ...WidgetActionFields\n }\n}\n ${WidgetActionFieldsFragmentDoc}`;\nexport type CreateWidgetActionMutationFn = Apollo.MutationFunction<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>;\n\n/**\n * __useCreateWidgetActionMutation__\n *\n * To run a mutation, you first call `useCreateWidgetActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWidgetActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWidgetActionMutation, { data, loading, error }] = useCreateWidgetActionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWidgetActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>(CreateWidgetActionDocument, options);\n }\nexport type CreateWidgetActionMutationHookResult = ReturnType<typeof useCreateWidgetActionMutation>;\nexport type CreateWidgetActionMutationResult = Apollo.MutationResult<Types.CreateWidgetActionMutation>;\nexport type CreateWidgetActionMutationOptions = Apollo.BaseMutationOptions<Types.CreateWidgetActionMutation, Types.CreateWidgetActionMutationVariables>;\nexport const CreateWidgetDrilldownDocument = gql`\n mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {\n createWidgetDrilldown(\n sourceWidgetId: $sourceWidgetId\n targetDashboardId: $targetDashboardId\n parameterMapping: $parameterMapping\n navigationMode: $navigationMode\n ) {\n ...WidgetDrilldownFields\n }\n}\n ${WidgetDrilldownFieldsFragmentDoc}`;\nexport type CreateWidgetDrilldownMutationFn = Apollo.MutationFunction<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>;\n\n/**\n * __useCreateWidgetDrilldownMutation__\n *\n * To run a mutation, you first call `useCreateWidgetDrilldownMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWidgetDrilldownMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWidgetDrilldownMutation, { data, loading, error }] = useCreateWidgetDrilldownMutation({\n * variables: {\n * sourceWidgetId: // value for 'sourceWidgetId'\n * targetDashboardId: // value for 'targetDashboardId'\n * parameterMapping: // value for 'parameterMapping'\n * navigationMode: // value for 'navigationMode'\n * },\n * });\n */\nexport function useCreateWidgetDrilldownMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>(CreateWidgetDrilldownDocument, options);\n }\nexport type CreateWidgetDrilldownMutationHookResult = ReturnType<typeof useCreateWidgetDrilldownMutation>;\nexport type CreateWidgetDrilldownMutationResult = Apollo.MutationResult<Types.CreateWidgetDrilldownMutation>;\nexport type CreateWidgetDrilldownMutationOptions = Apollo.BaseMutationOptions<Types.CreateWidgetDrilldownMutation, Types.CreateWidgetDrilldownMutationVariables>;\nexport const DeleteEventWebhookMappingDocument = gql`\n mutation DeleteEventWebhookMapping($id: ID!) {\n deleteEventWebhookMapping(id: $id)\n}\n `;\nexport type DeleteEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>;\n\n/**\n * __useDeleteEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useDeleteEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteEventWebhookMappingMutation, { data, loading, error }] = useDeleteEventWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>(DeleteEventWebhookMappingDocument, options);\n }\nexport type DeleteEventWebhookMappingMutationHookResult = ReturnType<typeof useDeleteEventWebhookMappingMutation>;\nexport type DeleteEventWebhookMappingMutationResult = Apollo.MutationResult<Types.DeleteEventWebhookMappingMutation>;\nexport type DeleteEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.DeleteEventWebhookMappingMutation, Types.DeleteEventWebhookMappingMutationVariables>;\nexport const DeleteWidgetDocument = gql`\n mutation DeleteWidget($id: ID!) {\n deleteBigConsoleWidget(id: $id)\n}\n `;\nexport type DeleteWidgetMutationFn = Apollo.MutationFunction<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>;\n\n/**\n * __useDeleteWidgetMutation__\n *\n * To run a mutation, you first call `useDeleteWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWidgetMutation, { data, loading, error }] = useDeleteWidgetMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>(DeleteWidgetDocument, options);\n }\nexport type DeleteWidgetMutationHookResult = ReturnType<typeof useDeleteWidgetMutation>;\nexport type DeleteWidgetMutationResult = Apollo.MutationResult<Types.DeleteWidgetMutation>;\nexport type DeleteWidgetMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWidgetMutation, Types.DeleteWidgetMutationVariables>;\nexport const DeleteWidgetActionDocument = gql`\n mutation DeleteWidgetAction($id: ID!) {\n deleteWidgetAction(id: $id)\n}\n `;\nexport type DeleteWidgetActionMutationFn = Apollo.MutationFunction<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>;\n\n/**\n * __useDeleteWidgetActionMutation__\n *\n * To run a mutation, you first call `useDeleteWidgetActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWidgetActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWidgetActionMutation, { data, loading, error }] = useDeleteWidgetActionMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWidgetActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>(DeleteWidgetActionDocument, options);\n }\nexport type DeleteWidgetActionMutationHookResult = ReturnType<typeof useDeleteWidgetActionMutation>;\nexport type DeleteWidgetActionMutationResult = Apollo.MutationResult<Types.DeleteWidgetActionMutation>;\nexport type DeleteWidgetActionMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWidgetActionMutation, Types.DeleteWidgetActionMutationVariables>;\nexport const DeleteWidgetDrilldownDocument = gql`\n mutation DeleteWidgetDrilldown($id: ID!) {\n deleteWidgetDrilldown(id: $id)\n}\n `;\nexport type DeleteWidgetDrilldownMutationFn = Apollo.MutationFunction<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>;\n\n/**\n * __useDeleteWidgetDrilldownMutation__\n *\n * To run a mutation, you first call `useDeleteWidgetDrilldownMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWidgetDrilldownMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWidgetDrilldownMutation, { data, loading, error }] = useDeleteWidgetDrilldownMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWidgetDrilldownMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>(DeleteWidgetDrilldownDocument, options);\n }\nexport type DeleteWidgetDrilldownMutationHookResult = ReturnType<typeof useDeleteWidgetDrilldownMutation>;\nexport type DeleteWidgetDrilldownMutationResult = Apollo.MutationResult<Types.DeleteWidgetDrilldownMutation>;\nexport type DeleteWidgetDrilldownMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWidgetDrilldownMutation, Types.DeleteWidgetDrilldownMutationVariables>;\nexport const DuplicateWidgetDocument = gql`\n mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {\n duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type DuplicateWidgetMutationFn = Apollo.MutationFunction<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>;\n\n/**\n * __useDuplicateWidgetMutation__\n *\n * To run a mutation, you first call `useDuplicateWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDuplicateWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [duplicateWidgetMutation, { data, loading, error }] = useDuplicateWidgetMutation({\n * variables: {\n * id: // value for 'id'\n * newPosition: // value for 'newPosition'\n * newTitle: // value for 'newTitle'\n * },\n * });\n */\nexport function useDuplicateWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>(DuplicateWidgetDocument, options);\n }\nexport type DuplicateWidgetMutationHookResult = ReturnType<typeof useDuplicateWidgetMutation>;\nexport type DuplicateWidgetMutationResult = Apollo.MutationResult<Types.DuplicateWidgetMutation>;\nexport type DuplicateWidgetMutationOptions = Apollo.BaseMutationOptions<Types.DuplicateWidgetMutation, Types.DuplicateWidgetMutationVariables>;\nexport const EmitWidgetEventDocument = gql`\n mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {\n emitWidgetEvent(input: $input) {\n ...EventLogFields\n }\n}\n ${EventLogFieldsFragmentDoc}`;\nexport type EmitWidgetEventMutationFn = Apollo.MutationFunction<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>;\n\n/**\n * __useEmitWidgetEventMutation__\n *\n * To run a mutation, you first call `useEmitWidgetEventMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useEmitWidgetEventMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [emitWidgetEventMutation, { data, loading, error }] = useEmitWidgetEventMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useEmitWidgetEventMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>(EmitWidgetEventDocument, options);\n }\nexport type EmitWidgetEventMutationHookResult = ReturnType<typeof useEmitWidgetEventMutation>;\nexport type EmitWidgetEventMutationResult = Apollo.MutationResult<Types.EmitWidgetEventMutation>;\nexport type EmitWidgetEventMutationOptions = Apollo.BaseMutationOptions<Types.EmitWidgetEventMutation, Types.EmitWidgetEventMutationVariables>;\nexport const MoveWidgetToPageDocument = gql`\n mutation MoveWidgetToPage($widgetId: ID!, $targetPageId: ID!, $position: WidgetPositionInput!) {\n moveWidgetToPage(\n widgetId: $widgetId\n targetPageId: $targetPageId\n position: $position\n ) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type MoveWidgetToPageMutationFn = Apollo.MutationFunction<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>;\n\n/**\n * __useMoveWidgetToPageMutation__\n *\n * To run a mutation, you first call `useMoveWidgetToPageMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useMoveWidgetToPageMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [moveWidgetToPageMutation, { data, loading, error }] = useMoveWidgetToPageMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * targetPageId: // value for 'targetPageId'\n * position: // value for 'position'\n * },\n * });\n */\nexport function useMoveWidgetToPageMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>(MoveWidgetToPageDocument, options);\n }\nexport type MoveWidgetToPageMutationHookResult = ReturnType<typeof useMoveWidgetToPageMutation>;\nexport type MoveWidgetToPageMutationResult = Apollo.MutationResult<Types.MoveWidgetToPageMutation>;\nexport type MoveWidgetToPageMutationOptions = Apollo.BaseMutationOptions<Types.MoveWidgetToPageMutation, Types.MoveWidgetToPageMutationVariables>;\nexport const RefreshWidgetDataDocument = gql`\n mutation RefreshWidgetData($widgetId: ID!) {\n refreshWidgetData(widgetId: $widgetId) {\n ...WidgetDataFields\n }\n}\n ${WidgetDataFieldsFragmentDoc}`;\nexport type RefreshWidgetDataMutationFn = Apollo.MutationFunction<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>;\n\n/**\n * __useRefreshWidgetDataMutation__\n *\n * To run a mutation, you first call `useRefreshWidgetDataMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRefreshWidgetDataMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [refreshWidgetDataMutation, { data, loading, error }] = useRefreshWidgetDataMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * },\n * });\n */\nexport function useRefreshWidgetDataMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>(RefreshWidgetDataDocument, options);\n }\nexport type RefreshWidgetDataMutationHookResult = ReturnType<typeof useRefreshWidgetDataMutation>;\nexport type RefreshWidgetDataMutationResult = Apollo.MutationResult<Types.RefreshWidgetDataMutation>;\nexport type RefreshWidgetDataMutationOptions = Apollo.BaseMutationOptions<Types.RefreshWidgetDataMutation, Types.RefreshWidgetDataMutationVariables>;\nexport const ReorderWidgetActionsDocument = gql`\n mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {\n reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {\n id\n order\n }\n}\n `;\nexport type ReorderWidgetActionsMutationFn = Apollo.MutationFunction<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>;\n\n/**\n * __useReorderWidgetActionsMutation__\n *\n * To run a mutation, you first call `useReorderWidgetActionsMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useReorderWidgetActionsMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [reorderWidgetActionsMutation, { data, loading, error }] = useReorderWidgetActionsMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * actionIds: // value for 'actionIds'\n * },\n * });\n */\nexport function useReorderWidgetActionsMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>(ReorderWidgetActionsDocument, options);\n }\nexport type ReorderWidgetActionsMutationHookResult = ReturnType<typeof useReorderWidgetActionsMutation>;\nexport type ReorderWidgetActionsMutationResult = Apollo.MutationResult<Types.ReorderWidgetActionsMutation>;\nexport type ReorderWidgetActionsMutationOptions = Apollo.BaseMutationOptions<Types.ReorderWidgetActionsMutation, Types.ReorderWidgetActionsMutationVariables>;\nexport const RetryEventDeliveryDocument = gql`\n mutation RetryEventDelivery($eventId: ID!) {\n retryEventDelivery(eventId: $eventId) {\n ...EventLogFields\n }\n}\n ${EventLogFieldsFragmentDoc}`;\nexport type RetryEventDeliveryMutationFn = Apollo.MutationFunction<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>;\n\n/**\n * __useRetryEventDeliveryMutation__\n *\n * To run a mutation, you first call `useRetryEventDeliveryMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRetryEventDeliveryMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [retryEventDeliveryMutation, { data, loading, error }] = useRetryEventDeliveryMutation({\n * variables: {\n * eventId: // value for 'eventId'\n * },\n * });\n */\nexport function useRetryEventDeliveryMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>(RetryEventDeliveryDocument, options);\n }\nexport type RetryEventDeliveryMutationHookResult = ReturnType<typeof useRetryEventDeliveryMutation>;\nexport type RetryEventDeliveryMutationResult = Apollo.MutationResult<Types.RetryEventDeliveryMutation>;\nexport type RetryEventDeliveryMutationOptions = Apollo.BaseMutationOptions<Types.RetryEventDeliveryMutation, Types.RetryEventDeliveryMutationVariables>;\nexport const TestWebhookMappingDocument = gql`\n mutation TestWebhookMapping($id: ID!) {\n testWebhookMapping(id: $id) {\n success\n statusCode\n responseBody\n errorMessage\n latencyMs\n }\n}\n `;\nexport type TestWebhookMappingMutationFn = Apollo.MutationFunction<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>;\n\n/**\n * __useTestWebhookMappingMutation__\n *\n * To run a mutation, you first call `useTestWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useTestWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [testWebhookMappingMutation, { data, loading, error }] = useTestWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useTestWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>(TestWebhookMappingDocument, options);\n }\nexport type TestWebhookMappingMutationHookResult = ReturnType<typeof useTestWebhookMappingMutation>;\nexport type TestWebhookMappingMutationResult = Apollo.MutationResult<Types.TestWebhookMappingMutation>;\nexport type TestWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.TestWebhookMappingMutation, Types.TestWebhookMappingMutationVariables>;\nexport const ToggleEventWebhookMappingDocument = gql`\n mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {\n toggleEventWebhookMapping(id: $id, isActive: $isActive) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\nexport type ToggleEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>;\n\n/**\n * __useToggleEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useToggleEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useToggleEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [toggleEventWebhookMappingMutation, { data, loading, error }] = useToggleEventWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * isActive: // value for 'isActive'\n * },\n * });\n */\nexport function useToggleEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>(ToggleEventWebhookMappingDocument, options);\n }\nexport type ToggleEventWebhookMappingMutationHookResult = ReturnType<typeof useToggleEventWebhookMappingMutation>;\nexport type ToggleEventWebhookMappingMutationResult = Apollo.MutationResult<Types.ToggleEventWebhookMappingMutation>;\nexport type ToggleEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.ToggleEventWebhookMappingMutation, Types.ToggleEventWebhookMappingMutationVariables>;\nexport const UpdateEventWebhookMappingDocument = gql`\n mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {\n updateEventWebhookMapping(id: $id, input: $input) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\nexport type UpdateEventWebhookMappingMutationFn = Apollo.MutationFunction<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>;\n\n/**\n * __useUpdateEventWebhookMappingMutation__\n *\n * To run a mutation, you first call `useUpdateEventWebhookMappingMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateEventWebhookMappingMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateEventWebhookMappingMutation, { data, loading, error }] = useUpdateEventWebhookMappingMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateEventWebhookMappingMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>(UpdateEventWebhookMappingDocument, options);\n }\nexport type UpdateEventWebhookMappingMutationHookResult = ReturnType<typeof useUpdateEventWebhookMappingMutation>;\nexport type UpdateEventWebhookMappingMutationResult = Apollo.MutationResult<Types.UpdateEventWebhookMappingMutation>;\nexport type UpdateEventWebhookMappingMutationOptions = Apollo.BaseMutationOptions<Types.UpdateEventWebhookMappingMutation, Types.UpdateEventWebhookMappingMutationVariables>;\nexport const UpdateWidgetDocument = gql`\n mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {\n updateBigConsoleWidget(input: $input) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\nexport type UpdateWidgetMutationFn = Apollo.MutationFunction<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>;\n\n/**\n * __useUpdateWidgetMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetMutation, { data, loading, error }] = useUpdateWidgetMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateWidgetMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>(UpdateWidgetDocument, options);\n }\nexport type UpdateWidgetMutationHookResult = ReturnType<typeof useUpdateWidgetMutation>;\nexport type UpdateWidgetMutationResult = Apollo.MutationResult<Types.UpdateWidgetMutation>;\nexport type UpdateWidgetMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetMutation, Types.UpdateWidgetMutationVariables>;\nexport const UpdateWidgetActionDocument = gql`\n mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {\n updateWidgetAction(input: $input) {\n ...WidgetActionFields\n }\n}\n ${WidgetActionFieldsFragmentDoc}`;\nexport type UpdateWidgetActionMutationFn = Apollo.MutationFunction<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>;\n\n/**\n * __useUpdateWidgetActionMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetActionMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetActionMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetActionMutation, { data, loading, error }] = useUpdateWidgetActionMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateWidgetActionMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>(UpdateWidgetActionDocument, options);\n }\nexport type UpdateWidgetActionMutationHookResult = ReturnType<typeof useUpdateWidgetActionMutation>;\nexport type UpdateWidgetActionMutationResult = Apollo.MutationResult<Types.UpdateWidgetActionMutation>;\nexport type UpdateWidgetActionMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetActionMutation, Types.UpdateWidgetActionMutationVariables>;\nexport const UpdateWidgetDrilldownDocument = gql`\n mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {\n updateWidgetDrilldown(\n id: $id\n targetDashboardId: $targetDashboardId\n parameterMapping: $parameterMapping\n navigationMode: $navigationMode\n enabled: $enabled\n ) {\n ...WidgetDrilldownFields\n }\n}\n ${WidgetDrilldownFieldsFragmentDoc}`;\nexport type UpdateWidgetDrilldownMutationFn = Apollo.MutationFunction<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>;\n\n/**\n * __useUpdateWidgetDrilldownMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetDrilldownMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetDrilldownMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetDrilldownMutation, { data, loading, error }] = useUpdateWidgetDrilldownMutation({\n * variables: {\n * id: // value for 'id'\n * targetDashboardId: // value for 'targetDashboardId'\n * parameterMapping: // value for 'parameterMapping'\n * navigationMode: // value for 'navigationMode'\n * enabled: // value for 'enabled'\n * },\n * });\n */\nexport function useUpdateWidgetDrilldownMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>(UpdateWidgetDrilldownDocument, options);\n }\nexport type UpdateWidgetDrilldownMutationHookResult = ReturnType<typeof useUpdateWidgetDrilldownMutation>;\nexport type UpdateWidgetDrilldownMutationResult = Apollo.MutationResult<Types.UpdateWidgetDrilldownMutation>;\nexport type UpdateWidgetDrilldownMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetDrilldownMutation, Types.UpdateWidgetDrilldownMutationVariables>;\nexport const UpdateWidgetRendererDocument = gql`\n mutation UpdateWidgetRenderer($widgetId: ID!, $renderer: WidgetRenderer!, $template: JSON) {\n updateWidgetRenderer(\n widgetId: $widgetId\n renderer: $renderer\n template: $template\n ) {\n id\n renderer\n template\n updatedAt\n }\n}\n `;\nexport type UpdateWidgetRendererMutationFn = Apollo.MutationFunction<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>;\n\n/**\n * __useUpdateWidgetRendererMutation__\n *\n * To run a mutation, you first call `useUpdateWidgetRendererMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWidgetRendererMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWidgetRendererMutation, { data, loading, error }] = useUpdateWidgetRendererMutation({\n * variables: {\n * widgetId: // value for 'widgetId'\n * renderer: // value for 'renderer'\n * template: // value for 'template'\n * },\n * });\n */\nexport function useUpdateWidgetRendererMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>(UpdateWidgetRendererDocument, options);\n }\nexport type UpdateWidgetRendererMutationHookResult = ReturnType<typeof useUpdateWidgetRendererMutation>;\nexport type UpdateWidgetRendererMutationResult = Apollo.MutationResult<Types.UpdateWidgetRendererMutation>;\nexport type UpdateWidgetRendererMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWidgetRendererMutation, Types.UpdateWidgetRendererMutationVariables>;\nexport const GetEventLogDocument = gql`\n query GetEventLog($id: ID!) {\n getEventLog(id: $id) {\n ...EventLogFields\n }\n}\n ${EventLogFieldsFragmentDoc}`;\n\n/**\n * __useGetEventLogQuery__\n *\n * To run a query within a React component, call `useGetEventLogQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetEventLogQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetEventLogQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetEventLogQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables> & ({ variables: Types.GetEventLogQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>(GetEventLogDocument, options);\n }\nexport function useGetEventLogLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>(GetEventLogDocument, options);\n }\n// @ts-ignore\nexport function useGetEventLogSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>;\nexport function useGetEventLogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventLogQuery | undefined, Types.GetEventLogQueryVariables>;\nexport function useGetEventLogSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>(GetEventLogDocument, options);\n }\nexport type GetEventLogQueryHookResult = ReturnType<typeof useGetEventLogQuery>;\nexport type GetEventLogLazyQueryHookResult = ReturnType<typeof useGetEventLogLazyQuery>;\nexport type GetEventLogSuspenseQueryHookResult = ReturnType<typeof useGetEventLogSuspenseQuery>;\nexport type GetEventLogQueryResult = Apollo.QueryResult<Types.GetEventLogQuery, Types.GetEventLogQueryVariables>;\nexport const GetEventWebhookMappingDocument = gql`\n query GetEventWebhookMapping($id: ID!) {\n getEventWebhookMapping(id: $id) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\n\n/**\n * __useGetEventWebhookMappingQuery__\n *\n * To run a query within a React component, call `useGetEventWebhookMappingQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetEventWebhookMappingQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetEventWebhookMappingQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetEventWebhookMappingQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables> & ({ variables: Types.GetEventWebhookMappingQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>(GetEventWebhookMappingDocument, options);\n }\nexport function useGetEventWebhookMappingLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>(GetEventWebhookMappingDocument, options);\n }\n// @ts-ignore\nexport function useGetEventWebhookMappingSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>;\nexport function useGetEventWebhookMappingSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetEventWebhookMappingQuery | undefined, Types.GetEventWebhookMappingQueryVariables>;\nexport function useGetEventWebhookMappingSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>(GetEventWebhookMappingDocument, options);\n }\nexport type GetEventWebhookMappingQueryHookResult = ReturnType<typeof useGetEventWebhookMappingQuery>;\nexport type GetEventWebhookMappingLazyQueryHookResult = ReturnType<typeof useGetEventWebhookMappingLazyQuery>;\nexport type GetEventWebhookMappingSuspenseQueryHookResult = ReturnType<typeof useGetEventWebhookMappingSuspenseQuery>;\nexport type GetEventWebhookMappingQueryResult = Apollo.QueryResult<Types.GetEventWebhookMappingQuery, Types.GetEventWebhookMappingQueryVariables>;\nexport const GetWidgetDocument = gql`\n query GetWidget($id: ID!) {\n getWidget(id: $id) {\n ...WidgetFullFields\n }\n}\n ${WidgetFullFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetQuery__\n *\n * To run a query within a React component, call `useGetWidgetQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWidgetQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables> & ({ variables: Types.GetWidgetQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>(GetWidgetDocument, options);\n }\nexport function useGetWidgetLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>(GetWidgetDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>;\nexport function useGetWidgetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetQuery | undefined, Types.GetWidgetQueryVariables>;\nexport function useGetWidgetSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>(GetWidgetDocument, options);\n }\nexport type GetWidgetQueryHookResult = ReturnType<typeof useGetWidgetQuery>;\nexport type GetWidgetLazyQueryHookResult = ReturnType<typeof useGetWidgetLazyQuery>;\nexport type GetWidgetSuspenseQueryHookResult = ReturnType<typeof useGetWidgetSuspenseQuery>;\nexport type GetWidgetQueryResult = Apollo.QueryResult<Types.GetWidgetQuery, Types.GetWidgetQueryVariables>;\nexport const GetWidgetActionsDocument = gql`\n query GetWidgetActions($widgetId: ID!) {\n getWidgetActions(widgetId: $widgetId) {\n ...WidgetActionFields\n }\n}\n ${WidgetActionFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetActionsQuery__\n *\n * To run a query within a React component, call `useGetWidgetActionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetActionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetActionsQuery({\n * variables: {\n * widgetId: // value for 'widgetId'\n * },\n * });\n */\nexport function useGetWidgetActionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables> & ({ variables: Types.GetWidgetActionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>(GetWidgetActionsDocument, options);\n }\nexport function useGetWidgetActionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>(GetWidgetActionsDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>;\nexport function useGetWidgetActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetActionsQuery | undefined, Types.GetWidgetActionsQueryVariables>;\nexport function useGetWidgetActionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>(GetWidgetActionsDocument, options);\n }\nexport type GetWidgetActionsQueryHookResult = ReturnType<typeof useGetWidgetActionsQuery>;\nexport type GetWidgetActionsLazyQueryHookResult = ReturnType<typeof useGetWidgetActionsLazyQuery>;\nexport type GetWidgetActionsSuspenseQueryHookResult = ReturnType<typeof useGetWidgetActionsSuspenseQuery>;\nexport type GetWidgetActionsQueryResult = Apollo.QueryResult<Types.GetWidgetActionsQuery, Types.GetWidgetActionsQueryVariables>;\nexport const GetWidgetTypesDocument = gql`\n query GetWidgetTypes {\n getWidgetTypes {\n ...WidgetTypeInfoFields\n }\n}\n ${WidgetTypeInfoFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetTypesQuery__\n *\n * To run a query within a React component, call `useGetWidgetTypesQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetTypesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetTypesQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetWidgetTypesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>(GetWidgetTypesDocument, options);\n }\nexport function useGetWidgetTypesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>(GetWidgetTypesDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetTypesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>;\nexport function useGetWidgetTypesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetTypesQuery | undefined, Types.GetWidgetTypesQueryVariables>;\nexport function useGetWidgetTypesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>(GetWidgetTypesDocument, options);\n }\nexport type GetWidgetTypesQueryHookResult = ReturnType<typeof useGetWidgetTypesQuery>;\nexport type GetWidgetTypesLazyQueryHookResult = ReturnType<typeof useGetWidgetTypesLazyQuery>;\nexport type GetWidgetTypesSuspenseQueryHookResult = ReturnType<typeof useGetWidgetTypesSuspenseQuery>;\nexport type GetWidgetTypesQueryResult = Apollo.QueryResult<Types.GetWidgetTypesQuery, Types.GetWidgetTypesQueryVariables>;\nexport const GetWidgetWithDataDocument = gql`\n query GetWidgetWithData($id: ID!) {\n getWidget(id: $id) {\n ...WidgetCoreFields\n drilldown {\n ...WidgetDrilldownFields\n }\n translations {\n ...WidgetTranslationFields\n }\n data {\n ...WidgetDataFields\n }\n }\n}\n ${WidgetCoreFieldsFragmentDoc}\n${WidgetDrilldownFieldsFragmentDoc}\n${WidgetTranslationFieldsFragmentDoc}\n${WidgetDataFieldsFragmentDoc}`;\n\n/**\n * __useGetWidgetWithDataQuery__\n *\n * To run a query within a React component, call `useGetWidgetWithDataQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWidgetWithDataQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWidgetWithDataQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWidgetWithDataQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables> & ({ variables: Types.GetWidgetWithDataQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>(GetWidgetWithDataDocument, options);\n }\nexport function useGetWidgetWithDataLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>(GetWidgetWithDataDocument, options);\n }\n// @ts-ignore\nexport function useGetWidgetWithDataSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>;\nexport function useGetWidgetWithDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWidgetWithDataQuery | undefined, Types.GetWidgetWithDataQueryVariables>;\nexport function useGetWidgetWithDataSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>(GetWidgetWithDataDocument, options);\n }\nexport type GetWidgetWithDataQueryHookResult = ReturnType<typeof useGetWidgetWithDataQuery>;\nexport type GetWidgetWithDataLazyQueryHookResult = ReturnType<typeof useGetWidgetWithDataLazyQuery>;\nexport type GetWidgetWithDataSuspenseQueryHookResult = ReturnType<typeof useGetWidgetWithDataSuspenseQuery>;\nexport type GetWidgetWithDataQueryResult = Apollo.QueryResult<Types.GetWidgetWithDataQuery, Types.GetWidgetWithDataQueryVariables>;\nexport const ListEventLogsDocument = gql`\n query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {\n listEventLogs(\n dashboardId: $dashboardId\n widgetId: $widgetId\n eventName: $eventName\n status: $status\n first: $first\n after: $after\n ) {\n edges {\n cursor\n node {\n ...EventLogFields\n }\n }\n pageInfo {\n ...WidgetPageInfoFields\n }\n totalCount\n }\n}\n ${EventLogFieldsFragmentDoc}\n${WidgetPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListEventLogsQuery__\n *\n * To run a query within a React component, call `useListEventLogsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListEventLogsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListEventLogsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * widgetId: // value for 'widgetId'\n * eventName: // value for 'eventName'\n * status: // value for 'status'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListEventLogsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>(ListEventLogsDocument, options);\n }\nexport function useListEventLogsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>(ListEventLogsDocument, options);\n }\n// @ts-ignore\nexport function useListEventLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>;\nexport function useListEventLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventLogsQuery | undefined, Types.ListEventLogsQueryVariables>;\nexport function useListEventLogsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>(ListEventLogsDocument, options);\n }\nexport type ListEventLogsQueryHookResult = ReturnType<typeof useListEventLogsQuery>;\nexport type ListEventLogsLazyQueryHookResult = ReturnType<typeof useListEventLogsLazyQuery>;\nexport type ListEventLogsSuspenseQueryHookResult = ReturnType<typeof useListEventLogsSuspenseQuery>;\nexport type ListEventLogsQueryResult = Apollo.QueryResult<Types.ListEventLogsQuery, Types.ListEventLogsQueryVariables>;\nexport const ListEventWebhookMappingsDocument = gql`\n query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {\n listEventWebhookMappings(\n dashboardId: $dashboardId\n widgetId: $widgetId\n isActive: $isActive\n ) {\n ...EventWebhookMappingFields\n }\n}\n ${EventWebhookMappingFieldsFragmentDoc}`;\n\n/**\n * __useListEventWebhookMappingsQuery__\n *\n * To run a query within a React component, call `useListEventWebhookMappingsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListEventWebhookMappingsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListEventWebhookMappingsQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * widgetId: // value for 'widgetId'\n * isActive: // value for 'isActive'\n * },\n * });\n */\nexport function useListEventWebhookMappingsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>(ListEventWebhookMappingsDocument, options);\n }\nexport function useListEventWebhookMappingsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>(ListEventWebhookMappingsDocument, options);\n }\n// @ts-ignore\nexport function useListEventWebhookMappingsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>;\nexport function useListEventWebhookMappingsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListEventWebhookMappingsQuery | undefined, Types.ListEventWebhookMappingsQueryVariables>;\nexport function useListEventWebhookMappingsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>(ListEventWebhookMappingsDocument, options);\n }\nexport type ListEventWebhookMappingsQueryHookResult = ReturnType<typeof useListEventWebhookMappingsQuery>;\nexport type ListEventWebhookMappingsLazyQueryHookResult = ReturnType<typeof useListEventWebhookMappingsLazyQuery>;\nexport type ListEventWebhookMappingsSuspenseQueryHookResult = ReturnType<typeof useListEventWebhookMappingsSuspenseQuery>;\nexport type ListEventWebhookMappingsQueryResult = Apollo.QueryResult<Types.ListEventWebhookMappingsQuery, Types.ListEventWebhookMappingsQueryVariables>;\nexport const ListWidgetsDocument = gql`\n query ListWidgets($pageId: ID!, $type: WidgetType, $first: Int, $after: String) {\n listWidgets(pageId: $pageId, type: $type, first: $first, after: $after) {\n edges {\n cursor\n node {\n ...WidgetListItem\n }\n }\n pageInfo {\n ...WidgetPageInfoFields\n }\n totalCount\n }\n}\n ${WidgetListItemFragmentDoc}\n${WidgetPageInfoFieldsFragmentDoc}`;\n\n/**\n * __useListWidgetsQuery__\n *\n * To run a query within a React component, call `useListWidgetsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWidgetsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWidgetsQuery({\n * variables: {\n * pageId: // value for 'pageId'\n * type: // value for 'type'\n * first: // value for 'first'\n * after: // value for 'after'\n * },\n * });\n */\nexport function useListWidgetsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables> & ({ variables: Types.ListWidgetsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>(ListWidgetsDocument, options);\n }\nexport function useListWidgetsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>(ListWidgetsDocument, options);\n }\n// @ts-ignore\nexport function useListWidgetsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>;\nexport function useListWidgetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsQuery | undefined, Types.ListWidgetsQueryVariables>;\nexport function useListWidgetsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>(ListWidgetsDocument, options);\n }\nexport type ListWidgetsQueryHookResult = ReturnType<typeof useListWidgetsQuery>;\nexport type ListWidgetsLazyQueryHookResult = ReturnType<typeof useListWidgetsLazyQuery>;\nexport type ListWidgetsSuspenseQueryHookResult = ReturnType<typeof useListWidgetsSuspenseQuery>;\nexport type ListWidgetsQueryResult = Apollo.QueryResult<Types.ListWidgetsQuery, Types.ListWidgetsQueryVariables>;\nexport const ListWidgetsByDashboardDocument = gql`\n query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {\n listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {\n ...WidgetListFields\n }\n}\n ${WidgetListFieldsFragmentDoc}`;\n\n/**\n * __useListWidgetsByDashboardQuery__\n *\n * To run a query within a React component, call `useListWidgetsByDashboardQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWidgetsByDashboardQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWidgetsByDashboardQuery({\n * variables: {\n * dashboardId: // value for 'dashboardId'\n * type: // value for 'type'\n * },\n * });\n */\nexport function useListWidgetsByDashboardQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables> & ({ variables: Types.ListWidgetsByDashboardQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>(ListWidgetsByDashboardDocument, options);\n }\nexport function useListWidgetsByDashboardLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>(ListWidgetsByDashboardDocument, options);\n }\n// @ts-ignore\nexport function useListWidgetsByDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>;\nexport function useListWidgetsByDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsByDashboardQuery | undefined, Types.ListWidgetsByDashboardQueryVariables>;\nexport function useListWidgetsByDashboardSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>(ListWidgetsByDashboardDocument, options);\n }\nexport type ListWidgetsByDashboardQueryHookResult = ReturnType<typeof useListWidgetsByDashboardQuery>;\nexport type ListWidgetsByDashboardLazyQueryHookResult = ReturnType<typeof useListWidgetsByDashboardLazyQuery>;\nexport type ListWidgetsByDashboardSuspenseQueryHookResult = ReturnType<typeof useListWidgetsByDashboardSuspenseQuery>;\nexport type ListWidgetsByDashboardQueryResult = Apollo.QueryResult<Types.ListWidgetsByDashboardQuery, Types.ListWidgetsByDashboardQueryVariables>;\nexport const ListWidgetsForPageDocument = gql`\n query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {\n listWidgets(pageId: $pageId, type: $type, first: 100) {\n edges {\n node {\n ...WidgetListFields\n }\n }\n totalCount\n }\n}\n ${WidgetListFieldsFragmentDoc}`;\n\n/**\n * __useListWidgetsForPageQuery__\n *\n * To run a query within a React component, call `useListWidgetsForPageQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWidgetsForPageQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWidgetsForPageQuery({\n * variables: {\n * pageId: // value for 'pageId'\n * type: // value for 'type'\n * },\n * });\n */\nexport function useListWidgetsForPageQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables> & ({ variables: Types.ListWidgetsForPageQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>(ListWidgetsForPageDocument, options);\n }\nexport function useListWidgetsForPageLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>(ListWidgetsForPageDocument, options);\n }\n// @ts-ignore\nexport function useListWidgetsForPageSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>;\nexport function useListWidgetsForPageSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWidgetsForPageQuery | undefined, Types.ListWidgetsForPageQueryVariables>;\nexport function useListWidgetsForPageSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>(ListWidgetsForPageDocument, options);\n }\nexport type ListWidgetsForPageQueryHookResult = ReturnType<typeof useListWidgetsForPageQuery>;\nexport type ListWidgetsForPageLazyQueryHookResult = ReturnType<typeof useListWidgetsForPageLazyQuery>;\nexport type ListWidgetsForPageSuspenseQueryHookResult = ReturnType<typeof useListWidgetsForPageSuspenseQuery>;\nexport type ListWidgetsForPageQueryResult = Apollo.QueryResult<Types.ListWidgetsForPageQuery, Types.ListWidgetsForPageQueryVariables>;\nexport const CreateWorkflowDocument = gql`\n mutation CreateWorkflow($input: CreateWorkflowInput!) {\n createWorkflow(input: $input) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\nexport type CreateWorkflowMutationFn = Apollo.MutationFunction<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>;\n\n/**\n * __useCreateWorkflowMutation__\n *\n * To run a mutation, you first call `useCreateWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createWorkflowMutation, { data, loading, error }] = useCreateWorkflowMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>(CreateWorkflowDocument, options);\n }\nexport type CreateWorkflowMutationHookResult = ReturnType<typeof useCreateWorkflowMutation>;\nexport type CreateWorkflowMutationResult = Apollo.MutationResult<Types.CreateWorkflowMutation>;\nexport type CreateWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.CreateWorkflowMutation, Types.CreateWorkflowMutationVariables>;\nexport const DeleteWorkflowDocument = gql`\n mutation DeleteWorkflow($id: ID!) {\n deleteWorkflow(id: $id)\n}\n `;\nexport type DeleteWorkflowMutationFn = Apollo.MutationFunction<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>;\n\n/**\n * __useDeleteWorkflowMutation__\n *\n * To run a mutation, you first call `useDeleteWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteWorkflowMutation, { data, loading, error }] = useDeleteWorkflowMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>(DeleteWorkflowDocument, options);\n }\nexport type DeleteWorkflowMutationHookResult = ReturnType<typeof useDeleteWorkflowMutation>;\nexport type DeleteWorkflowMutationResult = Apollo.MutationResult<Types.DeleteWorkflowMutation>;\nexport type DeleteWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.DeleteWorkflowMutation, Types.DeleteWorkflowMutationVariables>;\nexport const ExecuteWorkflowDocument = gql`\n mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {\n executeWorkflow(id: $id, triggerData: $triggerData) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\nexport type ExecuteWorkflowMutationFn = Apollo.MutationFunction<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>;\n\n/**\n * __useExecuteWorkflowMutation__\n *\n * To run a mutation, you first call `useExecuteWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useExecuteWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [executeWorkflowMutation, { data, loading, error }] = useExecuteWorkflowMutation({\n * variables: {\n * id: // value for 'id'\n * triggerData: // value for 'triggerData'\n * },\n * });\n */\nexport function useExecuteWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>(ExecuteWorkflowDocument, options);\n }\nexport type ExecuteWorkflowMutationHookResult = ReturnType<typeof useExecuteWorkflowMutation>;\nexport type ExecuteWorkflowMutationResult = Apollo.MutationResult<Types.ExecuteWorkflowMutation>;\nexport type ExecuteWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.ExecuteWorkflowMutation, Types.ExecuteWorkflowMutationVariables>;\nexport const LinkDataSinkToWorkflowDocument = gql`\n mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {\n linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {\n ...DataSinkWorkflowLinkFields\n }\n}\n ${DataSinkWorkflowLinkFieldsFragmentDoc}`;\nexport type LinkDataSinkToWorkflowMutationFn = Apollo.MutationFunction<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>;\n\n/**\n * __useLinkDataSinkToWorkflowMutation__\n *\n * To run a mutation, you first call `useLinkDataSinkToWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useLinkDataSinkToWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [linkDataSinkToWorkflowMutation, { data, loading, error }] = useLinkDataSinkToWorkflowMutation({\n * variables: {\n * workflowId: // value for 'workflowId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useLinkDataSinkToWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>(LinkDataSinkToWorkflowDocument, options);\n }\nexport type LinkDataSinkToWorkflowMutationHookResult = ReturnType<typeof useLinkDataSinkToWorkflowMutation>;\nexport type LinkDataSinkToWorkflowMutationResult = Apollo.MutationResult<Types.LinkDataSinkToWorkflowMutation>;\nexport type LinkDataSinkToWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.LinkDataSinkToWorkflowMutation, Types.LinkDataSinkToWorkflowMutationVariables>;\nexport const UnlinkDataSinkFromWorkflowDocument = gql`\n mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {\n unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)\n}\n `;\nexport type UnlinkDataSinkFromWorkflowMutationFn = Apollo.MutationFunction<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>;\n\n/**\n * __useUnlinkDataSinkFromWorkflowMutation__\n *\n * To run a mutation, you first call `useUnlinkDataSinkFromWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUnlinkDataSinkFromWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [unlinkDataSinkFromWorkflowMutation, { data, loading, error }] = useUnlinkDataSinkFromWorkflowMutation({\n * variables: {\n * workflowId: // value for 'workflowId'\n * dataSinkId: // value for 'dataSinkId'\n * },\n * });\n */\nexport function useUnlinkDataSinkFromWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>(UnlinkDataSinkFromWorkflowDocument, options);\n }\nexport type UnlinkDataSinkFromWorkflowMutationHookResult = ReturnType<typeof useUnlinkDataSinkFromWorkflowMutation>;\nexport type UnlinkDataSinkFromWorkflowMutationResult = Apollo.MutationResult<Types.UnlinkDataSinkFromWorkflowMutation>;\nexport type UnlinkDataSinkFromWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.UnlinkDataSinkFromWorkflowMutation, Types.UnlinkDataSinkFromWorkflowMutationVariables>;\nexport const UpdateDataSinkWorkflowLinkDocument = gql`\n mutation UpdateDataSinkWorkflowLink($linkId: ID!, $input: UpdateDataSinkLinkInput!) {\n updateDataSinkLink(linkId: $linkId, input: $input) {\n ...DataSinkWorkflowLinkFields\n }\n}\n ${DataSinkWorkflowLinkFieldsFragmentDoc}`;\nexport type UpdateDataSinkWorkflowLinkMutationFn = Apollo.MutationFunction<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>;\n\n/**\n * __useUpdateDataSinkWorkflowLinkMutation__\n *\n * To run a mutation, you first call `useUpdateDataSinkWorkflowLinkMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateDataSinkWorkflowLinkMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateDataSinkWorkflowLinkMutation, { data, loading, error }] = useUpdateDataSinkWorkflowLinkMutation({\n * variables: {\n * linkId: // value for 'linkId'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateDataSinkWorkflowLinkMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>(UpdateDataSinkWorkflowLinkDocument, options);\n }\nexport type UpdateDataSinkWorkflowLinkMutationHookResult = ReturnType<typeof useUpdateDataSinkWorkflowLinkMutation>;\nexport type UpdateDataSinkWorkflowLinkMutationResult = Apollo.MutationResult<Types.UpdateDataSinkWorkflowLinkMutation>;\nexport type UpdateDataSinkWorkflowLinkMutationOptions = Apollo.BaseMutationOptions<Types.UpdateDataSinkWorkflowLinkMutation, Types.UpdateDataSinkWorkflowLinkMutationVariables>;\nexport const UpdateWorkflowDocument = gql`\n mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {\n updateWorkflow(id: $id, input: $input, version: $version) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\nexport type UpdateWorkflowMutationFn = Apollo.MutationFunction<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>;\n\n/**\n * __useUpdateWorkflowMutation__\n *\n * To run a mutation, you first call `useUpdateWorkflowMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateWorkflowMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateWorkflowMutation, { data, loading, error }] = useUpdateWorkflowMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * version: // value for 'version'\n * },\n * });\n */\nexport function useUpdateWorkflowMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>(UpdateWorkflowDocument, options);\n }\nexport type UpdateWorkflowMutationHookResult = ReturnType<typeof useUpdateWorkflowMutation>;\nexport type UpdateWorkflowMutationResult = Apollo.MutationResult<Types.UpdateWorkflowMutation>;\nexport type UpdateWorkflowMutationOptions = Apollo.BaseMutationOptions<Types.UpdateWorkflowMutation, Types.UpdateWorkflowMutationVariables>;\nexport const GetWorkflowDocument = gql`\n query GetWorkflow($id: ID!) {\n workflow(id: $id) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\n\n/**\n * __useGetWorkflowQuery__\n *\n * To run a query within a React component, call `useGetWorkflowQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWorkflowQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWorkflowQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetWorkflowQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables> & ({ variables: Types.GetWorkflowQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>(GetWorkflowDocument, options);\n }\nexport function useGetWorkflowLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>(GetWorkflowDocument, options);\n }\n// @ts-ignore\nexport function useGetWorkflowSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>;\nexport function useGetWorkflowSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowQuery | undefined, Types.GetWorkflowQueryVariables>;\nexport function useGetWorkflowSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>(GetWorkflowDocument, options);\n }\nexport type GetWorkflowQueryHookResult = ReturnType<typeof useGetWorkflowQuery>;\nexport type GetWorkflowLazyQueryHookResult = ReturnType<typeof useGetWorkflowLazyQuery>;\nexport type GetWorkflowSuspenseQueryHookResult = ReturnType<typeof useGetWorkflowSuspenseQuery>;\nexport type GetWorkflowQueryResult = Apollo.QueryResult<Types.GetWorkflowQuery, Types.GetWorkflowQueryVariables>;\nexport const GetWorkflowByKeyDocument = gql`\n query GetWorkflowByKey($key: String!) {\n workflowByKey(key: $key) {\n ...WorkflowFullFields\n }\n}\n ${WorkflowFullFieldsFragmentDoc}`;\n\n/**\n * __useGetWorkflowByKeyQuery__\n *\n * To run a query within a React component, call `useGetWorkflowByKeyQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetWorkflowByKeyQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetWorkflowByKeyQuery({\n * variables: {\n * key: // value for 'key'\n * },\n * });\n */\nexport function useGetWorkflowByKeyQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables> & ({ variables: Types.GetWorkflowByKeyQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>(GetWorkflowByKeyDocument, options);\n }\nexport function useGetWorkflowByKeyLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>(GetWorkflowByKeyDocument, options);\n }\n// @ts-ignore\nexport function useGetWorkflowByKeySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>;\nexport function useGetWorkflowByKeySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetWorkflowByKeyQuery | undefined, Types.GetWorkflowByKeyQueryVariables>;\nexport function useGetWorkflowByKeySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>(GetWorkflowByKeyDocument, options);\n }\nexport type GetWorkflowByKeyQueryHookResult = ReturnType<typeof useGetWorkflowByKeyQuery>;\nexport type GetWorkflowByKeyLazyQueryHookResult = ReturnType<typeof useGetWorkflowByKeyLazyQuery>;\nexport type GetWorkflowByKeySuspenseQueryHookResult = ReturnType<typeof useGetWorkflowByKeySuspenseQuery>;\nexport type GetWorkflowByKeyQueryResult = Apollo.QueryResult<Types.GetWorkflowByKeyQuery, Types.GetWorkflowByKeyQueryVariables>;\nexport const ListWorkflowsDocument = gql`\n query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {\n workflows(filter: $filter) {\n ...WorkflowListItem\n }\n}\n ${WorkflowListItemFragmentDoc}`;\n\n/**\n * __useListWorkflowsQuery__\n *\n * To run a query within a React component, call `useListWorkflowsQuery` and pass it any options that fit your needs.\n * When your component renders, `useListWorkflowsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useListWorkflowsQuery({\n * variables: {\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useListWorkflowsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>(ListWorkflowsDocument, options);\n }\nexport function useListWorkflowsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>(ListWorkflowsDocument, options);\n }\n// @ts-ignore\nexport function useListWorkflowsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>;\nexport function useListWorkflowsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ListWorkflowsQuery | undefined, Types.ListWorkflowsQueryVariables>;\nexport function useListWorkflowsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>(ListWorkflowsDocument, options);\n }\nexport type ListWorkflowsQueryHookResult = ReturnType<typeof useListWorkflowsQuery>;\nexport type ListWorkflowsLazyQueryHookResult = ReturnType<typeof useListWorkflowsLazyQuery>;\nexport type ListWorkflowsSuspenseQueryHookResult = ReturnType<typeof useListWorkflowsSuspenseQuery>;\nexport type ListWorkflowsQueryResult = Apollo.QueryResult<Types.ListWorkflowsQuery, Types.ListWorkflowsQueryVariables>;"],"mappings":";;;AAMA,IAAM,IAAiB,EAAE,EAkrCZ,IAAiC,CAAG;;;;;;;;;;;;;;;;;;;;;;AAsBH,CAAG;;;;;;;;;;;;;;AAcjD,IAAa,IAAiC,CAAG;;;;;;;;;;;;;OAcpC,IAAgC,CAAG;;;;;;;;;;;;;;;;;;OAmBnC,IAAiC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8B3C,EAA+B;EACnC,KACW,IAA+B,CAAG;;;;;;;;;;;;;;;;;OAkBlC,KAAmC,CAAG;;;;;;;;;;;;;;;;OAiBtC,IAAkC,CAAG;;;;;;;;;;;;;;;OAgBrC,IAAqC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BxC,IAAuC,CAAG;;;;;;;;;;;;;;;;;;;;OAqB1C,IAAiC,CAAG;;;;;;;;;;;;;;;OAgBpC,IAA4B,CAAG;;;;;;;OAkI/B,IAAgC,CAAG;;;;;;;;;;;;;;;;;;;MApHH,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MANE,CAAG;;;;;QA6IjB;EA7FkB,CAAG;;;;;;;MANT,CAAG;;;;;QAoGV;EAtFI,CAAG;;;;;;;;;;;;;;;;;MAuFhB;EA/De,CAAG;;;;;;;;;;;;MANH,CAAG;;;;;QAsEhB;EA5CY,CAAG;;;;;;;;;;;;;MAPH,CAAG;;;;;;QAoDhB;EA/Ba,CAAG;;;;;;;SAiCpC,IAA8B,CAAG;;;;;;;;;;;;;;;OAgBjC,IAAoC,CAAG;;;;;;;OAQvC,IAAgC,CAAG;;;;;;;;;;;;;;OAenC,IAAkC,CAAG;;;;;;;OAQrC,IAA8B,CAAG;;;;;;;;;;;;;;;;;;;OAoBjC,IAA4B,CAAG;;;;;;;;;;;;OAa/B,IAAoC,CAAG;;;;;;;OAyBvC,IAAgC,CAAG;;;;;;;;;;;;;;;;;;MAjBF,CAAG;;;;;;;;;;;;;;;;SA+CpC,IAAqC,CAAG;;;;;;;;;;;;;;;;;;MAXD,CAAG;;;;;;;;;;SA8B1C,KAA8B,CAAG;;;;;;;;;;;;;;;;;;OAmBjC,IAAoC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgDvC,IAAoC,CAAG;;;;;;;;;OAUvC,IAA4B,CAAG;;;;;;;;;;;;;;;;;;;OAoB/B,IAAuC,CAAG;;;;;;;;;;;;;;;;;;;;OAqB1C,IAAkC,CAAG;;;;;;;OAgBrC,IAA8B,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;MARK,CAAG;;;;;;;SAoCzC,IAAmC,CAAG;;;;;;;;;;;;;OActC,IAAqC,CAAG;;;;;;;;;OAUxC,IAA8B,CAAG;;;;;;;;OASjC,IAAgC,CAAG;;;;;;;;;;;;;;;;;;;;;;OAuBnC,IAA8B,CAAG;;;;;;;;;;;;;;;;MAgBxC,EAA4B;EAChC,EAAiC;EACjC,EAAmC;EACnC,EAA4B;EAC5B,KACW,IAA8B,CAAG;;;;;;;;;;;;;MAaxC,EAA4B;EAChC,EAAiC;EACjC,EAAmC;EACnC,KACW,IAA4B,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDG,CAAG;;;;;;;;AAQlD,IAAa,IAAkC,CAAG;;;;;;;;;;;;;;;;;;;;;;AAsBD,CAAG;;;;;;;;AAQpD,IAAa,IAAgC,CAAG;;;;;;;;;;;;;;;;;;;;OA+BnC,IAAwC,CAAG;;;;;;;;;;;;;;MAVT,CAAG;;;;;;;;;SAyBrC,IAAgC,CAAG;;;;;;;MAO1C,EAA8B;EAClC,KACW,IAA8B,CAAG;;;;;;;;;;;;;;;;;;;;;;;;OAyBjC,IAAiC,CAAG;;;;;;;;;;;;;OAiDpC,IAA8B,CAAG;;;;;;MAMxC;AAoBN,SAAgB,EAA+B,GAAmI;CAC1K,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,YAA2F,GAA6B,EAAQ;;AAKhK,IAAa,IAA8B,CAAG;;;;;AAwB9C,SAAgB,EAA+B,GAAmI;CAC1K,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,YAA2F,GAA6B,EAAQ;;AAKhK,IAAa,IAA+B,CAAG;;;;;;MAMzC;AAoBN,SAAgB,EAAgC,GAAqI;CAC7K,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,YAA6F,GAA8B,EAAQ;;AAKnK,IAAa,IAA4B,CAAG;;;;;;;;;;;MAWtC;AAkBN,SAAgB,EAA0B,GAAqN;CACvP,IAAM,IAAU;EAAC,GAAG;EAAgB,GAAG;EAAY;AACnD,QAAO,EAAiB,SAA8E,GAA2B,EAAQ;;AAiBzG,CAAG;;;;;;MAMrC,KA2BiC,CAAG;;;;;;MAMpC;AA2BN,IAAa,IAAyB,CAAG;;;;;;MAMnC,KA2BO,IAA0B,CAAG;;;;;;MAMpC,MA2BO,IAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA6B,CAAG;;;;;;MAMvC;AA2BgC,CAAG;;;;;;MAMnC;AA2BN,IAAa,KAA0B,CAAG;;;;OA+B7B,KAA8B,CAAG;;;;OA+BjC,KAA8B,CAAG;;;;OA+BjC,KAA6B,CAAG;;;;;AA+BP,CAAG;;;;OA+BA,CAAG;;;;;;MAMtC;AA2BN,IAAa,KAA0B,CAAG;;;;;;;;;;;;;;;;;;;MAmBpC;AA2B6C,CAAG;;;;;;MAMhD,KA2BqC,CAAG;;;;;;MAMxC,KA2BkC,CAAG;;;;;;MAMrC,KA2BiC,CAAG;;;;;;MAMpC,KA2B8B,CAAG;;;;;;MAMjC;AA2BN,IAAa,KAAgC,CAAG;;;;;;MAM1C,KA4BO,KAA+B,CAAG;;;;;;MAMzC;AA4BkC,CAAG;;;;;;MAMrC;AA2BN,IAAa,KAA0B,CAAG;;;;OA+B7B,KAA+B,CAAG;;;;OA+BlC,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA+B,CAAG;;;;;;MAMzC,KA2BO,KAA8B,CAAG;;;;;;MAMxC,KA2BO,KAA6B,CAAG;;;;;;MAMvC;AA2BgC,CAAG;;;;;;MAMnC;AA2BN,IAAa,KAA0B,CAAG;;;;OA0C7B,KAAuB,CAAG;;;;;;MAMjC;AAqCmC,CAAG;;;;;;MAMtC;AAqCN,IAAa,KAA2B,CAAG;;;;;;MAMrC,KAqCO,KAAkC,CAAG;;;;;;MAM5C;AAqC6B,CAAG;;;;;;MAMhC;AAqCN,IAAa,KAA8B,CAAG;;;;;;;;;;;;;;;MAexC,EAAgC;EACpC,KAuCW,KAA6B,CAAG;;;;;;;;;;;;;;;MAevC,EAA+B;EACnC,KAuCW,KAAyB,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BnC,EAA6B;EACjC;AA8C2C,CAAG;;;;;;;;;;;;;;;MAe1C,EAAqC;EACzC;AAuCF,IAAa,KAA2B,CAAG;;;;;;;;;;;;;;;MAerC,EAAgC;EACpC;AAsCmC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;MAwBlC,EAAqC;EACzC,KA4CqC,CAAG;;;;;;;;;;;;;;;;;;;;;MAqBpC,EAAqC;EACzC;AAyCF,IAAa,KAAkC,CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;OA+DrC,KAA+B,CAAG;;;;;;MAMzC,KA2BO,KAA+B,CAAG;;;;;;;OAkClC,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;;;;;OAmC5B,KAAkC,CAAG;;;;;;;;;OAoCrC,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAsB,CAAG;;;;;;MAMhC,KAsCO,KAA0B,CAAG;;;;;;;;;;;;;;;;;;;;;;OAiE7B,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;;;;MAsBlC,EAA4B;EAChC,KA0CW,KAA8B,CAAG;;;;;;MAMxC,KAwBO,KAA0B,CAAG;;;;;;;;;;;MAWpC;AAwBoC,CAAG;;;;;;MAMvC,KA2BoC,CAAG;;;;OA+BC,CAAG;;;;;;MAM3C,KA2BoC,CAAG;;;;;;MAMvC,KA4BwC,CAAG;;;;;;MAM3C,KAqCiC,CAAG;;;;;;MAMpC,KAqCkC,CAAG;;;;;;MAMrC;AAqCN,IAAa,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAAuB,CAAG;;;;OA+B1B,KAAwB,CAAG;;;;;;;;;;;OAsC3B,KAAuB,CAAG;;;;;;MAMjC,KA6BO,KAAoB,CAAG;;;;;;MAM9B,KAqCO,KAAsB,CAAG;;;;;;;;;;;;;;;;;;;MAmBhC,EAA0B;EAC9B,KAyCW,KAA+B,CAAG;;;;;;;;;OA8ClC,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;OA+B5B,KAA0B,CAAG;;;;;;MAMpC,KA2BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAAyB,CAAG;;;;;;MAMnC,KA6BO,KAAsB,CAAG;;;;;;MAMhC,KAqCO,KAA+B,CAAG;;;;;;MAMzC,KAqCO,KAAiC,CAAG;;;;;;MAM3C,KAuCO,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;MAmBlC,GAA4B;EAChC;AAwC4C,CAAG;;;;;;;OAkCI,CAAG;;;;;;OAiCV,CAAG;;;;OA+BE,CAAG;;;;;;MAMhD,KA2BqC,CAAG;;;;;;MAMxC,KAqCsC,CAAG;;;;;;MAMzC,KAuCuC,CAAG;;;;;;;;;;;;;;;;;;;MAmB1C;AAuCN,IAAa,KAAwB,CAAG;;;;;;;;;;;OAsC3B,KAA8B,CAAG;;;;;;;OAkCjC,KAA2B,CAAG;;;;;;;;;;;OAwC9B,KAAqB,CAAG;;;;;;;;;;;OAiDxB,KAA6B,CAAG;;;;;;;;;;;OAgDhC,KAAqC,CAAG;;;;;;;;OAmCxC,KAAoC,CAAG;;;;;;MAM9C,KA2BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAAgC,CAAG;;;;;;;;;;;MAW1C,KA8BO,KAAoC,CAAG;;;;OA+BvC,KAAuB,CAAG;;;;OA+B1B,KAA6B,CAAG;;;;OA+BhC,KAAgC,CAAG;;;;OA+BnC,KAA0B,CAAG;;;;;;MAMpC,KA6BO,KAA0B,CAAG;;;;;;MAMpC;AA2BkC,CAAG;;;;;;;;;;MAUrC;AA6BN,IAAa,KAA4B,CAAG;;;;;;MAMtC,KA2BO,KAA+B,CAAG;;;;;;;OAmClC,KAA6B,CAAG;;;;;;MAMvC,KA2BO,KAA6B,CAAG;;;;;;;;;;OAqChC,KAAoC,CAAG;;;;;;MAM9C,KA4BO,KAAoC,CAAG;;;;;;MAM9C,KA4BO,KAAuB,CAAG;;;;;;MAMjC,KA2BO,KAA6B,CAAG;;;;;;MAMvC,KA2BO,IAAgC,CAAG;;;;;;;;;;;;MAY1C;AA+BsC,CAAG;;;;;;;;;;;;;OA0CZ,CAAG;;;;;;MAMhC,KAqCwC,CAAG;;;;;;MAM3C;AAqCN,IAAa,KAAoB,CAAG;;;;;;MAM9B,KAqCO,KAA2B,CAAG;;;;;;MAMrC,KAqCO,KAAyB,CAAG;;;;;;MAMnC;AAoCmC,CAAG;;;;;;;;;;;;;;;MAetC,EAA4B;EAChC,EAAiC;EACjC,EAAmC;EACnC;AAqCF,IAAa,KAAwB,CAAG;;;;;;;;;;;;;;;;;;;;;;MAsBlC,EAA0B;EAC9B,KA0CW,KAAmC,CAAG;;;;;;;;;;MAU7C;AAuC6B,CAAG;;;;;;;;;;;;;;;MAehC,EAA0B;EAC9B;AAwCF,IAAa,KAAiC,CAAG;;;;;;MAM3C,KAsCO,KAA6B,CAAG;;;;;;;;;;;MAWvC,KAsCO,KAAyB,CAAG;;;;;;MAMnC,KA2BO,KAAyB,CAAG;;;;OA+B5B,KAA0B,CAAG;;;;;;MAMpC,KA4BO,KAAiC,CAAG;;;;;;MAM3C,KA4BO,KAAqC,CAAG;;;;;AAgCH,CAAG;;;;;;MAM/C;AA4BN,IAAa,KAAyB,CAAG;;;;;;MAMnC,KA6BO,KAAsB,CAAG;;;;;;MAMhC,KAqCO,KAA2B,CAAG;;;;;;MAMrC,KAqCO,KAAwB,CAAG;;;;;;MAMlC"}