@@ -1692,17 +1692,13 @@ type Query_mdxArgs = {
16921692type Query_siteArgs = {
16931693 buildTime : InputMaybe < DateQueryOperatorInput > ;
16941694 children : InputMaybe < NodeFilterListInput > ;
1695- graphqlTypegen : InputMaybe < SiteGraphqlTypegenFilterInput > ;
1695+ graphqlTypegen : InputMaybe < BooleanQueryOperatorInput > ;
16961696 host : InputMaybe < StringQueryOperatorInput > ;
16971697 id : InputMaybe < StringQueryOperatorInput > ;
16981698 internal : InputMaybe < InternalFilterInput > ;
1699- jsxRuntime : InputMaybe < StringQueryOperatorInput > ;
17001699 parent : InputMaybe < NodeFilterInput > ;
1701- pathPrefix : InputMaybe < StringQueryOperatorInput > ;
1702- polyfill : InputMaybe < BooleanQueryOperatorInput > ;
17031700 port : InputMaybe < IntQueryOperatorInput > ;
17041701 siteMetadata : InputMaybe < SiteSiteMetadataFilterInput > ;
1705- trailingSlash : InputMaybe < StringQueryOperatorInput > ;
17061702} ;
17071703
17081704
@@ -1764,17 +1760,13 @@ type Query_sitePluginArgs = {
17641760type Site = Node & {
17651761 readonly buildTime : Maybe < Scalars [ 'Date' ] > ;
17661762 readonly children : ReadonlyArray < Node > ;
1767- readonly graphqlTypegen : Maybe < SiteGraphqlTypegen > ;
1763+ readonly graphqlTypegen : Maybe < Scalars [ 'Boolean' ] > ;
17681764 readonly host : Maybe < Scalars [ 'String' ] > ;
17691765 readonly id : Scalars [ 'ID' ] ;
17701766 readonly internal : Internal ;
1771- readonly jsxRuntime : Maybe < Scalars [ 'String' ] > ;
17721767 readonly parent : Maybe < Node > ;
1773- readonly pathPrefix : Maybe < Scalars [ 'String' ] > ;
1774- readonly polyfill : Maybe < Scalars [ 'Boolean' ] > ;
17751768 readonly port : Maybe < Scalars [ 'Int' ] > ;
17761769 readonly siteMetadata : Maybe < SiteSiteMetadata > ;
1777- readonly trailingSlash : Maybe < Scalars [ 'String' ] > ;
17781770} ;
17791771
17801772
@@ -1959,33 +1951,25 @@ type SiteEdge = {
19591951type SiteFieldSelector = {
19601952 readonly buildTime : InputMaybe < FieldSelectorEnum > ;
19611953 readonly children : InputMaybe < NodeFieldSelector > ;
1962- readonly graphqlTypegen : InputMaybe < SiteGraphqlTypegenFieldSelector > ;
1954+ readonly graphqlTypegen : InputMaybe < FieldSelectorEnum > ;
19631955 readonly host : InputMaybe < FieldSelectorEnum > ;
19641956 readonly id : InputMaybe < FieldSelectorEnum > ;
19651957 readonly internal : InputMaybe < InternalFieldSelector > ;
1966- readonly jsxRuntime : InputMaybe < FieldSelectorEnum > ;
19671958 readonly parent : InputMaybe < NodeFieldSelector > ;
1968- readonly pathPrefix : InputMaybe < FieldSelectorEnum > ;
1969- readonly polyfill : InputMaybe < FieldSelectorEnum > ;
19701959 readonly port : InputMaybe < FieldSelectorEnum > ;
19711960 readonly siteMetadata : InputMaybe < SiteSiteMetadataFieldSelector > ;
1972- readonly trailingSlash : InputMaybe < FieldSelectorEnum > ;
19731961} ;
19741962
19751963type SiteFilterInput = {
19761964 readonly buildTime : InputMaybe < DateQueryOperatorInput > ;
19771965 readonly children : InputMaybe < NodeFilterListInput > ;
1978- readonly graphqlTypegen : InputMaybe < SiteGraphqlTypegenFilterInput > ;
1966+ readonly graphqlTypegen : InputMaybe < BooleanQueryOperatorInput > ;
19791967 readonly host : InputMaybe < StringQueryOperatorInput > ;
19801968 readonly id : InputMaybe < StringQueryOperatorInput > ;
19811969 readonly internal : InputMaybe < InternalFilterInput > ;
1982- readonly jsxRuntime : InputMaybe < StringQueryOperatorInput > ;
19831970 readonly parent : InputMaybe < NodeFilterInput > ;
1984- readonly pathPrefix : InputMaybe < StringQueryOperatorInput > ;
1985- readonly polyfill : InputMaybe < BooleanQueryOperatorInput > ;
19861971 readonly port : InputMaybe < IntQueryOperatorInput > ;
19871972 readonly siteMetadata : InputMaybe < SiteSiteMetadataFilterInput > ;
1988- readonly trailingSlash : InputMaybe < StringQueryOperatorInput > ;
19891973} ;
19901974
19911975type SiteFunction = Node & {
@@ -2130,30 +2114,6 @@ type SiteFunctionSortInput = {
21302114 readonly relativeCompiledFilePath : InputMaybe < SortOrderEnum > ;
21312115} ;
21322116
2133- type SiteGraphqlTypegen = {
2134- readonly documentSearchPaths : Maybe < ReadonlyArray < Maybe < Scalars [ 'String' ] > > > ;
2135- readonly generateOnBuild : Maybe < Scalars [ 'Boolean' ] > ;
2136- readonly typesOutputPath : Maybe < Scalars [ 'String' ] > ;
2137- } ;
2138-
2139- type SiteGraphqlTypegenFieldSelector = {
2140- readonly documentSearchPaths : InputMaybe < FieldSelectorEnum > ;
2141- readonly generateOnBuild : InputMaybe < FieldSelectorEnum > ;
2142- readonly typesOutputPath : InputMaybe < FieldSelectorEnum > ;
2143- } ;
2144-
2145- type SiteGraphqlTypegenFilterInput = {
2146- readonly documentSearchPaths : InputMaybe < StringQueryOperatorInput > ;
2147- readonly generateOnBuild : InputMaybe < BooleanQueryOperatorInput > ;
2148- readonly typesOutputPath : InputMaybe < StringQueryOperatorInput > ;
2149- } ;
2150-
2151- type SiteGraphqlTypegenSortInput = {
2152- readonly documentSearchPaths : InputMaybe < SortOrderEnum > ;
2153- readonly generateOnBuild : InputMaybe < SortOrderEnum > ;
2154- readonly typesOutputPath : InputMaybe < SortOrderEnum > ;
2155- } ;
2156-
21572117type SiteGroupConnection = {
21582118 readonly distinct : ReadonlyArray < Scalars [ 'String' ] > ;
21592119 readonly edges : ReadonlyArray < SiteEdge > ;
@@ -2514,17 +2474,13 @@ type SiteSiteMetadataSortInput = {
25142474type SiteSortInput = {
25152475 readonly buildTime : InputMaybe < SortOrderEnum > ;
25162476 readonly children : InputMaybe < NodeSortInput > ;
2517- readonly graphqlTypegen : InputMaybe < SiteGraphqlTypegenSortInput > ;
2477+ readonly graphqlTypegen : InputMaybe < SortOrderEnum > ;
25182478 readonly host : InputMaybe < SortOrderEnum > ;
25192479 readonly id : InputMaybe < SortOrderEnum > ;
25202480 readonly internal : InputMaybe < InternalSortInput > ;
2521- readonly jsxRuntime : InputMaybe < SortOrderEnum > ;
25222481 readonly parent : InputMaybe < NodeSortInput > ;
2523- readonly pathPrefix : InputMaybe < SortOrderEnum > ;
2524- readonly polyfill : InputMaybe < SortOrderEnum > ;
25252482 readonly port : InputMaybe < SortOrderEnum > ;
25262483 readonly siteMetadata : InputMaybe < SiteSiteMetadataSortInput > ;
2527- readonly trailingSlash : InputMaybe < SortOrderEnum > ;
25282484} ;
25292485
25302486type SortOrderEnum =
0 commit comments