@@ -256,8 +256,6 @@ export type DirectoryCtimeArgs = {
256256export type Site = Node & {
257257 buildTime ?: Maybe < Scalars [ 'Date' ] > ;
258258 siteMetadata ?: Maybe < SiteSiteMetadata > ;
259- port ?: Maybe < Scalars [ 'Int' ] > ;
260- host ?: Maybe < Scalars [ 'String' ] > ;
261259 polyfill ?: Maybe < Scalars [ 'Boolean' ] > ;
262260 pathPrefix ?: Maybe < Scalars [ 'String' ] > ;
263261 id : Scalars [ 'ID' ] ;
@@ -856,8 +854,6 @@ export type QueryAllDirectoryArgs = {
856854export type QuerySiteArgs = {
857855 buildTime ?: Maybe < DateQueryOperatorInput > ;
858856 siteMetadata ?: Maybe < SiteSiteMetadataFilterInput > ;
859- port ?: Maybe < IntQueryOperatorInput > ;
860- host ?: Maybe < StringQueryOperatorInput > ;
861857 polyfill ?: Maybe < BooleanQueryOperatorInput > ;
862858 pathPrefix ?: Maybe < StringQueryOperatorInput > ;
863859 id ?: Maybe < StringQueryOperatorInput > ;
@@ -2168,8 +2164,6 @@ export type SiteFieldsEnum =
21682164 | 'siteMetadata___contacts___links___medium'
21692165 | 'siteMetadata___contacts___links___devto'
21702166 | 'siteMetadata___contacts___links___instagram'
2171- | 'port'
2172- | 'host'
21732167 | 'polyfill'
21742168 | 'pathPrefix'
21752169 | 'id'
@@ -2303,8 +2297,6 @@ export type SiteGroupConnectionGroupArgs = {
23032297export type SiteFilterInput = {
23042298 buildTime ?: Maybe < DateQueryOperatorInput > ;
23052299 siteMetadata ?: Maybe < SiteSiteMetadataFilterInput > ;
2306- port ?: Maybe < IntQueryOperatorInput > ;
2307- host ?: Maybe < StringQueryOperatorInput > ;
23082300 polyfill ?: Maybe < BooleanQueryOperatorInput > ;
23092301 pathPrefix ?: Maybe < StringQueryOperatorInput > ;
23102302 id ?: Maybe < StringQueryOperatorInput > ;
0 commit comments