@@ -258,6 +258,8 @@ 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' ] > ;
261263 polyfill ?: Maybe < Scalars [ 'Boolean' ] > ;
262264 pathPrefix ?: Maybe < Scalars [ 'String' ] > ;
263265 id : Scalars [ 'ID' ] ;
@@ -764,6 +766,12 @@ export type SitePluginPluginOptions = {
764766 noInlineHighlight ?: Maybe < Scalars [ 'Boolean' ] > ;
765767 query ?: Maybe < Scalars [ 'String' ] > ;
766768 feeds ?: Maybe < Array < Maybe < SitePluginPluginOptionsFeeds > > > ;
769+ displayName ?: Maybe < Scalars [ 'Boolean' ] > ;
770+ fileName ?: Maybe < Scalars [ 'Boolean' ] > ;
771+ minify ?: Maybe < Scalars [ 'Boolean' ] > ;
772+ namespace ?: Maybe < Scalars [ 'String' ] > ;
773+ transpileTemplateLiterals ?: Maybe < Scalars [ 'Boolean' ] > ;
774+ pure ?: Maybe < Scalars [ 'Boolean' ] > ;
767775 pathCheck ?: Maybe < Scalars [ 'Boolean' ] > ;
768776 allExtensions ?: Maybe < Scalars [ 'Boolean' ] > ;
769777 isTSX ?: Maybe < Scalars [ 'Boolean' ] > ;
@@ -1003,6 +1011,8 @@ export type QueryAllDirectoryArgs = {
10031011export type QuerySiteArgs = {
10041012 buildTime ?: Maybe < DateQueryOperatorInput > ;
10051013 siteMetadata ?: Maybe < SiteSiteMetadataFilterInput > ;
1014+ port ?: Maybe < IntQueryOperatorInput > ;
1015+ host ?: Maybe < StringQueryOperatorInput > ;
10061016 polyfill ?: Maybe < BooleanQueryOperatorInput > ;
10071017 pathPrefix ?: Maybe < StringQueryOperatorInput > ;
10081018 id ?: Maybe < StringQueryOperatorInput > ;
@@ -2177,6 +2187,8 @@ export type SiteFieldsEnum =
21772187 | 'siteMetadata___contacts___links___medium'
21782188 | 'siteMetadata___contacts___links___devto'
21792189 | 'siteMetadata___contacts___links___instagram'
2190+ | 'port'
2191+ | 'host'
21802192 | 'polyfill'
21812193 | 'pathPrefix'
21822194 | 'id'
@@ -2278,6 +2290,8 @@ export type SiteGroupConnection = {
22782290export type SiteFilterInput = {
22792291 buildTime ?: Maybe < DateQueryOperatorInput > ;
22802292 siteMetadata ?: Maybe < SiteSiteMetadataFilterInput > ;
2293+ port ?: Maybe < IntQueryOperatorInput > ;
2294+ host ?: Maybe < StringQueryOperatorInput > ;
22812295 polyfill ?: Maybe < BooleanQueryOperatorInput > ;
22822296 pathPrefix ?: Maybe < StringQueryOperatorInput > ;
22832297 id ?: Maybe < StringQueryOperatorInput > ;
@@ -2372,6 +2386,12 @@ export type SitePluginPluginOptionsFilterInput = {
23722386 noInlineHighlight ?: Maybe < BooleanQueryOperatorInput > ;
23732387 query ?: Maybe < StringQueryOperatorInput > ;
23742388 feeds ?: Maybe < SitePluginPluginOptionsFeedsFilterListInput > ;
2389+ displayName ?: Maybe < BooleanQueryOperatorInput > ;
2390+ fileName ?: Maybe < BooleanQueryOperatorInput > ;
2391+ minify ?: Maybe < BooleanQueryOperatorInput > ;
2392+ namespace ?: Maybe < StringQueryOperatorInput > ;
2393+ transpileTemplateLiterals ?: Maybe < BooleanQueryOperatorInput > ;
2394+ pure ?: Maybe < BooleanQueryOperatorInput > ;
23752395 pathCheck ?: Maybe < BooleanQueryOperatorInput > ;
23762396 allExtensions ?: Maybe < BooleanQueryOperatorInput > ;
23772397 isTSX ?: Maybe < BooleanQueryOperatorInput > ;
@@ -2750,6 +2770,12 @@ export type SitePageFieldsEnum =
27502770 | 'pluginCreator___pluginOptions___feeds'
27512771 | 'pluginCreator___pluginOptions___feeds___query'
27522772 | 'pluginCreator___pluginOptions___feeds___output'
2773+ | 'pluginCreator___pluginOptions___displayName'
2774+ | 'pluginCreator___pluginOptions___fileName'
2775+ | 'pluginCreator___pluginOptions___minify'
2776+ | 'pluginCreator___pluginOptions___namespace'
2777+ | 'pluginCreator___pluginOptions___transpileTemplateLiterals'
2778+ | 'pluginCreator___pluginOptions___pure'
27532779 | 'pluginCreator___pluginOptions___pathCheck'
27542780 | 'pluginCreator___pluginOptions___allExtensions'
27552781 | 'pluginCreator___pluginOptions___isTSX'
@@ -3553,6 +3579,12 @@ export type SitePluginFieldsEnum =
35533579 | 'pluginOptions___feeds'
35543580 | 'pluginOptions___feeds___query'
35553581 | 'pluginOptions___feeds___output'
3582+ | 'pluginOptions___displayName'
3583+ | 'pluginOptions___fileName'
3584+ | 'pluginOptions___minify'
3585+ | 'pluginOptions___namespace'
3586+ | 'pluginOptions___transpileTemplateLiterals'
3587+ | 'pluginOptions___pure'
35563588 | 'pluginOptions___pathCheck'
35573589 | 'pluginOptions___allExtensions'
35583590 | 'pluginOptions___isTSX'
@@ -3591,14 +3623,6 @@ export type SitePluginSortInput = {
35913623 order ?: Maybe < Array < Maybe < SortOrderEnum > > > ;
35923624} ;
35933625
3594- export type HeadQueryVariables = Exact < { [ key : string ] : never ; } > ;
3595-
3596-
3597- export type HeadQuery = { site ?: Maybe < { siteMetadata ?: Maybe < (
3598- Pick < SiteSiteMetadata , 'author' | 'title' >
3599- & { contacts ?: Maybe < { links ?: Maybe < Pick < SiteSiteMetadataContactsLinks , 'twitter' | 'facebook' | 'linkedin' | 'github' | 'medium' | 'devto' | 'instagram' > > } > }
3600- ) > } > } ;
3601-
36023626export type AuthorsImagesQueryVariables = Exact < { [ key : string ] : never ; } > ;
36033627
36043628
@@ -3615,14 +3639,22 @@ export type RecentPostsQuery = { allMarkdownRemark: { edges: Array<{ node: { fro
36153639 & { image ?: Maybe < { childImageSharp ?: Maybe < Pick < ImageSharp , 'gatsbyImageData' > > } > }
36163640 ) > , fields ?: Maybe < Pick < MarkdownRemarkFields , 'slug' > > } } > } } ;
36173641
3618- export type Unnamed_1_QueryVariables = Exact < { [ key : string ] : never ; } > ;
3642+ export type SocialContactsQueryVariables = Exact < { [ key : string ] : never ; } > ;
36193643
36203644
3621- export type Unnamed_1_Query = { site ?: Maybe < { siteMetadata ?: Maybe < { contacts ?: Maybe < (
3645+ export type SocialContactsQuery = { site ?: Maybe < { siteMetadata ?: Maybe < { contacts ?: Maybe < (
36223646 Pick < SiteSiteMetadataContacts , 'email' | 'phone' >
36233647 & { links ?: Maybe < Pick < SiteSiteMetadataContactsLinks , 'twitter' | 'facebook' | 'linkedin' | 'github' | 'medium' | 'devto' | 'instagram' > > }
36243648 ) > } > } > } ;
36253649
3650+ export type HeadQueryVariables = Exact < { [ key : string ] : never ; } > ;
3651+
3652+
3653+ export type HeadQuery = { site ?: Maybe < { siteMetadata ?: Maybe < (
3654+ Pick < SiteSiteMetadata , 'author' | 'title' >
3655+ & { contacts ?: Maybe < { links ?: Maybe < Pick < SiteSiteMetadataContactsLinks , 'twitter' | 'facebook' | 'linkedin' | 'github' | 'medium' | 'devto' | 'instagram' > > } > }
3656+ ) > } > } ;
3657+
36263658export type ArchiveQueryVariables = Exact < { [ key : string ] : never ; } > ;
36273659
36283660
@@ -3683,7 +3715,10 @@ export type TagPostsQueryVariables = Exact<{
36833715} > ;
36843716
36853717
3686- export type TagPostsQuery = { allMarkdownRemark : { edges : Array < { node : { fields ?: Maybe < Pick < MarkdownRemarkFields , 'slug' > > , frontmatter ?: Maybe < Pick < MarkdownRemarkFrontmatter , 'title' | 'date' > > } } > } , site ?: Maybe < { siteMetadata ?: Maybe < Pick < SiteSiteMetadata , 'title' | 'author' | 'featuredImage' > > } > } ;
3718+ export type TagPostsQuery = { allMarkdownRemark : (
3719+ Pick < MarkdownRemarkConnection , 'totalCount' >
3720+ & { edges : Array < { node : { fields ?: Maybe < Pick < MarkdownRemarkFields , 'slug' > > , frontmatter ?: Maybe < Pick < MarkdownRemarkFrontmatter , 'title' | 'date' > > } } > }
3721+ ) , site ?: Maybe < { siteMetadata ?: Maybe < Pick < SiteSiteMetadata , 'title' | 'author' | 'featuredImage' > > } > } ;
36873722
36883723export type GatsbyImageSharpFixedFragment = Pick < ImageSharpFixed , 'base64' | 'width' | 'height' | 'src' | 'srcSet' > ;
36893724
0 commit comments