From 7a7e75a0fa30b393d09f4caaf608dae427ff62a8 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 17 Nov 2022 21:28:57 -0800 Subject: [PATCH] update types???? --- src/gatsby-types.d.ts | 50 +++++-------------------------------------- 1 file changed, 5 insertions(+), 45 deletions(-) diff --git a/src/gatsby-types.d.ts b/src/gatsby-types.d.ts index 54c78f1..ab892a1 100644 --- a/src/gatsby-types.d.ts +++ b/src/gatsby-types.d.ts @@ -1679,17 +1679,13 @@ type Query_imageSharpArgs = { type Query_siteArgs = { buildTime: InputMaybe; children: InputMaybe; - graphqlTypegen: InputMaybe; + graphqlTypegen: InputMaybe; host: InputMaybe; id: InputMaybe; internal: InputMaybe; - jsxRuntime: InputMaybe; parent: InputMaybe; - pathPrefix: InputMaybe; - polyfill: InputMaybe; port: InputMaybe; siteMetadata: InputMaybe; - trailingSlash: InputMaybe; }; @@ -1751,17 +1747,13 @@ type Query_sitePluginArgs = { type Site = Node & { readonly buildTime: Maybe; readonly children: ReadonlyArray; - readonly graphqlTypegen: Maybe; + readonly graphqlTypegen: Maybe; readonly host: Maybe; readonly id: Scalars['ID']; readonly internal: Internal; - readonly jsxRuntime: Maybe; readonly parent: Maybe; - readonly pathPrefix: Maybe; - readonly polyfill: Maybe; readonly port: Maybe; readonly siteMetadata: Maybe; - readonly trailingSlash: Maybe; }; @@ -1946,33 +1938,25 @@ type SiteEdge = { type SiteFieldSelector = { readonly buildTime: InputMaybe; readonly children: InputMaybe; - readonly graphqlTypegen: InputMaybe; + readonly graphqlTypegen: InputMaybe; readonly host: InputMaybe; readonly id: InputMaybe; readonly internal: InputMaybe; - readonly jsxRuntime: InputMaybe; readonly parent: InputMaybe; - readonly pathPrefix: InputMaybe; - readonly polyfill: InputMaybe; readonly port: InputMaybe; readonly siteMetadata: InputMaybe; - readonly trailingSlash: InputMaybe; }; type SiteFilterInput = { readonly buildTime: InputMaybe; readonly children: InputMaybe; - readonly graphqlTypegen: InputMaybe; + readonly graphqlTypegen: InputMaybe; readonly host: InputMaybe; readonly id: InputMaybe; readonly internal: InputMaybe; - readonly jsxRuntime: InputMaybe; readonly parent: InputMaybe; - readonly pathPrefix: InputMaybe; - readonly polyfill: InputMaybe; readonly port: InputMaybe; readonly siteMetadata: InputMaybe; - readonly trailingSlash: InputMaybe; }; type SiteFunction = Node & { @@ -2117,26 +2101,6 @@ type SiteFunctionSortInput = { readonly relativeCompiledFilePath: InputMaybe; }; -type SiteGraphqlTypegen = { - readonly generateOnBuild: Maybe; - readonly typesOutputPath: Maybe; -}; - -type SiteGraphqlTypegenFieldSelector = { - readonly generateOnBuild: InputMaybe; - readonly typesOutputPath: InputMaybe; -}; - -type SiteGraphqlTypegenFilterInput = { - readonly generateOnBuild: InputMaybe; - readonly typesOutputPath: InputMaybe; -}; - -type SiteGraphqlTypegenSortInput = { - readonly generateOnBuild: InputMaybe; - readonly typesOutputPath: InputMaybe; -}; - type SiteGroupConnection = { readonly distinct: ReadonlyArray; readonly edges: ReadonlyArray; @@ -2497,17 +2461,13 @@ type SiteSiteMetadataSortInput = { type SiteSortInput = { readonly buildTime: InputMaybe; readonly children: InputMaybe; - readonly graphqlTypegen: InputMaybe; + readonly graphqlTypegen: InputMaybe; readonly host: InputMaybe; readonly id: InputMaybe; readonly internal: InputMaybe; - readonly jsxRuntime: InputMaybe; readonly parent: InputMaybe; - readonly pathPrefix: InputMaybe; - readonly polyfill: InputMaybe; readonly port: InputMaybe; readonly siteMetadata: InputMaybe; - readonly trailingSlash: InputMaybe; }; type SortOrderEnum =