@@ -247,8 +247,6 @@ export type DirectoryCtimeArgs = {
247247export type Site = Node & {
248248 buildTime ?: Maybe < Scalars [ 'Date' ] > ;
249249 siteMetadata ?: Maybe < SiteSiteMetadata > ;
250- port ?: Maybe < Scalars [ 'Int' ] > ;
251- host ?: Maybe < Scalars [ 'String' ] > ;
252250 polyfill ?: Maybe < Scalars [ 'Boolean' ] > ;
253251 pathPrefix ?: Maybe < Scalars [ 'String' ] > ;
254252 jsxRuntime ?: Maybe < Scalars [ 'String' ] > ;
@@ -848,8 +846,6 @@ export type QueryAllDirectoryArgs = {
848846export type QuerySiteArgs = {
849847 buildTime ?: InputMaybe < DateQueryOperatorInput > ;
850848 siteMetadata ?: InputMaybe < SiteSiteMetadataFilterInput > ;
851- port ?: InputMaybe < IntQueryOperatorInput > ;
852- host ?: InputMaybe < StringQueryOperatorInput > ;
853849 polyfill ?: InputMaybe < BooleanQueryOperatorInput > ;
854850 pathPrefix ?: InputMaybe < StringQueryOperatorInput > ;
855851 jsxRuntime ?: InputMaybe < StringQueryOperatorInput > ;
@@ -2162,8 +2158,6 @@ export type SiteFieldsEnum =
21622158 | 'siteMetadata___contacts___links___medium'
21632159 | 'siteMetadata___contacts___links___devto'
21642160 | 'siteMetadata___contacts___links___instagram'
2165- | 'port'
2166- | 'host'
21672161 | 'polyfill'
21682162 | 'pathPrefix'
21692163 | 'jsxRuntime'
@@ -2299,8 +2293,6 @@ export type SiteGroupConnectionGroupArgs = {
22992293export type SiteFilterInput = {
23002294 buildTime ?: InputMaybe < DateQueryOperatorInput > ;
23012295 siteMetadata ?: InputMaybe < SiteSiteMetadataFilterInput > ;
2302- port ?: InputMaybe < IntQueryOperatorInput > ;
2303- host ?: InputMaybe < StringQueryOperatorInput > ;
23042296 polyfill ?: InputMaybe < BooleanQueryOperatorInput > ;
23052297 pathPrefix ?: InputMaybe < StringQueryOperatorInput > ;
23062298 jsxRuntime ?: InputMaybe < StringQueryOperatorInput > ;
0 commit comments