@@ -258,8 +258,6 @@ export type DirectoryCtimeArgs = {
258258export type Site = Node & {
259259 buildTime ?: Maybe < Scalars [ 'Date' ] > ;
260260 siteMetadata ?: Maybe < SiteSiteMetadata > ;
261- port ?: Maybe < Scalars [ 'Int' ] > ;
262- host ?: Maybe < Scalars [ 'String' ] > ;
263261 polyfill ?: Maybe < Scalars [ 'Boolean' ] > ;
264262 pathPrefix ?: Maybe < Scalars [ 'String' ] > ;
265263 id : Scalars [ 'ID' ] ;
@@ -1011,8 +1009,6 @@ export type QueryAllDirectoryArgs = {
10111009export type QuerySiteArgs = {
10121010 buildTime ?: Maybe < DateQueryOperatorInput > ;
10131011 siteMetadata ?: Maybe < SiteSiteMetadataFilterInput > ;
1014- port ?: Maybe < IntQueryOperatorInput > ;
1015- host ?: Maybe < StringQueryOperatorInput > ;
10161012 polyfill ?: Maybe < BooleanQueryOperatorInput > ;
10171013 pathPrefix ?: Maybe < StringQueryOperatorInput > ;
10181014 id ?: Maybe < StringQueryOperatorInput > ;
@@ -2187,8 +2183,6 @@ export type SiteFieldsEnum =
21872183 | 'siteMetadata___contacts___links___medium'
21882184 | 'siteMetadata___contacts___links___devto'
21892185 | 'siteMetadata___contacts___links___instagram'
2190- | 'port'
2191- | 'host'
21922186 | 'polyfill'
21932187 | 'pathPrefix'
21942188 | 'id'
@@ -2290,8 +2284,6 @@ export type SiteGroupConnection = {
22902284export type SiteFilterInput = {
22912285 buildTime ?: Maybe < DateQueryOperatorInput > ;
22922286 siteMetadata ?: Maybe < SiteSiteMetadataFilterInput > ;
2293- port ?: Maybe < IntQueryOperatorInput > ;
2294- host ?: Maybe < StringQueryOperatorInput > ;
22952287 polyfill ?: Maybe < BooleanQueryOperatorInput > ;
22962288 pathPrefix ?: Maybe < StringQueryOperatorInput > ;
22972289 id ?: Maybe < StringQueryOperatorInput > ;
0 commit comments