From ba72ffc5972f4747a4331235345636e4d590c8e0 Mon Sep 17 00:00:00 2001
From: Corey Alexander
Date: Sat, 5 Mar 2022 21:39:44 -0500
Subject: [PATCH] Minimax Post Changes (#2766)
* Changed local location of posts, and set a max-width
* Highlight asides to remind me that it needs something better
* Make blog layout have a max width, but keep index pages wider
* Get the layout working a bit better
* Style the aside better
* Add support for images for Twitter cards
* Set both twitter and open graph image tags when one is in the frontmatter of a post
* Update these again and just ignore the file that its mad about
* Go up a box size
* Use newer caniuse db
* Not sure why I need this big of boxes but lets give it a shot
---
.circleci/config.yml | 4 +-
gatsby/gatsby-config.ts | 2 +-
schema.json | 26147 +++++++++++++++---------
src/components/bio.tsx | 4 +-
src/components/blogLayout.module.scss | 2 +-
src/components/blogPost.module.scss | 18 +
src/components/blogPost.tsx | 122 +-
src/components/seo.tsx | 30 +-
src/types/generated.tsx | 1220 +-
yarn.lock | 13 +-
10 files changed, 17427 insertions(+), 10135 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 412e9e4cd..ae089cdb1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -16,7 +16,7 @@ commands:
jobs:
test:
parallelism: 1
- resource_class: small
+ resource_class: large
docker:
- image: circleci/node:14.0.0
steps:
@@ -26,7 +26,7 @@ jobs:
- run: yarn build
deploy:
parallelism: 1
- resource_class: small
+ resource_class: large
docker:
- image: circleci/node:14.0.0
steps:
diff --git a/gatsby/gatsby-config.ts b/gatsby/gatsby-config.ts
index e77c5a964..52d3e8592 100755
--- a/gatsby/gatsby-config.ts
+++ b/gatsby/gatsby-config.ts
@@ -35,7 +35,7 @@ module.exports = {
? {
resolve: `gatsby-source-filesystem`,
options: {
- path: `${__dirname}/../../coreyja-blog-posts/published`,
+ path: `${__dirname}/../../../writing/blog-posts`,
name: `local-private-blog`,
},
}
diff --git a/schema.json b/schema.json
index 7cd7178bc..093c46f7d 100644
--- a/schema.json
+++ b/schema.json
@@ -345,6 +345,16 @@
},
"defaultValue": null
},
+ {
+ "name": "gitRemote",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "GitRemoteFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
{
"name": "publicURL",
"description": null,
@@ -355,6 +365,36 @@
},
"defaultValue": null
},
+ {
+ "name": "childrenMarkdownRemark",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "childMarkdownRemark",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "childrenImageSharp",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
{
"name": "childImageSharp",
"description": null,
@@ -404,16 +444,6 @@
"ofType": null
},
"defaultValue": null
- },
- {
- "name": "childMarkdownRemark",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFilterInput",
- "ofType": null
- },
- "defaultValue": null
}
],
"type": {
@@ -922,41 +952,41 @@
"deprecationReason": null
},
{
- "name": "sitePage",
+ "name": "site",
"description": null,
"args": [
{
- "name": "path",
+ "name": "buildTime",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "component",
+ "name": "siteMetadata",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "SiteSiteMetadataFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internalComponentName",
+ "name": "port",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "componentChunkName",
+ "name": "host",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -966,17 +996,17 @@
"defaultValue": null
},
{
- "name": "matchPath",
+ "name": "polyfill",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "BooleanQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "id",
+ "name": "pathPrefix",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -986,251 +1016,251 @@
"defaultValue": null
},
{
- "name": "parent",
+ "name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "children",
+ "name": "parent",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internal",
+ "name": "children",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
+ "name": "NodeFilterListInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "isCreatedByStatefulCreatePages",
+ "name": "internal",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "Site",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "allSite",
+ "description": null,
+ "args": [
{
- "name": "context",
+ "name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePageContextFilterInput",
+ "name": "SiteFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "pluginCreator",
+ "name": "sort",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePluginFilterInput",
+ "name": "SiteSortInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "pluginCreatorId",
+ "name": "skip",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
},
{
- "name": "componentPath",
+ "name": "limit",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SiteConnection",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "allSitePage",
+ "name": "sitePage",
"description": null,
"args": [
{
- "name": "filter",
+ "name": "path",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePageFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "sort",
+ "name": "component",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePageSortInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "skip",
+ "name": "internalComponentName",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "limit",
+ "name": "componentChunkName",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePageConnection",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "site",
- "description": null,
- "args": [
+ },
{
- "name": "buildTime",
+ "name": "matchPath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "siteMetadata",
+ "name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SiteSiteMetadataFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "port",
+ "name": "parent",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "host",
+ "name": "children",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "NodeFilterListInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "polyfill",
+ "name": "internal",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "pathPrefix",
+ "name": "isCreatedByStatefulCreatePages",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "BooleanQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "id",
+ "name": "context",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "SitePageContextFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "parent",
+ "name": "pluginCreator",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "SitePluginFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "children",
+ "name": "pluginCreatorId",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internal",
+ "name": "componentPath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
@@ -1238,14 +1268,14 @@
],
"type": {
"kind": "OBJECT",
- "name": "Site",
+ "name": "SitePage",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "allSite",
+ "name": "allSitePage",
"description": null,
"args": [
{
@@ -1253,7 +1283,7 @@
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SiteFilterInput",
+ "name": "SitePageFilterInput",
"ofType": null
},
"defaultValue": null
@@ -1263,7 +1293,7 @@
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SiteSortInput",
+ "name": "SitePageSortInput",
"ofType": null
},
"defaultValue": null
@@ -1294,7 +1324,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "SiteConnection",
+ "name": "SitePageConnection",
"ofType": null
}
},
@@ -1575,6 +1605,16 @@
},
"defaultValue": null
},
+ {
+ "name": "gatsbyImageData",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "JSONQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
{
"name": "original",
"description": null,
@@ -1702,7 +1742,7 @@
"deprecationReason": null
},
{
- "name": "siteBuildMetadata",
+ "name": "gitRemote",
"description": null,
"args": [
{
@@ -1746,87 +1786,57 @@
"defaultValue": null
},
{
- "name": "buildTime",
+ "name": "protocols",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "SiteBuildMetadata",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "allSiteBuildMetadata",
- "description": null,
- "args": [
+ },
{
- "name": "filter",
+ "name": "protocol",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SiteBuildMetadataFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "sort",
+ "name": "resource",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SiteBuildMetadataSortInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "skip",
+ "name": "user",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
"defaultValue": null
},
{
- "name": "limit",
+ "name": "pathname",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SiteBuildMetadataConnection",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "sitePlugin",
- "description": null,
- "args": [
+ },
{
- "name": "id",
+ "name": "hash",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1836,37 +1846,37 @@
"defaultValue": null
},
{
- "name": "parent",
+ "name": "search",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "children",
+ "name": "href",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internal",
+ "name": "token",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "resolve",
+ "name": "source",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1886,7 +1896,7 @@
"defaultValue": null
},
{
- "name": "version",
+ "name": "owner",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1896,17 +1906,17 @@
"defaultValue": null
},
{
- "name": "pluginOptions",
+ "name": "ref",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "nodeAPIs",
+ "name": "filepathtype",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1916,7 +1926,7 @@
"defaultValue": null
},
{
- "name": "browserAPIs",
+ "name": "filepath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1926,7 +1936,7 @@
"defaultValue": null
},
{
- "name": "ssrAPIs",
+ "name": "organization",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1936,7 +1946,7 @@
"defaultValue": null
},
{
- "name": "pluginFilepath",
+ "name": "full_name",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -1946,11 +1956,21 @@
"defaultValue": null
},
{
- "name": "packageJson",
+ "name": "webLink",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonFilterInput",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "sourceInstanceName",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
@@ -1958,14 +1978,14 @@
],
"type": {
"kind": "OBJECT",
- "name": "SitePlugin",
+ "name": "GitRemote",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "allSitePlugin",
+ "name": "allGitRemote",
"description": null,
"args": [
{
@@ -1973,7 +1993,7 @@
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePluginFilterInput",
+ "name": "GitRemoteFilterInput",
"ofType": null
},
"defaultValue": null
@@ -1983,7 +2003,7 @@
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "SitePluginSortInput",
+ "name": "GitRemoteSortInput",
"ofType": null
},
"defaultValue": null
@@ -2014,170 +2034,361 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "SitePluginConnection",
+ "name": "GitRemoteConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "description": null,
- "fields": null,
- "inputFields": [
- {
- "name": "eq",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
},
{
- "name": "ne",
+ "name": "siteBuildMetadata",
"description": null,
+ "args": [
+ {
+ "name": "id",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "parent",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "buildTime",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "OBJECT",
+ "name": "SiteBuildMetadata",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "in",
+ "name": "allSiteBuildMetadata",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "args": [
+ {
+ "name": "filter",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteBuildMetadataFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "sort",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteBuildMetadataSortInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "skip",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "limit",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
}
- },
- "defaultValue": null
- },
- {
- "name": "nin",
- "description": null,
+ ],
"type": {
- "kind": "LIST",
+ "kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "OBJECT",
+ "name": "SiteBuildMetadataConnection",
"ofType": null
}
},
- "defaultValue": null
- },
- {
- "name": "regex",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "glob",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "SCALAR",
- "name": "String",
- "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "description": null,
- "fields": null,
- "inputFields": [
- {
- "name": "eq",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "ne",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "gt",
+ "name": "sitePlugin",
"description": null,
+ "args": [
+ {
+ "name": "id",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "parent",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "resolve",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "name",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "version",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pluginOptions",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "nodeAPIs",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "browserAPIs",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "ssrAPIs",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pluginFilepath",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "packageJson",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "OBJECT",
+ "name": "SitePlugin",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "gte",
+ "name": "allSitePlugin",
"description": null,
+ "args": [
+ {
+ "name": "filter",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "sort",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginSortInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "skip",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "limit",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePluginConnection",
+ "ofType": null
+ }
},
- "defaultValue": null
- },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "lt",
+ "name": "eq",
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "lte",
+ "name": "ne",
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
@@ -2190,7 +2401,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
}
},
@@ -2204,30 +2415,50 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
}
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "SCALAR",
- "name": "Int",
- "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
+ },
+ {
+ "name": "regex",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "glob",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "SCALAR",
+ "name": "String",
+ "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"description": null,
"fields": null,
"inputFields": [
@@ -2236,7 +2467,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
@@ -2246,7 +2477,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
@@ -2256,7 +2487,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
@@ -2266,7 +2497,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
@@ -2276,7 +2507,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
@@ -2286,7 +2517,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
@@ -2299,7 +2530,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
}
},
@@ -2313,7 +2544,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Date",
+ "name": "Int",
"ofType": null
}
},
@@ -2326,8 +2557,8 @@
},
{
"kind": "SCALAR",
- "name": "Date",
- "description": "A date string, such as 2007-12-03, compliant with the ISO 8601 standard for representation of dates and times using the Gregorian calendar.",
+ "name": "Int",
+ "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
"fields": null,
"inputFields": null,
"interfaces": null,
@@ -2336,7 +2567,7 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "DateQueryOperatorInput",
"description": null,
"fields": null,
"inputFields": [
@@ -2345,7 +2576,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
},
"defaultValue": null
@@ -2355,7 +2586,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
},
"defaultValue": null
@@ -2365,7 +2596,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
},
"defaultValue": null
@@ -2375,7 +2606,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
},
"defaultValue": null
@@ -2385,7 +2616,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
},
"defaultValue": null
@@ -2395,7 +2626,7 @@
"description": null,
"type": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
},
"defaultValue": null
@@ -2408,7 +2639,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
}
},
@@ -2422,7 +2653,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Date",
"ofType": null
}
},
@@ -2435,8 +2666,8 @@
},
{
"kind": "SCALAR",
- "name": "Float",
- "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
+ "name": "Date",
+ "description": "A date string, such as 2007-12-03, compliant with the ISO 8601 standard for representation of dates and times using the Gregorian calendar.",
"fields": null,
"inputFields": null,
"interfaces": null,
@@ -2445,70 +2676,119 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "ImageSharpFilterInput",
+ "name": "FloatQueryOperatorInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "fixed",
+ "name": "eq",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpFixedFilterInput",
+ "kind": "SCALAR",
+ "name": "Float",
"ofType": null
},
"defaultValue": null
},
{
- "name": "resolutions",
+ "name": "ne",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpResolutionsFilterInput",
+ "kind": "SCALAR",
+ "name": "Float",
"ofType": null
},
"defaultValue": null
},
{
- "name": "fluid",
+ "name": "gt",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpFluidFilterInput",
+ "kind": "SCALAR",
+ "name": "Float",
"ofType": null
},
"defaultValue": null
},
{
- "name": "sizes",
+ "name": "gte",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpSizesFilterInput",
+ "kind": "SCALAR",
+ "name": "Float",
"ofType": null
},
"defaultValue": null
},
{
- "name": "original",
+ "name": "lt",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpOriginalFilterInput",
+ "kind": "SCALAR",
+ "name": "Float",
"ofType": null
},
"defaultValue": null
},
{
- "name": "resize",
+ "name": "lte",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpResizeFilterInput",
+ "kind": "SCALAR",
+ "name": "Float",
"ofType": null
},
"defaultValue": null
},
+ {
+ "name": "in",
+ "description": null,
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "nin",
+ "description": null,
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "SCALAR",
+ "name": "Float",
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "GitRemoteFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
"name": "id",
"description": null,
@@ -2548,30 +2828,9 @@
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpFixedFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
- {
- "name": "base64",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
},
{
- "name": "tracedSVG",
+ "name": "protocols",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2581,37 +2840,37 @@
"defaultValue": null
},
{
- "name": "aspectRatio",
+ "name": "protocol",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "width",
+ "name": "resource",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "height",
+ "name": "user",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "src",
+ "name": "pathname",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2621,7 +2880,7 @@
"defaultValue": null
},
{
- "name": "srcSet",
+ "name": "hash",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2631,7 +2890,7 @@
"defaultValue": null
},
{
- "name": "srcWebp",
+ "name": "search",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2641,7 +2900,7 @@
"defaultValue": null
},
{
- "name": "srcSetWebp",
+ "name": "href",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2651,7 +2910,7 @@
"defaultValue": null
},
{
- "name": "originalName",
+ "name": "token",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2659,20 +2918,9 @@
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpResolutionsFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "base64",
+ "name": "source",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2682,7 +2930,7 @@
"defaultValue": null
},
{
- "name": "tracedSVG",
+ "name": "name",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2692,37 +2940,37 @@
"defaultValue": null
},
{
- "name": "aspectRatio",
+ "name": "owner",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "width",
+ "name": "ref",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "height",
+ "name": "filepathtype",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "src",
+ "name": "filepath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2732,7 +2980,7 @@
"defaultValue": null
},
{
- "name": "srcSet",
+ "name": "organization",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2742,7 +2990,7 @@
"defaultValue": null
},
{
- "name": "srcWebp",
+ "name": "full_name",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2752,7 +3000,7 @@
"defaultValue": null
},
{
- "name": "srcSetWebp",
+ "name": "webLink",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2762,7 +3010,7 @@
"defaultValue": null
},
{
- "name": "originalName",
+ "name": "sourceInstanceName",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2778,12 +3026,12 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "ImageSharpFluidFilterInput",
+ "name": "NodeFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "base64",
+ "name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2793,47 +3041,69 @@
"defaultValue": null
},
{
- "name": "tracedSVG",
+ "name": "parent",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "aspectRatio",
+ "name": "children",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "NodeFilterListInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "src",
+ "name": "internal",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
- },
- {
- "name": "srcSet",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "elemMatch",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "srcWebp",
+ "name": "content",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2843,7 +3113,7 @@
"defaultValue": null
},
{
- "name": "srcSetWebp",
+ "name": "contentDigest",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2853,7 +3123,7 @@
"defaultValue": null
},
{
- "name": "sizes",
+ "name": "description",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2863,7 +3133,7 @@
"defaultValue": null
},
{
- "name": "originalImg",
+ "name": "fieldOwners",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2873,7 +3143,17 @@
"defaultValue": null
},
{
- "name": "originalName",
+ "name": "ignoreType",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "mediaType",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2883,21 +3163,21 @@
"defaultValue": null
},
{
- "name": "presentationWidth",
+ "name": "owner",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "presentationHeight",
+ "name": "type",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
@@ -2909,62 +3189,102 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "ImageSharpSizesFilterInput",
+ "name": "BooleanQueryOperatorInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "base64",
+ "name": "eq",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
- "name": "tracedSVG",
+ "name": "ne",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
- "name": "aspectRatio",
+ "name": "in",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
"defaultValue": null
},
{
- "name": "src",
+ "name": "nin",
"description": null,
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
"defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "srcSet",
+ "name": "elemMatch",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "MarkdownRemarkFilterInput",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "srcWebp",
+ "name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2974,17 +3294,17 @@
"defaultValue": null
},
{
- "name": "srcSetWebp",
+ "name": "frontmatter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "MarkdownRemarkFrontmatterFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "sizes",
+ "name": "excerpt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -2994,7 +3314,7 @@
"defaultValue": null
},
{
- "name": "originalImg",
+ "name": "rawMarkdownBody",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3004,7 +3324,7 @@
"defaultValue": null
},
{
- "name": "originalName",
+ "name": "fileAbsolutePath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3014,89 +3334,67 @@
"defaultValue": null
},
{
- "name": "presentationWidth",
+ "name": "fields",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "MarkdownRemarkFieldsFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "presentationHeight",
+ "name": "html",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpOriginalFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "width",
+ "name": "htmlAst",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "JSONQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "height",
+ "name": "excerptAst",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "JSONQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "src",
+ "name": "headings",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "MarkdownHeadingFilterListInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpResizeFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "src",
+ "name": "timeToRead",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "tracedSVG",
+ "name": "tableOfContents",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3106,41 +3404,41 @@
"defaultValue": null
},
{
- "name": "width",
+ "name": "wordCount",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "MarkdownWordCountFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "height",
+ "name": "parent",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "aspectRatio",
+ "name": "children",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "NodeFilterListInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "originalName",
+ "name": "internal",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
@@ -3152,12 +3450,12 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "MarkdownRemarkFrontmatterFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "id",
+ "name": "title",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3167,69 +3465,47 @@
"defaultValue": null
},
{
- "name": "parent",
+ "name": "author",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "children",
+ "name": "date",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internal",
+ "name": "tags",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "elemMatch",
+ "name": "color",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "content",
+ "name": "description",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3239,17 +3515,28 @@
"defaultValue": null
},
{
- "name": "contentDigest",
+ "name": "image",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "FileFilterInput",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "FileFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "description",
+ "name": "sourceInstanceName",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3259,7 +3546,7 @@
"defaultValue": null
},
{
- "name": "fieldOwners",
+ "name": "absolutePath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3269,17 +3556,17 @@
"defaultValue": null
},
{
- "name": "ignoreType",
+ "name": "relativePath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "mediaType",
+ "name": "extension",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3289,17 +3576,17 @@
"defaultValue": null
},
{
- "name": "owner",
+ "name": "size",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "type",
+ "name": "prettySize",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3307,89 +3594,49 @@
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "eq",
+ "name": "modifiedTime",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "Boolean",
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "ne",
+ "name": "accessTime",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "Boolean",
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "in",
+ "name": "changeTime",
"description": null,
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
},
"defaultValue": null
},
{
- "name": "nin",
+ "name": "birthTime",
"description": null,
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "SCALAR",
- "name": "Boolean",
- "description": "The `Boolean` scalar type represents `true` or `false`.",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "id",
+ "name": "root",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3399,17 +3646,17 @@
"defaultValue": null
},
{
- "name": "frontmatter",
+ "name": "dir",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFrontmatterFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "excerpt",
+ "name": "base",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3419,7 +3666,7 @@
"defaultValue": null
},
{
- "name": "rawMarkdownBody",
+ "name": "ext",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3429,7 +3676,7 @@
"defaultValue": null
},
{
- "name": "fileAbsolutePath",
+ "name": "name",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3439,57 +3686,57 @@
"defaultValue": null
},
{
- "name": "fields",
+ "name": "relativeDirectory",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFieldsFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "html",
+ "name": "dev",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "htmlAst",
+ "name": "mode",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "JSONQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "excerptAst",
+ "name": "nlink",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "JSONQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "headings",
+ "name": "uid",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "MarkdownHeadingFilterListInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "timeToRead",
+ "name": "gid",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3499,88 +3746,77 @@
"defaultValue": null
},
{
- "name": "tableOfContents",
+ "name": "rdev",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "wordCount",
+ "name": "ino",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "MarkdownWordCountFilterInput",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "parent",
+ "name": "atimeMs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "children",
+ "name": "mtimeMs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internal",
+ "name": "ctimeMs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFrontmatterFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "title",
+ "name": "atime",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "author",
+ "name": "mtime",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "date",
+ "name": "ctime",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -3590,151 +3826,141 @@
"defaultValue": null
},
{
- "name": "tags",
+ "name": "birthtime",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "DateQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "color",
+ "name": "birthtimeMs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "description",
+ "name": "blksize",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFieldsFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "tags",
+ "name": "blocks",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "slug",
+ "name": "gitRemote",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "GitRemoteFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "year",
+ "name": "publicURL",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "JSONQueryOperatorInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "eq",
+ "name": "childrenMarkdownRemark",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "JSON",
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFilterListInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "ne",
+ "name": "childMarkdownRemark",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "JSON",
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "in",
+ "name": "childrenImageSharp",
"description": null,
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "JSON",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpFilterListInput",
+ "ofType": null
},
"defaultValue": null
},
{
- "name": "nin",
+ "name": "childImageSharp",
"description": null,
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "JSON",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpFilterInput",
+ "ofType": null
},
"defaultValue": null
},
{
- "name": "regex",
+ "name": "id",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "JSON",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "glob",
+ "name": "parent",
"description": null,
"type": {
- "kind": "SCALAR",
- "name": "JSON",
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
@@ -3744,19 +3970,9 @@
"enumValues": null,
"possibleTypes": null
},
- {
- "kind": "SCALAR",
- "name": "JSON",
- "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
{
"kind": "INPUT_OBJECT",
- "name": "MarkdownHeadingFilterListInput",
+ "name": "ImageSharpFilterListInput",
"description": null,
"fields": null,
"inputFields": [
@@ -3765,7 +3981,7 @@
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "MarkdownHeadingFilterInput",
+ "name": "ImageSharpFilterInput",
"ofType": null
},
"defaultValue": null
@@ -3777,10 +3993,80 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "MarkdownHeadingFilterInput",
+ "name": "ImageSharpFilterInput",
"description": null,
"fields": null,
"inputFields": [
+ {
+ "name": "fixed",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpFixedFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "resolutions",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpResolutionsFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fluid",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpFluidFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "sizes",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpSizesFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "gatsbyImageData",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "JSONQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "original",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpOriginalFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "resize",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpResizeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
{
"name": "id",
"description": null,
@@ -3792,21 +4078,31 @@
"defaultValue": null
},
{
- "name": "value",
+ "name": "parent",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "depth",
+ "name": "children",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
@@ -3818,1089 +4114,571 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "MarkdownWordCountFilterInput",
+ "name": "ImageSharpFixedFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "paragraphs",
+ "name": "base64",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "sentences",
+ "name": "tracedSVG",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "words",
+ "name": "aspectRatio",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "File",
- "description": null,
- "fields": [
+ },
{
- "name": "sourceInstanceName",
+ "name": "width",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "absolutePath",
+ "name": "height",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "relativePath",
+ "name": "src",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "extension",
+ "name": "srcSet",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "size",
+ "name": "srcWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "prettySize",
+ "name": "srcSetWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "modifiedTime",
+ "name": "originalName",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpResolutionsFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "accessTime",
+ "name": "base64",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "changeTime",
+ "name": "tracedSVG",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "birthTime",
+ "name": "aspectRatio",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "root",
+ "name": "width",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "dir",
+ "name": "height",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "base",
+ "name": "src",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "ext",
+ "name": "srcSet",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "name",
+ "name": "srcWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "relativeDirectory",
+ "name": "srcSetWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "dev",
+ "name": "originalName",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpFluidFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "mode",
+ "name": "base64",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "nlink",
+ "name": "tracedSVG",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "uid",
+ "name": "aspectRatio",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "gid",
+ "name": "src",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "rdev",
+ "name": "srcSet",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "ino",
+ "name": "srcWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "atimeMs",
+ "name": "srcSetWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "mtimeMs",
+ "name": "sizes",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "ctimeMs",
+ "name": "originalImg",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "atime",
+ "name": "originalName",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "mtime",
+ "name": "presentationWidth",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "ctime",
+ "name": "presentationHeight",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpSizesFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "birthtime",
+ "name": "base64",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Date",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": true,
- "deprecationReason": "Use `birthTime` instead"
+ "defaultValue": null
},
{
- "name": "birthtimeMs",
+ "name": "tracedSVG",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Float",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": true,
- "deprecationReason": "Use `birthTime` instead"
+ "defaultValue": null
},
{
- "name": "blksize",
+ "name": "aspectRatio",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "blocks",
+ "name": "src",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "publicURL",
- "description": "Copy file to static directory and return public url to it",
- "args": [],
+ "name": "srcSet",
+ "description": null,
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "childImageSharp",
+ "name": "srcWebp",
"description": null,
- "args": [],
"type": {
- "kind": "OBJECT",
- "name": "ImageSharp",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "id",
+ "name": "srcSetWebp",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "parent",
+ "name": "sizes",
"description": null,
- "args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Node",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "children",
+ "name": "originalImg",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- }
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "internal",
+ "name": "originalName",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Internal",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark",
+ "name": "presentationWidth",
"description": null,
- "args": [],
"type": {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [
+ "defaultValue": null
+ },
{
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
+ "name": "presentationHeight",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
}
],
+ "interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INTERFACE",
- "name": "Node",
- "description": "Node Interface",
- "fields": [
+ "kind": "INPUT_OBJECT",
+ "name": "JSONQueryOperatorInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "id",
+ "name": "eq",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "parent",
+ "name": "ne",
"description": null,
- "args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Node",
+ "kind": "SCALAR",
+ "name": "JSON",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "children",
+ "name": "in",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
+ "kind": "LIST",
"name": null,
"ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
}
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "internal",
+ "name": "nin",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
+ "kind": "LIST",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "Internal",
+ "kind": "SCALAR",
+ "name": "JSON",
"ofType": null
}
},
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": [
- {
- "kind": "OBJECT",
- "name": "File",
- "ofType": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharp",
- "ofType": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "ofType": null
- },
- {
- "kind": "OBJECT",
- "name": "Directory",
- "ofType": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePlugin",
- "ofType": null
+ "defaultValue": null
},
{
- "kind": "OBJECT",
- "name": "Site",
- "ofType": null
+ "name": "regex",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "kind": "OBJECT",
- "name": "SiteBuildMetadata",
- "ofType": null
+ "name": "glob",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
+ },
+ "defaultValue": null
}
- ]
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
},
{
"kind": "SCALAR",
- "name": "ID",
- "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
+ "name": "JSON",
+ "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
"fields": null,
"inputFields": null,
"interfaces": null,
@@ -4908,92 +4686,268 @@
"possibleTypes": null
},
{
- "kind": "OBJECT",
- "name": "Internal",
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpOriginalFilterInput",
"description": null,
- "fields": [
+ "fields": null,
+ "inputFields": [
{
- "name": "content",
+ "name": "width",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "contentDigest",
+ "name": "height",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "description",
+ "name": "src",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "ImageSharpResizeFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "src",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "fieldOwners",
+ "name": "tracedSVG",
"description": null,
- "args": [],
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "ignoreType",
+ "name": "width",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Boolean",
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "mediaType",
+ "name": "height",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "owner",
+ "name": "aspectRatio",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "originalName",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkFieldsFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "tags",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "slug",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "year",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownHeadingFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "elemMatch",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownHeadingFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownHeadingFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "id",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "value",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "depth",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownWordCountFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "paragraphs",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "sentences",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "words",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "File",
+ "description": null,
+ "fields": [
+ {
+ "name": "sourceInstanceName",
"description": null,
"args": [],
"type": {
@@ -5009,7 +4963,7 @@
"deprecationReason": null
},
{
- "name": "type",
+ "name": "absolutePath",
"description": null,
"args": [],
"type": {
@@ -5023,1095 +4977,856 @@
},
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharp",
- "description": null,
- "fields": [
+ },
{
- "name": "fixed",
+ "name": "relativePath",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "extension",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "size",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "prettySize",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "modifiedTime",
"description": null,
"args": [
{
- "name": "width",
- "description": null,
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "height",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
- "name": "base64Width",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "jpegProgressive",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
"kind": "SCALAR",
- "name": "Boolean",
+ "name": "String",
"ofType": null
},
- "defaultValue": "true"
- },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "accessTime",
+ "description": null,
+ "args": [
{
- "name": "pngCompressionSpeed",
- "description": null,
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
- "defaultValue": "4"
+ "defaultValue": null
},
{
- "name": "grayscale",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
- "defaultValue": "false"
- },
- {
- "name": "duotone",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DuotoneGradient",
- "ofType": null
- },
"defaultValue": null
},
{
- "name": "traceSVG",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
- "kind": "INPUT_OBJECT",
- "name": "Potrace",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "quality",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "changeTime",
+ "description": null,
+ "args": [
{
- "name": "jpegQuality",
- "description": null,
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "pngQuality",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
- "name": "webpQuality",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "toFormat",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
- "kind": "ENUM",
- "name": "ImageFormat",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": "NO_CHANGE"
- },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "birthTime",
+ "description": null,
+ "args": [
{
- "name": "toFormatBase64",
- "description": null,
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
- "kind": "ENUM",
- "name": "ImageFormat",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": "NO_CHANGE"
+ "defaultValue": null
},
{
- "name": "cropFocus",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
- "kind": "ENUM",
- "name": "ImageCropFocus",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": "ATTENTION"
+ "defaultValue": null
},
{
- "name": "fit",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
- "kind": "ENUM",
- "name": "ImageFit",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": "COVER"
+ "defaultValue": null
},
{
- "name": "background",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
- "defaultValue": "\"rgba(0,0,0,1)\""
- },
- {
- "name": "rotate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "0"
- },
- {
- "name": "trim",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": "0"
+ "defaultValue": null
}
],
"type": {
- "kind": "OBJECT",
- "name": "ImageSharpFixed",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "resolutions",
+ "name": "root",
"description": null,
- "args": [
- {
- "name": "width",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "height",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "base64Width",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "jpegProgressive",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "true"
- },
- {
- "name": "pngCompressionSpeed",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "4"
- },
- {
- "name": "grayscale",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- },
- {
- "name": "duotone",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DuotoneGradient",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "traceSVG",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "Potrace",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "quality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "jpegQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "pngQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "webpQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "toFormat",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "toFormatBase64",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "cropFocus",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageCropFocus",
- "ofType": null
- },
- "defaultValue": "ATTENTION"
- },
- {
- "name": "fit",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFit",
- "ofType": null
- },
- "defaultValue": "COVER"
- },
- {
- "name": "background",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": "\"rgba(0,0,0,1)\""
- },
- {
- "name": "rotate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "0"
- },
- {
- "name": "trim",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": "0"
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
}
- ],
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "dir",
+ "description": null,
+ "args": [],
"type": {
- "kind": "OBJECT",
- "name": "ImageSharpResolutions",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "isDeprecated": true,
- "deprecationReason": "Resolutions was deprecated in Gatsby v2. It's been renamed to \"fixed\" https://example.com/write-docs-and-fix-this-example-link"
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "fluid",
+ "name": "base",
"description": null,
- "args": [
- {
- "name": "maxWidth",
- "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ext",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "name",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "relativeDirectory",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "dev",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mode",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "nlink",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "uid",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gid",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "rdev",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ino",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "atimeMs",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mtimeMs",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ctimeMs",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "atime",
+ "description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "maxHeight",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
- "name": "base64Width",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "grayscale",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
"kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- },
- {
- "name": "jpegProgressive",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "true"
- },
- {
- "name": "pngCompressionSpeed",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "4"
- },
- {
- "name": "duotone",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DuotoneGradient",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "traceSVG",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "Potrace",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "quality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "jpegQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mtime",
+ "description": null,
+ "args": [
{
- "name": "pngQuality",
- "description": null,
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "webpQuality",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
- "name": "toFormat",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "toFormatBase64",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "cropFocus",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageCropFocus",
- "ofType": null
- },
- "defaultValue": "ATTENTION"
- },
- {
- "name": "fit",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFit",
- "ofType": null
- },
- "defaultValue": "COVER"
- },
- {
- "name": "background",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
- "defaultValue": "\"rgba(0,0,0,1)\""
- },
- {
- "name": "rotate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "0"
- },
- {
- "name": "trim",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": "0"
+ "defaultValue": null
},
{
- "name": "sizes",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
- "defaultValue": "\"\""
- },
- {
- "name": "srcSetBreakpoints",
- "description": "A list of image widths to be generated. Example: [ 200, 340, 520, 890 ]",
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
- "defaultValue": "[]"
+ "defaultValue": null
}
],
"type": {
- "kind": "OBJECT",
- "name": "ImageSharpFluid",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "sizes",
+ "name": "ctime",
"description": null,
"args": [
{
- "name": "maxWidth",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "maxHeight",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "base64Width",
- "description": null,
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "grayscale",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- },
- {
- "name": "jpegProgressive",
- "description": null,
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
- "defaultValue": "true"
- },
- {
- "name": "pngCompressionSpeed",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "4"
- },
- {
- "name": "duotone",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DuotoneGradient",
- "ofType": null
- },
"defaultValue": null
},
{
- "name": "traceSVG",
- "description": null,
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
"type": {
- "kind": "INPUT_OBJECT",
- "name": "Potrace",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"defaultValue": null
},
{
- "name": "quality",
- "description": null,
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
},
"defaultValue": null
- },
- {
- "name": "jpegQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "pngQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "webpQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "toFormat",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "toFormatBase64",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "cropFocus",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageCropFocus",
- "ofType": null
- },
- "defaultValue": "ATTENTION"
- },
- {
- "name": "fit",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFit",
- "ofType": null
- },
- "defaultValue": "COVER"
- },
- {
- "name": "background",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": "\"rgba(0,0,0,1)\""
- },
- {
- "name": "rotate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "0"
- },
- {
- "name": "trim",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": "0"
- },
- {
- "name": "sizes",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": "\"\""
- },
- {
- "name": "srcSetBreakpoints",
- "description": "A list of image widths to be generated. Example: [ 200, 340, 520, 890 ]",
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
- "defaultValue": "[]"
}
],
"type": {
- "kind": "OBJECT",
- "name": "ImageSharpSizes",
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "birthtime",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Date",
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "Sizes was deprecated in Gatsby v2. It's been renamed to \"fluid\" https://example.com/write-docs-and-fix-this-example-link"
+ "deprecationReason": "Use `birthTime` instead"
},
{
- "name": "original",
+ "name": "birthtimeMs",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": true,
+ "deprecationReason": "Use `birthTime` instead"
+ },
+ {
+ "name": "blksize",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "blocks",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
- "name": "ImageSharpOriginal",
+ "name": "GitRemote",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "resize",
- "description": null,
- "args": [
- {
- "name": "width",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "height",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "quality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "jpegQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "pngQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "webpQuality",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "jpegProgressive",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "true"
- },
- {
- "name": "pngCompressionLevel",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "9"
- },
- {
- "name": "pngCompressionSpeed",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "4"
- },
- {
- "name": "grayscale",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- },
- {
- "name": "duotone",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DuotoneGradient",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "base64",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- },
- {
- "name": "traceSVG",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "Potrace",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "toFormat",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFormat",
- "ofType": null
- },
- "defaultValue": "NO_CHANGE"
- },
- {
- "name": "cropFocus",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageCropFocus",
- "ofType": null
- },
- "defaultValue": "ATTENTION"
- },
- {
- "name": "fit",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "ImageFit",
- "ofType": null
- },
- "defaultValue": "COVER"
- },
- {
- "name": "background",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": "\"rgba(0,0,0,1)\""
- },
- {
- "name": "rotate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "0"
- },
- {
- "name": "trim",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": "0"
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "ImageSharpResize",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "id",
+ "name": "publicURL",
+ "description": "Copy file to static directory and return public url to it",
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark",
+ "description": "Returns all children nodes filtered by type MarkdownRemark",
+ "args": [],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "MarkdownRemark",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark",
+ "description": "Returns the first child node of type MarkdownRemark or null if there are no children of given type on this node",
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "MarkdownRemark",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenImageSharp",
+ "description": "Returns all children nodes filtered by type ImageSharp",
+ "args": [],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childImageSharp",
+ "description": "Returns the first child node of type ImageSharp or null if there are no children of given type on this node",
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "id",
"description": null,
"args": [],
"type": {
@@ -6191,4962 +5906,11544 @@
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "DuotoneGradient",
- "description": null,
- "fields": null,
- "inputFields": [
+ "kind": "INTERFACE",
+ "name": "Node",
+ "description": "Node Interface",
+ "fields": [
+ {
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": [
+ {
+ "kind": "OBJECT",
+ "name": "File",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "GitRemote",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "MarkdownRemark",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "Site",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePage",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePlugin",
+ "ofType": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SiteBuildMetadata",
+ "ofType": null
+ }
+ ]
+ },
+ {
+ "kind": "SCALAR",
+ "name": "ID",
+ "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "description": null,
+ "fields": [
+ {
+ "name": "content",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "contentDigest",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "description",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "fieldOwners",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ignoreType",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mediaType",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "owner",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "type",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "GitRemote",
+ "description": null,
+ "fields": [
+ {
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "protocols",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "protocol",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "resource",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "user",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pathname",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "hash",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "search",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "href",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "token",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "source",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "name",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "owner",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ref",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "filepathtype",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "filepath",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "organization",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "full_name",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "webLink",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "sourceInstanceName",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [
+ {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ ],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "MarkdownRemark",
+ "description": null,
+ "fields": [
+ {
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "frontmatter",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "MarkdownRemarkFrontmatter",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "excerpt",
+ "description": null,
+ "args": [
+ {
+ "name": "pruneLength",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "140"
+ },
+ {
+ "name": "truncate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "format",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "MarkdownExcerptFormats",
+ "ofType": null
+ },
+ "defaultValue": "PLAIN"
+ }
+ ],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "rawMarkdownBody",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "fileAbsolutePath",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "fields",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "MarkdownRemarkFields",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "html",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "htmlAst",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "excerptAst",
+ "description": null,
+ "args": [
+ {
+ "name": "pruneLength",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "140"
+ },
+ {
+ "name": "truncate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ }
+ ],
+ "type": {
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "headings",
+ "description": null,
+ "args": [
+ {
+ "name": "depth",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "MarkdownHeadingLevels",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "MarkdownHeading",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "timeToRead",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tableOfContents",
+ "description": null,
+ "args": [
+ {
+ "name": "absolute",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ },
+ {
+ "name": "pathToSlugField",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"fields.slug\""
+ },
+ {
+ "name": "maxDepth",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "heading",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "wordCount",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "MarkdownWordCount",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [
+ {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ ],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "MarkdownRemarkFrontmatter",
+ "description": null,
+ "fields": [
+ {
+ "name": "title",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "author",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "date",
+ "description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tags",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "color",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "description",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "image",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "File",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "MarkdownExcerptFormats",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "PLAIN",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "HTML",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "MARKDOWN",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "MarkdownRemarkFields",
+ "description": null,
+ "fields": [
+ {
+ "name": "tags",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "slug",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "year",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "MarkdownHeadingLevels",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "h1",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "h2",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "h3",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "h4",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "h5",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "h6",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "MarkdownHeading",
+ "description": null,
+ "fields": [
+ {
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "value",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "depth",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "MarkdownWordCount",
+ "description": null,
+ "fields": [
+ {
+ "name": "paragraphs",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "sentences",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "words",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "description": null,
+ "fields": [
+ {
+ "name": "fixed",
+ "description": null,
+ "args": [
+ {
+ "name": "width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "base64Width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegProgressive",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ },
+ {
+ "name": "pngCompressionSpeed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "4"
+ },
+ {
+ "name": "grayscale",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "duotone",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "traceSVG",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pngQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "webpQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "toFormat",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "toFormatBase64",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "cropFocus",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "ofType": null
+ },
+ "defaultValue": "ATTENTION"
+ },
+ {
+ "name": "fit",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "ofType": null
+ },
+ "defaultValue": "COVER"
+ },
+ {
+ "name": "background",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"rgba(0,0,0,1)\""
+ },
+ {
+ "name": "rotate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "trim",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharpFixed",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "resolutions",
+ "description": null,
+ "args": [
+ {
+ "name": "width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "base64Width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegProgressive",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ },
+ {
+ "name": "pngCompressionSpeed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "4"
+ },
+ {
+ "name": "grayscale",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "duotone",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "traceSVG",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pngQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "webpQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "toFormat",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "toFormatBase64",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "cropFocus",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "ofType": null
+ },
+ "defaultValue": "ATTENTION"
+ },
+ {
+ "name": "fit",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "ofType": null
+ },
+ "defaultValue": "COVER"
+ },
+ {
+ "name": "background",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"rgba(0,0,0,1)\""
+ },
+ {
+ "name": "rotate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "trim",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharpResolutions",
+ "ofType": null
+ },
+ "isDeprecated": true,
+ "deprecationReason": "Resolutions was deprecated in Gatsby v2. It's been renamed to \"fixed\" https://example.com/write-docs-and-fix-this-example-link"
+ },
+ {
+ "name": "fluid",
+ "description": null,
+ "args": [
+ {
+ "name": "maxWidth",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "maxHeight",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "base64Width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "grayscale",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "jpegProgressive",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ },
+ {
+ "name": "pngCompressionSpeed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "4"
+ },
+ {
+ "name": "duotone",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "traceSVG",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pngQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "webpQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "toFormat",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "toFormatBase64",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "cropFocus",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "ofType": null
+ },
+ "defaultValue": "ATTENTION"
+ },
+ {
+ "name": "fit",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "ofType": null
+ },
+ "defaultValue": "COVER"
+ },
+ {
+ "name": "background",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"rgba(0,0,0,1)\""
+ },
+ {
+ "name": "rotate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "trim",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "sizes",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"\""
+ },
+ {
+ "name": "srcSetBreakpoints",
+ "description": "A list of image widths to be generated. Example: [ 200, 340, 520, 890 ]",
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[]"
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharpFluid",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "sizes",
+ "description": null,
+ "args": [
+ {
+ "name": "maxWidth",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "maxHeight",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "base64Width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "grayscale",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "jpegProgressive",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ },
+ {
+ "name": "pngCompressionSpeed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "4"
+ },
+ {
+ "name": "duotone",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "traceSVG",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pngQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "webpQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "toFormat",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "toFormatBase64",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "cropFocus",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "ofType": null
+ },
+ "defaultValue": "ATTENTION"
+ },
+ {
+ "name": "fit",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "ofType": null
+ },
+ "defaultValue": "COVER"
+ },
+ {
+ "name": "background",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"rgba(0,0,0,1)\""
+ },
+ {
+ "name": "rotate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "trim",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "sizes",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"\""
+ },
+ {
+ "name": "srcSetBreakpoints",
+ "description": "A list of image widths to be generated. Example: [ 200, 340, 520, 890 ]",
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[]"
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharpSizes",
+ "ofType": null
+ },
+ "isDeprecated": true,
+ "deprecationReason": "Sizes was deprecated in Gatsby v2. It's been renamed to \"fluid\" https://example.com/write-docs-and-fix-this-example-link"
+ },
+ {
+ "name": "gatsbyImageData",
+ "description": null,
+ "args": [
+ {
+ "name": "layout",
+ "description": "The layout for the image.\nFIXED: A static image sized, that does not resize according to the screen width\nFULL_WIDTH: The image resizes to fit its container. Pass a \"sizes\" option if\nit isn't going to be the full width of the screen. \nCONSTRAINED: Resizes to fit its container, up to a maximum width, at which point it will remain fixed in size.",
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageLayout",
+ "ofType": null
+ },
+ "defaultValue": "CONSTRAINED"
+ },
+ {
+ "name": "width",
+ "description": "The display width of the generated image for layout = FIXED, and the maximum\ndisplay width of the largest image for layout = CONSTRAINED. \nIgnored if layout = FLUID.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "height",
+ "description": "The display height of the generated image for layout = FIXED, and the\nmaximum display height of the largest image for layout = CONSTRAINED. \nThe image will be cropped if the aspect ratio does not match the source\nimage. If omitted, it is calculated from the supplied width, \nmatching the aspect ratio of the source image.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "aspectRatio",
+ "description": "If set along with width or height, this will set the value of the other\ndimension to match the provided aspect ratio, cropping the image if needed. \nIf neither width or height is provided, height will be set based on the intrinsic width of the source image.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "placeholder",
+ "description": "Format of generated placeholder image, displayed while the main image loads. \nBLURRED: a blurred, low resolution image, encoded as a base64 data URI (default)\nDOMINANT_COLOR: a solid color, calculated from the dominant color of the image. \nTRACED_SVG: a low-resolution traced SVG of the image.\nNONE: no placeholder. Set \"background\" to use a fixed background color.",
+ "type": {
+ "kind": "ENUM",
+ "name": "ImagePlaceholder",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "blurredOptions",
+ "description": "Options for the low-resolution placeholder image. Set placeholder to \"BLURRED\" to use this",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BlurredOptions",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "tracedSVGOptions",
+ "description": "Options for traced placeholder SVGs. You also should set placeholder to \"TRACED_SVG\".",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "formats",
+ "description": "The image formats to generate. Valid values are \"AUTO\" (meaning the same\nformat as the source image), \"JPG\", \"PNG\", \"WEBP\" and \"AVIF\". \nThe default value is [AUTO, WEBP], and you should rarely need to change\nthis. Take care if you specify JPG or PNG when you do\nnot know the formats of the source images, as this could lead to unwanted\nresults such as converting JPEGs to PNGs. Specifying \nboth PNG and JPG is not supported and will be ignored.",
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[WEBP]"
+ },
+ {
+ "name": "outputPixelDensities",
+ "description": "A list of image pixel densities to generate. It will never generate images\nlarger than the source, and will always include a 1x image. \nDefault is [ 1, 2 ] for FIXED images, meaning 1x and 2x and [0.25, 0.5, 1,\n2] for CONSTRAINED. In this case, an image with a constrained layout \nand width = 400 would generate images at 100, 200, 400 and 800px wide.\nIgnored for FULL_WIDTH images, which use breakpoints instead",
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "breakpoints",
+ "description": "Specifies the image widths to generate. For FIXED and CONSTRAINED images it\nis better to allow these to be determined automatically,\nbased on the image size. For FULL_WIDTH images this can be used to override\nthe default, which is [750, 1080, 1366, 1920].\nIt will never generate any images larger than the source.",
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "sizes",
+ "description": "The \"sizes\" property, passed to the img tag. This describes the display size of the image. \nThis does not affect the generated images, but is used by the browser to decide which images to download. \nYou should usually leave this blank, and a suitable value will be calculated. The exception is if a FULL_WIDTH image\ndoes not actually span the full width of the screen, in which case you should pass the correct size here.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "quality",
+ "description": "The default quality. This is overridden by any format-specific options",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpgOptions",
+ "description": "Options to pass to sharp when generating JPG images.",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "JPGOptions",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pngOptions",
+ "description": "Options to pass to sharp when generating PNG images.",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "PNGOptions",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "webpOptions",
+ "description": "Options to pass to sharp when generating WebP images.",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "WebPOptions",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "avifOptions",
+ "description": "Options to pass to sharp when generating AVIF images.",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "AVIFOptions",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "transformOptions",
+ "description": "Options to pass to sharp to control cropping and other image manipulations.",
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "TransformOptions",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "backgroundColor",
+ "description": "Background color applied to the wrapper. Also passed to sharp to use as a\nbackground when \"letterboxing\" an image to another aspect ratio.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "JSON",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "original",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharpOriginal",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "resize",
+ "description": null,
+ "args": [
+ {
+ "name": "width",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pngQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "webpQuality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "jpegProgressive",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ },
+ {
+ "name": "pngCompressionLevel",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "9"
+ },
+ {
+ "name": "pngCompressionSpeed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "4"
+ },
+ {
+ "name": "grayscale",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "duotone",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "base64",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "traceSVG",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "toFormat",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": "AUTO"
+ },
+ {
+ "name": "cropFocus",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "ofType": null
+ },
+ "defaultValue": "ATTENTION"
+ },
+ {
+ "name": "fit",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "ofType": null
+ },
+ "defaultValue": "COVER"
+ },
+ {
+ "name": "background",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": "\"rgba(0,0,0,1)\""
+ },
+ {
+ "name": "rotate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "trim",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharpResize",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [
+ {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ ],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "highlight",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "shadow",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "opacity",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "Potrace",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "turnPolicy",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "PotraceTurnPolicy",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "turdSize",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "alphaMax",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "optCurve",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "optTolerance",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "threshold",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "blackOnWhite",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "color",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "background",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "PotraceTurnPolicy",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "TURNPOLICY_BLACK",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "TURNPOLICY_WHITE",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "TURNPOLICY_LEFT",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "TURNPOLICY_RIGHT",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "TURNPOLICY_MINORITY",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "TURNPOLICY_MAJORITY",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "NO_CHANGE",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "AUTO",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "JPG",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "PNG",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "WEBP",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "AVIF",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "CENTER",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "NORTH",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "NORTHEAST",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "EAST",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "SOUTHEAST",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "SOUTH",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "SOUTHWEST",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "WEST",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "NORTHWEST",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ENTROPY",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ATTENTION",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "COVER",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "CONTAIN",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "FILL",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "INSIDE",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "OUTSIDE",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpFixed",
+ "description": null,
+ "fields": [
+ {
+ "name": "base64",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tracedSVG",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "aspectRatio",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "width",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "src",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSet",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSetWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalName",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpResolutions",
+ "description": null,
+ "fields": [
+ {
+ "name": "base64",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tracedSVG",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "aspectRatio",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "width",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "src",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSet",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSetWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalName",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpFluid",
+ "description": null,
+ "fields": [
+ {
+ "name": "base64",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tracedSVG",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "aspectRatio",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "src",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSet",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSetWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "sizes",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalImg",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalName",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "presentationWidth",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "presentationHeight",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpSizes",
+ "description": null,
+ "fields": [
+ {
+ "name": "base64",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tracedSVG",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "aspectRatio",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "src",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSet",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "srcSetWebp",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "sizes",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalImg",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalName",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "presentationWidth",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "presentationHeight",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "ImageLayout",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "FIXED",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "FULL_WIDTH",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "CONSTRAINED",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "ImagePlaceholder",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "DOMINANT_COLOR",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "TRACED_SVG",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "BLURRED",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "NONE",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "BlurredOptions",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "width",
+ "description": "Width of the generated low-res preview. Default is 20px",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "toFormat",
+ "description": "Force the output format for the low-res preview. Default is to use the same\nformat as the input. You should rarely need to change this",
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFormat",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "JPGOptions",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "progressive",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "true"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "PNGOptions",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "compressionSpeed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "4"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "WebPOptions",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "AVIFOptions",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "quality",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "lossless",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "speed",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "TransformOptions",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "grayscale",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": "false"
+ },
+ {
+ "name": "duotone",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DuotoneGradient",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "rotate",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "trim",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "defaultValue": "0"
+ },
+ {
+ "name": "cropFocus",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageCropFocus",
+ "ofType": null
+ },
+ "defaultValue": "ATTENTION"
+ },
+ {
+ "name": "fit",
+ "description": null,
+ "type": {
+ "kind": "ENUM",
+ "name": "ImageFit",
+ "ofType": null
+ },
+ "defaultValue": "COVER"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpOriginal",
+ "description": null,
+ "fields": [
+ {
+ "name": "width",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "src",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpResize",
+ "description": null,
+ "fields": [
+ {
+ "name": "src",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "tracedSVG",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "width",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "height",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "aspectRatio",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "originalName",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "FileSortInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "fields",
+ "description": null,
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "FileFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "order",
+ "description": null,
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "FileFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "sourceInstanceName",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "absolutePath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "relativePath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "extension",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "size",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "prettySize",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "modifiedTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "accessTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "changeTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "birthTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "root",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "dir",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "base",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ext",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "relativeDirectory",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "dev",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mode",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "nlink",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "uid",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gid",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "rdev",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ino",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "atimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mtimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ctimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "atime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "mtime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ctime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "birthtime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "birthtimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "blksize",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "blocks",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___parent___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___parent___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___children___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___content",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___contentDigest",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___description",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___ignoreType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___mediaType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___parent___internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___parent___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___parent___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___children___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___content",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___contentDigest",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___description",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___ignoreType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___mediaType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___children___internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___content",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___contentDigest",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___description",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___ignoreType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___mediaType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___protocols",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___protocol",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___resource",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___user",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___pathname",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___hash",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___search",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___href",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___token",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___source",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___ref",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___filepathtype",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___filepath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___organization",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___full_name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___webLink",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "gitRemote___sourceInstanceName",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "publicURL",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___title",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___author",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___date",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___tags",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___color",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___description",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___sourceInstanceName",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___absolutePath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___relativePath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___extension",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___size",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___prettySize",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___modifiedTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___accessTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___changeTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___birthTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___root",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___dir",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___base",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___ext",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___relativeDirectory",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___dev",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___mode",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___nlink",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___uid",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___gid",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___rdev",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___ino",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___atimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___mtimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___ctimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___atime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___mtime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___ctime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___birthtime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___birthtimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___blksize",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___blocks",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___publicURL",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___childrenMarkdownRemark",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___childrenImageSharp",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___frontmatter___image___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenMarkdownRemark___excerpt",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___rawMarkdownBody",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___fileAbsolutePath",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___fields___tags",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___fields___slug",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___fields___year",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___html",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___htmlAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___excerptAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___headings",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___headings___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___headings___value",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___headings___depth",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___timeToRead",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___tableOfContents",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___wordCount___paragraphs",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___wordCount___sentences",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___wordCount___words",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___parent___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___children___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenMarkdownRemark___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___title",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___author",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___date",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___tags",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___color",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___description",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___sourceInstanceName",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___absolutePath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___relativePath",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___extension",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___size",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___prettySize",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___modifiedTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___accessTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___changeTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___birthTime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___root",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___dir",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___base",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___ext",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___relativeDirectory",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___dev",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___mode",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___nlink",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___uid",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___gid",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___rdev",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___ino",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___atimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___mtimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___ctimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___atime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___mtime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___ctime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___birthtime",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___birthtimeMs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___blksize",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___blocks",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___publicURL",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___childrenMarkdownRemark",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___childrenImageSharp",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___frontmatter___image___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childMarkdownRemark___excerpt",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___rawMarkdownBody",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___fileAbsolutePath",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___fields___tags",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___fields___slug",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___fields___year",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___html",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___htmlAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___excerptAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___headings",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___headings___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___headings___value",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___headings___depth",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___timeToRead",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___tableOfContents",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___wordCount___paragraphs",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___wordCount___sentences",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___wordCount___words",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___parent___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___children___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childMarkdownRemark___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "childrenImageSharp___fixed___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___width",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___height",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fixed___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___width",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___height",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resolutions___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___sizes",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___originalImg",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___presentationWidth",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___fluid___presentationHeight",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___sizes",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___originalImg",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___presentationWidth",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___sizes___presentationHeight",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___gatsbyImageData",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___original___width",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___original___height",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___original___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resize___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resize___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resize___width",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resize___height",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resize___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___resize___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___parent___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___parent___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___children___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___content",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___contentDigest",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___mediaType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childrenImageSharp___internal___type",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___width",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___height",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fixed___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___width",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___height",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___resolutions___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___srcWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___srcSetWebp",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___sizes",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___originalImg",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___originalName",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___presentationWidth",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___fluid___presentationHeight",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___sizes___base64",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___sizes___tracedSVG",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___sizes___aspectRatio",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___sizes___src",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___sizes___srcSet",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "highlight",
+ "name": "childImageSharp___sizes___srcWebp",
"description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "shadow",
+ "name": "childImageSharp___sizes___srcSetWebp",
"description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "opacity",
+ "name": "childImageSharp___sizes___sizes",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "Potrace",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "turnPolicy",
+ "name": "childImageSharp___sizes___originalImg",
"description": null,
- "type": {
- "kind": "ENUM",
- "name": "PotraceTurnPolicy",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "turdSize",
+ "name": "childImageSharp___sizes___originalName",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "alphaMax",
+ "name": "childImageSharp___sizes___presentationWidth",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "optCurve",
+ "name": "childImageSharp___sizes___presentationHeight",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "optTolerance",
+ "name": "childImageSharp___gatsbyImageData",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "threshold",
+ "name": "childImageSharp___original___width",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "blackOnWhite",
+ "name": "childImageSharp___original___height",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "color",
+ "name": "childImageSharp___original___src",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "background",
+ "name": "childImageSharp___resize___src",
"description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "PotraceTurnPolicy",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "TURNPOLICY_BLACK",
+ "name": "childImageSharp___resize___tracedSVG",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "TURNPOLICY_WHITE",
+ "name": "childImageSharp___resize___width",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "TURNPOLICY_LEFT",
+ "name": "childImageSharp___resize___height",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "TURNPOLICY_RIGHT",
+ "name": "childImageSharp___resize___aspectRatio",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "TURNPOLICY_MINORITY",
+ "name": "childImageSharp___resize___originalName",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "TURNPOLICY_MAJORITY",
+ "name": "childImageSharp___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "ImageFormat",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "NO_CHANGE",
+ "name": "childImageSharp___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "JPG",
+ "name": "childImageSharp___parent___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "PNG",
+ "name": "childImageSharp___parent___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "WEBP",
+ "name": "childImageSharp___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "ImageCropFocus",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___parent___children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___parent___children___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "CENTER",
+ "name": "childImageSharp___parent___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "NORTH",
+ "name": "childImageSharp___parent___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "NORTHEAST",
+ "name": "childImageSharp___parent___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "EAST",
+ "name": "childImageSharp___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "SOUTHEAST",
+ "name": "childImageSharp___parent___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "SOUTH",
+ "name": "childImageSharp___parent___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "SOUTHWEST",
+ "name": "childImageSharp___parent___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "WEST",
+ "name": "childImageSharp___parent___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "NORTHWEST",
+ "name": "childImageSharp___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "ENTROPY",
+ "name": "childImageSharp___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "ATTENTION",
+ "name": "childImageSharp___children___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "ImageFit",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "COVER",
+ "name": "childImageSharp___children___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "CONTAIN",
+ "name": "childImageSharp___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "FILL",
+ "name": "childImageSharp___children___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "INSIDE",
+ "name": "childImageSharp___children___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "OUTSIDE",
+ "name": "childImageSharp___children___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharpFixed",
- "description": null,
- "fields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "base64",
+ "name": "childImageSharp___children___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "tracedSVG",
+ "name": "childImageSharp___children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "aspectRatio",
+ "name": "childImageSharp___children___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "width",
+ "name": "childImageSharp___children___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "height",
+ "name": "childImageSharp___children___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "src",
+ "name": "childImageSharp___children___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "srcSet",
+ "name": "childImageSharp___children___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "srcWebp",
+ "name": "childImageSharp___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "srcSetWebp",
+ "name": "childImageSharp___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___internal___description",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___internal___fieldOwners",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "childImageSharp___internal___ignoreType",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "originalName",
+ "name": "childImageSharp___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharpResolutions",
- "description": null,
- "fields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "base64",
+ "name": "childImageSharp___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "tracedSVG",
+ "name": "childImageSharp___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "aspectRatio",
+ "name": "id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "width",
+ "name": "parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "height",
+ "name": "parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "src",
+ "name": "parent___parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcSet",
+ "name": "parent___parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcWebp",
+ "name": "parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcSetWebp",
+ "name": "parent___parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "originalName",
+ "name": "parent___parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharpFluid",
- "description": null,
- "fields": [
+ },
{
- "name": "base64",
+ "name": "parent___parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "tracedSVG",
+ "name": "parent___parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "aspectRatio",
+ "name": "parent___parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "src",
+ "name": "parent___parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcSet",
+ "name": "parent___parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcWebp",
+ "name": "parent___parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcSetWebp",
+ "name": "parent___parent___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "sizes",
+ "name": "parent___parent___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "originalImg",
+ "name": "parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "originalName",
+ "name": "parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "presentationWidth",
+ "name": "parent___children___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "presentationHeight",
+ "name": "parent___children___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharpSizes",
- "description": null,
- "fields": [
+ },
{
- "name": "base64",
+ "name": "parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "tracedSVG",
+ "name": "parent___children___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "aspectRatio",
+ "name": "parent___children___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "src",
+ "name": "parent___children___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcSet",
+ "name": "parent___children___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcWebp",
+ "name": "parent___children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "srcSetWebp",
+ "name": "parent___children___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "sizes",
+ "name": "parent___children___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "originalImg",
+ "name": "parent___children___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "originalName",
+ "name": "parent___children___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "presentationWidth",
+ "name": "parent___children___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "presentationHeight",
+ "name": "parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharpOriginal",
- "description": null,
- "fields": [
+ },
{
- "name": "width",
+ "name": "parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "height",
+ "name": "parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "src",
+ "name": "parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "ImageSharpResize",
- "description": null,
- "fields": [
+ },
{
- "name": "src",
+ "name": "parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "tracedSVG",
+ "name": "parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "width",
+ "name": "parent___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "height",
+ "name": "parent___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "aspectRatio",
+ "name": "children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "originalName",
+ "name": "children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "description": null,
- "fields": [
+ },
+ {
+ "name": "children___parent___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "id",
+ "name": "children___parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "frontmatter",
+ "name": "children___parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "MarkdownRemarkFrontmatter",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "excerpt",
+ "name": "children___parent___children",
"description": null,
- "args": [
- {
- "name": "pruneLength",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "140"
- },
- {
- "name": "truncate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- },
- {
- "name": "format",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "MarkdownExcerptFormats",
- "ofType": null
- },
- "defaultValue": "PLAIN"
- }
- ],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "rawMarkdownBody",
+ "name": "children___parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "fileAbsolutePath",
+ "name": "children___parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "fields",
+ "name": "children___parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "MarkdownRemarkFields",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "html",
+ "name": "children___parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "htmlAst",
+ "name": "children___parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "JSON",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "excerptAst",
+ "name": "children___parent___internal___fieldOwners",
"description": null,
- "args": [
- {
- "name": "pruneLength",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": "140"
- },
- {
- "name": "truncate",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- }
- ],
- "type": {
- "kind": "SCALAR",
- "name": "JSON",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "headings",
+ "name": "children___parent___internal___ignoreType",
"description": null,
- "args": [
- {
- "name": "depth",
- "description": null,
- "type": {
- "kind": "ENUM",
- "name": "MarkdownHeadingLevels",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownHeading",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "timeToRead",
+ "name": "children___parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "tableOfContents",
+ "name": "children___parent___internal___owner",
"description": null,
- "args": [
- {
- "name": "absolute",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "true"
- },
- {
- "name": "pathToSlugField",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": "\"fields.slug\""
- },
- {
- "name": "maxDepth",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "heading",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "wordCount",
+ "name": "children___parent___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "MarkdownWordCount",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children",
+ "name": "children___children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children___parent___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal",
+ "name": "children___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Internal",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [
+ },
{
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- ],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemarkFrontmatter",
- "description": null,
- "fields": [
+ "name": "children___children___children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "title",
+ "name": "children___children___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "author",
+ "name": "children___children___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "date",
+ "name": "children___children___internal___contentDigest",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "tags",
+ "name": "children___children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "color",
+ "name": "children___children___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "description",
+ "name": "children___children___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "MarkdownExcerptFormats",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ },
{
- "name": "PLAIN",
+ "name": "children___children___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "HTML",
+ "name": "children___children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "MARKDOWN",
+ "name": "children___children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemarkFields",
- "description": null,
- "fields": [
+ },
{
- "name": "tags",
+ "name": "children___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "slug",
+ "name": "children___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "year",
+ "name": "children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "MarkdownHeadingLevels",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ },
{
- "name": "h1",
+ "name": "children___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "h2",
+ "name": "children___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "h3",
+ "name": "children___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "h4",
+ "name": "children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "h5",
+ "name": "children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "h6",
+ "name": "internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownHeading",
- "description": null,
- "fields": [
+ },
{
- "name": "id",
+ "name": "internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "value",
+ "name": "internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "depth",
+ "name": "internal___fieldOwners",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownWordCount",
- "description": null,
- "fields": [
+ },
{
- "name": "paragraphs",
+ "name": "internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "sentences",
+ "name": "internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "words",
+ "name": "internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
}
],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "FileFilterInput",
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
"description": null,
"fields": null,
- "inputFields": [
- {
- "name": "sourceInstanceName",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
- "name": "absolutePath",
+ "name": "ASC",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "relativePath",
+ "name": "DESC",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "FileConnection",
+ "description": null,
+ "fields": [
{
- "name": "extension",
+ "name": "totalCount",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "size",
+ "name": "edges",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "FileEdge",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "prettySize",
+ "name": "nodes",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "File",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "modifiedTime",
+ "name": "pageInfo",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "accessTime",
+ "name": "distinct",
"description": null,
+ "args": [
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "FileFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "changeTime",
+ "name": "group",
"description": null,
+ "args": [
+ {
+ "name": "skip",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "limit",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "FileFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "FileGroupConnection",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
- },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "FileEdge",
+ "description": null,
+ "fields": [
{
- "name": "birthTime",
+ "name": "next",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "kind": "OBJECT",
+ "name": "File",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "root",
+ "name": "node",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "File",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "dir",
+ "name": "previous",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "OBJECT",
+ "name": "File",
"ofType": null
},
- "defaultValue": null
- },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "description": null,
+ "fields": [
{
- "name": "base",
+ "name": "currentPage",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "ext",
+ "name": "hasPreviousPage",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "name",
+ "name": "hasNextPage",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "relativeDirectory",
+ "name": "itemCount",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "dev",
+ "name": "pageCount",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "mode",
+ "name": "perPage",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "nlink",
+ "name": "totalCount",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
- },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "FileGroupConnection",
+ "description": null,
+ "fields": [
{
- "name": "uid",
+ "name": "totalCount",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "gid",
+ "name": "edges",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "FileEdge",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "rdev",
+ "name": "nodes",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "File",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "ino",
+ "name": "pageInfo",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "atimeMs",
+ "name": "field",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "mtimeMs",
+ "name": "fieldValue",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "description": null,
+ "fields": [
{
- "name": "ctimeMs",
+ "name": "sourceInstanceName",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "atime",
+ "name": "absolutePath",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "mtime",
+ "name": "relativePath",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "ctime",
+ "name": "extension",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "birthtime",
+ "name": "size",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "birthtimeMs",
+ "name": "prettySize",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "blksize",
+ "name": "modifiedTime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "blocks",
+ "name": "accessTime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "publicURL",
+ "name": "changeTime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp",
+ "name": "birthTime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpFilterInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "id",
+ "name": "root",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "parent",
+ "name": "dir",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "children",
+ "name": "base",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal",
+ "name": "ext",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark",
+ "name": "name",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkFilterInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "FileSortInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "fields",
+ "name": "relativeDirectory",
"description": null,
+ "args": [],
"type": {
- "kind": "LIST",
+ "kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "ENUM",
- "name": "FileFieldsEnum",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
}
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "order",
+ "name": "dev",
"description": null,
+ "args": [],
"type": {
- "kind": "LIST",
+ "kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "ENUM",
- "name": "SortOrderEnum",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
}
},
- "defaultValue": "[ASC]"
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "FileFieldsEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "sourceInstanceName",
+ "name": "mode",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "absolutePath",
+ "name": "nlink",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "relativePath",
+ "name": "uid",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "extension",
+ "name": "gid",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "size",
+ "name": "rdev",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "prettySize",
+ "name": "ino",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "modifiedTime",
+ "name": "atimeMs",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "accessTime",
+ "name": "mtimeMs",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "changeTime",
+ "name": "ctimeMs",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "birthTime",
+ "name": "atime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "root",
+ "name": "mtime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "dir",
+ "name": "ctime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "base",
+ "name": "birthtime",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ },
+ "isDeprecated": true,
+ "deprecationReason": "Use `birthTime` instead"
},
{
- "name": "ext",
+ "name": "birthtimeMs",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Float",
+ "ofType": null
+ },
+ "isDeprecated": true,
+ "deprecationReason": "Use `birthTime` instead"
},
{
- "name": "name",
+ "name": "blksize",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "relativeDirectory",
+ "name": "blocks",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "dev",
+ "name": "id",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "mode",
+ "name": "parent",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nlink",
+ "name": "children",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "uid",
+ "name": "internal",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [
{
- "name": "gid",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ ],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "DirectoryFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "rdev",
+ "name": "sourceInstanceName",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "ino",
+ "name": "absolutePath",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "atimeMs",
+ "name": "relativePath",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "mtimeMs",
+ "name": "extension",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "ctimeMs",
+ "name": "size",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "atime",
+ "name": "prettySize",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "mtime",
+ "name": "modifiedTime",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "ctime",
+ "name": "accessTime",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "birthtime",
+ "name": "changeTime",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "birthtimeMs",
+ "name": "birthTime",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "blksize",
+ "name": "root",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "blocks",
+ "name": "dir",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "publicURL",
+ "name": "base",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___base64",
+ "name": "ext",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___tracedSVG",
+ "name": "name",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___aspectRatio",
+ "name": "relativeDirectory",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___width",
+ "name": "dev",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___height",
+ "name": "mode",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___src",
+ "name": "nlink",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___srcSet",
+ "name": "uid",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___srcWebp",
+ "name": "gid",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___srcSetWebp",
+ "name": "rdev",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fixed___originalName",
+ "name": "ino",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___base64",
+ "name": "atimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___tracedSVG",
+ "name": "mtimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___aspectRatio",
+ "name": "ctimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___width",
+ "name": "atime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___height",
+ "name": "mtime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___src",
+ "name": "ctime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___srcSet",
+ "name": "birthtime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___srcWebp",
+ "name": "birthtimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "FloatQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___srcSetWebp",
+ "name": "blksize",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___resolutions___originalName",
+ "name": "blocks",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fluid___base64",
+ "name": "id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fluid___tracedSVG",
+ "name": "parent",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fluid___aspectRatio",
+ "name": "children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fluid___src",
+ "name": "internal",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "DirectorySortInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "childImageSharp___fluid___srcSet",
+ "name": "fields",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "DirectoryFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
},
{
- "name": "childImageSharp___fluid___srcWebp",
+ "name": "order",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "DirectoryFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
- "name": "childImageSharp___fluid___srcSetWebp",
+ "name": "sourceInstanceName",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___fluid___sizes",
+ "name": "absolutePath",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___fluid___originalImg",
+ "name": "relativePath",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___fluid___originalName",
+ "name": "extension",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___fluid___presentationWidth",
+ "name": "size",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___fluid___presentationHeight",
+ "name": "prettySize",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___base64",
+ "name": "modifiedTime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___tracedSVG",
+ "name": "accessTime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___aspectRatio",
+ "name": "changeTime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___src",
+ "name": "birthTime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___srcSet",
+ "name": "root",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___srcWebp",
+ "name": "dir",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___srcSetWebp",
+ "name": "base",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___sizes",
+ "name": "ext",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___originalImg",
+ "name": "name",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___originalName",
+ "name": "relativeDirectory",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___presentationWidth",
+ "name": "dev",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___sizes___presentationHeight",
+ "name": "mode",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___original___width",
+ "name": "nlink",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___original___height",
+ "name": "uid",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___original___src",
+ "name": "gid",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___resize___src",
+ "name": "rdev",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___resize___tracedSVG",
+ "name": "ino",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___resize___width",
+ "name": "atimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___resize___height",
+ "name": "mtimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___resize___aspectRatio",
+ "name": "ctimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___resize___originalName",
+ "name": "atime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___id",
+ "name": "mtime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___id",
+ "name": "ctime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___parent___id",
+ "name": "birthtime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___parent___children",
+ "name": "birthtimeMs",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___children",
+ "name": "blksize",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___children___id",
+ "name": "blocks",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___children___children",
+ "name": "id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___content",
+ "name": "parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___contentDigest",
+ "name": "parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___description",
+ "name": "parent___parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___fieldOwners",
+ "name": "parent___parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___ignoreType",
+ "name": "parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___mediaType",
+ "name": "parent___parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___owner",
+ "name": "parent___parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___parent___internal___type",
+ "name": "parent___parent___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children",
+ "name": "parent___parent___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___id",
+ "name": "parent___parent___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___parent___id",
+ "name": "parent___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___parent___children",
+ "name": "parent___parent___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___children",
+ "name": "parent___parent___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___children___id",
+ "name": "parent___parent___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___children___children",
+ "name": "parent___parent___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___content",
+ "name": "parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___contentDigest",
+ "name": "parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___description",
+ "name": "parent___children___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___fieldOwners",
+ "name": "parent___children___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___ignoreType",
+ "name": "parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___mediaType",
+ "name": "parent___children___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___owner",
+ "name": "parent___children___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___children___internal___type",
+ "name": "parent___children___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___content",
+ "name": "parent___children___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___contentDigest",
+ "name": "parent___children___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___description",
+ "name": "parent___children___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___fieldOwners",
+ "name": "parent___children___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___ignoreType",
+ "name": "parent___children___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___mediaType",
+ "name": "parent___children___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___owner",
+ "name": "parent___children___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childImageSharp___internal___type",
+ "name": "parent___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "id",
+ "name": "parent___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___id",
+ "name": "parent___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___id",
+ "name": "parent___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___parent___id",
+ "name": "parent___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___parent___children",
+ "name": "parent___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___children",
+ "name": "parent___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___children___id",
+ "name": "parent___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___children___children",
+ "name": "children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___content",
+ "name": "children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___contentDigest",
+ "name": "children___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___description",
+ "name": "children___parent___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___fieldOwners",
+ "name": "children___parent___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___ignoreType",
+ "name": "children___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___mediaType",
+ "name": "children___parent___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___owner",
+ "name": "children___parent___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___type",
+ "name": "children___parent___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children",
+ "name": "children___parent___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___id",
+ "name": "children___parent___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___parent___id",
+ "name": "children___parent___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___parent___children",
+ "name": "children___parent___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___children",
+ "name": "children___parent___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___children___id",
+ "name": "children___parent___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___children___children",
+ "name": "children___parent___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___content",
+ "name": "children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___contentDigest",
+ "name": "children___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___description",
+ "name": "children___children___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___fieldOwners",
+ "name": "children___children___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___ignoreType",
+ "name": "children___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___mediaType",
+ "name": "children___children___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___owner",
+ "name": "children___children___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___type",
+ "name": "children___children___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___content",
+ "name": "children___children___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___contentDigest",
+ "name": "children___children___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___description",
+ "name": "children___children___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___fieldOwners",
+ "name": "children___children___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___ignoreType",
+ "name": "children___children___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___mediaType",
+ "name": "children___children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___owner",
+ "name": "children___children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___type",
+ "name": "children___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children",
+ "name": "children___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___id",
+ "name": "children___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___id",
+ "name": "children___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___parent___id",
+ "name": "children___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___parent___children",
+ "name": "children___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___children",
+ "name": "children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___children___id",
+ "name": "children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___children___children",
+ "name": "internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___content",
+ "name": "internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___contentDigest",
+ "name": "internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___description",
+ "name": "internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___fieldOwners",
+ "name": "internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___ignoreType",
+ "name": "internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___mediaType",
+ "name": "internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___owner",
+ "name": "internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "DirectoryConnection",
+ "description": null,
+ "fields": [
{
- "name": "children___parent___internal___type",
+ "name": "totalCount",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children",
+ "name": "edges",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "DirectoryEdge",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___id",
+ "name": "nodes",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___parent___id",
+ "name": "pageInfo",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___parent___children",
+ "name": "distinct",
"description": null,
+ "args": [
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "DirectoryFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___children",
+ "name": "group",
"description": null,
+ "args": [
+ {
+ "name": "skip",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "limit",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "DirectoryFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "DirectoryGroupConnection",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "DirectoryEdge",
+ "description": null,
+ "fields": [
{
- "name": "children___children___children___id",
+ "name": "next",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___children___children",
+ "name": "node",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___content",
+ "name": "previous",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "DirectoryGroupConnection",
+ "description": null,
+ "fields": [
{
- "name": "children___children___internal___contentDigest",
+ "name": "totalCount",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___description",
+ "name": "edges",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "DirectoryEdge",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___fieldOwners",
+ "name": "nodes",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Directory",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___ignoreType",
+ "name": "pageInfo",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___mediaType",
+ "name": "field",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___owner",
+ "name": "fieldValue",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteSiteMetadataFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___children___internal___type",
+ "name": "title",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___content",
+ "name": "description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___contentDigest",
+ "name": "author",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___description",
+ "name": "siteUrl",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___fieldOwners",
+ "name": "social",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteSiteMetadataSocialFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteSiteMetadataSocialFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___internal___ignoreType",
+ "name": "github",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___mediaType",
+ "name": "twitter",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "Site",
+ "description": null,
+ "fields": [
{
- "name": "children___internal___owner",
+ "name": "buildTime",
"description": null,
+ "args": [
+ {
+ "name": "formatString",
+ "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "fromNow",
+ "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "difference",
+ "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "locale",
+ "description": "Configures the locale Moment.js will use to format the date.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Date",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___type",
+ "name": "siteMetadata",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "SiteSiteMetadata",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___content",
+ "name": "port",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___contentDigest",
+ "name": "host",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___description",
+ "name": "polyfill",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___fieldOwners",
+ "name": "pathPrefix",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___ignoreType",
+ "name": "id",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___mediaType",
+ "name": "parent",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___owner",
+ "name": "children",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___type",
+ "name": "internal",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [
{
- "name": "childMarkdownRemark___id",
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ ],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SiteSiteMetadata",
+ "description": null,
+ "fields": [
+ {
+ "name": "title",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "childMarkdownRemark___frontmatter___title",
+ "name": "description",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "childMarkdownRemark___frontmatter___author",
+ "name": "author",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "childMarkdownRemark___frontmatter___date",
+ "name": "siteUrl",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "childMarkdownRemark___frontmatter___tags",
+ "name": "social",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "SiteSiteMetadataSocial",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SiteSiteMetadataSocial",
+ "description": null,
+ "fields": [
{
- "name": "childMarkdownRemark___frontmatter___color",
+ "name": "github",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "childMarkdownRemark___frontmatter___description",
+ "name": "twitter",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
- },
- {
- "name": "childMarkdownRemark___excerpt",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "childMarkdownRemark___rawMarkdownBody",
+ "name": "buildTime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "DateQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___fileAbsolutePath",
+ "name": "siteMetadata",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteSiteMetadataFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___fields___tags",
+ "name": "port",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___fields___slug",
+ "name": "host",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___fields___year",
+ "name": "polyfill",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___html",
+ "name": "pathPrefix",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___htmlAst",
+ "name": "id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___excerptAst",
+ "name": "parent",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___headings",
+ "name": "children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___headings___id",
+ "name": "internal",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SiteSortInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "childMarkdownRemark___headings___value",
+ "name": "fields",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SiteFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
},
{
- "name": "childMarkdownRemark___headings___depth",
+ "name": "order",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "SiteFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
- "name": "childMarkdownRemark___timeToRead",
+ "name": "buildTime",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___tableOfContents",
+ "name": "siteMetadata___title",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___wordCount___paragraphs",
+ "name": "siteMetadata___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___wordCount___sentences",
+ "name": "siteMetadata___author",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___wordCount___words",
+ "name": "siteMetadata___siteUrl",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___id",
+ "name": "siteMetadata___social___github",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___parent___id",
+ "name": "siteMetadata___social___twitter",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___parent___children",
+ "name": "port",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___children",
+ "name": "host",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___children___id",
+ "name": "polyfill",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___children___children",
+ "name": "pathPrefix",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___content",
+ "name": "id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___contentDigest",
+ "name": "parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___description",
+ "name": "parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___fieldOwners",
+ "name": "parent___parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___ignoreType",
+ "name": "parent___parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___mediaType",
+ "name": "parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___owner",
+ "name": "parent___parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___parent___internal___type",
+ "name": "parent___parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children",
+ "name": "parent___parent___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___id",
+ "name": "parent___parent___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___parent___id",
+ "name": "parent___parent___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___parent___children",
+ "name": "parent___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___children",
+ "name": "parent___parent___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___children___id",
+ "name": "parent___parent___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___children___children",
+ "name": "parent___parent___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___content",
+ "name": "parent___parent___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___contentDigest",
+ "name": "parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___description",
+ "name": "parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___fieldOwners",
+ "name": "parent___children___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___ignoreType",
+ "name": "parent___children___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___mediaType",
+ "name": "parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___owner",
+ "name": "parent___children___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___children___internal___type",
+ "name": "parent___children___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___content",
+ "name": "parent___children___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___contentDigest",
+ "name": "parent___children___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___description",
+ "name": "parent___children___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___fieldOwners",
+ "name": "parent___children___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___ignoreType",
+ "name": "parent___children___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___mediaType",
+ "name": "parent___children___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___owner",
+ "name": "parent___children___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "childMarkdownRemark___internal___type",
+ "name": "parent___children___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "SortOrderEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "ASC",
+ "name": "parent___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "DESC",
+ "name": "parent___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "FileConnection",
- "description": null,
- "fields": [
+ },
{
- "name": "totalCount",
+ "name": "parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "edges",
+ "name": "parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "FileEdge",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nodes",
+ "name": "parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "File",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pageInfo",
+ "name": "parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "distinct",
+ "name": "parent___internal___owner",
"description": null,
- "args": [
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "FileFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "group",
- "description": null,
- "args": [
- {
- "name": "skip",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "FileFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "FileGroupConnection",
- "ofType": null
- }
- }
- }
- },
+ "name": "parent___internal___type",
+ "description": null,
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "FileEdge",
- "description": null,
- "fields": [
+ },
{
- "name": "next",
+ "name": "children",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "File",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "node",
+ "name": "children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "File",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "previous",
+ "name": "children___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "File",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "PageInfo",
- "description": null,
- "fields": [
+ },
{
- "name": "currentPage",
+ "name": "children___parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "hasPreviousPage",
+ "name": "children___parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "hasNextPage",
+ "name": "children___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "itemCount",
+ "name": "children___parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pageCount",
+ "name": "children___parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "perPage",
+ "name": "children___parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "totalCount",
+ "name": "children___parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "FileGroupConnection",
- "description": null,
- "fields": [
+ },
{
- "name": "totalCount",
+ "name": "children___parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "edges",
+ "name": "children___parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "FileEdge",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nodes",
+ "name": "children___parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "File",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pageInfo",
+ "name": "children___parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "field",
+ "name": "children___parent___internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___parent___internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children___parent___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children___parent___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "fieldValue",
+ "name": "children___children___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "Directory",
- "description": null,
- "fields": [
+ },
{
- "name": "sourceInstanceName",
+ "name": "children___children___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "absolutePath",
+ "name": "children___children___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "relativePath",
+ "name": "children___children___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "extension",
+ "name": "children___children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "size",
+ "name": "children___children___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "prettySize",
+ "name": "children___children___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "modifiedTime",
+ "name": "children___children___internal___mediaType",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "accessTime",
+ "name": "children___children___internal___owner",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "changeTime",
+ "name": "children___children___internal___type",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "birthTime",
+ "name": "children___internal___content",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "root",
+ "name": "children___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "dir",
+ "name": "children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "base",
+ "name": "children___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "ext",
+ "name": "children___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "name",
+ "name": "children___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "relativeDirectory",
+ "name": "children___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "dev",
+ "name": "children___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "mode",
+ "name": "internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nlink",
+ "name": "internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "uid",
+ "name": "internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "gid",
+ "name": "internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "rdev",
+ "name": "internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "ino",
+ "name": "internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "atimeMs",
+ "name": "internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SiteConnection",
+ "description": null,
+ "fields": [
+ {
+ "name": "totalCount",
"description": null,
"args": [],
"type": {
@@ -11154,7 +17451,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Float",
+ "name": "Int",
"ofType": null
}
},
@@ -11162,88 +17459,63 @@
"deprecationReason": null
},
{
- "name": "mtimeMs",
+ "name": "edges",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SiteEdge",
+ "ofType": null
+ }
+ }
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "ctimeMs",
+ "name": "nodes",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Site",
+ "ofType": null
+ }
+ }
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "atime",
+ "name": "pageInfo",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
+ "args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "Date",
+ "kind": "OBJECT",
+ "name": "PageInfo",
"ofType": null
}
},
@@ -11251,46 +17523,20 @@
"deprecationReason": null
},
{
- "name": "mtime",
+ "name": "distinct",
"description": null,
"args": [
{
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
+ "name": "field",
+ "description": null,
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SiteFieldsEnum",
+ "ofType": null
+ }
},
"defaultValue": null
}
@@ -11299,55 +17545,57 @@
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ }
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "ctime",
+ "name": "group",
"description": null,
"args": [
{
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
+ "name": "skip",
+ "description": null,
"type": {
"kind": "SCALAR",
- "name": "Boolean",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
},
{
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
+ "name": "limit",
+ "description": null,
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Int",
"ofType": null
},
"defaultValue": null
},
{
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
+ "name": "field",
+ "description": null,
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SiteFieldsEnum",
+ "ofType": null
+ }
},
"defaultValue": null
}
@@ -11356,92 +17604,126 @@
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SiteGroupConnection",
+ "ofType": null
+ }
+ }
}
},
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SiteEdge",
+ "description": null,
+ "fields": [
{
- "name": "birthtime",
+ "name": "next",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "Date",
+ "kind": "OBJECT",
+ "name": "Site",
"ofType": null
},
- "isDeprecated": true,
- "deprecationReason": "Use `birthTime` instead"
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "birthtimeMs",
+ "name": "node",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Site",
+ "ofType": null
+ }
},
- "isDeprecated": true,
- "deprecationReason": "Use `birthTime` instead"
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "blksize",
+ "name": "previous",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "OBJECT",
+ "name": "Site",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SiteGroupConnection",
+ "description": null,
+ "fields": [
{
- "name": "blocks",
+ "name": "totalCount",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "edges",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SiteEdge",
+ "ofType": null
+ }
+ }
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent",
- "description": null,
- "args": [],
- "type": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "children",
+ "name": "nodes",
"description": null,
"args": [],
"type": {
@@ -11454,8 +17736,8 @@
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "INTERFACE",
- "name": "Node",
+ "kind": "OBJECT",
+ "name": "Site",
"ofType": null
}
}
@@ -11465,7 +17747,7 @@
"deprecationReason": null
},
{
- "name": "internal",
+ "name": "pageInfo",
"description": null,
"args": [],
"type": {
@@ -11473,33 +17755,55 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "Internal",
+ "name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [
+ },
{
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
+ "name": "field",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "fieldValue",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
+ "inputFields": null,
+ "interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
- "name": "DirectoryFilterInput",
+ "name": "SitePageContextFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "sourceInstanceName",
+ "name": "tag",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11509,7 +17813,7 @@
"defaultValue": null
},
{
- "name": "absolutePath",
+ "name": "slug",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11519,27 +17823,27 @@
"defaultValue": null
},
{
- "name": "relativePath",
+ "name": "previous",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "SitePageContextPreviousFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "extension",
+ "name": "next",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "name": "SitePageContextNextFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "size",
+ "name": "year",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11547,89 +17851,20 @@
"ofType": null
},
"defaultValue": null
- },
- {
- "name": "prettySize",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "modifiedTime",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "accessTime",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "changeTime",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "birthTime",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "root",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "dir",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "base",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePageContextPreviousFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "ext",
+ "name": "slug",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11639,7 +17874,7 @@
"defaultValue": null
},
{
- "name": "name",
+ "name": "title",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11647,9 +17882,20 @@
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePageContextNextFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "relativeDirectory",
+ "name": "slug",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11659,177 +17905,118 @@
"defaultValue": null
},
{
- "name": "dev",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "mode",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "nlink",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "uid",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "gid",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "rdev",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "ino",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "atimeMs",
+ "name": "title",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
- },
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "mtimeMs",
+ "name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "ctimeMs",
+ "name": "parent",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "NodeFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "atime",
+ "name": "children",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "NodeFilterListInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "mtime",
+ "name": "internal",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "InternalFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "ctime",
+ "name": "resolve",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "birthtime",
+ "name": "name",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "birthtimeMs",
+ "name": "version",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "FloatQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "blksize",
+ "name": "pluginOptions",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "SitePluginPluginOptionsFilterInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "blocks",
+ "name": "nodeAPIs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "id",
+ "name": "browserAPIs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
@@ -11839,31 +18026,31 @@
"defaultValue": null
},
{
- "name": "parent",
+ "name": "ssrAPIs",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "children",
+ "name": "pluginFilepath",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
- "name": "internal",
+ "name": "packageJson",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
+ "name": "SitePluginPackageJsonFilterInput",
"ofType": null
},
"defaultValue": null
@@ -11875,984 +18062,1309 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "DirectorySortInput",
+ "name": "SitePluginPluginOptionsFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
- "name": "fields",
+ "name": "plugins",
"description": null,
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "DirectoryFieldsEnum",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsPluginsFilterListInput",
+ "ofType": null
},
"defaultValue": null
},
{
- "name": "order",
+ "name": "bucketName",
"description": null,
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SortOrderEnum",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "defaultValue": "[ASC]"
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "DirectoryFieldsEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
- {
- "name": "sourceInstanceName",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "absolutePath",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "relativePath",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "extension",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "size",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "prettySize",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "modifiedTime",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "accessTime",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "changeTime",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "birthTime",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "root",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "dir",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "base",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "ext",
+ "name": "path",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
"name": "name",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "relativeDirectory",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "dev",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "mode",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "nlink",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "uid",
+ "name": "remote",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "gid",
+ "name": "branch",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "rdev",
+ "name": "patterns",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "ino",
+ "name": "maxWidth",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "atimeMs",
+ "name": "withWebp",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "mtimeMs",
+ "name": "tracedSVG",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "ctimeMs",
+ "name": "linkImagesToOriginal",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "atime",
+ "name": "showCaptions",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "mtime",
+ "name": "markdownCaptions",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "ctime",
+ "name": "sizeByPixelDensity",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "birthtime",
+ "name": "backgroundColor",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "birthtimeMs",
+ "name": "quality",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "blksize",
+ "name": "loading",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "blocks",
+ "name": "disableBgImageOnAlpha",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "id",
+ "name": "disableBgImage",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___id",
+ "name": "wrapperStyle",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___id",
+ "name": "showLineNumbers",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___parent___id",
+ "name": "target",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___parent___children",
+ "name": "rel",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___children",
+ "name": "base64Width",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___children___id",
+ "name": "stripMetadata",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___children___children",
+ "name": "defaultQuality",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___content",
+ "name": "failOnError",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___contentDigest",
+ "name": "indentedSyntax",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___description",
+ "name": "indentType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___fieldOwners",
+ "name": "indentWidth",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___ignoreType",
+ "name": "linefeed",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___mediaType",
+ "name": "omitSourceMapUrl",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___owner",
+ "name": "precision",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___parent___internal___type",
+ "name": "sourceComments",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children",
+ "name": "sourceMapContents",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___id",
+ "name": "sourceMapEmbed",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___parent___id",
+ "name": "templatePath",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___parent___children",
+ "name": "query",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___children",
+ "name": "feeds",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsFeedsFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___children___id",
+ "name": "short_name",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___children___children",
+ "name": "start_url",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___content",
+ "name": "background_color",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___contentDigest",
+ "name": "theme_color",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___description",
+ "name": "display",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___fieldOwners",
+ "name": "icon",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___ignoreType",
+ "name": "legacy",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___mediaType",
+ "name": "theme_color_in_head",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___owner",
+ "name": "cache_busting_mode",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___children___internal___type",
+ "name": "crossOrigin",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___content",
+ "name": "include_favicon",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___contentDigest",
+ "name": "cacheDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___description",
+ "name": "pathToConfigModule",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___fieldOwners",
+ "name": "output",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___ignoreType",
+ "name": "createLinkInHead",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___mediaType",
+ "name": "stages",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___owner",
+ "name": "options",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsOptionsFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "parent___internal___type",
+ "name": "configDir",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children",
+ "name": "projectRoot",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___id",
+ "name": "pathCheck",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___id",
+ "name": "allExtensions",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___parent___id",
+ "name": "isTSX",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___parent___children",
+ "name": "jsxPragma",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsPluginsFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___parent___children",
+ "name": "elemMatch",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsPluginsFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsPluginsFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___parent___children___id",
+ "name": "resolve",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___children___children",
+ "name": "id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___content",
+ "name": "name",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___contentDigest",
+ "name": "version",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___description",
+ "name": "pluginOptions",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsPluginsPluginOptionsFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___fieldOwners",
+ "name": "nodeAPIs",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___ignoreType",
+ "name": "browserAPIs",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___mediaType",
+ "name": "pluginFilepath",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsPluginsPluginOptionsFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___parent___internal___owner",
+ "name": "maxWidth",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___parent___internal___type",
+ "name": "withWebp",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children",
+ "name": "tracedSVG",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___id",
+ "name": "linkImagesToOriginal",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___parent___id",
+ "name": "showCaptions",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___parent___children",
+ "name": "markdownCaptions",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___children",
+ "name": "sizeByPixelDensity",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___children___id",
+ "name": "backgroundColor",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___children___children",
+ "name": "quality",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "IntQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___content",
+ "name": "loading",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___contentDigest",
+ "name": "disableBgImageOnAlpha",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___description",
+ "name": "disableBgImage",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___fieldOwners",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "name": "wrapperStyle",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___ignoreType",
+ "name": "showLineNumbers",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___mediaType",
+ "name": "target",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___children___internal___owner",
+ "name": "rel",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsFeedsFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___children___internal___type",
+ "name": "elemMatch",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsFeedsFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsFeedsFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___internal___content",
+ "name": "query",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___contentDigest",
+ "name": "output",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___description",
+ "name": "title",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPluginOptionsOptionsFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___internal___fieldOwners",
+ "name": "emitWarning",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___ignoreType",
+ "name": "failOnError",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "children___internal___mediaType",
+ "name": "name",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___owner",
+ "name": "description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "children___internal___type",
+ "name": "version",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___content",
+ "name": "main",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___contentDigest",
+ "name": "author",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___description",
+ "name": "license",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___fieldOwners",
+ "name": "dependencies",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDependenciesFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___ignoreType",
+ "name": "devDependencies",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDevDependenciesFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___mediaType",
+ "name": "peerDependencies",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonPeerDependenciesFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "internal___owner",
+ "name": "keywords",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDependenciesFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "internal___type",
+ "name": "elemMatch",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDependenciesFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
}
],
+ "interfaces": null,
+ "enumValues": null,
"possibleTypes": null
},
{
- "kind": "OBJECT",
- "name": "DirectoryConnection",
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDependenciesFilterInput",
"description": null,
- "fields": [
+ "fields": null,
+ "inputFields": [
{
- "name": "totalCount",
+ "name": "name",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "edges",
+ "name": "version",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "DirectoryEdge",
- "ofType": null
- }
- }
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDevDependenciesFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "nodes",
+ "name": "elemMatch",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Directory",
- "ofType": null
- }
- }
- }
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDevDependenciesFilterInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonDevDependenciesFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "pageInfo",
+ "name": "name",
"description": null,
- "args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "distinct",
+ "name": "version",
"description": null,
- "args": [
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "DirectoryFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- }
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonPeerDependenciesFilterListInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "group",
+ "name": "elemMatch",
"description": null,
- "args": [
- {
- "name": "skip",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "DirectoryFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "DirectoryGroupConnection",
- "ofType": null
- }
- }
- }
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonPeerDependenciesFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginPackageJsonPeerDependenciesFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "name",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
+ },
+ {
+ "name": "version",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
}
],
- "inputFields": null,
- "interfaces": [],
+ "interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
- "name": "DirectoryEdge",
+ "name": "SitePage",
"description": null,
"fields": [
{
- "name": "next",
+ "name": "path",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "Directory",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "node",
+ "name": "component",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "Directory",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
}
},
@@ -12860,30 +19372,23 @@
"deprecationReason": null
},
{
- "name": "previous",
+ "name": "internalComponentName",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "Directory",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "DirectoryGroupConnection",
- "description": null,
- "fields": [
+ },
{
- "name": "totalCount",
+ "name": "componentChunkName",
"description": null,
"args": [],
"type": {
@@ -12891,7 +19396,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "String",
"ofType": null
}
},
@@ -12899,31 +19404,47 @@
"deprecationReason": null
},
{
- "name": "edges",
+ "name": "matchPath",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "DirectoryEdge",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nodes",
+ "name": "parent",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children",
"description": null,
"args": [],
"type": {
@@ -12936,8 +19457,8 @@
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "Directory",
+ "kind": "INTERFACE",
+ "name": "Node",
"ofType": null
}
}
@@ -12947,7 +19468,7 @@
"deprecationReason": null
},
{
- "name": "pageInfo",
+ "name": "internal",
"description": null,
"args": [],
"type": {
@@ -12955,7 +19476,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "PageInfo",
+ "name": "Internal",
"ofType": null
}
},
@@ -12963,23 +19484,55 @@
"deprecationReason": null
},
{
- "name": "field",
+ "name": "isCreatedByStatefulCreatePages",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "fieldValue",
+ "name": "context",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "SitePageContext",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginCreator",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "SitePlugin",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginCreatorId",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "componentPath",
"description": null,
"args": [],
"type": {
@@ -12992,1165 +19545,1200 @@
}
],
"inputFields": null,
- "interfaces": [],
+ "interfaces": [
+ {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ ],
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "SitePageContextFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePageContext",
"description": null,
- "fields": null,
- "inputFields": [
+ "fields": [
{
"name": "tag",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "year",
+ "name": "slug",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "slug",
+ "name": "previous",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "OBJECT",
+ "name": "SitePageContextPrevious",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "previous",
+ "name": "next",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePageContextPreviousFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePageContextNext",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "next",
+ "name": "year",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePageContextNextFilterInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
- "interfaces": null,
+ "inputFields": null,
+ "interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "SitePageContextPreviousFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePageContextPrevious",
"description": null,
- "fields": null,
- "inputFields": [
+ "fields": [
{
"name": "slug",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "title",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
- "interfaces": null,
+ "inputFields": null,
+ "interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "SitePageContextNextFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePageContextNext",
"description": null,
- "fields": null,
- "inputFields": [
+ "fields": [
{
"name": "slug",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "title",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
- "interfaces": null,
+ "inputFields": null,
+ "interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "SitePluginFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePlugin",
"description": null,
- "fields": null,
- "inputFields": [
+ "fields": [
{
"name": "id",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
+ "kind": "INTERFACE",
+ "name": "Node",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
+ }
+ }
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "internal",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "Internal",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "resolve",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "name",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "version",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "pluginOptions",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptions",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "nodeAPIs",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "browserAPIs",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "ssrAPIs",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "pluginFilepath",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "packageJson",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePluginPackageJson",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [
+ {
+ "kind": "INTERFACE",
+ "name": "Node",
+ "ofType": null
}
],
- "interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptions",
"description": null,
- "fields": null,
- "inputFields": [
+ "fields": [
{
"name": "plugins",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsPluginsFilterListInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "bucketName",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "path",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "name",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "maxWidth",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptionsPlugins",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "withWebp",
+ "name": "bucketName",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "tracedSVG",
+ "name": "path",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "wrapperStyle",
+ "name": "name",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "showLineNumbers",
+ "name": "remote",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "target",
+ "name": "branch",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "rel",
+ "name": "patterns",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "templatePath",
+ "name": "maxWidth",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "query",
+ "name": "withWebp",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "feeds",
+ "name": "tracedSVG",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFeedsFilterListInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "short_name",
+ "name": "linkImagesToOriginal",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "start_url",
+ "name": "showCaptions",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "background_color",
+ "name": "markdownCaptions",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "theme_color",
+ "name": "sizeByPixelDensity",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "display",
+ "name": "backgroundColor",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "icon",
+ "name": "quality",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "cache_busting_mode",
+ "name": "loading",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "include_favicon",
+ "name": "disableBgImageOnAlpha",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "legacy",
+ "name": "disableBgImage",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "theme_color_in_head",
+ "name": "wrapperStyle",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "cacheDigest",
+ "name": "showLineNumbers",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "pathToConfigModule",
+ "name": "target",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "stages",
+ "name": "rel",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "options",
+ "name": "base64Width",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsOptionsFilterInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "configDir",
+ "name": "stripMetadata",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "projectRoot",
+ "name": "defaultQuality",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "pathCheck",
+ "name": "failOnError",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsPluginsFilterListInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "elemMatch",
+ "name": "indentedSyntax",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsPluginsFilterInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsPluginsFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "resolve",
+ "name": "indentType",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "id",
+ "name": "indentWidth",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "name",
+ "name": "linefeed",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "version",
+ "name": "omitSourceMapUrl",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "pluginOptions",
+ "name": "precision",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsPluginsPluginOptionsFilterInput",
+ "kind": "SCALAR",
+ "name": "Int",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "browserAPIs",
+ "name": "sourceComments",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "pluginFilepath",
+ "name": "sourceMapContents",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsPluginsPluginOptionsFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "maxWidth",
+ "name": "sourceMapEmbed",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "withWebp",
+ "name": "templatePath",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "tracedSVG",
+ "name": "query",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "wrapperStyle",
+ "name": "feeds",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptionsFeeds",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "showLineNumbers",
+ "name": "short_name",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "target",
+ "name": "start_url",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "rel",
+ "name": "background_color",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFeedsFilterListInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "elemMatch",
+ "name": "theme_color",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFeedsFilterInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsFeedsFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "query",
+ "name": "display",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "output",
+ "name": "icon",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "title",
+ "name": "legacy",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPluginOptionsOptionsFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "emitWarning",
+ "name": "theme_color_in_head",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "failOnError",
+ "name": "cache_busting_mode",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "name",
+ "name": "crossOrigin",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "description",
+ "name": "include_favicon",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "version",
+ "name": "cacheDigest",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "main",
+ "name": "pathToConfigModule",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "author",
+ "name": "output",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "license",
+ "name": "createLinkInHead",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "dependencies",
+ "name": "stages",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDependenciesFilterListInput",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "devDependencies",
+ "name": "options",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDevDependenciesFilterListInput",
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptionsOptions",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "peerDependencies",
+ "name": "configDir",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonPeerDependenciesFilterListInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "keywords",
+ "name": "projectRoot",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDependenciesFilterListInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "elemMatch",
+ "name": "pathCheck",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDependenciesFilterInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDependenciesFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "name",
+ "name": "allExtensions",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "version",
+ "name": "isTSX",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDevDependenciesFilterListInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "elemMatch",
+ "name": "jsxPragma",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDevDependenciesFilterInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
- "interfaces": null,
+ "inputFields": null,
+ "interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonDevDependenciesFilterInput",
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptionsPlugins",
"description": null,
- "fields": null,
- "inputFields": [
+ "fields": [
{
- "name": "name",
+ "name": "resolve",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "version",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonPeerDependenciesFilterListInput",
- "description": null,
- "fields": null,
- "inputFields": [
- {
- "name": "elemMatch",
+ "name": "id",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonPeerDependenciesFilterInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginPackageJsonPeerDependenciesFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "name",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "version",
"description": null,
+ "args": [],
"type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePage",
- "description": null,
- "fields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "path",
+ "name": "pluginOptions",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptionsPluginsPluginOptions",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "component",
+ "name": "nodeAPIs",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
+ "kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
@@ -14162,11 +20750,11 @@
"deprecationReason": null
},
{
- "name": "internalComponentName",
+ "name": "browserAPIs",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
+ "kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
@@ -14178,103 +20766,90 @@
"deprecationReason": null
},
{
- "name": "componentChunkName",
+ "name": "pluginFilepath",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePluginPluginOptionsPluginsPluginOptions",
+ "description": null,
+ "fields": [
{
- "name": "matchPath",
+ "name": "maxWidth",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "withWebp",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "tracedSVG",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Node",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children",
+ "name": "linkImagesToOriginal",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- }
- }
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal",
+ "name": "showCaptions",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Internal",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "isCreatedByStatefulCreatePages",
+ "name": "markdownCaptions",
"description": null,
"args": [],
"type": {
@@ -14286,43 +20861,43 @@
"deprecationReason": null
},
{
- "name": "context",
+ "name": "sizeByPixelDensity",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "SitePageContext",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator",
+ "name": "backgroundColor",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "SitePlugin",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreatorId",
+ "name": "quality",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "componentPath",
+ "name": "loading",
"description": null,
"args": [],
"type": {
@@ -14332,50 +20907,33 @@
},
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [
- {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- ],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePageContext",
- "description": null,
- "fields": [
+ },
{
- "name": "tag",
+ "name": "disableBgImageOnAlpha",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "year",
+ "name": "disableBgImage",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "slug",
+ "name": "wrapperStyle",
"description": null,
"args": [],
"type": {
@@ -14387,24 +20945,36 @@
"deprecationReason": null
},
{
- "name": "previous",
+ "name": "showLineNumbers",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "SitePageContextPrevious",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "next",
+ "name": "target",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "SitePageContextNext",
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "rel",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
@@ -14418,11 +20988,23 @@
},
{
"kind": "OBJECT",
- "name": "SitePageContextPrevious",
+ "name": "SitePluginPluginOptionsFeeds",
"description": null,
"fields": [
{
- "name": "slug",
+ "name": "query",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "output",
"description": null,
"args": [],
"type": {
@@ -14453,28 +21035,28 @@
},
{
"kind": "OBJECT",
- "name": "SitePageContextNext",
+ "name": "SitePluginPluginOptionsOptions",
"description": null,
"fields": [
{
- "name": "slug",
+ "name": "emitWarning",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "title",
+ "name": "failOnError",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
@@ -14488,79 +21070,47 @@
},
{
"kind": "OBJECT",
- "name": "SitePlugin",
+ "name": "SitePluginPackageJson",
"description": null,
"fields": [
{
- "name": "id",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "parent",
+ "name": "name",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Node",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children",
+ "name": "description",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal",
+ "name": "version",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Internal",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "resolve",
+ "name": "main",
"description": null,
"args": [],
"type": {
@@ -14572,7 +21122,7 @@
"deprecationReason": null
},
{
- "name": "name",
+ "name": "author",
"description": null,
"args": [],
"type": {
@@ -14584,7 +21134,7 @@
"deprecationReason": null
},
{
- "name": "version",
+ "name": "license",
"description": null,
"args": [],
"type": {
@@ -14596,27 +21146,31 @@
"deprecationReason": null
},
{
- "name": "pluginOptions",
+ "name": "dependencies",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptions",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePluginPackageJsonDependencies",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nodeAPIs",
+ "name": "devDependencies",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "OBJECT",
+ "name": "SitePluginPackageJsonDevDependencies",
"ofType": null
}
},
@@ -14624,15 +21178,15 @@
"deprecationReason": null
},
{
- "name": "browserAPIs",
+ "name": "peerDependencies",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "OBJECT",
+ "name": "SitePluginPackageJsonPeerDependencies",
"ofType": null
}
},
@@ -14640,7 +21194,7 @@
"deprecationReason": null
},
{
- "name": "ssrAPIs",
+ "name": "keywords",
"description": null,
"args": [],
"type": {
@@ -14654,9 +21208,20 @@
},
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePluginPackageJsonDependencies",
+ "description": null,
+ "fields": [
{
- "name": "pluginFilepath",
+ "name": "name",
"description": null,
"args": [],
"type": {
@@ -14668,12 +21233,12 @@
"deprecationReason": null
},
{
- "name": "packageJson",
+ "name": "version",
"description": null,
"args": [],
"type": {
- "kind": "OBJECT",
- "name": "SitePluginPackageJson",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
@@ -14681,39 +21246,29 @@
}
],
"inputFields": null,
- "interfaces": [
- {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- ],
+ "interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
- "name": "SitePluginPluginOptions",
+ "name": "SitePluginPackageJsonDevDependencies",
"description": null,
"fields": [
{
- "name": "plugins",
+ "name": "name",
"description": null,
"args": [],
"type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsPlugins",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "bucketName",
+ "name": "version",
"description": null,
"args": [],
"type": {
@@ -14723,9 +21278,20 @@
},
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePluginPackageJsonPeerDependencies",
+ "description": null,
+ "fields": [
{
- "name": "path",
+ "name": "name",
"description": null,
"args": [],
"type": {
@@ -14737,7 +21303,7 @@
"deprecationReason": null
},
{
- "name": "name",
+ "name": "version",
"description": null,
"args": [],
"type": {
@@ -14747,3793 +21313,3290 @@
},
"isDeprecated": false,
"deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePageFilterInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
+ {
+ "name": "path",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
},
{
- "name": "maxWidth",
+ "name": "component",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Int",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "withWebp",
+ "name": "internalComponentName",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Boolean",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "tracedSVG",
+ "name": "componentChunkName",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Boolean",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "wrapperStyle",
+ "name": "matchPath",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "showLineNumbers",
+ "name": "id",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "Boolean",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "target",
+ "name": "parent",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "children",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "NodeFilterListInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "internal",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "InternalFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "isCreatedByStatefulCreatePages",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "BooleanQueryOperatorInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "context",
+ "description": null,
+ "type": {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePageContextFilterInput",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "pluginCreator",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "SitePluginFilterInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "rel",
+ "name": "pluginCreatorId",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "templatePath",
+ "name": "componentPath",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INPUT_OBJECT",
+ "name": "StringQueryOperatorInput",
"ofType": null
},
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "defaultValue": null
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "SitePageSortInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "query",
+ "name": "fields",
"description": null,
- "args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SitePageFieldsEnum",
+ "ofType": null
+ }
},
- "isDeprecated": false,
- "deprecationReason": null
+ "defaultValue": null
},
{
- "name": "feeds",
+ "name": "order",
"description": null,
- "args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsFeeds",
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
"ofType": null
}
},
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "SitePageFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "path",
+ "description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "short_name",
+ "name": "component",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "start_url",
+ "name": "internalComponentName",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "background_color",
+ "name": "componentChunkName",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "theme_color",
+ "name": "matchPath",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "display",
+ "name": "id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "icon",
+ "name": "parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "cache_busting_mode",
+ "name": "parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "include_favicon",
+ "name": "parent___parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "legacy",
+ "name": "parent___parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "theme_color_in_head",
+ "name": "parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "cacheDigest",
+ "name": "parent___parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pathToConfigModule",
+ "name": "parent___parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "stages",
+ "name": "parent___parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "options",
+ "name": "parent___parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsOptions",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "configDir",
+ "name": "parent___parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "projectRoot",
+ "name": "parent___parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pathCheck",
+ "name": "parent___parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsPlugins",
- "description": null,
- "fields": [
+ },
+ {
+ "name": "parent___parent___internal___mediaType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent___parent___internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent___parent___internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "parent___children",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "resolve",
+ "name": "parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "parent___children___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "name",
+ "name": "parent___children___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "version",
+ "name": "parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginOptions",
+ "name": "parent___children___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsPluginsPluginOptions",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "browserAPIs",
+ "name": "parent___children___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginFilepath",
+ "name": "parent___children___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsPluginsPluginOptions",
- "description": null,
- "fields": [
+ },
{
- "name": "maxWidth",
+ "name": "parent___children___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "withWebp",
+ "name": "parent___children___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "tracedSVG",
+ "name": "parent___children___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "wrapperStyle",
+ "name": "parent___children___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "showLineNumbers",
+ "name": "parent___children___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "target",
+ "name": "parent___children___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "rel",
+ "name": "parent___children___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsFeeds",
- "description": null,
- "fields": [
+ },
{
- "name": "query",
+ "name": "parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "output",
+ "name": "parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "title",
+ "name": "parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPluginOptionsOptions",
- "description": null,
- "fields": [
+ },
{
- "name": "emitWarning",
+ "name": "parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "failOnError",
+ "name": "parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPackageJson",
- "description": null,
- "fields": [
+ },
{
- "name": "name",
+ "name": "parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "description",
+ "name": "parent___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "version",
+ "name": "parent___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "main",
+ "name": "children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "author",
+ "name": "children___id",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "children___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "license",
+ "name": "children___parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "dependencies",
+ "name": "children___parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePluginPackageJsonDependencies",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "devDependencies",
+ "name": "children___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePluginPackageJsonDevDependencies",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "peerDependencies",
+ "name": "children___parent___children___id",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePluginPackageJsonPeerDependencies",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "keywords",
+ "name": "children___parent___children___children",
"description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPackageJsonDependencies",
- "description": null,
- "fields": [
+ },
{
- "name": "name",
+ "name": "children___parent___internal___content",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "version",
+ "name": "children___parent___internal___contentDigest",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPackageJsonDevDependencies",
- "description": null,
- "fields": [
+ },
{
- "name": "name",
+ "name": "children___parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "version",
+ "name": "children___parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePluginPackageJsonPeerDependencies",
- "description": null,
- "fields": [
+ },
{
- "name": "name",
+ "name": "children___parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "version",
+ "name": "children___parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePageFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
- {
- "name": "path",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
},
{
- "name": "component",
+ "name": "children___parent___internal___owner",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internalComponentName",
+ "name": "children___parent___internal___type",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "componentChunkName",
+ "name": "children___children",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "matchPath",
+ "name": "children___children___id",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "id",
+ "name": "children___children___parent___id",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "parent",
+ "name": "children___children___parent___children",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "children",
+ "name": "children___children___children",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal",
+ "name": "children___children___children___id",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "isCreatedByStatefulCreatePages",
+ "name": "children___children___children___children",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "context",
+ "name": "children___children___internal___content",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePageContextFilterInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "pluginCreator",
+ "name": "children___children___internal___contentDigest",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "SitePluginFilterInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "pluginCreatorId",
+ "name": "children___children___internal___description",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "componentPath",
+ "name": "children___children___internal___fieldOwners",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SitePageSortInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "fields",
+ "name": "children___children___internal___ignoreType",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SitePageFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "order",
+ "name": "children___children___internal___mediaType",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SortOrderEnum",
- "ofType": null
- }
- },
- "defaultValue": "[ASC]"
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "SitePageFieldsEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "path",
+ "name": "children___children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "component",
+ "name": "children___children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internalComponentName",
+ "name": "children___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "componentChunkName",
+ "name": "children___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "matchPath",
+ "name": "children___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "children___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___id",
+ "name": "children___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___id",
+ "name": "children___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___parent___id",
+ "name": "children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___parent___children",
+ "name": "children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___children",
+ "name": "internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___children___id",
+ "name": "internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___children___children",
+ "name": "internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___content",
+ "name": "internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___contentDigest",
+ "name": "internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___description",
+ "name": "internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___fieldOwners",
+ "name": "internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___ignoreType",
+ "name": "internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___mediaType",
+ "name": "isCreatedByStatefulCreatePages",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___owner",
+ "name": "context___tag",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___internal___type",
+ "name": "context___slug",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children",
+ "name": "context___previous___slug",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___id",
+ "name": "context___previous___title",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___parent___id",
+ "name": "context___next___slug",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___parent___children",
+ "name": "context___next___title",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___children",
+ "name": "context___year",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___children___id",
+ "name": "pluginCreator___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___children___children",
+ "name": "pluginCreator___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___content",
+ "name": "pluginCreator___parent___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___contentDigest",
+ "name": "pluginCreator___parent___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___description",
+ "name": "pluginCreator___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___fieldOwners",
+ "name": "pluginCreator___parent___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___ignoreType",
+ "name": "pluginCreator___parent___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___mediaType",
+ "name": "pluginCreator___parent___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___owner",
+ "name": "pluginCreator___parent___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___children___internal___type",
+ "name": "pluginCreator___parent___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___content",
+ "name": "pluginCreator___parent___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___contentDigest",
+ "name": "pluginCreator___parent___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___description",
+ "name": "pluginCreator___parent___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___fieldOwners",
+ "name": "pluginCreator___parent___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___ignoreType",
+ "name": "pluginCreator___parent___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___mediaType",
+ "name": "pluginCreator___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___owner",
+ "name": "pluginCreator___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___internal___type",
+ "name": "pluginCreator___children___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children",
+ "name": "pluginCreator___children___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___id",
+ "name": "pluginCreator___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___id",
+ "name": "pluginCreator___children___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___parent___id",
+ "name": "pluginCreator___children___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___parent___children",
+ "name": "pluginCreator___children___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___children",
+ "name": "pluginCreator___children___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___children___id",
+ "name": "pluginCreator___children___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___children___children",
+ "name": "pluginCreator___children___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___content",
+ "name": "pluginCreator___children___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___contentDigest",
+ "name": "pluginCreator___children___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___description",
+ "name": "pluginCreator___children___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___fieldOwners",
+ "name": "pluginCreator___children___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___ignoreType",
+ "name": "pluginCreator___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___mediaType",
+ "name": "pluginCreator___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___owner",
+ "name": "pluginCreator___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___parent___internal___type",
+ "name": "pluginCreator___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children",
+ "name": "pluginCreator___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___id",
+ "name": "pluginCreator___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___parent___id",
+ "name": "pluginCreator___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___parent___children",
+ "name": "pluginCreator___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___children",
+ "name": "pluginCreator___resolve",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___children___id",
+ "name": "pluginCreator___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___children___children",
+ "name": "pluginCreator___version",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___content",
+ "name": "pluginCreator___pluginOptions___plugins",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___contentDigest",
+ "name": "pluginCreator___pluginOptions___plugins___resolve",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___description",
+ "name": "pluginCreator___pluginOptions___plugins___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___fieldOwners",
+ "name": "pluginCreator___pluginOptions___plugins___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___ignoreType",
+ "name": "pluginCreator___pluginOptions___plugins___version",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___mediaType",
+ "name": "pluginCreator___pluginOptions___plugins___nodeAPIs",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___owner",
+ "name": "pluginCreator___pluginOptions___plugins___browserAPIs",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___children___internal___type",
+ "name": "pluginCreator___pluginOptions___plugins___pluginFilepath",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___content",
+ "name": "pluginCreator___pluginOptions___bucketName",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___contentDigest",
+ "name": "pluginCreator___pluginOptions___path",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___description",
+ "name": "pluginCreator___pluginOptions___name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginCreator___pluginOptions___remote",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___fieldOwners",
+ "name": "pluginCreator___pluginOptions___branch",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___ignoreType",
+ "name": "pluginCreator___pluginOptions___patterns",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___mediaType",
+ "name": "pluginCreator___pluginOptions___maxWidth",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___owner",
+ "name": "pluginCreator___pluginOptions___withWebp",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children___internal___type",
+ "name": "pluginCreator___pluginOptions___tracedSVG",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___content",
+ "name": "pluginCreator___pluginOptions___linkImagesToOriginal",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___contentDigest",
+ "name": "pluginCreator___pluginOptions___showCaptions",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___description",
+ "name": "pluginCreator___pluginOptions___markdownCaptions",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___fieldOwners",
+ "name": "pluginCreator___pluginOptions___sizeByPixelDensity",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___ignoreType",
+ "name": "pluginCreator___pluginOptions___backgroundColor",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___mediaType",
+ "name": "pluginCreator___pluginOptions___quality",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___owner",
+ "name": "pluginCreator___pluginOptions___loading",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal___type",
+ "name": "pluginCreator___pluginOptions___disableBgImageOnAlpha",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "isCreatedByStatefulCreatePages",
+ "name": "pluginCreator___pluginOptions___disableBgImage",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___tag",
+ "name": "pluginCreator___pluginOptions___wrapperStyle",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___year",
+ "name": "pluginCreator___pluginOptions___showLineNumbers",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___slug",
+ "name": "pluginCreator___pluginOptions___target",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___previous___slug",
+ "name": "pluginCreator___pluginOptions___rel",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___previous___title",
+ "name": "pluginCreator___pluginOptions___base64Width",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___next___slug",
+ "name": "pluginCreator___pluginOptions___stripMetadata",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "context___next___title",
+ "name": "pluginCreator___pluginOptions___defaultQuality",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___id",
+ "name": "pluginCreator___pluginOptions___failOnError",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___id",
+ "name": "pluginCreator___pluginOptions___indentedSyntax",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___parent___id",
+ "name": "pluginCreator___pluginOptions___indentType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___parent___children",
+ "name": "pluginCreator___pluginOptions___indentWidth",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___children",
+ "name": "pluginCreator___pluginOptions___linefeed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___children___id",
+ "name": "pluginCreator___pluginOptions___omitSourceMapUrl",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___children___children",
+ "name": "pluginCreator___pluginOptions___precision",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___content",
+ "name": "pluginCreator___pluginOptions___sourceComments",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___contentDigest",
+ "name": "pluginCreator___pluginOptions___sourceMapContents",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___description",
+ "name": "pluginCreator___pluginOptions___sourceMapEmbed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___fieldOwners",
+ "name": "pluginCreator___pluginOptions___templatePath",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___ignoreType",
+ "name": "pluginCreator___pluginOptions___query",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___mediaType",
+ "name": "pluginCreator___pluginOptions___feeds",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___owner",
+ "name": "pluginCreator___pluginOptions___feeds___query",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___parent___internal___type",
+ "name": "pluginCreator___pluginOptions___feeds___output",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children",
+ "name": "pluginCreator___pluginOptions___feeds___title",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___id",
+ "name": "pluginCreator___pluginOptions___short_name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___parent___id",
+ "name": "pluginCreator___pluginOptions___start_url",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___parent___children",
+ "name": "pluginCreator___pluginOptions___background_color",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___children",
+ "name": "pluginCreator___pluginOptions___theme_color",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___children___id",
+ "name": "pluginCreator___pluginOptions___display",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___children___children",
+ "name": "pluginCreator___pluginOptions___icon",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___content",
+ "name": "pluginCreator___pluginOptions___legacy",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___contentDigest",
+ "name": "pluginCreator___pluginOptions___theme_color_in_head",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___description",
+ "name": "pluginCreator___pluginOptions___cache_busting_mode",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___fieldOwners",
+ "name": "pluginCreator___pluginOptions___crossOrigin",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___ignoreType",
+ "name": "pluginCreator___pluginOptions___include_favicon",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___mediaType",
+ "name": "pluginCreator___pluginOptions___cacheDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___owner",
+ "name": "pluginCreator___pluginOptions___pathToConfigModule",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___children___internal___type",
+ "name": "pluginCreator___pluginOptions___output",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___content",
+ "name": "pluginCreator___pluginOptions___createLinkInHead",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___contentDigest",
+ "name": "pluginCreator___pluginOptions___stages",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___description",
+ "name": "pluginCreator___pluginOptions___options___emitWarning",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___fieldOwners",
+ "name": "pluginCreator___pluginOptions___options___failOnError",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___ignoreType",
+ "name": "pluginCreator___pluginOptions___configDir",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___mediaType",
+ "name": "pluginCreator___pluginOptions___projectRoot",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___owner",
+ "name": "pluginCreator___pluginOptions___pathCheck",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___internal___type",
+ "name": "pluginCreator___pluginOptions___allExtensions",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___resolve",
+ "name": "pluginCreator___pluginOptions___isTSX",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___name",
+ "name": "pluginCreator___pluginOptions___jsxPragma",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___version",
+ "name": "pluginCreator___nodeAPIs",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins",
+ "name": "pluginCreator___browserAPIs",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins___resolve",
+ "name": "pluginCreator___ssrAPIs",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins___id",
+ "name": "pluginCreator___pluginFilepath",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins___name",
+ "name": "pluginCreator___packageJson___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins___version",
+ "name": "pluginCreator___packageJson___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins___browserAPIs",
+ "name": "pluginCreator___packageJson___version",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___plugins___pluginFilepath",
+ "name": "pluginCreator___packageJson___main",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___bucketName",
+ "name": "pluginCreator___packageJson___author",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___path",
+ "name": "pluginCreator___packageJson___license",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___name",
+ "name": "pluginCreator___packageJson___dependencies",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___maxWidth",
+ "name": "pluginCreator___packageJson___dependencies___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___withWebp",
+ "name": "pluginCreator___packageJson___dependencies___version",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___tracedSVG",
+ "name": "pluginCreator___packageJson___devDependencies",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___wrapperStyle",
+ "name": "pluginCreator___packageJson___devDependencies___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___showLineNumbers",
+ "name": "pluginCreator___packageJson___devDependencies___version",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___target",
+ "name": "pluginCreator___packageJson___peerDependencies",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___rel",
+ "name": "pluginCreator___packageJson___peerDependencies___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___templatePath",
+ "name": "pluginCreator___packageJson___peerDependencies___version",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___query",
+ "name": "pluginCreator___packageJson___keywords",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___feeds",
+ "name": "pluginCreatorId",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___feeds___query",
+ "name": "componentPath",
"description": null,
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePageConnection",
+ "description": null,
+ "fields": [
{
- "name": "pluginCreator___pluginOptions___feeds___output",
+ "name": "totalCount",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___feeds___title",
+ "name": "edges",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePageEdge",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___short_name",
+ "name": "nodes",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePage",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___start_url",
+ "name": "pageInfo",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___background_color",
+ "name": "distinct",
"description": null,
+ "args": [
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SitePageFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___theme_color",
+ "name": "group",
"description": null,
+ "args": [
+ {
+ "name": "skip",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "limit",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SitePageFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePageGroupConnection",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePageEdge",
+ "description": null,
+ "fields": [
{
- "name": "pluginCreator___pluginOptions___display",
+ "name": "next",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "SitePage",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___icon",
+ "name": "node",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePage",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___cache_busting_mode",
+ "name": "previous",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "SitePage",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "SitePageGroupConnection",
+ "description": null,
+ "fields": [
{
- "name": "pluginCreator___pluginOptions___include_favicon",
+ "name": "totalCount",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___legacy",
+ "name": "edges",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePageEdge",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___theme_color_in_head",
+ "name": "nodes",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "SitePage",
+ "ofType": null
+ }
+ }
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___cacheDigest",
+ "name": "pageInfo",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___pathToConfigModule",
+ "name": "field",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___stages",
+ "name": "fieldValue",
"description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
"isDeprecated": false,
"deprecationReason": null
- },
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "MarkdownRemarkSortInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "pluginCreator___pluginOptions___options___emitWarning",
+ "name": "fields",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "MarkdownRemarkFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
},
{
- "name": "pluginCreator___pluginOptions___options___failOnError",
+ "name": "order",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "MarkdownRemarkFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
- "name": "pluginCreator___pluginOptions___configDir",
+ "name": "id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___projectRoot",
+ "name": "frontmatter___title",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginOptions___pathCheck",
+ "name": "frontmatter___author",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___nodeAPIs",
+ "name": "frontmatter___date",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___browserAPIs",
+ "name": "frontmatter___tags",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___ssrAPIs",
+ "name": "frontmatter___color",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___pluginFilepath",
+ "name": "frontmatter___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___name",
+ "name": "frontmatter___image___sourceInstanceName",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___description",
+ "name": "frontmatter___image___absolutePath",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___version",
+ "name": "frontmatter___image___relativePath",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___main",
+ "name": "frontmatter___image___extension",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___author",
+ "name": "frontmatter___image___size",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___license",
+ "name": "frontmatter___image___prettySize",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___dependencies",
+ "name": "frontmatter___image___modifiedTime",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___dependencies___name",
+ "name": "frontmatter___image___accessTime",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___dependencies___version",
+ "name": "frontmatter___image___changeTime",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___devDependencies",
+ "name": "frontmatter___image___birthTime",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___devDependencies___name",
+ "name": "frontmatter___image___root",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___devDependencies___version",
+ "name": "frontmatter___image___dir",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___peerDependencies",
+ "name": "frontmatter___image___base",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___peerDependencies___name",
+ "name": "frontmatter___image___ext",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___peerDependencies___version",
+ "name": "frontmatter___image___name",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreator___packageJson___keywords",
+ "name": "frontmatter___image___relativeDirectory",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginCreatorId",
+ "name": "frontmatter___image___dev",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "componentPath",
+ "name": "frontmatter___image___mode",
"description": null,
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePageConnection",
- "description": null,
- "fields": [
+ },
{
- "name": "totalCount",
+ "name": "frontmatter___image___nlink",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "edges",
+ "name": "frontmatter___image___uid",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePageEdge",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nodes",
+ "name": "frontmatter___image___gid",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pageInfo",
+ "name": "frontmatter___image___rdev",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "distinct",
+ "name": "frontmatter___image___ino",
"description": null,
- "args": [
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SitePageFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "group",
+ "name": "frontmatter___image___atimeMs",
"description": null,
- "args": [
- {
- "name": "skip",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SitePageFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePageGroupConnection",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePageEdge",
- "description": null,
- "fields": [
+ },
{
- "name": "next",
+ "name": "frontmatter___image___mtimeMs",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "node",
+ "name": "frontmatter___image___ctimeMs",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "previous",
+ "name": "frontmatter___image___atime",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SitePageGroupConnection",
- "description": null,
- "fields": [
+ },
{
- "name": "totalCount",
+ "name": "frontmatter___image___mtime",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
- {
- "name": "edges",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePageEdge",
- "ofType": null
- }
- }
- }
- },
+ {
+ "name": "frontmatter___image___ctime",
+ "description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "nodes",
+ "name": "frontmatter___image___birthtime",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "SitePage",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pageInfo",
+ "name": "frontmatter___image___birthtimeMs",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "field",
+ "name": "frontmatter___image___blksize",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "fieldValue",
+ "name": "frontmatter___image___blocks",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SiteSiteMetadataFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "title",
+ "name": "frontmatter___image___gitRemote___id",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "author",
+ "name": "frontmatter___image___gitRemote___children",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "description",
+ "name": "frontmatter___image___gitRemote___protocols",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "siteUrl",
+ "name": "frontmatter___image___gitRemote___protocol",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "social",
+ "name": "frontmatter___image___gitRemote___resource",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "SiteSiteMetadataSocialFilterInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SiteSiteMetadataSocialFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "github",
+ "name": "frontmatter___image___gitRemote___user",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "twitter",
+ "name": "frontmatter___image___gitRemote___pathname",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "Site",
- "description": null,
- "fields": [
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
- "name": "buildTime",
+ "name": "frontmatter___image___gitRemote___hash",
"description": null,
- "args": [
- {
- "name": "formatString",
- "description": "Format the date using Moment.js' date tokens, e.g. `date(formatString: \"YYYY\nMMMM DD\")`. See https://momentjs.com/docs/#/displaying/format/ for\ndocumentation for different tokens.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "fromNow",
- "description": "Returns a string generated with Moment.js' `fromNow` function",
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "difference",
- "description": "Returns the difference between this date and the current time. Defaults to\n\"milliseconds\" but you can also pass in as the measurement \"years\",\n\"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\".",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "locale",
- "description": "Configures the locale Moment.js will use to format the date.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "SCALAR",
- "name": "Date",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata",
+ "name": "frontmatter___image___gitRemote___search",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "SiteSiteMetadata",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "port",
+ "name": "frontmatter___image___gitRemote___href",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "host",
+ "name": "frontmatter___image___gitRemote___token",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "polyfill",
+ "name": "frontmatter___image___gitRemote___source",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pathPrefix",
+ "name": "frontmatter___image___gitRemote___name",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "frontmatter___image___gitRemote___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "frontmatter___image___gitRemote___ref",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "frontmatter___image___gitRemote___filepathtype",
"description": null,
- "args": [],
- "type": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "children",
+ "name": "frontmatter___image___gitRemote___filepath",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- }
- }
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "internal",
+ "name": "frontmatter___image___gitRemote___organization",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Internal",
- "ofType": null
- }
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [
- {
- "kind": "INTERFACE",
- "name": "Node",
- "ofType": null
- }
- ],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SiteSiteMetadata",
- "description": null,
- "fields": [
+ },
{
- "name": "title",
+ "name": "frontmatter___image___gitRemote___full_name",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "author",
+ "name": "frontmatter___image___gitRemote___webLink",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "description",
+ "name": "frontmatter___image___gitRemote___sourceInstanceName",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteUrl",
+ "name": "frontmatter___image___publicURL",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "social",
+ "name": "frontmatter___image___childrenMarkdownRemark",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "SiteSiteMetadataSocial",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "SiteSiteMetadataSocial",
- "description": null,
- "fields": [
+ },
{
- "name": "github",
+ "name": "frontmatter___image___childrenMarkdownRemark___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "twitter",
+ "name": "frontmatter___image___childrenMarkdownRemark___excerpt",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___rawMarkdownBody",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___fileAbsolutePath",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___html",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___htmlAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___excerptAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___headings",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___timeToRead",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___tableOfContents",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenMarkdownRemark___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childMarkdownRemark___id",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
"isDeprecated": false,
"deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SiteFilterInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ },
{
- "name": "buildTime",
+ "name": "frontmatter___image___childMarkdownRemark___excerpt",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "DateQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "siteMetadata",
+ "name": "frontmatter___image___childMarkdownRemark___rawMarkdownBody",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "SiteSiteMetadataFilterInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "port",
+ "name": "frontmatter___image___childMarkdownRemark___fileAbsolutePath",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "IntQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "host",
+ "name": "frontmatter___image___childMarkdownRemark___html",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "polyfill",
+ "name": "frontmatter___image___childMarkdownRemark___htmlAst",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "BooleanQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "pathPrefix",
+ "name": "frontmatter___image___childMarkdownRemark___excerptAst",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childMarkdownRemark___headings",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childMarkdownRemark___timeToRead",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childMarkdownRemark___tableOfContents",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childMarkdownRemark___children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "frontmatter___image___childrenImageSharp",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "id",
+ "name": "frontmatter___image___childrenImageSharp___gatsbyImageData",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "StringQueryOperatorInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent",
+ "name": "frontmatter___image___childrenImageSharp___id",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children",
+ "name": "frontmatter___image___childrenImageSharp___children",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "NodeFilterListInput",
- "ofType": null
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal",
+ "name": "frontmatter___image___childImageSharp___gatsbyImageData",
"description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "InternalFilterInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "SiteSortInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "fields",
+ "name": "frontmatter___image___childImageSharp___id",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SiteFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "order",
+ "name": "frontmatter___image___childImageSharp___children",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SortOrderEnum",
- "ofType": null
- }
- },
- "defaultValue": "[ASC]"
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "SiteFieldsEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "buildTime",
+ "name": "frontmatter___image___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata___title",
+ "name": "frontmatter___image___parent___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata___author",
+ "name": "frontmatter___image___parent___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata___description",
+ "name": "frontmatter___image___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata___siteUrl",
+ "name": "frontmatter___image___children___id",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata___social___github",
+ "name": "frontmatter___image___children___children",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteMetadata___social___twitter",
+ "name": "frontmatter___image___internal___content",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "port",
+ "name": "frontmatter___image___internal___contentDigest",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "host",
+ "name": "frontmatter___image___internal___description",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "polyfill",
+ "name": "frontmatter___image___internal___fieldOwners",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pathPrefix",
+ "name": "frontmatter___image___internal___ignoreType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "frontmatter___image___internal___mediaType",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___id",
+ "name": "frontmatter___image___internal___owner",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "parent___parent___id",
+ "name": "frontmatter___image___internal___type",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "excerpt",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "rawMarkdownBody",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "fileAbsolutePath",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "fields___tags",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "fields___slug",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "fields___year",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "html",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "htmlAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "excerptAst",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "headings",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "headings___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "headings___value",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "headings___depth",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "timeToRead",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "tableOfContents",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "wordCount___paragraphs",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "wordCount___sentences",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "wordCount___words",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "parent___parent___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
"name": "parent___parent___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___parent___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___children___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "parent___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___parent___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___parent___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___parent___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___children___id",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___children___children",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___children___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "children___internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___content",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___contentDigest",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___description",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___fieldOwners",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___ignoreType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___mediaType",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___owner",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
"name": "internal___type",
"description": null,
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
- "name": "SiteConnection",
+ "name": "MarkdownRemarkConnection",
"description": null,
"fields": [
{
@@ -18567,7 +24630,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "SiteEdge",
+ "name": "MarkdownRemarkEdge",
"ofType": null
}
}
@@ -18591,7 +24654,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "Site",
+ "name": "MarkdownRemark",
"ofType": null
}
}
@@ -18628,7 +24691,7 @@
"name": null,
"ofType": {
"kind": "ENUM",
- "name": "SiteFieldsEnum",
+ "name": "MarkdownRemarkFieldsEnum",
"ofType": null
}
},
@@ -18687,7 +24750,7 @@
"name": null,
"ofType": {
"kind": "ENUM",
- "name": "SiteFieldsEnum",
+ "name": "MarkdownRemarkFieldsEnum",
"ofType": null
}
},
@@ -18705,7 +24768,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "SiteGroupConnection",
+ "name": "MarkdownRemarkGroupConnection",
"ofType": null
}
}
@@ -18722,7 +24785,7 @@
},
{
"kind": "OBJECT",
- "name": "SiteEdge",
+ "name": "MarkdownRemarkEdge",
"description": null,
"fields": [
{
@@ -18731,7 +24794,7 @@
"args": [],
"type": {
"kind": "OBJECT",
- "name": "Site",
+ "name": "MarkdownRemark",
"ofType": null
},
"isDeprecated": false,
@@ -18746,7 +24809,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "Site",
+ "name": "MarkdownRemark",
"ofType": null
}
},
@@ -18759,7 +24822,7 @@
"args": [],
"type": {
"kind": "OBJECT",
- "name": "Site",
+ "name": "MarkdownRemark",
"ofType": null
},
"isDeprecated": false,
@@ -18773,7 +24836,7 @@
},
{
"kind": "OBJECT",
- "name": "SiteGroupConnection",
+ "name": "MarkdownRemarkGroupConnection",
"description": null,
"fields": [
{
@@ -18807,7 +24870,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "SiteEdge",
+ "name": "MarkdownRemarkEdge",
"ofType": null
}
}
@@ -18831,7 +24894,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "Site",
+ "name": "MarkdownRemark",
"ofType": null
}
}
@@ -18892,7 +24955,7 @@
},
{
"kind": "INPUT_OBJECT",
- "name": "MarkdownRemarkSortInput",
+ "name": "ImageSharpSortInput",
"description": null,
"fields": null,
"inputFields": [
@@ -18904,7 +24967,7 @@
"name": null,
"ofType": {
"kind": "ENUM",
- "name": "MarkdownRemarkFieldsEnum",
+ "name": "ImageSharpFieldsEnum",
"ofType": null
}
},
@@ -18917,1935 +24980,1911 @@
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "ENUM",
- "name": "SortOrderEnum",
- "ofType": null
- }
- },
- "defaultValue": "[ASC]"
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "MarkdownRemarkFieldsEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
- {
- "name": "id",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "frontmatter___title",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "frontmatter___author",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "frontmatter___date",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "frontmatter___tags",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "frontmatter___color",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "frontmatter___description",
- "description": null,
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "excerpt",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "rawMarkdownBody",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "fileAbsolutePath",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "fields___tags",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "fields___slug",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "fields___year",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "html",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "htmlAst",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "excerptAst",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "headings",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "headings___id",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "headings___value",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "headings___depth",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "timeToRead",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "tableOfContents",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "wordCount___paragraphs",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "wordCount___sentences",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "wordCount___words",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "parent___id",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
- {
- "name": "parent___parent___id",
- "description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "ImageSharpFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
- "name": "parent___parent___parent___id",
+ "name": "fixed___base64",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___parent___children",
+ "name": "fixed___tracedSVG",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___children",
+ "name": "fixed___aspectRatio",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___children___id",
+ "name": "fixed___width",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___children___children",
+ "name": "fixed___height",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___content",
+ "name": "fixed___src",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___contentDigest",
+ "name": "fixed___srcSet",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___description",
+ "name": "fixed___srcWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___fieldOwners",
+ "name": "fixed___srcSetWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___ignoreType",
+ "name": "fixed___originalName",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___mediaType",
+ "name": "resolutions___base64",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___owner",
+ "name": "resolutions___tracedSVG",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___parent___internal___type",
+ "name": "resolutions___aspectRatio",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children",
+ "name": "resolutions___width",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___id",
+ "name": "resolutions___height",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___parent___id",
+ "name": "resolutions___src",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___parent___children",
+ "name": "resolutions___srcSet",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___children",
+ "name": "resolutions___srcWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___children___id",
+ "name": "resolutions___srcSetWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___children___children",
+ "name": "resolutions___originalName",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___content",
+ "name": "fluid___base64",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___contentDigest",
+ "name": "fluid___tracedSVG",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___description",
+ "name": "fluid___aspectRatio",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___fieldOwners",
+ "name": "fluid___src",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___ignoreType",
+ "name": "fluid___srcSet",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___mediaType",
+ "name": "fluid___srcWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___owner",
+ "name": "fluid___srcSetWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___children___internal___type",
+ "name": "fluid___sizes",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___content",
+ "name": "fluid___originalImg",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___contentDigest",
+ "name": "fluid___originalName",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___description",
+ "name": "fluid___presentationWidth",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___fieldOwners",
+ "name": "fluid___presentationHeight",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___ignoreType",
+ "name": "sizes___base64",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___mediaType",
+ "name": "sizes___tracedSVG",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___owner",
+ "name": "sizes___aspectRatio",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "parent___internal___type",
+ "name": "sizes___src",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children",
+ "name": "sizes___srcSet",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___id",
+ "name": "sizes___srcWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___id",
+ "name": "sizes___srcSetWebp",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___parent___id",
+ "name": "sizes___sizes",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___parent___children",
+ "name": "sizes___originalImg",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___children",
+ "name": "sizes___originalName",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___children___id",
+ "name": "sizes___presentationWidth",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___children___children",
+ "name": "sizes___presentationHeight",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___content",
+ "name": "gatsbyImageData",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___contentDigest",
+ "name": "original___width",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___description",
+ "name": "original___height",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___fieldOwners",
+ "name": "original___src",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___ignoreType",
+ "name": "resize___src",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___mediaType",
+ "name": "resize___tracedSVG",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___owner",
+ "name": "resize___width",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___parent___internal___type",
+ "name": "resize___height",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children",
+ "name": "resize___aspectRatio",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___id",
+ "name": "resize___originalName",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___parent___id",
+ "name": "id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___parent___children",
+ "name": "parent___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___children",
+ "name": "parent___parent___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___children___id",
+ "name": "parent___parent___parent___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___children___children",
+ "name": "parent___parent___parent___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___content",
+ "name": "parent___parent___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___contentDigest",
+ "name": "parent___parent___children___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___description",
+ "name": "parent___parent___children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___fieldOwners",
+ "name": "parent___parent___internal___content",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___ignoreType",
+ "name": "parent___parent___internal___contentDigest",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___mediaType",
+ "name": "parent___parent___internal___description",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___owner",
+ "name": "parent___parent___internal___fieldOwners",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___children___internal___type",
+ "name": "parent___parent___internal___ignoreType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___content",
+ "name": "parent___parent___internal___mediaType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___contentDigest",
+ "name": "parent___parent___internal___owner",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___description",
+ "name": "parent___parent___internal___type",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___fieldOwners",
+ "name": "parent___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___ignoreType",
+ "name": "parent___children___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___mediaType",
+ "name": "parent___children___parent___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___owner",
+ "name": "parent___children___parent___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "children___internal___type",
+ "name": "parent___children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___content",
+ "name": "parent___children___children___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___contentDigest",
+ "name": "parent___children___children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___description",
+ "name": "parent___children___internal___content",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___fieldOwners",
+ "name": "parent___children___internal___contentDigest",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___ignoreType",
+ "name": "parent___children___internal___description",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___mediaType",
+ "name": "parent___children___internal___fieldOwners",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___owner",
+ "name": "parent___children___internal___ignoreType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "internal___type",
+ "name": "parent___children___internal___mediaType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- }
- ],
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemarkConnection",
- "description": null,
- "fields": [
- {
- "name": "totalCount",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "edges",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownRemarkEdge",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
},
{
- "name": "nodes",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "name": "parent___children___internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "pageInfo",
+ "name": "parent___children___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "distinct",
+ "name": "parent___internal___content",
"description": null,
- "args": [
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "MarkdownRemarkFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "group",
+ "name": "parent___internal___contentDigest",
"description": null,
- "args": [
- {
- "name": "skip",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "field",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "MarkdownRemarkFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownRemarkGroupConnection",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemarkEdge",
- "description": null,
- "fields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "next",
+ "name": "parent___internal___description",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "node",
+ "name": "parent___internal___fieldOwners",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "previous",
+ "name": "parent___internal___ignoreType",
"description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "OBJECT",
- "name": "MarkdownRemarkGroupConnection",
- "description": null,
- "fields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "totalCount",
+ "name": "parent___internal___mediaType",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "edges",
+ "name": "parent___internal___owner",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownRemarkEdge",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "nodes",
+ "name": "parent___internal___type",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "MarkdownRemark",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "children",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "children___id",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "pageInfo",
+ "name": "children___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "PageInfo",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "field",
+ "name": "children___parent___parent___id",
"description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fieldValue",
+ "name": "children___parent___parent___children",
"description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "INPUT_OBJECT",
- "name": "ImageSharpSortInput",
- "description": null,
- "fields": null,
- "inputFields": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "fields",
+ "name": "children___parent___children",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "ImageSharpFieldsEnum",
- "ofType": null
- }
- },
- "defaultValue": null
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "order",
+ "name": "children___parent___children___id",
"description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "SortOrderEnum",
- "ofType": null
- }
- },
- "defaultValue": "[ASC]"
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- },
- {
- "kind": "ENUM",
- "name": "ImageSharpFieldsEnum",
- "description": null,
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
{
- "name": "fixed___base64",
+ "name": "children___parent___children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___tracedSVG",
+ "name": "children___parent___internal___content",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___aspectRatio",
+ "name": "children___parent___internal___contentDigest",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___width",
+ "name": "children___parent___internal___description",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___height",
+ "name": "children___parent___internal___fieldOwners",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___src",
+ "name": "children___parent___internal___ignoreType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___srcSet",
+ "name": "children___parent___internal___mediaType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___srcWebp",
+ "name": "children___parent___internal___owner",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___srcSetWebp",
+ "name": "children___parent___internal___type",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fixed___originalName",
+ "name": "children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___base64",
+ "name": "children___children___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___tracedSVG",
+ "name": "children___children___parent___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___aspectRatio",
+ "name": "children___children___parent___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___width",
+ "name": "children___children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___height",
+ "name": "children___children___children___id",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___src",
+ "name": "children___children___children___children",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___srcSet",
+ "name": "children___children___internal___content",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___srcWebp",
+ "name": "children___children___internal___contentDigest",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___srcSetWebp",
+ "name": "children___children___internal___description",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "resolutions___originalName",
+ "name": "children___children___internal___fieldOwners",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___base64",
+ "name": "children___children___internal___ignoreType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___tracedSVG",
+ "name": "children___children___internal___mediaType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___aspectRatio",
+ "name": "children___children___internal___owner",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___src",
+ "name": "children___children___internal___type",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___srcSet",
+ "name": "children___internal___content",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___srcWebp",
+ "name": "children___internal___contentDigest",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___srcSetWebp",
+ "name": "children___internal___description",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___sizes",
+ "name": "children___internal___fieldOwners",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___originalImg",
+ "name": "children___internal___ignoreType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___originalName",
+ "name": "children___internal___mediaType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___presentationWidth",
+ "name": "children___internal___owner",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "fluid___presentationHeight",
+ "name": "children___internal___type",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___base64",
+ "name": "internal___content",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___tracedSVG",
+ "name": "internal___contentDigest",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___aspectRatio",
+ "name": "internal___description",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___src",
+ "name": "internal___fieldOwners",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___srcSet",
+ "name": "internal___ignoreType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___srcWebp",
+ "name": "internal___mediaType",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
},
{
- "name": "sizes___srcSetWebp",
+ "name": "internal___owner",
+ "description": null,
+ "isDeprecated": true,
+ "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ },
+ {
+ "name": "internal___type",
"description": null,
"isDeprecated": true,
"deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpConnection",
+ "description": null,
+ "fields": [
+ {
+ "name": "totalCount",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "edges",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharpEdge",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "nodes",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "sizes___sizes",
+ "name": "pageInfo",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "sizes___originalImg",
+ "name": "distinct",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "ImageSharpFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "sizes___originalName",
+ "name": "group",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "args": [
+ {
+ "name": "skip",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "limit",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "field",
+ "description": null,
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "ImageSharpFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharpGroupConnection",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpEdge",
+ "description": null,
+ "fields": [
{
- "name": "sizes___presentationWidth",
+ "name": "next",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "sizes___presentationHeight",
+ "name": "node",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "original___width",
+ "name": "previous",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "args": [],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ImageSharpGroupConnection",
+ "description": null,
+ "fields": [
{
- "name": "original___height",
+ "name": "totalCount",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "original___src",
+ "name": "edges",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharpEdge",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "resize___src",
+ "name": "nodes",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ImageSharp",
+ "ofType": null
+ }
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "resize___tracedSVG",
+ "name": "pageInfo",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "PageInfo",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "resize___width",
+ "name": "field",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "resize___height",
+ "name": "fieldValue",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "inputFields": null,
+ "interfaces": [],
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "INPUT_OBJECT",
+ "name": "GitRemoteSortInput",
+ "description": null,
+ "fields": null,
+ "inputFields": [
{
- "name": "resize___aspectRatio",
+ "name": "fields",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "GitRemoteFieldsEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": null
},
{
- "name": "resize___originalName",
+ "name": "order",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
- },
+ "type": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "ENUM",
+ "name": "SortOrderEnum",
+ "ofType": null
+ }
+ },
+ "defaultValue": "[ASC]"
+ }
+ ],
+ "interfaces": null,
+ "enumValues": null,
+ "possibleTypes": null
+ },
+ {
+ "kind": "ENUM",
+ "name": "GitRemoteFieldsEnum",
+ "description": null,
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
"name": "id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___parent___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___children___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "parent___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___parent___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___parent___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___parent___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___children___id",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___children___children",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___children___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___fieldOwners",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___ignoreType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___mediaType",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___owner",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "children___internal___type",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "internal___content",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "internal___contentDigest",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
"name": "internal___description",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___fieldOwners",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___ignoreType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___mediaType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "internal___type",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "protocols",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "protocol",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "resource",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "user",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pathname",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "hash",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "search",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "href",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "token",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "source",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "name",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "owner",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "ref",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "filepathtype",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal___fieldOwners",
+ "name": "filepath",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal___ignoreType",
+ "name": "organization",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal___mediaType",
+ "name": "full_name",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal___owner",
+ "name": "webLink",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
},
{
- "name": "internal___type",
+ "name": "sourceInstanceName",
"description": null,
- "isDeprecated": true,
- "deprecationReason": "Sorting on fields that need arguments to resolve is deprecated."
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
- "name": "ImageSharpConnection",
+ "name": "GitRemoteConnection",
"description": null,
"fields": [
{
@@ -20879,7 +26918,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ImageSharpEdge",
+ "name": "GitRemoteEdge",
"ofType": null
}
}
@@ -20903,7 +26942,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ImageSharp",
+ "name": "GitRemote",
"ofType": null
}
}
@@ -20940,7 +26979,7 @@
"name": null,
"ofType": {
"kind": "ENUM",
- "name": "ImageSharpFieldsEnum",
+ "name": "GitRemoteFieldsEnum",
"ofType": null
}
},
@@ -20999,7 +27038,7 @@
"name": null,
"ofType": {
"kind": "ENUM",
- "name": "ImageSharpFieldsEnum",
+ "name": "GitRemoteFieldsEnum",
"ofType": null
}
},
@@ -21017,7 +27056,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ImageSharpGroupConnection",
+ "name": "GitRemoteGroupConnection",
"ofType": null
}
}
@@ -21034,7 +27073,7 @@
},
{
"kind": "OBJECT",
- "name": "ImageSharpEdge",
+ "name": "GitRemoteEdge",
"description": null,
"fields": [
{
@@ -21043,7 +27082,7 @@
"args": [],
"type": {
"kind": "OBJECT",
- "name": "ImageSharp",
+ "name": "GitRemote",
"ofType": null
},
"isDeprecated": false,
@@ -21058,7 +27097,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ImageSharp",
+ "name": "GitRemote",
"ofType": null
}
},
@@ -21071,7 +27110,7 @@
"args": [],
"type": {
"kind": "OBJECT",
- "name": "ImageSharp",
+ "name": "GitRemote",
"ofType": null
},
"isDeprecated": false,
@@ -21085,7 +27124,7 @@
},
{
"kind": "OBJECT",
- "name": "ImageSharpGroupConnection",
+ "name": "GitRemoteGroupConnection",
"description": null,
"fields": [
{
@@ -21119,7 +27158,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ImageSharpEdge",
+ "name": "GitRemoteEdge",
"ofType": null
}
}
@@ -21143,7 +27182,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ImageSharp",
+ "name": "GitRemote",
"ofType": null
}
}
@@ -22961,6 +29000,60 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___plugins___pluginOptions___linkImagesToOriginal",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___showCaptions",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___markdownCaptions",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___sizeByPixelDensity",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___backgroundColor",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___quality",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___loading",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___disableBgImageOnAlpha",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___plugins___pluginOptions___disableBgImage",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "pluginOptions___plugins___pluginOptions___wrapperStyle",
"description": null,
@@ -22985,6 +29078,12 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___plugins___nodeAPIs",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "pluginOptions___plugins___browserAPIs",
"description": null,
@@ -23015,6 +29114,24 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___remote",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___branch",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___patterns",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "pluginOptions___maxWidth",
"description": null,
@@ -23033,6 +29150,60 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___linkImagesToOriginal",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___showCaptions",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___markdownCaptions",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___sizeByPixelDensity",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___backgroundColor",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___quality",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___loading",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___disableBgImageOnAlpha",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___disableBgImage",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "pluginOptions___wrapperStyle",
"description": null,
@@ -23057,6 +29228,84 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___base64Width",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___stripMetadata",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___defaultQuality",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___failOnError",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___indentedSyntax",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___indentType",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___indentWidth",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___linefeed",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___omitSourceMapUrl",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___precision",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___sourceComments",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___sourceMapContents",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___sourceMapEmbed",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "pluginOptions___templatePath",
"description": null,
@@ -23130,25 +29379,31 @@
"deprecationReason": null
},
{
- "name": "pluginOptions___cache_busting_mode",
+ "name": "pluginOptions___legacy",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginOptions___include_favicon",
+ "name": "pluginOptions___theme_color_in_head",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginOptions___legacy",
+ "name": "pluginOptions___cache_busting_mode",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "pluginOptions___theme_color_in_head",
+ "name": "pluginOptions___crossOrigin",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___include_favicon",
"description": null,
"isDeprecated": false,
"deprecationReason": null
@@ -23165,6 +29420,18 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___output",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___createLinkInHead",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "pluginOptions___stages",
"description": null,
@@ -23201,6 +29468,24 @@
"isDeprecated": false,
"deprecationReason": null
},
+ {
+ "name": "pluginOptions___allExtensions",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___isTSX",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "pluginOptions___jsxPragma",
+ "description": null,
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
{
"name": "nodeAPIs",
"description": null,
diff --git a/src/components/bio.tsx b/src/components/bio.tsx
index ea98d4a33..b1faf9d6b 100755
--- a/src/components/bio.tsx
+++ b/src/components/bio.tsx
@@ -44,9 +44,9 @@ const Bio: React.FunctionComponent = () => (
>
Written by {author} who lives and works in NYC
building useful things.
- {` `}
+
- You should check out what he's building on Github
+ You should check out what I'm building on Github
diff --git a/src/components/blogLayout.module.scss b/src/components/blogLayout.module.scss
index 66c9fa70a..4c060b9ee 100755
--- a/src/components/blogLayout.module.scss
+++ b/src/components/blogLayout.module.scss
@@ -63,7 +63,7 @@
.mainContent {
background: gray('white');
- flex: 1 1 auto;
+ flex: 0 1 auto;
margin-bottom: 50px;
min-width: 0;
padding: 20px 50px;
diff --git a/src/components/blogPost.module.scss b/src/components/blogPost.module.scss
index 8e44d40b8..eafafaafa 100755
--- a/src/components/blogPost.module.scss
+++ b/src/components/blogPost.module.scss
@@ -2,6 +2,10 @@
@import '../styles/colors';
@import '../styles/grays';
+.readingWrapper {
+ max-width: 700px;
+}
+
.BlogPost {
display: flex;
flex-direction: column;
@@ -22,6 +26,20 @@
display: block;
margin: auto;
}
+
+ aside {
+ padding: 1rem;
+ border: 5px solid accent-color('orange');
+ border-radius: 10px;
+
+ :first-child {
+ margin-top: 0;
+ }
+
+ :last-child {
+ margin-bottom: 0;
+ }
+ }
}
.tags {
diff --git a/src/components/blogPost.tsx b/src/components/blogPost.tsx
index 1effe8e34..7fecc9865 100755
--- a/src/components/blogPost.tsx
+++ b/src/components/blogPost.tsx
@@ -44,70 +44,73 @@ const BlogPost: React.FunctionComponent = (props) => {
-
-
-
- {post.frontmatter.title}
-
- {post.frontmatter.date}
-
-
- {post.html && (
+
+
- )}
+ className={`${blogPostStyles.titleContainer} ${blogPostStyles.PostTitle}`}
+ style={{ color }}
+ >
+
+ {post.frontmatter.title}
+
+ {post.frontmatter.date}
+
-
- {post.fields?.tags?.map(
- (tag) =>
- tag && (
-
- {tag}
-
- )
+ {post.html && (
+
)}
-
-
- -
- {previous && (
-
- ← {previous.title}
-
- )}
-
- -
- {next && (
-
- {next.title} →
-
+
+ {post.fields?.tags?.map(
+ (tag) =>
+ tag && (
+
+ {tag}
+
+ )
)}
-
-
-
+
+
+
+ -
+ {previous && (
+
+ ← {previous.title}
+
+ )}
+
+ -
+ {next && (
+
+ {next.title} →
+
+ )}
+
+
+
-
+
+
);
};
@@ -127,6 +130,13 @@ export const blogPostFragment = graphql`
date(formatString: "M.D.YY")
color
description
+ image {
+ childImageSharp {
+ fixed(height: 600, width: 1200) {
+ src
+ }
+ }
+ }
}
}
`;
diff --git a/src/components/seo.tsx b/src/components/seo.tsx
index f8c30fd02..d669cb21e 100755
--- a/src/components/seo.tsx
+++ b/src/components/seo.tsx
@@ -14,6 +14,7 @@ interface SEOProps {
lang?: string;
keywords?: string[];
title: string;
+ image?: string;
}
const SEO: FunctionComponent = ({
@@ -21,6 +22,7 @@ const SEO: FunctionComponent = ({
lang,
keywords = [],
title,
+ image,
}) => {
const { site } = useStaticQuery(
graphql`
@@ -78,14 +80,26 @@ const SEO: FunctionComponent = ({
name: `twitter:description`,
content: metaDescription,
},
- ].concat(
- keywords.length > 0
- ? {
- name: `keywords`,
- content: keywords.join(`, `),
- }
- : []
- )}
+ ]
+ .concat(
+ keywords.length > 0
+ ? {
+ name: `keywords`,
+ content: keywords.join(`, `),
+ }
+ : []
+ )
+ .concat(
+ image
+ ? [
+ {
+ property: `og:image`,
+ content: image,
+ },
+ { property: "twitter:image", content: image },
+ ]
+ : []
+ )}
/>
);
};
diff --git a/src/types/generated.tsx b/src/types/generated.tsx
index 0110e85c7..cc670e43a 100644
--- a/src/types/generated.tsx
+++ b/src/types/generated.tsx
@@ -1,9 +1,16 @@
+// @ts-nocheck
+
+import { gql } from "@apollo/client";
import * as Apollo from "@apollo/client";
export type Maybe = T | null;
export type Exact = {
[K in keyof T]: T[K];
};
-const gql = Apollo.gql;
+export type MakeOptional = Omit &
+ { [SubKey in K]?: Maybe };
+export type MakeMaybe = Omit &
+ { [SubKey in K]: Maybe };
+const defaultOptions = {};
/** All built-in and custom scalars, mapped to their actual values */
export type Scalars = {
ID: string;
@@ -17,6 +24,22 @@ export type Scalars = {
JSON: any;
};
+export type AVIFOptions = {
+ quality?: Maybe;
+ lossless?: Maybe;
+ speed?: Maybe;
+};
+
+export type BlurredOptions = {
+ /** Width of the generated low-res preview. Default is 20px */
+ width?: Maybe;
+ /**
+ * Force the output format for the low-res preview. Default is to use the same
+ * format as the input. You should rarely need to change this
+ */
+ toFormat?: Maybe;
+};
+
export type BooleanQueryOperatorInput = {
eq?: Maybe;
ne?: Maybe;
@@ -374,14 +397,21 @@ export type File = Node & {
birthtimeMs?: Maybe;
blksize?: Maybe;
blocks?: Maybe;
+ gitRemote?: Maybe;
/** Copy file to static directory and return public url to it */
publicURL?: Maybe;
+ /** Returns all children nodes filtered by type MarkdownRemark */
+ childrenMarkdownRemark?: Maybe>>;
+ /** Returns the first child node of type MarkdownRemark or null if there are no children of given type on this node */
+ childMarkdownRemark?: Maybe;
+ /** Returns all children nodes filtered by type ImageSharp */
+ childrenImageSharp?: Maybe>>;
+ /** Returns the first child node of type ImageSharp or null if there are no children of given type on this node */
childImageSharp?: Maybe;
id: Scalars["ID"];
parent?: Maybe;
children: Array;
internal: Internal;
- childMarkdownRemark?: Maybe;
};
export type FilemodifiedTimeArgs = {
@@ -494,7 +524,358 @@ export enum FileFieldsEnum {
birthtimeMs = "birthtimeMs",
blksize = "blksize",
blocks = "blocks",
+ gitRemote___id = "gitRemote___id",
+ gitRemote___parent___id = "gitRemote___parent___id",
+ gitRemote___parent___parent___id = "gitRemote___parent___parent___id",
+ gitRemote___parent___parent___children = "gitRemote___parent___parent___children",
+ gitRemote___parent___children = "gitRemote___parent___children",
+ gitRemote___parent___children___id = "gitRemote___parent___children___id",
+ gitRemote___parent___children___children = "gitRemote___parent___children___children",
+ gitRemote___parent___internal___content = "gitRemote___parent___internal___content",
+ gitRemote___parent___internal___contentDigest = "gitRemote___parent___internal___contentDigest",
+ gitRemote___parent___internal___description = "gitRemote___parent___internal___description",
+ gitRemote___parent___internal___fieldOwners = "gitRemote___parent___internal___fieldOwners",
+ gitRemote___parent___internal___ignoreType = "gitRemote___parent___internal___ignoreType",
+ gitRemote___parent___internal___mediaType = "gitRemote___parent___internal___mediaType",
+ gitRemote___parent___internal___owner = "gitRemote___parent___internal___owner",
+ gitRemote___parent___internal___type = "gitRemote___parent___internal___type",
+ gitRemote___children = "gitRemote___children",
+ gitRemote___children___id = "gitRemote___children___id",
+ gitRemote___children___parent___id = "gitRemote___children___parent___id",
+ gitRemote___children___parent___children = "gitRemote___children___parent___children",
+ gitRemote___children___children = "gitRemote___children___children",
+ gitRemote___children___children___id = "gitRemote___children___children___id",
+ gitRemote___children___children___children = "gitRemote___children___children___children",
+ gitRemote___children___internal___content = "gitRemote___children___internal___content",
+ gitRemote___children___internal___contentDigest = "gitRemote___children___internal___contentDigest",
+ gitRemote___children___internal___description = "gitRemote___children___internal___description",
+ gitRemote___children___internal___fieldOwners = "gitRemote___children___internal___fieldOwners",
+ gitRemote___children___internal___ignoreType = "gitRemote___children___internal___ignoreType",
+ gitRemote___children___internal___mediaType = "gitRemote___children___internal___mediaType",
+ gitRemote___children___internal___owner = "gitRemote___children___internal___owner",
+ gitRemote___children___internal___type = "gitRemote___children___internal___type",
+ gitRemote___internal___content = "gitRemote___internal___content",
+ gitRemote___internal___contentDigest = "gitRemote___internal___contentDigest",
+ gitRemote___internal___description = "gitRemote___internal___description",
+ gitRemote___internal___fieldOwners = "gitRemote___internal___fieldOwners",
+ gitRemote___internal___ignoreType = "gitRemote___internal___ignoreType",
+ gitRemote___internal___mediaType = "gitRemote___internal___mediaType",
+ gitRemote___internal___owner = "gitRemote___internal___owner",
+ gitRemote___internal___type = "gitRemote___internal___type",
+ gitRemote___protocols = "gitRemote___protocols",
+ gitRemote___protocol = "gitRemote___protocol",
+ gitRemote___resource = "gitRemote___resource",
+ gitRemote___user = "gitRemote___user",
+ gitRemote___pathname = "gitRemote___pathname",
+ gitRemote___hash = "gitRemote___hash",
+ gitRemote___search = "gitRemote___search",
+ gitRemote___href = "gitRemote___href",
+ gitRemote___token = "gitRemote___token",
+ gitRemote___source = "gitRemote___source",
+ gitRemote___name = "gitRemote___name",
+ gitRemote___owner = "gitRemote___owner",
+ gitRemote___ref = "gitRemote___ref",
+ gitRemote___filepathtype = "gitRemote___filepathtype",
+ gitRemote___filepath = "gitRemote___filepath",
+ gitRemote___organization = "gitRemote___organization",
+ gitRemote___full_name = "gitRemote___full_name",
+ gitRemote___webLink = "gitRemote___webLink",
+ gitRemote___sourceInstanceName = "gitRemote___sourceInstanceName",
publicURL = "publicURL",
+ childrenMarkdownRemark = "childrenMarkdownRemark",
+ childrenMarkdownRemark___id = "childrenMarkdownRemark___id",
+ childrenMarkdownRemark___frontmatter___title = "childrenMarkdownRemark___frontmatter___title",
+ childrenMarkdownRemark___frontmatter___author = "childrenMarkdownRemark___frontmatter___author",
+ childrenMarkdownRemark___frontmatter___date = "childrenMarkdownRemark___frontmatter___date",
+ childrenMarkdownRemark___frontmatter___tags = "childrenMarkdownRemark___frontmatter___tags",
+ childrenMarkdownRemark___frontmatter___color = "childrenMarkdownRemark___frontmatter___color",
+ childrenMarkdownRemark___frontmatter___description = "childrenMarkdownRemark___frontmatter___description",
+ childrenMarkdownRemark___frontmatter___image___sourceInstanceName = "childrenMarkdownRemark___frontmatter___image___sourceInstanceName",
+ childrenMarkdownRemark___frontmatter___image___absolutePath = "childrenMarkdownRemark___frontmatter___image___absolutePath",
+ childrenMarkdownRemark___frontmatter___image___relativePath = "childrenMarkdownRemark___frontmatter___image___relativePath",
+ childrenMarkdownRemark___frontmatter___image___extension = "childrenMarkdownRemark___frontmatter___image___extension",
+ childrenMarkdownRemark___frontmatter___image___size = "childrenMarkdownRemark___frontmatter___image___size",
+ childrenMarkdownRemark___frontmatter___image___prettySize = "childrenMarkdownRemark___frontmatter___image___prettySize",
+ childrenMarkdownRemark___frontmatter___image___modifiedTime = "childrenMarkdownRemark___frontmatter___image___modifiedTime",
+ childrenMarkdownRemark___frontmatter___image___accessTime = "childrenMarkdownRemark___frontmatter___image___accessTime",
+ childrenMarkdownRemark___frontmatter___image___changeTime = "childrenMarkdownRemark___frontmatter___image___changeTime",
+ childrenMarkdownRemark___frontmatter___image___birthTime = "childrenMarkdownRemark___frontmatter___image___birthTime",
+ childrenMarkdownRemark___frontmatter___image___root = "childrenMarkdownRemark___frontmatter___image___root",
+ childrenMarkdownRemark___frontmatter___image___dir = "childrenMarkdownRemark___frontmatter___image___dir",
+ childrenMarkdownRemark___frontmatter___image___base = "childrenMarkdownRemark___frontmatter___image___base",
+ childrenMarkdownRemark___frontmatter___image___ext = "childrenMarkdownRemark___frontmatter___image___ext",
+ childrenMarkdownRemark___frontmatter___image___name = "childrenMarkdownRemark___frontmatter___image___name",
+ childrenMarkdownRemark___frontmatter___image___relativeDirectory = "childrenMarkdownRemark___frontmatter___image___relativeDirectory",
+ childrenMarkdownRemark___frontmatter___image___dev = "childrenMarkdownRemark___frontmatter___image___dev",
+ childrenMarkdownRemark___frontmatter___image___mode = "childrenMarkdownRemark___frontmatter___image___mode",
+ childrenMarkdownRemark___frontmatter___image___nlink = "childrenMarkdownRemark___frontmatter___image___nlink",
+ childrenMarkdownRemark___frontmatter___image___uid = "childrenMarkdownRemark___frontmatter___image___uid",
+ childrenMarkdownRemark___frontmatter___image___gid = "childrenMarkdownRemark___frontmatter___image___gid",
+ childrenMarkdownRemark___frontmatter___image___rdev = "childrenMarkdownRemark___frontmatter___image___rdev",
+ childrenMarkdownRemark___frontmatter___image___ino = "childrenMarkdownRemark___frontmatter___image___ino",
+ childrenMarkdownRemark___frontmatter___image___atimeMs = "childrenMarkdownRemark___frontmatter___image___atimeMs",
+ childrenMarkdownRemark___frontmatter___image___mtimeMs = "childrenMarkdownRemark___frontmatter___image___mtimeMs",
+ childrenMarkdownRemark___frontmatter___image___ctimeMs = "childrenMarkdownRemark___frontmatter___image___ctimeMs",
+ childrenMarkdownRemark___frontmatter___image___atime = "childrenMarkdownRemark___frontmatter___image___atime",
+ childrenMarkdownRemark___frontmatter___image___mtime = "childrenMarkdownRemark___frontmatter___image___mtime",
+ childrenMarkdownRemark___frontmatter___image___ctime = "childrenMarkdownRemark___frontmatter___image___ctime",
+ childrenMarkdownRemark___frontmatter___image___birthtime = "childrenMarkdownRemark___frontmatter___image___birthtime",
+ childrenMarkdownRemark___frontmatter___image___birthtimeMs = "childrenMarkdownRemark___frontmatter___image___birthtimeMs",
+ childrenMarkdownRemark___frontmatter___image___blksize = "childrenMarkdownRemark___frontmatter___image___blksize",
+ childrenMarkdownRemark___frontmatter___image___blocks = "childrenMarkdownRemark___frontmatter___image___blocks",
+ childrenMarkdownRemark___frontmatter___image___publicURL = "childrenMarkdownRemark___frontmatter___image___publicURL",
+ childrenMarkdownRemark___frontmatter___image___childrenMarkdownRemark = "childrenMarkdownRemark___frontmatter___image___childrenMarkdownRemark",
+ childrenMarkdownRemark___frontmatter___image___childrenImageSharp = "childrenMarkdownRemark___frontmatter___image___childrenImageSharp",
+ childrenMarkdownRemark___frontmatter___image___id = "childrenMarkdownRemark___frontmatter___image___id",
+ childrenMarkdownRemark___frontmatter___image___children = "childrenMarkdownRemark___frontmatter___image___children",
+ childrenMarkdownRemark___excerpt = "childrenMarkdownRemark___excerpt",
+ childrenMarkdownRemark___rawMarkdownBody = "childrenMarkdownRemark___rawMarkdownBody",
+ childrenMarkdownRemark___fileAbsolutePath = "childrenMarkdownRemark___fileAbsolutePath",
+ childrenMarkdownRemark___fields___tags = "childrenMarkdownRemark___fields___tags",
+ childrenMarkdownRemark___fields___slug = "childrenMarkdownRemark___fields___slug",
+ childrenMarkdownRemark___fields___year = "childrenMarkdownRemark___fields___year",
+ childrenMarkdownRemark___html = "childrenMarkdownRemark___html",
+ childrenMarkdownRemark___htmlAst = "childrenMarkdownRemark___htmlAst",
+ childrenMarkdownRemark___excerptAst = "childrenMarkdownRemark___excerptAst",
+ childrenMarkdownRemark___headings = "childrenMarkdownRemark___headings",
+ childrenMarkdownRemark___headings___id = "childrenMarkdownRemark___headings___id",
+ childrenMarkdownRemark___headings___value = "childrenMarkdownRemark___headings___value",
+ childrenMarkdownRemark___headings___depth = "childrenMarkdownRemark___headings___depth",
+ childrenMarkdownRemark___timeToRead = "childrenMarkdownRemark___timeToRead",
+ childrenMarkdownRemark___tableOfContents = "childrenMarkdownRemark___tableOfContents",
+ childrenMarkdownRemark___wordCount___paragraphs = "childrenMarkdownRemark___wordCount___paragraphs",
+ childrenMarkdownRemark___wordCount___sentences = "childrenMarkdownRemark___wordCount___sentences",
+ childrenMarkdownRemark___wordCount___words = "childrenMarkdownRemark___wordCount___words",
+ childrenMarkdownRemark___parent___id = "childrenMarkdownRemark___parent___id",
+ childrenMarkdownRemark___parent___parent___id = "childrenMarkdownRemark___parent___parent___id",
+ childrenMarkdownRemark___parent___parent___children = "childrenMarkdownRemark___parent___parent___children",
+ childrenMarkdownRemark___parent___children = "childrenMarkdownRemark___parent___children",
+ childrenMarkdownRemark___parent___children___id = "childrenMarkdownRemark___parent___children___id",
+ childrenMarkdownRemark___parent___children___children = "childrenMarkdownRemark___parent___children___children",
+ childrenMarkdownRemark___parent___internal___content = "childrenMarkdownRemark___parent___internal___content",
+ childrenMarkdownRemark___parent___internal___contentDigest = "childrenMarkdownRemark___parent___internal___contentDigest",
+ childrenMarkdownRemark___parent___internal___description = "childrenMarkdownRemark___parent___internal___description",
+ childrenMarkdownRemark___parent___internal___fieldOwners = "childrenMarkdownRemark___parent___internal___fieldOwners",
+ childrenMarkdownRemark___parent___internal___ignoreType = "childrenMarkdownRemark___parent___internal___ignoreType",
+ childrenMarkdownRemark___parent___internal___mediaType = "childrenMarkdownRemark___parent___internal___mediaType",
+ childrenMarkdownRemark___parent___internal___owner = "childrenMarkdownRemark___parent___internal___owner",
+ childrenMarkdownRemark___parent___internal___type = "childrenMarkdownRemark___parent___internal___type",
+ childrenMarkdownRemark___children = "childrenMarkdownRemark___children",
+ childrenMarkdownRemark___children___id = "childrenMarkdownRemark___children___id",
+ childrenMarkdownRemark___children___parent___id = "childrenMarkdownRemark___children___parent___id",
+ childrenMarkdownRemark___children___parent___children = "childrenMarkdownRemark___children___parent___children",
+ childrenMarkdownRemark___children___children = "childrenMarkdownRemark___children___children",
+ childrenMarkdownRemark___children___children___id = "childrenMarkdownRemark___children___children___id",
+ childrenMarkdownRemark___children___children___children = "childrenMarkdownRemark___children___children___children",
+ childrenMarkdownRemark___children___internal___content = "childrenMarkdownRemark___children___internal___content",
+ childrenMarkdownRemark___children___internal___contentDigest = "childrenMarkdownRemark___children___internal___contentDigest",
+ childrenMarkdownRemark___children___internal___description = "childrenMarkdownRemark___children___internal___description",
+ childrenMarkdownRemark___children___internal___fieldOwners = "childrenMarkdownRemark___children___internal___fieldOwners",
+ childrenMarkdownRemark___children___internal___ignoreType = "childrenMarkdownRemark___children___internal___ignoreType",
+ childrenMarkdownRemark___children___internal___mediaType = "childrenMarkdownRemark___children___internal___mediaType",
+ childrenMarkdownRemark___children___internal___owner = "childrenMarkdownRemark___children___internal___owner",
+ childrenMarkdownRemark___children___internal___type = "childrenMarkdownRemark___children___internal___type",
+ childrenMarkdownRemark___internal___content = "childrenMarkdownRemark___internal___content",
+ childrenMarkdownRemark___internal___contentDigest = "childrenMarkdownRemark___internal___contentDigest",
+ childrenMarkdownRemark___internal___description = "childrenMarkdownRemark___internal___description",
+ childrenMarkdownRemark___internal___fieldOwners = "childrenMarkdownRemark___internal___fieldOwners",
+ childrenMarkdownRemark___internal___ignoreType = "childrenMarkdownRemark___internal___ignoreType",
+ childrenMarkdownRemark___internal___mediaType = "childrenMarkdownRemark___internal___mediaType",
+ childrenMarkdownRemark___internal___owner = "childrenMarkdownRemark___internal___owner",
+ childrenMarkdownRemark___internal___type = "childrenMarkdownRemark___internal___type",
+ childMarkdownRemark___id = "childMarkdownRemark___id",
+ childMarkdownRemark___frontmatter___title = "childMarkdownRemark___frontmatter___title",
+ childMarkdownRemark___frontmatter___author = "childMarkdownRemark___frontmatter___author",
+ childMarkdownRemark___frontmatter___date = "childMarkdownRemark___frontmatter___date",
+ childMarkdownRemark___frontmatter___tags = "childMarkdownRemark___frontmatter___tags",
+ childMarkdownRemark___frontmatter___color = "childMarkdownRemark___frontmatter___color",
+ childMarkdownRemark___frontmatter___description = "childMarkdownRemark___frontmatter___description",
+ childMarkdownRemark___frontmatter___image___sourceInstanceName = "childMarkdownRemark___frontmatter___image___sourceInstanceName",
+ childMarkdownRemark___frontmatter___image___absolutePath = "childMarkdownRemark___frontmatter___image___absolutePath",
+ childMarkdownRemark___frontmatter___image___relativePath = "childMarkdownRemark___frontmatter___image___relativePath",
+ childMarkdownRemark___frontmatter___image___extension = "childMarkdownRemark___frontmatter___image___extension",
+ childMarkdownRemark___frontmatter___image___size = "childMarkdownRemark___frontmatter___image___size",
+ childMarkdownRemark___frontmatter___image___prettySize = "childMarkdownRemark___frontmatter___image___prettySize",
+ childMarkdownRemark___frontmatter___image___modifiedTime = "childMarkdownRemark___frontmatter___image___modifiedTime",
+ childMarkdownRemark___frontmatter___image___accessTime = "childMarkdownRemark___frontmatter___image___accessTime",
+ childMarkdownRemark___frontmatter___image___changeTime = "childMarkdownRemark___frontmatter___image___changeTime",
+ childMarkdownRemark___frontmatter___image___birthTime = "childMarkdownRemark___frontmatter___image___birthTime",
+ childMarkdownRemark___frontmatter___image___root = "childMarkdownRemark___frontmatter___image___root",
+ childMarkdownRemark___frontmatter___image___dir = "childMarkdownRemark___frontmatter___image___dir",
+ childMarkdownRemark___frontmatter___image___base = "childMarkdownRemark___frontmatter___image___base",
+ childMarkdownRemark___frontmatter___image___ext = "childMarkdownRemark___frontmatter___image___ext",
+ childMarkdownRemark___frontmatter___image___name = "childMarkdownRemark___frontmatter___image___name",
+ childMarkdownRemark___frontmatter___image___relativeDirectory = "childMarkdownRemark___frontmatter___image___relativeDirectory",
+ childMarkdownRemark___frontmatter___image___dev = "childMarkdownRemark___frontmatter___image___dev",
+ childMarkdownRemark___frontmatter___image___mode = "childMarkdownRemark___frontmatter___image___mode",
+ childMarkdownRemark___frontmatter___image___nlink = "childMarkdownRemark___frontmatter___image___nlink",
+ childMarkdownRemark___frontmatter___image___uid = "childMarkdownRemark___frontmatter___image___uid",
+ childMarkdownRemark___frontmatter___image___gid = "childMarkdownRemark___frontmatter___image___gid",
+ childMarkdownRemark___frontmatter___image___rdev = "childMarkdownRemark___frontmatter___image___rdev",
+ childMarkdownRemark___frontmatter___image___ino = "childMarkdownRemark___frontmatter___image___ino",
+ childMarkdownRemark___frontmatter___image___atimeMs = "childMarkdownRemark___frontmatter___image___atimeMs",
+ childMarkdownRemark___frontmatter___image___mtimeMs = "childMarkdownRemark___frontmatter___image___mtimeMs",
+ childMarkdownRemark___frontmatter___image___ctimeMs = "childMarkdownRemark___frontmatter___image___ctimeMs",
+ childMarkdownRemark___frontmatter___image___atime = "childMarkdownRemark___frontmatter___image___atime",
+ childMarkdownRemark___frontmatter___image___mtime = "childMarkdownRemark___frontmatter___image___mtime",
+ childMarkdownRemark___frontmatter___image___ctime = "childMarkdownRemark___frontmatter___image___ctime",
+ childMarkdownRemark___frontmatter___image___birthtime = "childMarkdownRemark___frontmatter___image___birthtime",
+ childMarkdownRemark___frontmatter___image___birthtimeMs = "childMarkdownRemark___frontmatter___image___birthtimeMs",
+ childMarkdownRemark___frontmatter___image___blksize = "childMarkdownRemark___frontmatter___image___blksize",
+ childMarkdownRemark___frontmatter___image___blocks = "childMarkdownRemark___frontmatter___image___blocks",
+ childMarkdownRemark___frontmatter___image___publicURL = "childMarkdownRemark___frontmatter___image___publicURL",
+ childMarkdownRemark___frontmatter___image___childrenMarkdownRemark = "childMarkdownRemark___frontmatter___image___childrenMarkdownRemark",
+ childMarkdownRemark___frontmatter___image___childrenImageSharp = "childMarkdownRemark___frontmatter___image___childrenImageSharp",
+ childMarkdownRemark___frontmatter___image___id = "childMarkdownRemark___frontmatter___image___id",
+ childMarkdownRemark___frontmatter___image___children = "childMarkdownRemark___frontmatter___image___children",
+ childMarkdownRemark___excerpt = "childMarkdownRemark___excerpt",
+ childMarkdownRemark___rawMarkdownBody = "childMarkdownRemark___rawMarkdownBody",
+ childMarkdownRemark___fileAbsolutePath = "childMarkdownRemark___fileAbsolutePath",
+ childMarkdownRemark___fields___tags = "childMarkdownRemark___fields___tags",
+ childMarkdownRemark___fields___slug = "childMarkdownRemark___fields___slug",
+ childMarkdownRemark___fields___year = "childMarkdownRemark___fields___year",
+ childMarkdownRemark___html = "childMarkdownRemark___html",
+ childMarkdownRemark___htmlAst = "childMarkdownRemark___htmlAst",
+ childMarkdownRemark___excerptAst = "childMarkdownRemark___excerptAst",
+ childMarkdownRemark___headings = "childMarkdownRemark___headings",
+ childMarkdownRemark___headings___id = "childMarkdownRemark___headings___id",
+ childMarkdownRemark___headings___value = "childMarkdownRemark___headings___value",
+ childMarkdownRemark___headings___depth = "childMarkdownRemark___headings___depth",
+ childMarkdownRemark___timeToRead = "childMarkdownRemark___timeToRead",
+ childMarkdownRemark___tableOfContents = "childMarkdownRemark___tableOfContents",
+ childMarkdownRemark___wordCount___paragraphs = "childMarkdownRemark___wordCount___paragraphs",
+ childMarkdownRemark___wordCount___sentences = "childMarkdownRemark___wordCount___sentences",
+ childMarkdownRemark___wordCount___words = "childMarkdownRemark___wordCount___words",
+ childMarkdownRemark___parent___id = "childMarkdownRemark___parent___id",
+ childMarkdownRemark___parent___parent___id = "childMarkdownRemark___parent___parent___id",
+ childMarkdownRemark___parent___parent___children = "childMarkdownRemark___parent___parent___children",
+ childMarkdownRemark___parent___children = "childMarkdownRemark___parent___children",
+ childMarkdownRemark___parent___children___id = "childMarkdownRemark___parent___children___id",
+ childMarkdownRemark___parent___children___children = "childMarkdownRemark___parent___children___children",
+ childMarkdownRemark___parent___internal___content = "childMarkdownRemark___parent___internal___content",
+ childMarkdownRemark___parent___internal___contentDigest = "childMarkdownRemark___parent___internal___contentDigest",
+ childMarkdownRemark___parent___internal___description = "childMarkdownRemark___parent___internal___description",
+ childMarkdownRemark___parent___internal___fieldOwners = "childMarkdownRemark___parent___internal___fieldOwners",
+ childMarkdownRemark___parent___internal___ignoreType = "childMarkdownRemark___parent___internal___ignoreType",
+ childMarkdownRemark___parent___internal___mediaType = "childMarkdownRemark___parent___internal___mediaType",
+ childMarkdownRemark___parent___internal___owner = "childMarkdownRemark___parent___internal___owner",
+ childMarkdownRemark___parent___internal___type = "childMarkdownRemark___parent___internal___type",
+ childMarkdownRemark___children = "childMarkdownRemark___children",
+ childMarkdownRemark___children___id = "childMarkdownRemark___children___id",
+ childMarkdownRemark___children___parent___id = "childMarkdownRemark___children___parent___id",
+ childMarkdownRemark___children___parent___children = "childMarkdownRemark___children___parent___children",
+ childMarkdownRemark___children___children = "childMarkdownRemark___children___children",
+ childMarkdownRemark___children___children___id = "childMarkdownRemark___children___children___id",
+ childMarkdownRemark___children___children___children = "childMarkdownRemark___children___children___children",
+ childMarkdownRemark___children___internal___content = "childMarkdownRemark___children___internal___content",
+ childMarkdownRemark___children___internal___contentDigest = "childMarkdownRemark___children___internal___contentDigest",
+ childMarkdownRemark___children___internal___description = "childMarkdownRemark___children___internal___description",
+ childMarkdownRemark___children___internal___fieldOwners = "childMarkdownRemark___children___internal___fieldOwners",
+ childMarkdownRemark___children___internal___ignoreType = "childMarkdownRemark___children___internal___ignoreType",
+ childMarkdownRemark___children___internal___mediaType = "childMarkdownRemark___children___internal___mediaType",
+ childMarkdownRemark___children___internal___owner = "childMarkdownRemark___children___internal___owner",
+ childMarkdownRemark___children___internal___type = "childMarkdownRemark___children___internal___type",
+ childMarkdownRemark___internal___content = "childMarkdownRemark___internal___content",
+ childMarkdownRemark___internal___contentDigest = "childMarkdownRemark___internal___contentDigest",
+ childMarkdownRemark___internal___description = "childMarkdownRemark___internal___description",
+ childMarkdownRemark___internal___fieldOwners = "childMarkdownRemark___internal___fieldOwners",
+ childMarkdownRemark___internal___ignoreType = "childMarkdownRemark___internal___ignoreType",
+ childMarkdownRemark___internal___mediaType = "childMarkdownRemark___internal___mediaType",
+ childMarkdownRemark___internal___owner = "childMarkdownRemark___internal___owner",
+ childMarkdownRemark___internal___type = "childMarkdownRemark___internal___type",
+ childrenImageSharp = "childrenImageSharp",
+ childrenImageSharp___fixed___base64 = "childrenImageSharp___fixed___base64",
+ childrenImageSharp___fixed___tracedSVG = "childrenImageSharp___fixed___tracedSVG",
+ childrenImageSharp___fixed___aspectRatio = "childrenImageSharp___fixed___aspectRatio",
+ childrenImageSharp___fixed___width = "childrenImageSharp___fixed___width",
+ childrenImageSharp___fixed___height = "childrenImageSharp___fixed___height",
+ childrenImageSharp___fixed___src = "childrenImageSharp___fixed___src",
+ childrenImageSharp___fixed___srcSet = "childrenImageSharp___fixed___srcSet",
+ childrenImageSharp___fixed___srcWebp = "childrenImageSharp___fixed___srcWebp",
+ childrenImageSharp___fixed___srcSetWebp = "childrenImageSharp___fixed___srcSetWebp",
+ childrenImageSharp___fixed___originalName = "childrenImageSharp___fixed___originalName",
+ childrenImageSharp___resolutions___base64 = "childrenImageSharp___resolutions___base64",
+ childrenImageSharp___resolutions___tracedSVG = "childrenImageSharp___resolutions___tracedSVG",
+ childrenImageSharp___resolutions___aspectRatio = "childrenImageSharp___resolutions___aspectRatio",
+ childrenImageSharp___resolutions___width = "childrenImageSharp___resolutions___width",
+ childrenImageSharp___resolutions___height = "childrenImageSharp___resolutions___height",
+ childrenImageSharp___resolutions___src = "childrenImageSharp___resolutions___src",
+ childrenImageSharp___resolutions___srcSet = "childrenImageSharp___resolutions___srcSet",
+ childrenImageSharp___resolutions___srcWebp = "childrenImageSharp___resolutions___srcWebp",
+ childrenImageSharp___resolutions___srcSetWebp = "childrenImageSharp___resolutions___srcSetWebp",
+ childrenImageSharp___resolutions___originalName = "childrenImageSharp___resolutions___originalName",
+ childrenImageSharp___fluid___base64 = "childrenImageSharp___fluid___base64",
+ childrenImageSharp___fluid___tracedSVG = "childrenImageSharp___fluid___tracedSVG",
+ childrenImageSharp___fluid___aspectRatio = "childrenImageSharp___fluid___aspectRatio",
+ childrenImageSharp___fluid___src = "childrenImageSharp___fluid___src",
+ childrenImageSharp___fluid___srcSet = "childrenImageSharp___fluid___srcSet",
+ childrenImageSharp___fluid___srcWebp = "childrenImageSharp___fluid___srcWebp",
+ childrenImageSharp___fluid___srcSetWebp = "childrenImageSharp___fluid___srcSetWebp",
+ childrenImageSharp___fluid___sizes = "childrenImageSharp___fluid___sizes",
+ childrenImageSharp___fluid___originalImg = "childrenImageSharp___fluid___originalImg",
+ childrenImageSharp___fluid___originalName = "childrenImageSharp___fluid___originalName",
+ childrenImageSharp___fluid___presentationWidth = "childrenImageSharp___fluid___presentationWidth",
+ childrenImageSharp___fluid___presentationHeight = "childrenImageSharp___fluid___presentationHeight",
+ childrenImageSharp___sizes___base64 = "childrenImageSharp___sizes___base64",
+ childrenImageSharp___sizes___tracedSVG = "childrenImageSharp___sizes___tracedSVG",
+ childrenImageSharp___sizes___aspectRatio = "childrenImageSharp___sizes___aspectRatio",
+ childrenImageSharp___sizes___src = "childrenImageSharp___sizes___src",
+ childrenImageSharp___sizes___srcSet = "childrenImageSharp___sizes___srcSet",
+ childrenImageSharp___sizes___srcWebp = "childrenImageSharp___sizes___srcWebp",
+ childrenImageSharp___sizes___srcSetWebp = "childrenImageSharp___sizes___srcSetWebp",
+ childrenImageSharp___sizes___sizes = "childrenImageSharp___sizes___sizes",
+ childrenImageSharp___sizes___originalImg = "childrenImageSharp___sizes___originalImg",
+ childrenImageSharp___sizes___originalName = "childrenImageSharp___sizes___originalName",
+ childrenImageSharp___sizes___presentationWidth = "childrenImageSharp___sizes___presentationWidth",
+ childrenImageSharp___sizes___presentationHeight = "childrenImageSharp___sizes___presentationHeight",
+ childrenImageSharp___gatsbyImageData = "childrenImageSharp___gatsbyImageData",
+ childrenImageSharp___original___width = "childrenImageSharp___original___width",
+ childrenImageSharp___original___height = "childrenImageSharp___original___height",
+ childrenImageSharp___original___src = "childrenImageSharp___original___src",
+ childrenImageSharp___resize___src = "childrenImageSharp___resize___src",
+ childrenImageSharp___resize___tracedSVG = "childrenImageSharp___resize___tracedSVG",
+ childrenImageSharp___resize___width = "childrenImageSharp___resize___width",
+ childrenImageSharp___resize___height = "childrenImageSharp___resize___height",
+ childrenImageSharp___resize___aspectRatio = "childrenImageSharp___resize___aspectRatio",
+ childrenImageSharp___resize___originalName = "childrenImageSharp___resize___originalName",
+ childrenImageSharp___id = "childrenImageSharp___id",
+ childrenImageSharp___parent___id = "childrenImageSharp___parent___id",
+ childrenImageSharp___parent___parent___id = "childrenImageSharp___parent___parent___id",
+ childrenImageSharp___parent___parent___children = "childrenImageSharp___parent___parent___children",
+ childrenImageSharp___parent___children = "childrenImageSharp___parent___children",
+ childrenImageSharp___parent___children___id = "childrenImageSharp___parent___children___id",
+ childrenImageSharp___parent___children___children = "childrenImageSharp___parent___children___children",
+ childrenImageSharp___parent___internal___content = "childrenImageSharp___parent___internal___content",
+ childrenImageSharp___parent___internal___contentDigest = "childrenImageSharp___parent___internal___contentDigest",
+ childrenImageSharp___parent___internal___description = "childrenImageSharp___parent___internal___description",
+ childrenImageSharp___parent___internal___fieldOwners = "childrenImageSharp___parent___internal___fieldOwners",
+ childrenImageSharp___parent___internal___ignoreType = "childrenImageSharp___parent___internal___ignoreType",
+ childrenImageSharp___parent___internal___mediaType = "childrenImageSharp___parent___internal___mediaType",
+ childrenImageSharp___parent___internal___owner = "childrenImageSharp___parent___internal___owner",
+ childrenImageSharp___parent___internal___type = "childrenImageSharp___parent___internal___type",
+ childrenImageSharp___children = "childrenImageSharp___children",
+ childrenImageSharp___children___id = "childrenImageSharp___children___id",
+ childrenImageSharp___children___parent___id = "childrenImageSharp___children___parent___id",
+ childrenImageSharp___children___parent___children = "childrenImageSharp___children___parent___children",
+ childrenImageSharp___children___children = "childrenImageSharp___children___children",
+ childrenImageSharp___children___children___id = "childrenImageSharp___children___children___id",
+ childrenImageSharp___children___children___children = "childrenImageSharp___children___children___children",
+ childrenImageSharp___children___internal___content = "childrenImageSharp___children___internal___content",
+ childrenImageSharp___children___internal___contentDigest = "childrenImageSharp___children___internal___contentDigest",
+ childrenImageSharp___children___internal___description = "childrenImageSharp___children___internal___description",
+ childrenImageSharp___children___internal___fieldOwners = "childrenImageSharp___children___internal___fieldOwners",
+ childrenImageSharp___children___internal___ignoreType = "childrenImageSharp___children___internal___ignoreType",
+ childrenImageSharp___children___internal___mediaType = "childrenImageSharp___children___internal___mediaType",
+ childrenImageSharp___children___internal___owner = "childrenImageSharp___children___internal___owner",
+ childrenImageSharp___children___internal___type = "childrenImageSharp___children___internal___type",
+ childrenImageSharp___internal___content = "childrenImageSharp___internal___content",
+ childrenImageSharp___internal___contentDigest = "childrenImageSharp___internal___contentDigest",
+ childrenImageSharp___internal___description = "childrenImageSharp___internal___description",
+ childrenImageSharp___internal___fieldOwners = "childrenImageSharp___internal___fieldOwners",
+ childrenImageSharp___internal___ignoreType = "childrenImageSharp___internal___ignoreType",
+ childrenImageSharp___internal___mediaType = "childrenImageSharp___internal___mediaType",
+ childrenImageSharp___internal___owner = "childrenImageSharp___internal___owner",
+ childrenImageSharp___internal___type = "childrenImageSharp___internal___type",
childImageSharp___fixed___base64 = "childImageSharp___fixed___base64",
childImageSharp___fixed___tracedSVG = "childImageSharp___fixed___tracedSVG",
childImageSharp___fixed___aspectRatio = "childImageSharp___fixed___aspectRatio",
@@ -539,6 +920,7 @@ export enum FileFieldsEnum {
childImageSharp___sizes___originalName = "childImageSharp___sizes___originalName",
childImageSharp___sizes___presentationWidth = "childImageSharp___sizes___presentationWidth",
childImageSharp___sizes___presentationHeight = "childImageSharp___sizes___presentationHeight",
+ childImageSharp___gatsbyImageData = "childImageSharp___gatsbyImageData",
childImageSharp___original___width = "childImageSharp___original___width",
childImageSharp___original___height = "childImageSharp___original___height",
childImageSharp___original___src = "childImageSharp___original___src",
@@ -672,68 +1054,6 @@ export enum FileFieldsEnum {
internal___mediaType = "internal___mediaType",
internal___owner = "internal___owner",
internal___type = "internal___type",
- childMarkdownRemark___id = "childMarkdownRemark___id",
- childMarkdownRemark___frontmatter___title = "childMarkdownRemark___frontmatter___title",
- childMarkdownRemark___frontmatter___author = "childMarkdownRemark___frontmatter___author",
- childMarkdownRemark___frontmatter___date = "childMarkdownRemark___frontmatter___date",
- childMarkdownRemark___frontmatter___tags = "childMarkdownRemark___frontmatter___tags",
- childMarkdownRemark___frontmatter___color = "childMarkdownRemark___frontmatter___color",
- childMarkdownRemark___frontmatter___description = "childMarkdownRemark___frontmatter___description",
- childMarkdownRemark___excerpt = "childMarkdownRemark___excerpt",
- childMarkdownRemark___rawMarkdownBody = "childMarkdownRemark___rawMarkdownBody",
- childMarkdownRemark___fileAbsolutePath = "childMarkdownRemark___fileAbsolutePath",
- childMarkdownRemark___fields___tags = "childMarkdownRemark___fields___tags",
- childMarkdownRemark___fields___slug = "childMarkdownRemark___fields___slug",
- childMarkdownRemark___fields___year = "childMarkdownRemark___fields___year",
- childMarkdownRemark___html = "childMarkdownRemark___html",
- childMarkdownRemark___htmlAst = "childMarkdownRemark___htmlAst",
- childMarkdownRemark___excerptAst = "childMarkdownRemark___excerptAst",
- childMarkdownRemark___headings = "childMarkdownRemark___headings",
- childMarkdownRemark___headings___id = "childMarkdownRemark___headings___id",
- childMarkdownRemark___headings___value = "childMarkdownRemark___headings___value",
- childMarkdownRemark___headings___depth = "childMarkdownRemark___headings___depth",
- childMarkdownRemark___timeToRead = "childMarkdownRemark___timeToRead",
- childMarkdownRemark___tableOfContents = "childMarkdownRemark___tableOfContents",
- childMarkdownRemark___wordCount___paragraphs = "childMarkdownRemark___wordCount___paragraphs",
- childMarkdownRemark___wordCount___sentences = "childMarkdownRemark___wordCount___sentences",
- childMarkdownRemark___wordCount___words = "childMarkdownRemark___wordCount___words",
- childMarkdownRemark___parent___id = "childMarkdownRemark___parent___id",
- childMarkdownRemark___parent___parent___id = "childMarkdownRemark___parent___parent___id",
- childMarkdownRemark___parent___parent___children = "childMarkdownRemark___parent___parent___children",
- childMarkdownRemark___parent___children = "childMarkdownRemark___parent___children",
- childMarkdownRemark___parent___children___id = "childMarkdownRemark___parent___children___id",
- childMarkdownRemark___parent___children___children = "childMarkdownRemark___parent___children___children",
- childMarkdownRemark___parent___internal___content = "childMarkdownRemark___parent___internal___content",
- childMarkdownRemark___parent___internal___contentDigest = "childMarkdownRemark___parent___internal___contentDigest",
- childMarkdownRemark___parent___internal___description = "childMarkdownRemark___parent___internal___description",
- childMarkdownRemark___parent___internal___fieldOwners = "childMarkdownRemark___parent___internal___fieldOwners",
- childMarkdownRemark___parent___internal___ignoreType = "childMarkdownRemark___parent___internal___ignoreType",
- childMarkdownRemark___parent___internal___mediaType = "childMarkdownRemark___parent___internal___mediaType",
- childMarkdownRemark___parent___internal___owner = "childMarkdownRemark___parent___internal___owner",
- childMarkdownRemark___parent___internal___type = "childMarkdownRemark___parent___internal___type",
- childMarkdownRemark___children = "childMarkdownRemark___children",
- childMarkdownRemark___children___id = "childMarkdownRemark___children___id",
- childMarkdownRemark___children___parent___id = "childMarkdownRemark___children___parent___id",
- childMarkdownRemark___children___parent___children = "childMarkdownRemark___children___parent___children",
- childMarkdownRemark___children___children = "childMarkdownRemark___children___children",
- childMarkdownRemark___children___children___id = "childMarkdownRemark___children___children___id",
- childMarkdownRemark___children___children___children = "childMarkdownRemark___children___children___children",
- childMarkdownRemark___children___internal___content = "childMarkdownRemark___children___internal___content",
- childMarkdownRemark___children___internal___contentDigest = "childMarkdownRemark___children___internal___contentDigest",
- childMarkdownRemark___children___internal___description = "childMarkdownRemark___children___internal___description",
- childMarkdownRemark___children___internal___fieldOwners = "childMarkdownRemark___children___internal___fieldOwners",
- childMarkdownRemark___children___internal___ignoreType = "childMarkdownRemark___children___internal___ignoreType",
- childMarkdownRemark___children___internal___mediaType = "childMarkdownRemark___children___internal___mediaType",
- childMarkdownRemark___children___internal___owner = "childMarkdownRemark___children___internal___owner",
- childMarkdownRemark___children___internal___type = "childMarkdownRemark___children___internal___type",
- childMarkdownRemark___internal___content = "childMarkdownRemark___internal___content",
- childMarkdownRemark___internal___contentDigest = "childMarkdownRemark___internal___contentDigest",
- childMarkdownRemark___internal___description = "childMarkdownRemark___internal___description",
- childMarkdownRemark___internal___fieldOwners = "childMarkdownRemark___internal___fieldOwners",
- childMarkdownRemark___internal___ignoreType = "childMarkdownRemark___internal___ignoreType",
- childMarkdownRemark___internal___mediaType = "childMarkdownRemark___internal___mediaType",
- childMarkdownRemark___internal___owner = "childMarkdownRemark___internal___owner",
- childMarkdownRemark___internal___type = "childMarkdownRemark___internal___type",
}
export type FileFilterInput = {
@@ -770,13 +1090,16 @@ export type FileFilterInput = {
birthtimeMs?: Maybe;
blksize?: Maybe;
blocks?: Maybe;
+ gitRemote?: Maybe;
publicURL?: Maybe;
+ childrenMarkdownRemark?: Maybe;
+ childMarkdownRemark?: Maybe;
+ childrenImageSharp?: Maybe;
childImageSharp?: Maybe;
id?: Maybe;
parent?: Maybe;
children?: Maybe;
internal?: Maybe;
- childMarkdownRemark?: Maybe;
};
export type FileGroupConnection = {
@@ -805,6 +1128,209 @@ export type FloatQueryOperatorInput = {
nin?: Maybe>>;
};
+export type GitRemote = Node & {
+ __typename?: "GitRemote";
+ id: Scalars["ID"];
+ parent?: Maybe;
+ children: Array;
+ internal: Internal;
+ protocols?: Maybe>>;
+ protocol?: Maybe;
+ resource?: Maybe;
+ user?: Maybe;
+ pathname?: Maybe;
+ hash?: Maybe;
+ search?: Maybe;
+ href?: Maybe;
+ token?: Maybe;
+ source?: Maybe;
+ name?: Maybe;
+ owner?: Maybe;
+ ref?: Maybe;
+ filepathtype?: Maybe;
+ filepath?: Maybe;
+ organization?: Maybe;
+ full_name?: Maybe;
+ webLink?: Maybe;
+ sourceInstanceName?: Maybe;
+};
+
+export type GitRemoteConnection = {
+ __typename?: "GitRemoteConnection";
+ totalCount: Scalars["Int"];
+ edges: Array;
+ nodes: Array;
+ pageInfo: PageInfo;
+ distinct: Array;
+ group: Array;
+};
+
+export type GitRemoteConnectiondistinctArgs = {
+ field: GitRemoteFieldsEnum;
+};
+
+export type GitRemoteConnectiongroupArgs = {
+ skip?: Maybe;
+ limit?: Maybe;
+ field: GitRemoteFieldsEnum;
+};
+
+export type GitRemoteEdge = {
+ __typename?: "GitRemoteEdge";
+ next?: Maybe;
+ node: GitRemote;
+ previous?: Maybe;
+};
+
+export enum GitRemoteFieldsEnum {
+ id = "id",
+ parent___id = "parent___id",
+ parent___parent___id = "parent___parent___id",
+ parent___parent___parent___id = "parent___parent___parent___id",
+ parent___parent___parent___children = "parent___parent___parent___children",
+ parent___parent___children = "parent___parent___children",
+ parent___parent___children___id = "parent___parent___children___id",
+ parent___parent___children___children = "parent___parent___children___children",
+ parent___parent___internal___content = "parent___parent___internal___content",
+ parent___parent___internal___contentDigest = "parent___parent___internal___contentDigest",
+ parent___parent___internal___description = "parent___parent___internal___description",
+ parent___parent___internal___fieldOwners = "parent___parent___internal___fieldOwners",
+ parent___parent___internal___ignoreType = "parent___parent___internal___ignoreType",
+ parent___parent___internal___mediaType = "parent___parent___internal___mediaType",
+ parent___parent___internal___owner = "parent___parent___internal___owner",
+ parent___parent___internal___type = "parent___parent___internal___type",
+ parent___children = "parent___children",
+ parent___children___id = "parent___children___id",
+ parent___children___parent___id = "parent___children___parent___id",
+ parent___children___parent___children = "parent___children___parent___children",
+ parent___children___children = "parent___children___children",
+ parent___children___children___id = "parent___children___children___id",
+ parent___children___children___children = "parent___children___children___children",
+ parent___children___internal___content = "parent___children___internal___content",
+ parent___children___internal___contentDigest = "parent___children___internal___contentDigest",
+ parent___children___internal___description = "parent___children___internal___description",
+ parent___children___internal___fieldOwners = "parent___children___internal___fieldOwners",
+ parent___children___internal___ignoreType = "parent___children___internal___ignoreType",
+ parent___children___internal___mediaType = "parent___children___internal___mediaType",
+ parent___children___internal___owner = "parent___children___internal___owner",
+ parent___children___internal___type = "parent___children___internal___type",
+ parent___internal___content = "parent___internal___content",
+ parent___internal___contentDigest = "parent___internal___contentDigest",
+ parent___internal___description = "parent___internal___description",
+ parent___internal___fieldOwners = "parent___internal___fieldOwners",
+ parent___internal___ignoreType = "parent___internal___ignoreType",
+ parent___internal___mediaType = "parent___internal___mediaType",
+ parent___internal___owner = "parent___internal___owner",
+ parent___internal___type = "parent___internal___type",
+ children = "children",
+ children___id = "children___id",
+ children___parent___id = "children___parent___id",
+ children___parent___parent___id = "children___parent___parent___id",
+ children___parent___parent___children = "children___parent___parent___children",
+ children___parent___children = "children___parent___children",
+ children___parent___children___id = "children___parent___children___id",
+ children___parent___children___children = "children___parent___children___children",
+ children___parent___internal___content = "children___parent___internal___content",
+ children___parent___internal___contentDigest = "children___parent___internal___contentDigest",
+ children___parent___internal___description = "children___parent___internal___description",
+ children___parent___internal___fieldOwners = "children___parent___internal___fieldOwners",
+ children___parent___internal___ignoreType = "children___parent___internal___ignoreType",
+ children___parent___internal___mediaType = "children___parent___internal___mediaType",
+ children___parent___internal___owner = "children___parent___internal___owner",
+ children___parent___internal___type = "children___parent___internal___type",
+ children___children = "children___children",
+ children___children___id = "children___children___id",
+ children___children___parent___id = "children___children___parent___id",
+ children___children___parent___children = "children___children___parent___children",
+ children___children___children = "children___children___children",
+ children___children___children___id = "children___children___children___id",
+ children___children___children___children = "children___children___children___children",
+ children___children___internal___content = "children___children___internal___content",
+ children___children___internal___contentDigest = "children___children___internal___contentDigest",
+ children___children___internal___description = "children___children___internal___description",
+ children___children___internal___fieldOwners = "children___children___internal___fieldOwners",
+ children___children___internal___ignoreType = "children___children___internal___ignoreType",
+ children___children___internal___mediaType = "children___children___internal___mediaType",
+ children___children___internal___owner = "children___children___internal___owner",
+ children___children___internal___type = "children___children___internal___type",
+ children___internal___content = "children___internal___content",
+ children___internal___contentDigest = "children___internal___contentDigest",
+ children___internal___description = "children___internal___description",
+ children___internal___fieldOwners = "children___internal___fieldOwners",
+ children___internal___ignoreType = "children___internal___ignoreType",
+ children___internal___mediaType = "children___internal___mediaType",
+ children___internal___owner = "children___internal___owner",
+ children___internal___type = "children___internal___type",
+ internal___content = "internal___content",
+ internal___contentDigest = "internal___contentDigest",
+ internal___description = "internal___description",
+ internal___fieldOwners = "internal___fieldOwners",
+ internal___ignoreType = "internal___ignoreType",
+ internal___mediaType = "internal___mediaType",
+ internal___owner = "internal___owner",
+ internal___type = "internal___type",
+ protocols = "protocols",
+ protocol = "protocol",
+ resource = "resource",
+ user = "user",
+ pathname = "pathname",
+ hash = "hash",
+ search = "search",
+ href = "href",
+ token = "token",
+ source = "source",
+ name = "name",
+ owner = "owner",
+ ref = "ref",
+ filepathtype = "filepathtype",
+ filepath = "filepath",
+ organization = "organization",
+ full_name = "full_name",
+ webLink = "webLink",
+ sourceInstanceName = "sourceInstanceName",
+}
+
+export type GitRemoteFilterInput = {
+ id?: Maybe;
+ parent?: Maybe;
+ children?: Maybe;
+ internal?: Maybe;
+ protocols?: Maybe;
+ protocol?: Maybe;
+ resource?: Maybe;
+ user?: Maybe;
+ pathname?: Maybe;
+ hash?: Maybe;
+ search?: Maybe;
+ href?: Maybe;
+ token?: Maybe;
+ source?: Maybe;
+ name?: Maybe;
+ owner?: Maybe;
+ ref?: Maybe;
+ filepathtype?: Maybe;
+ filepath?: Maybe;
+ organization?: Maybe;
+ full_name?: Maybe;
+ webLink?: Maybe;
+ sourceInstanceName?: Maybe;
+};
+
+export type GitRemoteGroupConnection = {
+ __typename?: "GitRemoteGroupConnection";
+ totalCount: Scalars["Int"];
+ edges: Array;
+ nodes: Array;
+ pageInfo: PageInfo;
+ field: Scalars["String"];
+ fieldValue?: Maybe;
+};
+
+export type GitRemoteSortInput = {
+ fields?: Maybe>>;
+ order?: Maybe>>;
+};
+
export enum ImageCropFocus {
CENTER = "CENTER",
NORTH = "NORTH",
@@ -829,9 +1355,24 @@ export enum ImageFit {
export enum ImageFormat {
NO_CHANGE = "NO_CHANGE",
+ AUTO = "AUTO",
JPG = "JPG",
PNG = "PNG",
WEBP = "WEBP",
+ AVIF = "AVIF",
+}
+
+export enum ImageLayout {
+ FIXED = "FIXED",
+ FULL_WIDTH = "FULL_WIDTH",
+ CONSTRAINED = "CONSTRAINED",
+}
+
+export enum ImagePlaceholder {
+ DOMINANT_COLOR = "DOMINANT_COLOR",
+ TRACED_SVG = "TRACED_SVG",
+ BLURRED = "BLURRED",
+ NONE = "NONE",
}
export type ImageSharp = Node & {
@@ -842,6 +1383,7 @@ export type ImageSharp = Node & {
fluid?: Maybe;
/** @deprecated Sizes was deprecated in Gatsby v2. It's been renamed to "fluid" https://example.com/write-docs-and-fix-this-example-link */
sizes?: Maybe;
+ gatsbyImageData: Scalars["JSON"];
original?: Maybe;
resize?: Maybe;
id: Scalars["ID"];
@@ -942,6 +1484,27 @@ export type ImageSharpsizesArgs = {
srcSetBreakpoints?: Maybe>>;
};
+export type ImageSharpgatsbyImageDataArgs = {
+ layout?: Maybe;
+ width?: Maybe;
+ height?: Maybe;
+ aspectRatio?: Maybe;
+ placeholder?: Maybe;
+ blurredOptions?: Maybe;
+ tracedSVGOptions?: Maybe;
+ formats?: Maybe>>;
+ outputPixelDensities?: Maybe>>;
+ breakpoints?: Maybe>>;
+ sizes?: Maybe;
+ quality?: Maybe;
+ jpgOptions?: Maybe;
+ pngOptions?: Maybe;
+ webpOptions?: Maybe;
+ avifOptions?: Maybe;
+ transformOptions?: Maybe;
+ backgroundColor?: Maybe;
+};
+
export type ImageSharpresizeArgs = {
width?: Maybe;
height?: Maybe;
@@ -1036,6 +1599,7 @@ export enum ImageSharpFieldsEnum {
sizes___originalName = "sizes___originalName",
sizes___presentationWidth = "sizes___presentationWidth",
sizes___presentationHeight = "sizes___presentationHeight",
+ gatsbyImageData = "gatsbyImageData",
original___width = "original___width",
original___height = "original___height",
original___src = "original___src",
@@ -1138,6 +1702,7 @@ export type ImageSharpFilterInput = {
resolutions?: Maybe;
fluid?: Maybe;
sizes?: Maybe;
+ gatsbyImageData?: Maybe;
original?: Maybe;
resize?: Maybe;
id?: Maybe;
@@ -1146,6 +1711,10 @@ export type ImageSharpFilterInput = {
internal?: Maybe;
};
+export type ImageSharpFilterListInput = {
+ elemMatch?: Maybe;
+};
+
export type ImageSharpFixed = {
__typename?: "ImageSharpFixed";
base64?: Maybe;
@@ -1343,6 +1912,11 @@ export type IntQueryOperatorInput = {
nin?: Maybe>>;
};
+export type JPGOptions = {
+ quality?: Maybe;
+ progressive?: Maybe;
+};
+
export type JSONQueryOperatorInput = {
eq?: Maybe;
ne?: Maybe;
@@ -1468,6 +2042,105 @@ export enum MarkdownRemarkFieldsEnum {
frontmatter___tags = "frontmatter___tags",
frontmatter___color = "frontmatter___color",
frontmatter___description = "frontmatter___description",
+ frontmatter___image___sourceInstanceName = "frontmatter___image___sourceInstanceName",
+ frontmatter___image___absolutePath = "frontmatter___image___absolutePath",
+ frontmatter___image___relativePath = "frontmatter___image___relativePath",
+ frontmatter___image___extension = "frontmatter___image___extension",
+ frontmatter___image___size = "frontmatter___image___size",
+ frontmatter___image___prettySize = "frontmatter___image___prettySize",
+ frontmatter___image___modifiedTime = "frontmatter___image___modifiedTime",
+ frontmatter___image___accessTime = "frontmatter___image___accessTime",
+ frontmatter___image___changeTime = "frontmatter___image___changeTime",
+ frontmatter___image___birthTime = "frontmatter___image___birthTime",
+ frontmatter___image___root = "frontmatter___image___root",
+ frontmatter___image___dir = "frontmatter___image___dir",
+ frontmatter___image___base = "frontmatter___image___base",
+ frontmatter___image___ext = "frontmatter___image___ext",
+ frontmatter___image___name = "frontmatter___image___name",
+ frontmatter___image___relativeDirectory = "frontmatter___image___relativeDirectory",
+ frontmatter___image___dev = "frontmatter___image___dev",
+ frontmatter___image___mode = "frontmatter___image___mode",
+ frontmatter___image___nlink = "frontmatter___image___nlink",
+ frontmatter___image___uid = "frontmatter___image___uid",
+ frontmatter___image___gid = "frontmatter___image___gid",
+ frontmatter___image___rdev = "frontmatter___image___rdev",
+ frontmatter___image___ino = "frontmatter___image___ino",
+ frontmatter___image___atimeMs = "frontmatter___image___atimeMs",
+ frontmatter___image___mtimeMs = "frontmatter___image___mtimeMs",
+ frontmatter___image___ctimeMs = "frontmatter___image___ctimeMs",
+ frontmatter___image___atime = "frontmatter___image___atime",
+ frontmatter___image___mtime = "frontmatter___image___mtime",
+ frontmatter___image___ctime = "frontmatter___image___ctime",
+ frontmatter___image___birthtime = "frontmatter___image___birthtime",
+ frontmatter___image___birthtimeMs = "frontmatter___image___birthtimeMs",
+ frontmatter___image___blksize = "frontmatter___image___blksize",
+ frontmatter___image___blocks = "frontmatter___image___blocks",
+ frontmatter___image___gitRemote___id = "frontmatter___image___gitRemote___id",
+ frontmatter___image___gitRemote___children = "frontmatter___image___gitRemote___children",
+ frontmatter___image___gitRemote___protocols = "frontmatter___image___gitRemote___protocols",
+ frontmatter___image___gitRemote___protocol = "frontmatter___image___gitRemote___protocol",
+ frontmatter___image___gitRemote___resource = "frontmatter___image___gitRemote___resource",
+ frontmatter___image___gitRemote___user = "frontmatter___image___gitRemote___user",
+ frontmatter___image___gitRemote___pathname = "frontmatter___image___gitRemote___pathname",
+ frontmatter___image___gitRemote___hash = "frontmatter___image___gitRemote___hash",
+ frontmatter___image___gitRemote___search = "frontmatter___image___gitRemote___search",
+ frontmatter___image___gitRemote___href = "frontmatter___image___gitRemote___href",
+ frontmatter___image___gitRemote___token = "frontmatter___image___gitRemote___token",
+ frontmatter___image___gitRemote___source = "frontmatter___image___gitRemote___source",
+ frontmatter___image___gitRemote___name = "frontmatter___image___gitRemote___name",
+ frontmatter___image___gitRemote___owner = "frontmatter___image___gitRemote___owner",
+ frontmatter___image___gitRemote___ref = "frontmatter___image___gitRemote___ref",
+ frontmatter___image___gitRemote___filepathtype = "frontmatter___image___gitRemote___filepathtype",
+ frontmatter___image___gitRemote___filepath = "frontmatter___image___gitRemote___filepath",
+ frontmatter___image___gitRemote___organization = "frontmatter___image___gitRemote___organization",
+ frontmatter___image___gitRemote___full_name = "frontmatter___image___gitRemote___full_name",
+ frontmatter___image___gitRemote___webLink = "frontmatter___image___gitRemote___webLink",
+ frontmatter___image___gitRemote___sourceInstanceName = "frontmatter___image___gitRemote___sourceInstanceName",
+ frontmatter___image___publicURL = "frontmatter___image___publicURL",
+ frontmatter___image___childrenMarkdownRemark = "frontmatter___image___childrenMarkdownRemark",
+ frontmatter___image___childrenMarkdownRemark___id = "frontmatter___image___childrenMarkdownRemark___id",
+ frontmatter___image___childrenMarkdownRemark___excerpt = "frontmatter___image___childrenMarkdownRemark___excerpt",
+ frontmatter___image___childrenMarkdownRemark___rawMarkdownBody = "frontmatter___image___childrenMarkdownRemark___rawMarkdownBody",
+ frontmatter___image___childrenMarkdownRemark___fileAbsolutePath = "frontmatter___image___childrenMarkdownRemark___fileAbsolutePath",
+ frontmatter___image___childrenMarkdownRemark___html = "frontmatter___image___childrenMarkdownRemark___html",
+ frontmatter___image___childrenMarkdownRemark___htmlAst = "frontmatter___image___childrenMarkdownRemark___htmlAst",
+ frontmatter___image___childrenMarkdownRemark___excerptAst = "frontmatter___image___childrenMarkdownRemark___excerptAst",
+ frontmatter___image___childrenMarkdownRemark___headings = "frontmatter___image___childrenMarkdownRemark___headings",
+ frontmatter___image___childrenMarkdownRemark___timeToRead = "frontmatter___image___childrenMarkdownRemark___timeToRead",
+ frontmatter___image___childrenMarkdownRemark___tableOfContents = "frontmatter___image___childrenMarkdownRemark___tableOfContents",
+ frontmatter___image___childrenMarkdownRemark___children = "frontmatter___image___childrenMarkdownRemark___children",
+ frontmatter___image___childMarkdownRemark___id = "frontmatter___image___childMarkdownRemark___id",
+ frontmatter___image___childMarkdownRemark___excerpt = "frontmatter___image___childMarkdownRemark___excerpt",
+ frontmatter___image___childMarkdownRemark___rawMarkdownBody = "frontmatter___image___childMarkdownRemark___rawMarkdownBody",
+ frontmatter___image___childMarkdownRemark___fileAbsolutePath = "frontmatter___image___childMarkdownRemark___fileAbsolutePath",
+ frontmatter___image___childMarkdownRemark___html = "frontmatter___image___childMarkdownRemark___html",
+ frontmatter___image___childMarkdownRemark___htmlAst = "frontmatter___image___childMarkdownRemark___htmlAst",
+ frontmatter___image___childMarkdownRemark___excerptAst = "frontmatter___image___childMarkdownRemark___excerptAst",
+ frontmatter___image___childMarkdownRemark___headings = "frontmatter___image___childMarkdownRemark___headings",
+ frontmatter___image___childMarkdownRemark___timeToRead = "frontmatter___image___childMarkdownRemark___timeToRead",
+ frontmatter___image___childMarkdownRemark___tableOfContents = "frontmatter___image___childMarkdownRemark___tableOfContents",
+ frontmatter___image___childMarkdownRemark___children = "frontmatter___image___childMarkdownRemark___children",
+ frontmatter___image___childrenImageSharp = "frontmatter___image___childrenImageSharp",
+ frontmatter___image___childrenImageSharp___gatsbyImageData = "frontmatter___image___childrenImageSharp___gatsbyImageData",
+ frontmatter___image___childrenImageSharp___id = "frontmatter___image___childrenImageSharp___id",
+ frontmatter___image___childrenImageSharp___children = "frontmatter___image___childrenImageSharp___children",
+ frontmatter___image___childImageSharp___gatsbyImageData = "frontmatter___image___childImageSharp___gatsbyImageData",
+ frontmatter___image___childImageSharp___id = "frontmatter___image___childImageSharp___id",
+ frontmatter___image___childImageSharp___children = "frontmatter___image___childImageSharp___children",
+ frontmatter___image___id = "frontmatter___image___id",
+ frontmatter___image___parent___id = "frontmatter___image___parent___id",
+ frontmatter___image___parent___children = "frontmatter___image___parent___children",
+ frontmatter___image___children = "frontmatter___image___children",
+ frontmatter___image___children___id = "frontmatter___image___children___id",
+ frontmatter___image___children___children = "frontmatter___image___children___children",
+ frontmatter___image___internal___content = "frontmatter___image___internal___content",
+ frontmatter___image___internal___contentDigest = "frontmatter___image___internal___contentDigest",
+ frontmatter___image___internal___description = "frontmatter___image___internal___description",
+ frontmatter___image___internal___fieldOwners = "frontmatter___image___internal___fieldOwners",
+ frontmatter___image___internal___ignoreType = "frontmatter___image___internal___ignoreType",
+ frontmatter___image___internal___mediaType = "frontmatter___image___internal___mediaType",
+ frontmatter___image___internal___owner = "frontmatter___image___internal___owner",
+ frontmatter___image___internal___type = "frontmatter___image___internal___type",
excerpt = "excerpt",
rawMarkdownBody = "rawMarkdownBody",
fileAbsolutePath = "fileAbsolutePath",
@@ -1598,6 +2271,10 @@ export type MarkdownRemarkFilterInput = {
internal?: Maybe;
};
+export type MarkdownRemarkFilterListInput = {
+ elemMatch?: Maybe;
+};
+
export type MarkdownRemarkFrontmatter = {
__typename?: "MarkdownRemarkFrontmatter";
title?: Maybe;
@@ -1606,6 +2283,7 @@ export type MarkdownRemarkFrontmatter = {
tags?: Maybe>>;
color?: Maybe;
description?: Maybe;
+ image?: Maybe;
};
export type MarkdownRemarkFrontmatterdateArgs = {
@@ -1622,6 +2300,7 @@ export type MarkdownRemarkFrontmatterFilterInput = {
tags?: Maybe;
color?: Maybe;
description?: Maybe;
+ image?: Maybe;
};
export type MarkdownRemarkGroupConnection = {
@@ -1682,6 +2361,11 @@ export type PageInfo = {
totalCount: Scalars["Int"];
};
+export type PNGOptions = {
+ quality?: Maybe;
+ compressionSpeed?: Maybe;
+};
+
export type Potrace = {
turnPolicy?: Maybe;
turdSize?: Maybe;
@@ -1709,14 +2393,16 @@ export type Query = {
allFile: FileConnection;
directory?: Maybe;
allDirectory: DirectoryConnection;
- sitePage?: Maybe;
- allSitePage: SitePageConnection;
site?: Maybe;
allSite: SiteConnection;
+ sitePage?: Maybe;
+ allSitePage: SitePageConnection;
markdownRemark?: Maybe;
allMarkdownRemark: MarkdownRemarkConnection;
imageSharp?: Maybe;
allImageSharp: ImageSharpConnection;
+ gitRemote?: Maybe;
+ allGitRemote: GitRemoteConnection;
siteBuildMetadata?: Maybe;
allSiteBuildMetadata: SiteBuildMetadataConnection;
sitePlugin?: Maybe;
@@ -1757,13 +2443,16 @@ export type QueryfileArgs = {
birthtimeMs?: Maybe;
blksize?: Maybe;
blocks?: Maybe;
+ gitRemote?: Maybe;
publicURL?: Maybe;
+ childrenMarkdownRemark?: Maybe;
+ childMarkdownRemark?: Maybe;
+ childrenImageSharp?: Maybe;
childImageSharp?: Maybe;
id?: Maybe;
parent?: Maybe;
children?: Maybe;
internal?: Maybe;
- childMarkdownRemark?: Maybe;
};
export type QueryallFileArgs = {
@@ -1820,6 +2509,26 @@ export type QueryallDirectoryArgs = {
limit?: Maybe;
};
+export type QuerysiteArgs = {
+ buildTime?: Maybe;
+ siteMetadata?: Maybe;
+ port?: Maybe;
+ host?: Maybe;
+ polyfill?: Maybe;
+ pathPrefix?: Maybe;
+ id?: Maybe;
+ parent?: Maybe;
+ children?: Maybe;
+ internal?: Maybe;
+};
+
+export type QueryallSiteArgs = {
+ filter?: Maybe;
+ sort?: Maybe;
+ skip?: Maybe;
+ limit?: Maybe;
+};
+
export type QuerysitePageArgs = {
path?: Maybe;
component?: Maybe;
@@ -1844,26 +2553,6 @@ export type QueryallSitePageArgs = {
limit?: Maybe;
};
-export type QuerysiteArgs = {
- buildTime?: Maybe;
- siteMetadata?: Maybe;
- port?: Maybe;
- host?: Maybe;
- polyfill?: Maybe;
- pathPrefix?: Maybe;
- id?: Maybe;
- parent?: Maybe;
- children?: Maybe;
- internal?: Maybe;
-};
-
-export type QueryallSiteArgs = {
- filter?: Maybe;
- sort?: Maybe;
- skip?: Maybe;
- limit?: Maybe;
-};
-
export type QuerymarkdownRemarkArgs = {
id?: Maybe;
frontmatter?: Maybe;
@@ -1895,6 +2584,7 @@ export type QueryimageSharpArgs = {
resolutions?: Maybe;
fluid?: Maybe;
sizes?: Maybe;
+ gatsbyImageData?: Maybe;
original?: Maybe;
resize?: Maybe;
id?: Maybe;
@@ -1910,6 +2600,39 @@ export type QueryallImageSharpArgs = {
limit?: Maybe;
};
+export type QuerygitRemoteArgs = {
+ id?: Maybe;
+ parent?: Maybe;
+ children?: Maybe;
+ internal?: Maybe;
+ protocols?: Maybe;
+ protocol?: Maybe;
+ resource?: Maybe;
+ user?: Maybe;
+ pathname?: Maybe;
+ hash?: Maybe;
+ search?: Maybe;
+ href?: Maybe;
+ token?: Maybe;
+ source?: Maybe;
+ name?: Maybe;
+ owner?: Maybe;
+ ref?: Maybe;
+ filepathtype?: Maybe;
+ filepath?: Maybe;
+ organization?: Maybe;
+ full_name?: Maybe;
+ webLink?: Maybe;
+ sourceInstanceName?: Maybe;
+};
+
+export type QueryallGitRemoteArgs = {
+ filter?: Maybe;
+ sort?: Maybe;
+ skip?: Maybe;
+ limit?: Maybe;
+};
+
export type QuerysiteBuildMetadataArgs = {
id?: Maybe;
parent?: Maybe;
@@ -2155,8 +2878,8 @@ export type SiteEdge = {
export enum SiteFieldsEnum {
buildTime = "buildTime",
siteMetadata___title = "siteMetadata___title",
- siteMetadata___author = "siteMetadata___author",
siteMetadata___description = "siteMetadata___description",
+ siteMetadata___author = "siteMetadata___author",
siteMetadata___siteUrl = "siteMetadata___siteUrl",
siteMetadata___social___github = "siteMetadata___social___github",
siteMetadata___social___twitter = "siteMetadata___social___twitter",
@@ -2316,18 +3039,18 @@ export type SitePageConnectiongroupArgs = {
export type SitePageContext = {
__typename?: "SitePageContext";
tag?: Maybe