From dc2b753abcd22cbe286630c419190014e2ef3bed Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Tue, 26 Nov 2024 19:02:16 -0500 Subject: [PATCH] chore: remove legacy code (#1993) * Update legacy docs * Update legacy package documents links * Update edit path for legacy site * Remove legacy code * Revert "Update legacy package documents links" This reverts commit 4da6edc63ca57b50bb88ab23c6aa0a1977394524. * Revert package updates * Revert "Remove legacy code" This reverts commit d1870f32b2fc17b6b316803832b394f4d0283105. * Remove legacy code * Create package-lock.json * Remove legacy lockfile * Remove orphaned ignore --------- Co-authored-by: Alex Moon --- .github/workflows/build-legacy-docs.yml | 20 - .gitignore | 2 - DEVELOPMENT.md | 1 - .../next/getting-started/.env.local.sample | 5 - examples/next/getting-started/.eslintrc | 3 - examples/next/getting-started/.gitignore | 37 - examples/next/getting-started/README.md | 16 - examples/next/getting-started/gqty.config.js | 30 - examples/next/getting-started/next-env.d.ts | 5 - examples/next/getting-started/next.config.js | 6 - examples/next/getting-started/package.json | 42 - .../next/getting-started/public/favicon.ico | Bin 318 -> 0 bytes .../images/headless_hero_background.jpg | Bin 55123 -> 0 bytes .../next/getting-started/src/client/index.ts | 31 - .../src/client/schema.generated.ts | 20793 ---------------- .../getting-started/src/components/CTA.tsx | 41 - .../getting-started/src/components/Footer.tsx | 20 - .../getting-started/src/components/Header.tsx | 56 - .../src/components/Heading.tsx | 21 - .../getting-started/src/components/Hero.tsx | 55 - .../src/components/Pagination.tsx | 56 - .../getting-started/src/components/Posts.tsx | 68 - .../getting-started/src/components/index.ts | 8 - .../next/getting-started/src/faust.config.js | 15 - .../next/getting-started/src/pages/404.tsx | 31 - .../src/pages/[...pageUri].tsx | 64 - .../next/getting-started/src/pages/_app.tsx | 17 - .../getting-started/src/pages/_document.tsx | 17 - .../src/pages/api/faust/[[...route]].ts | 4 - .../[paginationTerm]/[categoryCursor].tsx | 27 - .../pages/category/[categorySlug]/index.tsx | 65 - .../getting-started/src/pages/custom-page.tsx | 50 - .../next/getting-started/src/pages/index.tsx | 188 - .../pages/posts/[postSlug]/[postCursor].tsx | 28 - .../src/pages/posts/[postSlug]/index.tsx | 64 - .../getting-started/src/pages/posts/index.tsx | 63 - .../getting-started/src/pages/preview.tsx | 32 - .../getting-started/src/scss/_typography.scss | 50 - .../getting-started/src/scss/_variables.scss | 16 - .../src/scss/components/CTA.module.scss | 43 - .../src/scss/components/Footer.module.scss | 26 - .../src/scss/components/Header.module.scss | 104 - .../src/scss/components/Hero.module.scss | 60 - .../src/scss/components/Posts.module.scss | 23 - .../next/getting-started/src/scss/main.scss | 80 - .../src/scss/pages/home.module.scss | 34 - .../src/scss/pages/posts.module.scss | 16 - examples/next/getting-started/tsconfig.json | 32 - internal/legacy.faustjs.org/.gitignore | 21 - internal/legacy.faustjs.org/README.md | 33 - internal/legacy.faustjs.org/babel.config.js | 3 - .../blog/2021-12-03-upgrading-to-faustwp.md | 36 - .../blog/2022-07-06-the-future-of-faust.md | 38 - .../blog/2022-07-20-sprint-14-update.md | 30 - .../blog/2022-08-03-sprint-15-update.md | 20 - .../blog/2022-08-16-sprint-16-update.md | 22 - .../blog/2022-08-31-sprint-17-update.md | 24 - .../blog/2022-09-14-sprint-18-update.md | 18 - .../blog/2022-09-30-sprint-19-update.md | 22 - .../blog/2022-10-12-sprint-20-update.md | 38 - .../blog/2022-10-26-sprint-21-update.md | 24 - .../docs/changelog/core.mdx | 16 - .../docs/changelog/faustwp.mdx | 16 - .../docs/changelog/next.mdx | 16 - .../docs/changelog/react.mdx | 16 - .../docs/core/reference/config.mdx | 102 - .../docs/faustwp/settings.mdx | 84 - .../docs/going-to-production/deployment.mdx | 46 - .../going-to-production/optimizations.mdx | 55 - .../legacy.faustjs.org/docs/gqty-intro.mdx | 81 - .../docs/next/getting-started.mdx | 115 - .../docs/next/guides/authentication.mdx | 253 - .../docs/next/guides/custom-post-types.mdx | 300 - .../docs/next/guides/fetching-data.mdx | 289 - .../docs/next/guides/handle-404s.mdx | 62 - .../docs/next/guides/logging-queries.mdx | 68 - .../next/guides/modifying-graphql-request.mdx | 48 - .../docs/next/guides/permalinks.mdx | 64 - .../docs/next/guides/post-page-previews.mdx | 164 - .../docs/next/guides/sitemaps.mdx | 232 - .../docs/next/guides/ssr-ssg.mdx | 257 - .../docs/next/guides/testing-with-jest.mdx | 228 - .../docs/next/reference/api-router.mdx | 81 - .../docs/next/reference/config.mdx | 28 - .../next/reference/expected-url-params.mdx | 93 - .../docs/next/reference/faust-provider.mdx | 71 - .../docs/next/reference/getClient.mdx | 208 - .../next/reference/getNextServerSideProps.mdx | 42 - .../next/reference/getNextStaticProps.mdx | 41 - .../reference/handle-sitemap-requests.mdx | 157 - .../docs/next/reference/hooks/gqty-hooks.mdx | 25 - .../docs/next/reference/hooks/hooks.mdx | 15 - .../docs/next/reference/hooks/useAuth.mdx | 90 - .../docs/next/reference/hooks/useLogin.mdx | 81 - .../docs/next/reference/hooks/useLogout.mdx | 46 - .../docs/next/reference/hooks/usePage.mdx | 61 - .../docs/next/reference/hooks/usePost.mdx | 63 - .../docs/next/reference/hooks/usePosts.mdx | 69 - .../docs/next/reference/hooks/usePreview.mdx | 48 - .../next/reference/hooks/usePreviewNode.mdx | 93 - .../docs/next/reference/is404.mdx | 29 - .../docs/next/reference/with-faust.mdx | 77 - .../docs/privacy-policy.mdx | 273 - .../legacy.faustjs.org/docs/release-notes.mdx | 224 - .../docs/support-channels.mdx | 32 - .../docs/tutorial/basic-headless-site.mdx | 125 - .../docs/tutorial/dev-env-setup.mdx | 130 - .../docs/tutorial/first-react-component.mdx | 185 - .../docs/tutorial/nextjs-intro.mdx | 93 - .../docs/tutorial/querying-data.mdx | 133 - .../docs/tutorial/setup-faustjs.mdx | 264 - .../legacy.faustjs.org/docusaurus.config.js | 169 - internal/legacy.faustjs.org/package-lock.json | 14872 ----------- internal/legacy.faustjs.org/package.json | 52 - .../scripts/downloadChangelogs.js | 47 - internal/legacy.faustjs.org/sidebars.js | 289 - .../components/Features/HomepageFeatures.js | 107 - .../Features/HomepageFeatures.module.css | 36 - .../GetStarted/HomepageGetStarted.js | 41 - .../GetStarted/HomepageGetStarted.module.css | 17 - .../legacy.faustjs.org/src/css/custom.css | 105 - .../src/mdx/base-url-notice.mdx | 5 - .../legacy.faustjs.org/src/pages/index.js | 74 - .../src/pages/index.module.css | 29 - internal/legacy.faustjs.org/static/.nojekyll | 0 .../static/docs/img/auth-local-flow.png | Bin 137453 -> 0 bytes .../static/docs/img/auth-redirect-flow.png | Bin 205497 -> 0 bytes .../img/content-modeler-add-team-member.png | Bin 125291 -> 0 bytes .../static/docs/img/empty-content-modeler.png | Bin 45119 -> 0 bytes .../img/first-react-component-next-page.png | Bin 8651 -> 0 bytes .../docs/img/first-react-component-result.png | Bin 22573 -> 0 bytes .../docs/img/frontend-site-url-settings.png | Bin 59655 -> 0 bytes .../static/docs/img/headless-admin-secret.png | Bin 116768 -> 0 bytes .../static/docs/img/localwp-create-site.png | Bin 23239 -> 0 bytes .../docs/img/localwp-site-created-preview.png | Bin 44686 -> 0 bytes .../static/docs/img/localwp-site-created.png | Bin 58117 -> 0 bytes .../static/docs/img/logo-with-background.jpg | Bin 6078 -> 0 bytes .../img/nextjs-empty-team-members-page.png | Bin 15397 -> 0 bytes .../static/docs/img/nextjs-team-page.png | Bin 134083 -> 0 bytes .../static/docs/img/permalinks.png | Bin 228394 -> 0 bytes .../static/docs/img/post-preview-frontend.png | Bin 18174 -> 0 bytes .../static/docs/img/post-preview.png | Bin 32965 -> 0 bytes .../team-members-content-modeler-fields.png | Bin 63862 -> 0 bytes .../docs/img/team-members-content-modeler.png | Bin 42914 -> 0 bytes .../static/docs/img/telemetry-cli-prompt.png | Bin 311744 -> 0 bytes .../docs/img/tutorial-querying-data-posts.png | Bin 10708 -> 0 bytes .../img/tutorial-querying-data-useQuery.png | Bin 13679 -> 0 bytes .../static/docs/img/useQuery-typed.png | Bin 78154 -> 0 bytes .../docs/img/wpgraphql-introspection.png | Bin 102487 -> 0 bytes .../next/getting-started-next-example.mp4 | Bin 294047 -> 0 bytes .../video/next/local-auth-flow-previews.mp4 | Bin 291158 -> 0 bytes .../legacy.faustjs.org/static/img/favicon.ico | Bin 15086 -> 0 bytes .../legacy.faustjs.org/static/img/logo.svg | 1 - package.json | 16 +- packages/core/.eslintignore | 6 - packages/core/.gitignore | 5 - packages/core/.npmignore | 13 - packages/core/.prettierignore | 3 - packages/core/CHANGELOG.md | 163 - packages/core/LICENSE | 19 - packages/core/README.md | 28 - packages/core/api.d.ts | 1 - packages/core/auth.d.ts | 1 - packages/core/client.d.ts | 1 - packages/core/config.d.ts | 1 - packages/core/gqty.config.js | 16 - packages/core/jest.config.js | 34 - packages/core/jest.setup.ts | 1 - packages/core/package.json | 89 - packages/core/src/auth/authorize.ts | 63 - packages/core/src/auth/client/accessToken.ts | 182 - packages/core/src/auth/index.ts | 2 - packages/core/src/config/config.ts | 192 - packages/core/src/config/index.ts | 7 - packages/core/src/export/api.ts | 1 - packages/core/src/export/auth.ts | 1 - packages/core/src/export/client.ts | 1 - packages/core/src/export/config.ts | 1 - packages/core/src/export/index.ts | 8 - packages/core/src/export/utils.ts | 1 - packages/core/src/gqty/index.ts | 229 - packages/core/src/gqty/schema.generated.ts | 113 - packages/core/src/server/auth/cookie.ts | 76 - packages/core/src/server/auth/middleware.ts | 117 - packages/core/src/server/auth/token.ts | 126 - packages/core/src/server/index.ts | 3 - packages/core/src/server/router/index.ts | 51 - packages/core/src/utils/assert.ts | 67 - packages/core/src/utils/convert.ts | 222 - packages/core/src/utils/index.ts | 3 - packages/core/src/utils/log.ts | 10 - packages/core/test/auth/authorize.test.ts | 81 - .../core/test/auth/client/accessToken.test.ts | 184 - packages/core/test/config/config.test.ts | 139 - .../core/test/server/auth/middleware.test.ts | 174 - .../core/test/server/router/router.test.ts | 142 - packages/core/test/tsconfig.json | 22 - packages/core/test/utils/assert.test.ts | 52 - packages/core/test/utils/convert.test.ts | 156 - packages/core/tsconfig-cjs.json | 9 - packages/core/tsconfig.json | 11 - packages/core/utils.d.ts | 1 - packages/headless/README.md | 5 - packages/next/.eslintignore | 7 - packages/next/.gitignore | 5 - packages/next/.npmignore | 12 - packages/next/.prettierignore | 2 - packages/next/CHANGELOG.md | 379 - packages/next/LICENSE | 19 - packages/next/README.md | 28 - packages/next/client.d.ts | 1 - packages/next/components.d.ts | 1 - packages/next/config.d.ts | 1 - packages/next/jest.config.js | 34 - packages/next/jest.setup.ts | 25 - packages/next/log.d.ts | 1 - packages/next/middleware.d.ts | 1 - packages/next/package.json | 112 - packages/next/server.d.ts | 1 - .../next/src/components/FaustProvider.tsx | 51 - packages/next/src/components/index.ts | 1 - packages/next/src/config/config.ts | 17 - packages/next/src/config/index.ts | 2 - packages/next/src/config/withFaust.ts | 81 - packages/next/src/export/client.ts | 1 - packages/next/src/export/components.ts | 1 - packages/next/src/export/config.ts | 1 - packages/next/src/export/index.ts | 13 - packages/next/src/export/log.ts | 1 - packages/next/src/export/middleware.ts | 1 - packages/next/src/export/server.ts | 1 - packages/next/src/export/utils.ts | 1 - packages/next/src/gqty/client.ts | 180 - packages/next/src/gqty/hooks/index.ts | 226 - packages/next/src/gqty/hooks/useAuth.ts | 124 - packages/next/src/gqty/hooks/useCategory.ts | 46 - .../src/gqty/hooks/useCheckFaustContext.ts | 17 - .../next/src/gqty/hooks/useHydrateCache.ts | 38 - packages/next/src/gqty/hooks/useLazyQuery.ts | 21 - packages/next/src/gqty/hooks/useLogin.ts | 114 - packages/next/src/gqty/hooks/useLogout.ts | 56 - packages/next/src/gqty/hooks/useMutation.ts | 21 - packages/next/src/gqty/hooks/usePage.ts | 46 - .../next/src/gqty/hooks/usePaginatedQuery.ts | 21 - packages/next/src/gqty/hooks/usePost.ts | 52 - packages/next/src/gqty/hooks/usePosts.ts | 29 - packages/next/src/gqty/hooks/usePreview.ts | 71 - .../next/src/gqty/hooks/usePreviewNode.ts | 104 - packages/next/src/gqty/hooks/useQuery.ts | 21 - .../next/src/gqty/hooks/useSubscription.ts | 22 - .../src/gqty/hooks/useTransactionQuery.ts | 21 - packages/next/src/gqty/index.ts | 2 - packages/next/src/log/index.ts | 1 - packages/next/src/log/log.ts | 32 - packages/next/src/middleware/index.ts | 1 - .../src/middleware/sitemaps/createSitemaps.ts | 383 - .../sitemaps/handleSitemapRequests.ts | 257 - .../src/middleware/sitemaps/sitemapUtils.ts | 189 - packages/next/src/server/getProps.tsx | 271 - packages/next/src/server/getSitemapProps.tsx | 81 - packages/next/src/server/index.ts | 2 - packages/next/src/utils/assert.ts | 44 - packages/next/src/utils/index.ts | 1 - packages/next/test/config.test.ts | 20 - packages/next/test/getProps.test.tsx | 308 - .../__snapshots__/createSitemaps.test.ts.snap | 7 - .../__snapshots__/sitemapUtils.test.ts.snap | 60 - .../sitemaps/createSitemaps.test.ts | 612 - .../sitemaps/handleSitemapRequests.test.ts | 417 - .../middleware/sitemaps/sitemapUtils.test.ts | 76 - packages/next/test/tsconfig.json | 23 - .../next/test/useCheckFaustContext.test.tsx | 22 - packages/next/test/withFaust.test.ts | 158 - packages/next/tsconfig-cjs.json | 9 - packages/next/tsconfig.json | 12 - packages/next/utils.d.ts | 1 - packages/react/.eslintignore | 7 - packages/react/.gitignore | 5 - packages/react/.npmignore | 12 - packages/react/.prettierignore | 2 - packages/react/CHANGELOG.md | 145 - packages/react/LICENSE | 19 - packages/react/README.md | 28 - packages/react/jest.config.js | 32 - packages/react/jest.setup.ts | 1 - packages/react/package.json | 73 - packages/react/src/client.ts | 138 - packages/react/src/index.ts | 1 - packages/react/test/tsconfig.json | 23 - packages/react/tsconfig-cjs.json | 9 - packages/react/tsconfig.json | 12 - sonar-project.properties | 2 +- 292 files changed, 5 insertions(+), 52400 deletions(-) delete mode 100644 .github/workflows/build-legacy-docs.yml delete mode 100644 examples/next/getting-started/.env.local.sample delete mode 100644 examples/next/getting-started/.eslintrc delete mode 100644 examples/next/getting-started/.gitignore delete mode 100644 examples/next/getting-started/README.md delete mode 100644 examples/next/getting-started/gqty.config.js delete mode 100644 examples/next/getting-started/next-env.d.ts delete mode 100644 examples/next/getting-started/next.config.js delete mode 100644 examples/next/getting-started/package.json delete mode 100644 examples/next/getting-started/public/favicon.ico delete mode 100644 examples/next/getting-started/public/images/headless_hero_background.jpg delete mode 100644 examples/next/getting-started/src/client/index.ts delete mode 100644 examples/next/getting-started/src/client/schema.generated.ts delete mode 100644 examples/next/getting-started/src/components/CTA.tsx delete mode 100644 examples/next/getting-started/src/components/Footer.tsx delete mode 100644 examples/next/getting-started/src/components/Header.tsx delete mode 100644 examples/next/getting-started/src/components/Heading.tsx delete mode 100644 examples/next/getting-started/src/components/Hero.tsx delete mode 100644 examples/next/getting-started/src/components/Pagination.tsx delete mode 100644 examples/next/getting-started/src/components/Posts.tsx delete mode 100644 examples/next/getting-started/src/components/index.ts delete mode 100644 examples/next/getting-started/src/faust.config.js delete mode 100644 examples/next/getting-started/src/pages/404.tsx delete mode 100644 examples/next/getting-started/src/pages/[...pageUri].tsx delete mode 100644 examples/next/getting-started/src/pages/_app.tsx delete mode 100644 examples/next/getting-started/src/pages/_document.tsx delete mode 100644 examples/next/getting-started/src/pages/api/faust/[[...route]].ts delete mode 100644 examples/next/getting-started/src/pages/category/[categorySlug]/[paginationTerm]/[categoryCursor].tsx delete mode 100644 examples/next/getting-started/src/pages/category/[categorySlug]/index.tsx delete mode 100644 examples/next/getting-started/src/pages/custom-page.tsx delete mode 100644 examples/next/getting-started/src/pages/index.tsx delete mode 100644 examples/next/getting-started/src/pages/posts/[postSlug]/[postCursor].tsx delete mode 100644 examples/next/getting-started/src/pages/posts/[postSlug]/index.tsx delete mode 100644 examples/next/getting-started/src/pages/posts/index.tsx delete mode 100644 examples/next/getting-started/src/pages/preview.tsx delete mode 100644 examples/next/getting-started/src/scss/_typography.scss delete mode 100644 examples/next/getting-started/src/scss/_variables.scss delete mode 100644 examples/next/getting-started/src/scss/components/CTA.module.scss delete mode 100644 examples/next/getting-started/src/scss/components/Footer.module.scss delete mode 100644 examples/next/getting-started/src/scss/components/Header.module.scss delete mode 100644 examples/next/getting-started/src/scss/components/Hero.module.scss delete mode 100644 examples/next/getting-started/src/scss/components/Posts.module.scss delete mode 100644 examples/next/getting-started/src/scss/main.scss delete mode 100644 examples/next/getting-started/src/scss/pages/home.module.scss delete mode 100644 examples/next/getting-started/src/scss/pages/posts.module.scss delete mode 100644 examples/next/getting-started/tsconfig.json delete mode 100644 internal/legacy.faustjs.org/.gitignore delete mode 100644 internal/legacy.faustjs.org/README.md delete mode 100644 internal/legacy.faustjs.org/babel.config.js delete mode 100644 internal/legacy.faustjs.org/blog/2021-12-03-upgrading-to-faustwp.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-07-06-the-future-of-faust.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-07-20-sprint-14-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-08-03-sprint-15-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-08-16-sprint-16-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-08-31-sprint-17-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-09-14-sprint-18-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-09-30-sprint-19-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-10-12-sprint-20-update.md delete mode 100644 internal/legacy.faustjs.org/blog/2022-10-26-sprint-21-update.md delete mode 100644 internal/legacy.faustjs.org/docs/changelog/core.mdx delete mode 100644 internal/legacy.faustjs.org/docs/changelog/faustwp.mdx delete mode 100644 internal/legacy.faustjs.org/docs/changelog/next.mdx delete mode 100644 internal/legacy.faustjs.org/docs/changelog/react.mdx delete mode 100644 internal/legacy.faustjs.org/docs/core/reference/config.mdx delete mode 100644 internal/legacy.faustjs.org/docs/faustwp/settings.mdx delete mode 100644 internal/legacy.faustjs.org/docs/going-to-production/deployment.mdx delete mode 100644 internal/legacy.faustjs.org/docs/going-to-production/optimizations.mdx delete mode 100644 internal/legacy.faustjs.org/docs/gqty-intro.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/getting-started.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/authentication.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/custom-post-types.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/fetching-data.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/handle-404s.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/logging-queries.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/modifying-graphql-request.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/permalinks.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/post-page-previews.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/sitemaps.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/ssr-ssg.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/guides/testing-with-jest.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/api-router.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/config.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/expected-url-params.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/faust-provider.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/getClient.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/getNextServerSideProps.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/getNextStaticProps.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/handle-sitemap-requests.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/gqty-hooks.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/hooks.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/useAuth.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/useLogin.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/useLogout.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/usePage.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/usePost.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/usePosts.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/usePreview.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/hooks/usePreviewNode.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/is404.mdx delete mode 100644 internal/legacy.faustjs.org/docs/next/reference/with-faust.mdx delete mode 100644 internal/legacy.faustjs.org/docs/privacy-policy.mdx delete mode 100644 internal/legacy.faustjs.org/docs/release-notes.mdx delete mode 100644 internal/legacy.faustjs.org/docs/support-channels.mdx delete mode 100644 internal/legacy.faustjs.org/docs/tutorial/basic-headless-site.mdx delete mode 100644 internal/legacy.faustjs.org/docs/tutorial/dev-env-setup.mdx delete mode 100644 internal/legacy.faustjs.org/docs/tutorial/first-react-component.mdx delete mode 100644 internal/legacy.faustjs.org/docs/tutorial/nextjs-intro.mdx delete mode 100644 internal/legacy.faustjs.org/docs/tutorial/querying-data.mdx delete mode 100644 internal/legacy.faustjs.org/docs/tutorial/setup-faustjs.mdx delete mode 100644 internal/legacy.faustjs.org/docusaurus.config.js delete mode 100644 internal/legacy.faustjs.org/package-lock.json delete mode 100644 internal/legacy.faustjs.org/package.json delete mode 100644 internal/legacy.faustjs.org/scripts/downloadChangelogs.js delete mode 100644 internal/legacy.faustjs.org/sidebars.js delete mode 100644 internal/legacy.faustjs.org/src/components/Features/HomepageFeatures.js delete mode 100644 internal/legacy.faustjs.org/src/components/Features/HomepageFeatures.module.css delete mode 100644 internal/legacy.faustjs.org/src/components/GetStarted/HomepageGetStarted.js delete mode 100644 internal/legacy.faustjs.org/src/components/GetStarted/HomepageGetStarted.module.css delete mode 100644 internal/legacy.faustjs.org/src/css/custom.css delete mode 100644 internal/legacy.faustjs.org/src/mdx/base-url-notice.mdx delete mode 100644 internal/legacy.faustjs.org/src/pages/index.js delete mode 100644 internal/legacy.faustjs.org/src/pages/index.module.css delete mode 100644 internal/legacy.faustjs.org/static/.nojekyll delete mode 100644 internal/legacy.faustjs.org/static/docs/img/auth-local-flow.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/auth-redirect-flow.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/content-modeler-add-team-member.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/empty-content-modeler.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/first-react-component-next-page.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/first-react-component-result.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/frontend-site-url-settings.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/headless-admin-secret.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/localwp-create-site.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/localwp-site-created-preview.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/localwp-site-created.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/logo-with-background.jpg delete mode 100644 internal/legacy.faustjs.org/static/docs/img/nextjs-empty-team-members-page.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/nextjs-team-page.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/permalinks.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/post-preview-frontend.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/post-preview.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/team-members-content-modeler-fields.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/team-members-content-modeler.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/telemetry-cli-prompt.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/tutorial-querying-data-posts.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/tutorial-querying-data-useQuery.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/useQuery-typed.png delete mode 100644 internal/legacy.faustjs.org/static/docs/img/wpgraphql-introspection.png delete mode 100644 internal/legacy.faustjs.org/static/docs/video/next/getting-started-next-example.mp4 delete mode 100644 internal/legacy.faustjs.org/static/docs/video/next/local-auth-flow-previews.mp4 delete mode 100644 internal/legacy.faustjs.org/static/img/favicon.ico delete mode 100644 internal/legacy.faustjs.org/static/img/logo.svg delete mode 100644 packages/core/.eslintignore delete mode 100644 packages/core/.gitignore delete mode 100644 packages/core/.npmignore delete mode 100644 packages/core/.prettierignore delete mode 100644 packages/core/CHANGELOG.md delete mode 100644 packages/core/LICENSE delete mode 100644 packages/core/README.md delete mode 100644 packages/core/api.d.ts delete mode 100644 packages/core/auth.d.ts delete mode 100644 packages/core/client.d.ts delete mode 100644 packages/core/config.d.ts delete mode 100644 packages/core/gqty.config.js delete mode 100644 packages/core/jest.config.js delete mode 100644 packages/core/jest.setup.ts delete mode 100644 packages/core/package.json delete mode 100644 packages/core/src/auth/authorize.ts delete mode 100644 packages/core/src/auth/client/accessToken.ts delete mode 100644 packages/core/src/auth/index.ts delete mode 100644 packages/core/src/config/config.ts delete mode 100644 packages/core/src/config/index.ts delete mode 100644 packages/core/src/export/api.ts delete mode 100644 packages/core/src/export/auth.ts delete mode 100644 packages/core/src/export/client.ts delete mode 100644 packages/core/src/export/config.ts delete mode 100644 packages/core/src/export/index.ts delete mode 100644 packages/core/src/export/utils.ts delete mode 100644 packages/core/src/gqty/index.ts delete mode 100644 packages/core/src/gqty/schema.generated.ts delete mode 100644 packages/core/src/server/auth/cookie.ts delete mode 100644 packages/core/src/server/auth/middleware.ts delete mode 100644 packages/core/src/server/auth/token.ts delete mode 100644 packages/core/src/server/index.ts delete mode 100644 packages/core/src/server/router/index.ts delete mode 100644 packages/core/src/utils/assert.ts delete mode 100644 packages/core/src/utils/convert.ts delete mode 100644 packages/core/src/utils/index.ts delete mode 100644 packages/core/src/utils/log.ts delete mode 100644 packages/core/test/auth/authorize.test.ts delete mode 100644 packages/core/test/auth/client/accessToken.test.ts delete mode 100644 packages/core/test/config/config.test.ts delete mode 100644 packages/core/test/server/auth/middleware.test.ts delete mode 100644 packages/core/test/server/router/router.test.ts delete mode 100644 packages/core/test/tsconfig.json delete mode 100644 packages/core/test/utils/assert.test.ts delete mode 100644 packages/core/test/utils/convert.test.ts delete mode 100644 packages/core/tsconfig-cjs.json delete mode 100644 packages/core/tsconfig.json delete mode 100644 packages/core/utils.d.ts delete mode 100644 packages/headless/README.md delete mode 100644 packages/next/.eslintignore delete mode 100644 packages/next/.gitignore delete mode 100644 packages/next/.npmignore delete mode 100644 packages/next/.prettierignore delete mode 100644 packages/next/CHANGELOG.md delete mode 100644 packages/next/LICENSE delete mode 100644 packages/next/README.md delete mode 100644 packages/next/client.d.ts delete mode 100644 packages/next/components.d.ts delete mode 100644 packages/next/config.d.ts delete mode 100644 packages/next/jest.config.js delete mode 100644 packages/next/jest.setup.ts delete mode 100644 packages/next/log.d.ts delete mode 100644 packages/next/middleware.d.ts delete mode 100644 packages/next/package.json delete mode 100644 packages/next/server.d.ts delete mode 100644 packages/next/src/components/FaustProvider.tsx delete mode 100644 packages/next/src/components/index.ts delete mode 100644 packages/next/src/config/config.ts delete mode 100644 packages/next/src/config/index.ts delete mode 100644 packages/next/src/config/withFaust.ts delete mode 100644 packages/next/src/export/client.ts delete mode 100644 packages/next/src/export/components.ts delete mode 100644 packages/next/src/export/config.ts delete mode 100644 packages/next/src/export/index.ts delete mode 100644 packages/next/src/export/log.ts delete mode 100644 packages/next/src/export/middleware.ts delete mode 100644 packages/next/src/export/server.ts delete mode 100644 packages/next/src/export/utils.ts delete mode 100644 packages/next/src/gqty/client.ts delete mode 100644 packages/next/src/gqty/hooks/index.ts delete mode 100644 packages/next/src/gqty/hooks/useAuth.ts delete mode 100644 packages/next/src/gqty/hooks/useCategory.ts delete mode 100644 packages/next/src/gqty/hooks/useCheckFaustContext.ts delete mode 100644 packages/next/src/gqty/hooks/useHydrateCache.ts delete mode 100644 packages/next/src/gqty/hooks/useLazyQuery.ts delete mode 100644 packages/next/src/gqty/hooks/useLogin.ts delete mode 100644 packages/next/src/gqty/hooks/useLogout.ts delete mode 100644 packages/next/src/gqty/hooks/useMutation.ts delete mode 100644 packages/next/src/gqty/hooks/usePage.ts delete mode 100644 packages/next/src/gqty/hooks/usePaginatedQuery.ts delete mode 100644 packages/next/src/gqty/hooks/usePost.ts delete mode 100644 packages/next/src/gqty/hooks/usePosts.ts delete mode 100644 packages/next/src/gqty/hooks/usePreview.ts delete mode 100644 packages/next/src/gqty/hooks/usePreviewNode.ts delete mode 100644 packages/next/src/gqty/hooks/useQuery.ts delete mode 100644 packages/next/src/gqty/hooks/useSubscription.ts delete mode 100644 packages/next/src/gqty/hooks/useTransactionQuery.ts delete mode 100644 packages/next/src/gqty/index.ts delete mode 100644 packages/next/src/log/index.ts delete mode 100644 packages/next/src/log/log.ts delete mode 100644 packages/next/src/middleware/index.ts delete mode 100644 packages/next/src/middleware/sitemaps/createSitemaps.ts delete mode 100644 packages/next/src/middleware/sitemaps/handleSitemapRequests.ts delete mode 100644 packages/next/src/middleware/sitemaps/sitemapUtils.ts delete mode 100644 packages/next/src/server/getProps.tsx delete mode 100644 packages/next/src/server/getSitemapProps.tsx delete mode 100644 packages/next/src/server/index.ts delete mode 100644 packages/next/src/utils/assert.ts delete mode 100644 packages/next/src/utils/index.ts delete mode 100644 packages/next/test/config.test.ts delete mode 100644 packages/next/test/getProps.test.tsx delete mode 100644 packages/next/test/middleware/sitemaps/__snapshots__/createSitemaps.test.ts.snap delete mode 100644 packages/next/test/middleware/sitemaps/__snapshots__/sitemapUtils.test.ts.snap delete mode 100644 packages/next/test/middleware/sitemaps/createSitemaps.test.ts delete mode 100644 packages/next/test/middleware/sitemaps/handleSitemapRequests.test.ts delete mode 100644 packages/next/test/middleware/sitemaps/sitemapUtils.test.ts delete mode 100644 packages/next/test/tsconfig.json delete mode 100644 packages/next/test/useCheckFaustContext.test.tsx delete mode 100644 packages/next/test/withFaust.test.ts delete mode 100644 packages/next/tsconfig-cjs.json delete mode 100644 packages/next/tsconfig.json delete mode 100644 packages/next/utils.d.ts delete mode 100644 packages/react/.eslintignore delete mode 100644 packages/react/.gitignore delete mode 100644 packages/react/.npmignore delete mode 100644 packages/react/.prettierignore delete mode 100644 packages/react/CHANGELOG.md delete mode 100644 packages/react/LICENSE delete mode 100644 packages/react/README.md delete mode 100644 packages/react/jest.config.js delete mode 100644 packages/react/jest.setup.ts delete mode 100644 packages/react/package.json delete mode 100644 packages/react/src/client.ts delete mode 100644 packages/react/src/index.ts delete mode 100644 packages/react/test/tsconfig.json delete mode 100644 packages/react/tsconfig-cjs.json delete mode 100644 packages/react/tsconfig.json diff --git a/.github/workflows/build-legacy-docs.yml b/.github/workflows/build-legacy-docs.yml deleted file mode 100644 index 22924f369..000000000 --- a/.github/workflows/build-legacy-docs.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Build Legacy Docs Site - -on: - pull_request: - paths: - - 'internal/legacy.faustjs.org/**' - -jobs: - build_legacy_docs: - runs-on: ubuntu-latest - defaults: - run: - working-directory: ./internal/legacy.faustjs.org - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: '18' - - run: npm ci - - run: npm run build diff --git a/.gitignore b/.gitignore index b2d4a139c..0ecd42389 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,7 @@ process.yml .env .env.* !.env.local.sample -.docusaurus build/ -examples/next/getting-started/package-lock.json faustjs.code-workspace # Ignore the WordPress source where used by various development environments diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b1660e88d..8dc6c5571 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,6 @@ There are many ways to [contribute](/CONTRIBUTING.md) to this project. ## Project Structure -- `/internal/legacy.faustjs.org` - legacy faustjs documentation site - `/packages` - NPM packages - `/examples` - Example projects - `/plugins` - WordPress Plugins diff --git a/examples/next/getting-started/.env.local.sample b/examples/next/getting-started/.env.local.sample deleted file mode 100644 index d2b613710..000000000 --- a/examples/next/getting-started/.env.local.sample +++ /dev/null @@ -1,5 +0,0 @@ -# Your WordPress site URL -NEXT_PUBLIC_WORDPRESS_URL=https://headlessfw.wpengine.com - -# Plugin secret found in WordPress Settings->Headless -FAUSTWP_SECRET_KEY=YOUR_PLUGIN_SECRET diff --git a/examples/next/getting-started/.eslintrc b/examples/next/getting-started/.eslintrc deleted file mode 100644 index 15b1ed91a..000000000 --- a/examples/next/getting-started/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "next" -} diff --git a/examples/next/getting-started/.gitignore b/examples/next/getting-started/.gitignore deleted file mode 100644 index b886ae8b4..000000000 --- a/examples/next/getting-started/.gitignore +++ /dev/null @@ -1,37 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# dotenv files -.env -.env.test -.env.production -.env.local -.env.development.local -.env.test.local -.env.production.local - -# vercel -.vercel diff --git a/examples/next/getting-started/README.md b/examples/next/getting-started/README.md deleted file mode 100644 index c35fe2ec6..000000000 --- a/examples/next/getting-started/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Next.js Headless WordPress Getting Started Example - -⚠️ TRY THE NEW FAUST: This Example project uses the old version of Faust. We will only be providing ongoing support for critical bugs and vulnerabilities with this version. If you intended to use the new version of Faust, please follow this [getting started guide](https://faustjs.org/docs/getting-started). Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js. - -## Setup - -See the [setup steps](https://github.com/wpengine/faustjs#quick-start). - -## Run it - -```bash -npm install -npm run dev -``` - -[http://localhost:3000]() diff --git a/examples/next/getting-started/gqty.config.js b/examples/next/getting-started/gqty.config.js deleted file mode 100644 index 7f253230d..000000000 --- a/examples/next/getting-started/gqty.config.js +++ /dev/null @@ -1,30 +0,0 @@ -require('dotenv-flow').config(); - -/** - * @type {import("@gqty/cli").GQtyConfig} - */ -const config = { - react: false, - scalarTypes: { DateTime: 'string' }, - introspection: { - endpoint: `${process.env.NEXT_PUBLIC_WORDPRESS_URL}/graphql`, - headers: {}, - }, - destination: './src/client/index.ts', - subscriptions: false, - javascriptOutput: false, -}; - -console.log(`Using "${config.introspection.endpoint}" to generate schema...`); -console.log( - '**********************************************************************', -); -console.log(`* ✨ There is a new version of Faust ✨. * -* If you are still using the this version, and you wish to migrate, * -* take a look at our migration guide at * -* https://faustjs.org/docs/migrationPath/overview *`); -console.log( - '**********************************************************************', -); - -module.exports = config; diff --git a/examples/next/getting-started/next-env.d.ts b/examples/next/getting-started/next-env.d.ts deleted file mode 100644 index 4f11a03dc..000000000 --- a/examples/next/getting-started/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/examples/next/getting-started/next.config.js b/examples/next/getting-started/next.config.js deleted file mode 100644 index 85e4a431c..000000000 --- a/examples/next/getting-started/next.config.js +++ /dev/null @@ -1,6 +0,0 @@ -const { withFaust } = require('@faustjs/next'); - -/** - * @type {import('next').NextConfig} - **/ -module.exports = withFaust(); diff --git a/examples/next/getting-started/package.json b/examples/next/getting-started/package.json deleted file mode 100644 index ca6c07f21..000000000 --- a/examples/next/getting-started/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@faustjs/next-headless-getting-started", - "version": "0.1.0", - "private": true, - "engines": { - "node": ">=14.0.0", - "npm": ">=6.0.0" - }, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "clean": "rimraf .next node_modules", - "lint": "next lint", - "generate": "gqty generate", - "wpe-build": "next build" - }, - "dependencies": { - "@faustjs/core": "^0.15.13", - "@faustjs/next": "^0.16.0", - "next": "^12.3.4", - "normalize.css": "^8.0.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "sass": "^1.54.0", - "sharp": "^0.32.6" - }, - "devDependencies": { - "@gqty/cli": "^3.1.0", - "@types/node": "^17.0.17", - "@types/react": "^17.0.34", - "@types/react-dom": "^17.0.11", - "dotenv-flow": "3.2.0", - "eslint": "^8.4.1", - "eslint-config-next": "^12.0.7", - "rimraf": "^3.0.2", - "typescript": "^4.5.2" - }, - "overrides": { - "postcss": "^8.4.31" - } -} diff --git a/examples/next/getting-started/public/favicon.ico b/examples/next/getting-started/public/favicon.ico deleted file mode 100644 index 851e88c437d6b25c0121f21c1658348488079e73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 318 zcmbtOF%p0<2n%=49xTos`vjlo`<#7{3229|r6fS$as`af-N_re0SACiIME2{iYvKD sJH^Sv=iX~rU<*W8ICH8nio?0uypx{!Ro=w^EokMOXFp2mKMWU}7mmRPYybcN diff --git a/examples/next/getting-started/public/images/headless_hero_background.jpg b/examples/next/getting-started/public/images/headless_hero_background.jpg deleted file mode 100644 index 4248eb22a223c6a34898fd9bae9f49a7cf735642..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 55123 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 E+50YWbpQYW diff --git a/examples/next/getting-started/src/client/index.ts b/examples/next/getting-started/src/client/index.ts deleted file mode 100644 index b8a67429b..000000000 --- a/examples/next/getting-started/src/client/index.ts +++ /dev/null @@ -1,31 +0,0 @@ -/** - * GQTY: You can safely modify this file and Query Fetcher based on your needs - */ -import type { IncomingMessage } from 'http'; -import { getClient } from '@faustjs/next'; -import { - generatedSchema, - scalarsEnumsHash, - GeneratedSchema, - SchemaObjectTypes, - SchemaObjectTypesNames, -} from './schema.generated'; - -export const client = getClient< - GeneratedSchema, - SchemaObjectTypesNames, - SchemaObjectTypes ->({ - schema: generatedSchema, - scalarsEnumsHash, -}); - -export function serverClient(req: IncomingMessage) { - return getClient({ - schema: generatedSchema, - scalarsEnumsHash, - context: req, - }); -} - -export * from './schema.generated'; diff --git a/examples/next/getting-started/src/client/schema.generated.ts b/examples/next/getting-started/src/client/schema.generated.ts deleted file mode 100644 index 7badff6ad..000000000 --- a/examples/next/getting-started/src/client/schema.generated.ts +++ /dev/null @@ -1,20793 +0,0 @@ -/** - * GQTY AUTO-GENERATED CODE: PLEASE DO NOT MODIFY MANUALLY - */ - -import { SchemaUnionsKey } from 'gqty'; - -export type Maybe = T | null; -export type InputMaybe = Maybe; -export type Exact = { - [K in keyof T]: T[K]; -}; -export type MakeOptional = Omit & { - [SubKey in K]?: Maybe; -}; -export type MakeMaybe = Omit & { - [SubKey in K]: Maybe; -}; -/** All built-in and custom scalars, mapped to their actual values */ -export interface Scalars { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; -} - -/** What rating to display avatars up to. Accepts 'G', 'PG', 'R', 'X', and are judged in that order. Default is the value of the 'avatar_rating' option */ -export enum AvatarRatingEnum { - /** Indicates a G level avatar rating level. */ - G = 'G', - /** Indicates a PG level avatar rating level. */ - PG = 'PG', - /** Indicates an R level avatar rating level. */ - R = 'R', - /** Indicates an X level avatar rating level. */ - X = 'X', -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum CategoryIdType { - /** The Database ID for the node */ - DATABASE_ID = 'DATABASE_ID', - /** The hashed Global ID */ - ID = 'ID', - /** The name of the node */ - NAME = 'NAME', - /** Url friendly name of the node */ - SLUG = 'SLUG', - /** The URI for the node */ - URI = 'URI', -} - -/** Arguments for filtering the CategoryToCategoryConnection connection */ -export interface CategoryToCategoryConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the CategoryToContentNodeConnection connection */ -export interface CategoryToContentNodeConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the CategoryToPostConnection connection */ -export interface CategoryToPostConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Category ID */ - categoryId?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryIn?: InputMaybe>>; - /** Use Category Slug */ - categoryName?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Tag Slug */ - tag?: InputMaybe; - /** Use Tag ID */ - tagId?: InputMaybe; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagIn?: InputMaybe>>; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagNotIn?: InputMaybe>>; - /** Array of tag slugs, used to display objects from one tag AND another */ - tagSlugAnd?: InputMaybe>>; - /** Array of tag slugs, used to include objects in ANY specified tags */ - tagSlugIn?: InputMaybe>>; - /** Title of the object */ - title?: InputMaybe; -} - -/** The Type of Identifier used to fetch a single comment node. Default is "ID". To be used along with the "id" field. */ -export enum CommentNodeIdTypeEnum { - /** Identify a resource by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a resource by the (hashed) Global ID. */ - ID = 'ID', -} - -/** The status of the comment object. */ -export enum CommentStatusEnum { - /** Comments with the Approved status */ - APPROVE = 'APPROVE', - /** Comments with the Unapproved status */ - HOLD = 'HOLD', - /** Comments with the Spam status */ - SPAM = 'SPAM', - /** Comments with the Trash status */ - TRASH = 'TRASH', -} - -/** Arguments for filtering the CommentToCommentConnection connection */ -export interface CommentToCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** Arguments for filtering the CommentToParentCommentConnection connection */ -export interface CommentToParentCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** Options for ordering the connection */ -export enum CommentsConnectionOrderbyEnum { - /** Order by browser user agent of the commenter. */ - COMMENT_AGENT = 'COMMENT_AGENT', - /** Order by approval status of the comment. */ - COMMENT_APPROVED = 'COMMENT_APPROVED', - /** Order by name of the comment author. */ - COMMENT_AUTHOR = 'COMMENT_AUTHOR', - /** Order by e-mail of the comment author. */ - COMMENT_AUTHOR_EMAIL = 'COMMENT_AUTHOR_EMAIL', - /** Order by IP address of the comment author. */ - COMMENT_AUTHOR_IP = 'COMMENT_AUTHOR_IP', - /** Order by URL address of the comment author. */ - COMMENT_AUTHOR_URL = 'COMMENT_AUTHOR_URL', - /** Order by the comment contents. */ - COMMENT_CONTENT = 'COMMENT_CONTENT', - /** Order by date/time timestamp of the comment. */ - COMMENT_DATE = 'COMMENT_DATE', - /** Order by GMT timezone date/time timestamp of the comment. */ - COMMENT_DATE_GMT = 'COMMENT_DATE_GMT', - /** Order by the globally unique identifier for the comment object */ - COMMENT_ID = 'COMMENT_ID', - /** Order by the array list of comment IDs listed in the where clause. */ - COMMENT_IN = 'COMMENT_IN', - /** Order by the comment karma score. */ - COMMENT_KARMA = 'COMMENT_KARMA', - /** Order by the comment parent ID. */ - COMMENT_PARENT = 'COMMENT_PARENT', - /** Order by the post object ID. */ - COMMENT_POST_ID = 'COMMENT_POST_ID', - /** Order by the the type of comment, such as 'comment', 'pingback', or 'trackback'. */ - COMMENT_TYPE = 'COMMENT_TYPE', - /** Order by the user ID. */ - USER_ID = 'USER_ID', -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum ContentNodeIdTypeEnum { - /** Identify a resource by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a resource by the (hashed) Global ID. */ - ID = 'ID', - /** Identify a resource by the URI. */ - URI = 'URI', -} - -/** Allowed Content Types */ -export enum ContentTypeEnum { - /** The Type of Content object */ - ATTACHMENT = 'ATTACHMENT', - /** The Type of Content object */ - PAGE = 'PAGE', - /** The Type of Content object */ - POST = 'POST', -} - -/** The Type of Identifier used to fetch a single Content Type node. To be used along with the "id" field. Default is "ID". */ -export enum ContentTypeIdTypeEnum { - /** The globally unique ID */ - ID = 'ID', - /** The name of the content type. */ - NAME = 'NAME', -} - -/** Arguments for filtering the ContentTypeToContentNodeConnection connection */ -export interface ContentTypeToContentNodeConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Allowed Content Types of the Category taxonomy. */ -export enum ContentTypesOfCategoryEnum { - /** The Type of Content object */ - POST = 'POST', -} - -/** Allowed Content Types of the PostFormat taxonomy. */ -export enum ContentTypesOfPostFormatEnum { - /** The Type of Content object */ - POST = 'POST', -} - -/** Allowed Content Types of the Tag taxonomy. */ -export enum ContentTypesOfTagEnum { - /** The Type of Content object */ - POST = 'POST', -} - -/** Input for the createCategory mutation. */ -export interface CreateCategoryInput { - /** The slug that the category will be an alias of */ - aliasOf?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The description of the category object */ - description?: InputMaybe; - /** The name of the category object to mutate */ - name: Scalars['String']; - /** The ID of the category that should be set as the parent */ - parentId?: InputMaybe; - /** If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. */ - slug?: InputMaybe; -} - -/** Input for the createComment mutation. */ -export interface CreateCommentInput { - /** The approval status of the comment. */ - approved?: InputMaybe; - /** The name of the comment's author. */ - author?: InputMaybe; - /** The email of the comment's author. */ - authorEmail?: InputMaybe; - /** The url of the comment's author. */ - authorUrl?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The database ID of the post object the comment belongs to. */ - commentOn?: InputMaybe; - /** Content of the comment. */ - content?: InputMaybe; - /** The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 */ - date?: InputMaybe; - /** Parent comment ID of current comment. */ - parent?: InputMaybe; - /** The approval status of the comment */ - status?: InputMaybe; - /** Type of comment. */ - type?: InputMaybe; -} - -/** Input for the createMediaItem mutation. */ -export interface CreateMediaItemInput { - /** Alternative text to display when mediaItem is not displayed */ - altText?: InputMaybe; - /** The userId to assign as the author of the mediaItem */ - authorId?: InputMaybe; - /** The caption for the mediaItem */ - caption?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The comment status for the mediaItem */ - commentStatus?: InputMaybe; - /** The date of the mediaItem */ - date?: InputMaybe; - /** The date (in GMT zone) of the mediaItem */ - dateGmt?: InputMaybe; - /** Description of the mediaItem */ - description?: InputMaybe; - /** The file name of the mediaItem */ - filePath?: InputMaybe; - /** The file type of the mediaItem */ - fileType?: InputMaybe; - /** The ID of the parent object */ - parentId?: InputMaybe; - /** The ping status for the mediaItem */ - pingStatus?: InputMaybe; - /** The slug of the mediaItem */ - slug?: InputMaybe; - /** The status of the mediaItem */ - status?: InputMaybe; - /** The title of the mediaItem */ - title?: InputMaybe; -} - -/** Input for the createPage mutation. */ -export interface CreatePageInput { - /** The userId to assign as the author of the object */ - authorId?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The comment status for the object */ - commentStatus?: InputMaybe; - /** The content of the object */ - content?: InputMaybe; - /** The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 */ - date?: InputMaybe; - /** A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. */ - menuOrder?: InputMaybe; - /** The ID of the parent object */ - parentId?: InputMaybe; - /** The password used to protect the content of the object */ - password?: InputMaybe; - /** The slug of the object */ - slug?: InputMaybe; - /** The status of the object */ - status?: InputMaybe; - /** The title of the object */ - title?: InputMaybe; -} - -/** Input for the createPostFormat mutation. */ -export interface CreatePostFormatInput { - /** The slug that the post_format will be an alias of */ - aliasOf?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The description of the post_format object */ - description?: InputMaybe; - /** The name of the post_format object to mutate */ - name: Scalars['String']; - /** If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. */ - slug?: InputMaybe; -} - -/** Input for the createPost mutation. */ -export interface CreatePostInput { - /** The userId to assign as the author of the object */ - authorId?: InputMaybe; - /** Set connections between the post and categories */ - categories?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The comment status for the object */ - commentStatus?: InputMaybe; - /** The content of the object */ - content?: InputMaybe; - /** The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 */ - date?: InputMaybe; - /** The excerpt of the object */ - excerpt?: InputMaybe; - /** A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. */ - menuOrder?: InputMaybe; - /** The password used to protect the content of the object */ - password?: InputMaybe; - /** The ping status for the object */ - pingStatus?: InputMaybe; - /** URLs that have been pinged. */ - pinged?: InputMaybe>>; - /** Set connections between the post and postFormats */ - postFormats?: InputMaybe; - /** The slug of the object */ - slug?: InputMaybe; - /** The status of the object */ - status?: InputMaybe; - /** Set connections between the post and tags */ - tags?: InputMaybe; - /** The title of the object */ - title?: InputMaybe; - /** URLs queued to be pinged. */ - toPing?: InputMaybe>>; -} - -/** Input for the createTag mutation. */ -export interface CreateTagInput { - /** The slug that the post_tag will be an alias of */ - aliasOf?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The description of the post_tag object */ - description?: InputMaybe; - /** The name of the post_tag object to mutate */ - name: Scalars['String']; - /** If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. */ - slug?: InputMaybe; -} - -/** Input for the createUser mutation. */ -export interface CreateUserInput { - /** User's AOL IM account. */ - aim?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** A string containing content about the user. */ - description?: InputMaybe; - /** A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user). */ - displayName?: InputMaybe; - /** A string containing the user's email address. */ - email?: InputMaybe; - /** The user's first name. */ - firstName?: InputMaybe; - /** User's Jabber account. */ - jabber?: InputMaybe; - /** The user's last name. */ - lastName?: InputMaybe; - /** User's locale. */ - locale?: InputMaybe; - /** A string that contains a URL-friendly name for the user. The default is the user's username. */ - nicename?: InputMaybe; - /** The user's nickname, defaults to the user's username. */ - nickname?: InputMaybe; - /** A string that contains the plain text password for the user. */ - password?: InputMaybe; - /** The date the user registered. Format is Y-m-d H:i:s. */ - registered?: InputMaybe; - /** A string for whether to enable the rich editor or not. False if not empty. */ - richEditing?: InputMaybe; - /** An array of roles to be assigned to the user. */ - roles?: InputMaybe>>; - /** A string that contains the user's username for logging in. */ - username: Scalars['String']; - /** A string containing the user's URL for the user's web site. */ - websiteUrl?: InputMaybe; - /** User's Yahoo IM account. */ - yim?: InputMaybe; -} - -/** Date values */ -export interface DateInput { - /** Day of the month (from 1 to 31) */ - day?: InputMaybe; - /** Month number (from 1 to 12) */ - month?: InputMaybe; - /** 4 digit year (e.g. 2017) */ - year?: InputMaybe; -} - -/** Filter the connection based on input */ -export interface DateQueryInput { - /** Nodes should be returned after this date */ - after?: InputMaybe; - /** Nodes should be returned before this date */ - before?: InputMaybe; - /** Column to query against */ - column?: InputMaybe; - /** For after/before, whether exact value should be matched or not */ - compare?: InputMaybe; - /** Day of the month (from 1 to 31) */ - day?: InputMaybe; - /** Hour (from 0 to 23) */ - hour?: InputMaybe; - /** For after/before, whether exact value should be matched or not */ - inclusive?: InputMaybe; - /** Minute (from 0 to 59) */ - minute?: InputMaybe; - /** Month number (from 1 to 12) */ - month?: InputMaybe; - /** OR or AND, how the sub-arrays should be compared */ - relation?: InputMaybe; - /** Second (0 to 59) */ - second?: InputMaybe; - /** Week of the year (from 0 to 53) */ - week?: InputMaybe; - /** 4 digit year (e.g. 2017) */ - year?: InputMaybe; -} - -/** Input for the deleteCategory mutation. */ -export interface DeleteCategoryInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The ID of the category to delete */ - id: Scalars['ID']; -} - -/** Input for the deleteComment mutation. */ -export interface DeleteCommentInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Whether the comment should be force deleted instead of being moved to the trash */ - forceDelete?: InputMaybe; - /** The deleted comment ID */ - id: Scalars['ID']; -} - -/** Input for the deleteMediaItem mutation. */ -export interface DeleteMediaItemInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Whether the mediaItem should be force deleted instead of being moved to the trash */ - forceDelete?: InputMaybe; - /** The ID of the mediaItem to delete */ - id: Scalars['ID']; -} - -/** Input for the deletePage mutation. */ -export interface DeletePageInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Whether the object should be force deleted instead of being moved to the trash */ - forceDelete?: InputMaybe; - /** The ID of the page to delete */ - id: Scalars['ID']; - /** Override the edit lock when another user is editing the post */ - ignoreEditLock?: InputMaybe; -} - -/** Input for the deletePostFormat mutation. */ -export interface DeletePostFormatInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The ID of the postFormat to delete */ - id: Scalars['ID']; -} - -/** Input for the deletePost mutation. */ -export interface DeletePostInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Whether the object should be force deleted instead of being moved to the trash */ - forceDelete?: InputMaybe; - /** The ID of the post to delete */ - id: Scalars['ID']; - /** Override the edit lock when another user is editing the post */ - ignoreEditLock?: InputMaybe; -} - -/** Input for the deleteTag mutation. */ -export interface DeleteTagInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The ID of the tag to delete */ - id: Scalars['ID']; -} - -/** Input for the deleteUser mutation. */ -export interface DeleteUserInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The ID of the user you want to delete */ - id: Scalars['ID']; - /** Reassign posts and links to new User ID. */ - reassignId?: InputMaybe; -} - -/** Input for the generateAuthorizationCode mutation. */ -export interface GenerateAuthorizationCodeInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Email for WordPress user */ - email?: InputMaybe; - /** Password for WordPress user */ - password?: InputMaybe; - /** Username for WordPress user */ - username?: InputMaybe; -} - -/** Arguments for filtering the HierarchicalContentNodeToContentNodeAncestorsConnection connection */ -export interface HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the HierarchicalContentNodeToContentNodeChildrenConnection connection */ -export interface HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum MediaItemIdType { - /** Identify a resource by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a resource by the (hashed) Global ID. */ - ID = 'ID', - /** Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. */ - SLUG = 'SLUG', - /** Identify a media item by its source url */ - SOURCE_URL = 'SOURCE_URL', - /** Identify a resource by the URI. */ - URI = 'URI', -} - -/** The size of the media item object. */ -export enum MediaItemSizeEnum { - /** MediaItem with the large size */ - LARGE = 'LARGE', - /** MediaItem with the medium size */ - MEDIUM = 'MEDIUM', - /** MediaItem with the medium_large size */ - MEDIUM_LARGE = 'MEDIUM_LARGE', - /** MediaItem with the post-thumbnail size */ - POST_THUMBNAIL = 'POST_THUMBNAIL', - /** MediaItem with the thumbnail size */ - THUMBNAIL = 'THUMBNAIL', - /** MediaItem with the 1536x1536 size */ - _1536X1536 = '_1536X1536', - /** MediaItem with the 2048x2048 size */ - _2048X2048 = '_2048X2048', -} - -/** The status of the media item object. */ -export enum MediaItemStatusEnum { - /** Objects with the auto-draft status */ - AUTO_DRAFT = 'AUTO_DRAFT', - /** Objects with the inherit status */ - INHERIT = 'INHERIT', - /** Objects with the private status */ - PRIVATE = 'PRIVATE', - /** Objects with the trash status */ - TRASH = 'TRASH', -} - -/** Arguments for filtering the MediaItemToCommentConnection connection */ -export interface MediaItemToCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** The Type of Identifier used to fetch a single node. Default is "ID". To be used along with the "id" field. */ -export enum MenuItemNodeIdTypeEnum { - /** Identify a resource by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a resource by the (hashed) Global ID. */ - ID = 'ID', -} - -/** Arguments for filtering the MenuItemToMenuItemConnection connection */ -export interface MenuItemToMenuItemConnectionWhereArgs { - /** The database ID of the object */ - id?: InputMaybe; - /** The menu location for the menu being queried */ - location?: InputMaybe; - /** The database ID of the parent menu object */ - parentDatabaseId?: InputMaybe; - /** The ID of the parent menu object */ - parentId?: InputMaybe; -} - -/** Registered menu locations */ -export enum MenuLocationEnum { - /** Put the menu in the footer location */ - FOOTER = 'FOOTER', - /** Put the menu in the primary location */ - PRIMARY = 'PRIMARY', -} - -/** The Type of Identifier used to fetch a single node. Default is "ID". To be used along with the "id" field. */ -export enum MenuNodeIdTypeEnum { - /** Identify a menu node by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a menu node by the (hashed) Global ID. */ - ID = 'ID', - /** Identify a menu node by the slug of menu location to which it is assigned */ - LOCATION = 'LOCATION', - /** Identify a menu node by its name */ - NAME = 'NAME', - /** Identify a menu node by its slug */ - SLUG = 'SLUG', -} - -/** Arguments for filtering the MenuToMenuItemConnection connection */ -export interface MenuToMenuItemConnectionWhereArgs { - /** The database ID of the object */ - id?: InputMaybe; - /** The menu location for the menu being queried */ - location?: InputMaybe; - /** The database ID of the parent menu object */ - parentDatabaseId?: InputMaybe; - /** The ID of the parent menu object */ - parentId?: InputMaybe; -} - -/** The MimeType of the object */ -export enum MimeTypeEnum { - /** application/java mime type. */ - APPLICATION_JAVA = 'APPLICATION_JAVA', - /** application/msword mime type. */ - APPLICATION_MSWORD = 'APPLICATION_MSWORD', - /** application/octet-stream mime type. */ - APPLICATION_OCTET_STREAM = 'APPLICATION_OCTET_STREAM', - /** application/onenote mime type. */ - APPLICATION_ONENOTE = 'APPLICATION_ONENOTE', - /** application/oxps mime type. */ - APPLICATION_OXPS = 'APPLICATION_OXPS', - /** application/pdf mime type. */ - APPLICATION_PDF = 'APPLICATION_PDF', - /** application/rar mime type. */ - APPLICATION_RAR = 'APPLICATION_RAR', - /** application/rtf mime type. */ - APPLICATION_RTF = 'APPLICATION_RTF', - /** application/ttaf+xml mime type. */ - APPLICATION_TTAF_XML = 'APPLICATION_TTAF_XML', - /** application/vnd.apple.keynote mime type. */ - APPLICATION_VND_APPLE_KEYNOTE = 'APPLICATION_VND_APPLE_KEYNOTE', - /** application/vnd.apple.numbers mime type. */ - APPLICATION_VND_APPLE_NUMBERS = 'APPLICATION_VND_APPLE_NUMBERS', - /** application/vnd.apple.pages mime type. */ - APPLICATION_VND_APPLE_PAGES = 'APPLICATION_VND_APPLE_PAGES', - /** application/vnd.ms-access mime type. */ - APPLICATION_VND_MS_ACCESS = 'APPLICATION_VND_MS_ACCESS', - /** application/vnd.ms-excel mime type. */ - APPLICATION_VND_MS_EXCEL = 'APPLICATION_VND_MS_EXCEL', - /** application/vnd.ms-excel.addin.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12 = 'APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12', - /** application/vnd.ms-excel.sheet.binary.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12 = 'APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12', - /** application/vnd.ms-excel.sheet.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12 = 'APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12', - /** application/vnd.ms-excel.template.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12 = 'APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12', - /** application/vnd.ms-powerpoint mime type. */ - APPLICATION_VND_MS_POWERPOINT = 'APPLICATION_VND_MS_POWERPOINT', - /** application/vnd.ms-powerpoint.addin.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12 = 'APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12', - /** application/vnd.ms-powerpoint.presentation.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12 = 'APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12', - /** application/vnd.ms-powerpoint.slideshow.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12 = 'APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12', - /** application/vnd.ms-powerpoint.slide.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12 = 'APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12', - /** application/vnd.ms-powerpoint.template.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12 = 'APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12', - /** application/vnd.ms-project mime type. */ - APPLICATION_VND_MS_PROJECT = 'APPLICATION_VND_MS_PROJECT', - /** application/vnd.ms-word.document.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12 = 'APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12', - /** application/vnd.ms-word.template.macroEnabled.12 mime type. */ - APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12 = 'APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12', - /** application/vnd.ms-write mime type. */ - APPLICATION_VND_MS_WRITE = 'APPLICATION_VND_MS_WRITE', - /** application/vnd.ms-xpsdocument mime type. */ - APPLICATION_VND_MS_XPSDOCUMENT = 'APPLICATION_VND_MS_XPSDOCUMENT', - /** application/vnd.oasis.opendocument.chart mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_CHART = 'APPLICATION_VND_OASIS_OPENDOCUMENT_CHART', - /** application/vnd.oasis.opendocument.database mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE = 'APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE', - /** application/vnd.oasis.opendocument.formula mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA = 'APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA', - /** application/vnd.oasis.opendocument.graphics mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS = 'APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS', - /** application/vnd.oasis.opendocument.presentation mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION = 'APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION', - /** application/vnd.oasis.opendocument.spreadsheet mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET = 'APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET', - /** application/vnd.oasis.opendocument.text mime type. */ - APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT = 'APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT', - /** application/vnd.openxmlformats-officedocument.presentationml.presentation mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION', - /** application/vnd.openxmlformats-officedocument.presentationml.slide mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE', - /** application/vnd.openxmlformats-officedocument.presentationml.slideshow mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW', - /** application/vnd.openxmlformats-officedocument.presentationml.template mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE', - /** application/vnd.openxmlformats-officedocument.spreadsheetml.sheet mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET', - /** application/vnd.openxmlformats-officedocument.spreadsheetml.template mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE', - /** application/vnd.openxmlformats-officedocument.wordprocessingml.document mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT', - /** application/vnd.openxmlformats-officedocument.wordprocessingml.template mime type. */ - APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE = 'APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE', - /** application/wordperfect mime type. */ - APPLICATION_WORDPERFECT = 'APPLICATION_WORDPERFECT', - /** application/x-7z-compressed mime type. */ - APPLICATION_X_7Z_COMPRESSED = 'APPLICATION_X_7Z_COMPRESSED', - /** application/x-gzip mime type. */ - APPLICATION_X_GZIP = 'APPLICATION_X_GZIP', - /** application/x-tar mime type. */ - APPLICATION_X_TAR = 'APPLICATION_X_TAR', - /** application/zip mime type. */ - APPLICATION_ZIP = 'APPLICATION_ZIP', - /** audio/aac mime type. */ - AUDIO_AAC = 'AUDIO_AAC', - /** audio/flac mime type. */ - AUDIO_FLAC = 'AUDIO_FLAC', - /** audio/midi mime type. */ - AUDIO_MIDI = 'AUDIO_MIDI', - /** audio/mpeg mime type. */ - AUDIO_MPEG = 'AUDIO_MPEG', - /** audio/ogg mime type. */ - AUDIO_OGG = 'AUDIO_OGG', - /** audio/wav mime type. */ - AUDIO_WAV = 'AUDIO_WAV', - /** audio/x-matroska mime type. */ - AUDIO_X_MATROSKA = 'AUDIO_X_MATROSKA', - /** audio/x-ms-wax mime type. */ - AUDIO_X_MS_WAX = 'AUDIO_X_MS_WAX', - /** audio/x-ms-wma mime type. */ - AUDIO_X_MS_WMA = 'AUDIO_X_MS_WMA', - /** audio/x-realaudio mime type. */ - AUDIO_X_REALAUDIO = 'AUDIO_X_REALAUDIO', - /** image/bmp mime type. */ - IMAGE_BMP = 'IMAGE_BMP', - /** image/gif mime type. */ - IMAGE_GIF = 'IMAGE_GIF', - /** image/heic mime type. */ - IMAGE_HEIC = 'IMAGE_HEIC', - /** image/jpeg mime type. */ - IMAGE_JPEG = 'IMAGE_JPEG', - /** image/png mime type. */ - IMAGE_PNG = 'IMAGE_PNG', - /** image/tiff mime type. */ - IMAGE_TIFF = 'IMAGE_TIFF', - /** image/webp mime type. */ - IMAGE_WEBP = 'IMAGE_WEBP', - /** image/x-icon mime type. */ - IMAGE_X_ICON = 'IMAGE_X_ICON', - /** text/calendar mime type. */ - TEXT_CALENDAR = 'TEXT_CALENDAR', - /** text/css mime type. */ - TEXT_CSS = 'TEXT_CSS', - /** text/csv mime type. */ - TEXT_CSV = 'TEXT_CSV', - /** text/plain mime type. */ - TEXT_PLAIN = 'TEXT_PLAIN', - /** text/richtext mime type. */ - TEXT_RICHTEXT = 'TEXT_RICHTEXT', - /** text/tab-separated-values mime type. */ - TEXT_TAB_SEPARATED_VALUES = 'TEXT_TAB_SEPARATED_VALUES', - /** text/vtt mime type. */ - TEXT_VTT = 'TEXT_VTT', - /** video/3gpp mime type. */ - VIDEO_3GPP = 'VIDEO_3GPP', - /** video/3gpp2 mime type. */ - VIDEO_3GPP2 = 'VIDEO_3GPP2', - /** video/avi mime type. */ - VIDEO_AVI = 'VIDEO_AVI', - /** video/divx mime type. */ - VIDEO_DIVX = 'VIDEO_DIVX', - /** video/mp4 mime type. */ - VIDEO_MP4 = 'VIDEO_MP4', - /** video/mpeg mime type. */ - VIDEO_MPEG = 'VIDEO_MPEG', - /** video/ogg mime type. */ - VIDEO_OGG = 'VIDEO_OGG', - /** video/quicktime mime type. */ - VIDEO_QUICKTIME = 'VIDEO_QUICKTIME', - /** video/webm mime type. */ - VIDEO_WEBM = 'VIDEO_WEBM', - /** video/x-flv mime type. */ - VIDEO_X_FLV = 'VIDEO_X_FLV', - /** video/x-matroska mime type. */ - VIDEO_X_MATROSKA = 'VIDEO_X_MATROSKA', - /** video/x-ms-asf mime type. */ - VIDEO_X_MS_ASF = 'VIDEO_X_MS_ASF', - /** video/x-ms-wm mime type. */ - VIDEO_X_MS_WM = 'VIDEO_X_MS_WM', - /** video/x-ms-wmv mime type. */ - VIDEO_X_MS_WMV = 'VIDEO_X_MS_WMV', - /** video/x-ms-wmx mime type. */ - VIDEO_X_MS_WMX = 'VIDEO_X_MS_WMX', -} - -/** The cardinality of the connection order */ -export enum OrderEnum { - /** Sort the query result set in an ascending order */ - ASC = 'ASC', - /** Sort the query result set in a descending order */ - DESC = 'DESC', -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum PageIdType { - /** Identify a resource by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a resource by the (hashed) Global ID. */ - ID = 'ID', - /** Identify a resource by the URI. */ - URI = 'URI', -} - -/** Arguments for filtering the PageToCommentConnection connection */ -export interface PageToCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** Arguments for filtering the PageToRevisionConnection connection */ -export interface PageToRevisionConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** The status of the WordPress plugin. */ -export enum PluginStatusEnum { - /** The plugin is currently active. */ - ACTIVE = 'ACTIVE', - /** The plugin is a drop-in plugin. */ - DROP_IN = 'DROP_IN', - /** The plugin is currently inactive. */ - INACTIVE = 'INACTIVE', - /** The plugin is a must-use plugin. */ - MUST_USE = 'MUST_USE', - /** The plugin is technically active but was paused while loading. */ - PAUSED = 'PAUSED', - /** The plugin was active recently. */ - RECENTLY_ACTIVE = 'RECENTLY_ACTIVE', - /** The plugin has an upgrade available. */ - UPGRADE = 'UPGRADE', -} - -/** Set relationships between the post to categories */ -export interface PostCategoriesInput { - /** If true, this will append the category to existing related categories. If false, this will replace existing relationships. Default true. */ - append?: InputMaybe; - /** The input list of items to set. */ - nodes?: InputMaybe>>; -} - -/** List of categories to connect the post to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. */ -export interface PostCategoriesNodeInput { - /** The description of the category. This field is used to set a description of the category if a new one is created during the mutation. */ - description?: InputMaybe; - /** The ID of the category. If present, this will be used to connect to the post. If no existing category exists with this ID, no connection will be made. */ - id?: InputMaybe; - /** The name of the category. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. */ - name?: InputMaybe; - /** The slug of the category. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. */ - slug?: InputMaybe; -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum PostFormatIdType { - /** The Database ID for the node */ - DATABASE_ID = 'DATABASE_ID', - /** The hashed Global ID */ - ID = 'ID', - /** The name of the node */ - NAME = 'NAME', - /** Url friendly name of the node */ - SLUG = 'SLUG', - /** The URI for the node */ - URI = 'URI', -} - -/** Arguments for filtering the PostFormatToContentNodeConnection connection */ -export interface PostFormatToContentNodeConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the PostFormatToPostConnection connection */ -export interface PostFormatToPostConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Category ID */ - categoryId?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryIn?: InputMaybe>>; - /** Use Category Slug */ - categoryName?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Tag Slug */ - tag?: InputMaybe; - /** Use Tag ID */ - tagId?: InputMaybe; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagIn?: InputMaybe>>; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagNotIn?: InputMaybe>>; - /** Array of tag slugs, used to display objects from one tag AND another */ - tagSlugAnd?: InputMaybe>>; - /** Array of tag slugs, used to include objects in ANY specified tags */ - tagSlugIn?: InputMaybe>>; - /** Title of the object */ - title?: InputMaybe; -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum PostIdType { - /** Identify a resource by the Database ID. */ - DATABASE_ID = 'DATABASE_ID', - /** Identify a resource by the (hashed) Global ID. */ - ID = 'ID', - /** Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier. */ - SLUG = 'SLUG', - /** Identify a resource by the URI. */ - URI = 'URI', -} - -/** The format of post field data. */ -export enum PostObjectFieldFormatEnum { - /** Provide the field value directly from database. Null on unauthenticated requests. */ - RAW = 'RAW', - /** Provide the field value as rendered by WordPress. Default. */ - RENDERED = 'RENDERED', -} - -/** The column to use when filtering by date */ -export enum PostObjectsConnectionDateColumnEnum { - /** The date the comment was created in local time. */ - DATE = 'DATE', - /** The most recent modification date of the comment. */ - MODIFIED = 'MODIFIED', -} - -/** Field to order the connection by */ -export enum PostObjectsConnectionOrderbyEnum { - /** Order by author */ - AUTHOR = 'AUTHOR', - /** Order by the number of comments it has acquired */ - COMMENT_COUNT = 'COMMENT_COUNT', - /** Order by publish date */ - DATE = 'DATE', - /** Preserve the ID order given in the IN array */ - IN = 'IN', - /** Order by the menu order value */ - MENU_ORDER = 'MENU_ORDER', - /** Order by last modified date */ - MODIFIED = 'MODIFIED', - /** Preserve slug order given in the NAME_IN array */ - NAME_IN = 'NAME_IN', - /** Order by parent ID */ - PARENT = 'PARENT', - /** Order by slug */ - SLUG = 'SLUG', - /** Order by title */ - TITLE = 'TITLE', -} - -/** Options for ordering the connection */ -export interface PostObjectsConnectionOrderbyInput { - /** The field to order the connection by */ - field: PostObjectsConnectionOrderbyEnum; - /** Possible directions in which to order a list of items */ - order: OrderEnum; -} - -/** Set relationships between the post to postFormats */ -export interface PostPostFormatsInput { - /** If true, this will append the postFormat to existing related postFormats. If false, this will replace existing relationships. Default true. */ - append?: InputMaybe; - /** The input list of items to set. */ - nodes?: InputMaybe>>; -} - -/** List of postFormats to connect the post to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. */ -export interface PostPostFormatsNodeInput { - /** The description of the postFormat. This field is used to set a description of the postFormat if a new one is created during the mutation. */ - description?: InputMaybe; - /** The ID of the postFormat. If present, this will be used to connect to the post. If no existing postFormat exists with this ID, no connection will be made. */ - id?: InputMaybe; - /** The name of the postFormat. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. */ - name?: InputMaybe; - /** The slug of the postFormat. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. */ - slug?: InputMaybe; -} - -/** The status of the object. */ -export enum PostStatusEnum { - /** Objects with the auto-draft status */ - AUTO_DRAFT = 'AUTO_DRAFT', - /** Objects with the draft status */ - DRAFT = 'DRAFT', - /** Objects with the future status */ - FUTURE = 'FUTURE', - /** Objects with the inherit status */ - INHERIT = 'INHERIT', - /** Objects with the pending status */ - PENDING = 'PENDING', - /** Objects with the private status */ - PRIVATE = 'PRIVATE', - /** Objects with the publish status */ - PUBLISH = 'PUBLISH', - /** Objects with the request-completed status */ - REQUEST_COMPLETED = 'REQUEST_COMPLETED', - /** Objects with the request-confirmed status */ - REQUEST_CONFIRMED = 'REQUEST_CONFIRMED', - /** Objects with the request-failed status */ - REQUEST_FAILED = 'REQUEST_FAILED', - /** Objects with the request-pending status */ - REQUEST_PENDING = 'REQUEST_PENDING', - /** Objects with the trash status */ - TRASH = 'TRASH', -} - -/** Set relationships between the post to tags */ -export interface PostTagsInput { - /** If true, this will append the tag to existing related tags. If false, this will replace existing relationships. Default true. */ - append?: InputMaybe; - /** The input list of items to set. */ - nodes?: InputMaybe>>; -} - -/** List of tags to connect the post to. If an ID is set, it will be used to create the connection. If not, it will look for a slug. If neither are valid existing terms, and the site is configured to allow terms to be created during post mutations, a term will be created using the Name if it exists in the input, then fallback to the slug if it exists. */ -export interface PostTagsNodeInput { - /** The description of the tag. This field is used to set a description of the tag if a new one is created during the mutation. */ - description?: InputMaybe; - /** The ID of the tag. If present, this will be used to connect to the post. If no existing tag exists with this ID, no connection will be made. */ - id?: InputMaybe; - /** The name of the tag. This field is used to create a new term, if term creation is enabled in nested mutations, and if one does not already exist with the provided slug or ID or if a slug or ID is not provided. If no name is included and a term is created, the creation will fallback to the slug field. */ - name?: InputMaybe; - /** The slug of the tag. If no ID is present, this field will be used to make a connection. If no existing term exists with this slug, this field will be used as a fallback to the Name field when creating a new term to connect to, if term creation is enabled as a nested mutation. */ - slug?: InputMaybe; -} - -/** Arguments for filtering the PostToCategoryConnection connection */ -export interface PostToCategoryConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the PostToCommentConnection connection */ -export interface PostToCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** Arguments for filtering the PostToPostFormatConnection connection */ -export interface PostToPostFormatConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the PostToRevisionConnection connection */ -export interface PostToRevisionConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Category ID */ - categoryId?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryIn?: InputMaybe>>; - /** Use Category Slug */ - categoryName?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Tag Slug */ - tag?: InputMaybe; - /** Use Tag ID */ - tagId?: InputMaybe; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagIn?: InputMaybe>>; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagNotIn?: InputMaybe>>; - /** Array of tag slugs, used to display objects from one tag AND another */ - tagSlugAnd?: InputMaybe>>; - /** Array of tag slugs, used to include objects in ANY specified tags */ - tagSlugIn?: InputMaybe>>; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the PostToTagConnection connection */ -export interface PostToTagConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the PostToTermNodeConnection connection */ -export interface PostToTermNodeConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** The Taxonomy to filter terms by */ - taxonomies?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Input for the registerUser mutation. */ -export interface RegisterUserInput { - /** User's AOL IM account. */ - aim?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** A string containing content about the user. */ - description?: InputMaybe; - /** A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user). */ - displayName?: InputMaybe; - /** A string containing the user's email address. */ - email?: InputMaybe; - /** The user's first name. */ - firstName?: InputMaybe; - /** User's Jabber account. */ - jabber?: InputMaybe; - /** The user's last name. */ - lastName?: InputMaybe; - /** User's locale. */ - locale?: InputMaybe; - /** A string that contains a URL-friendly name for the user. The default is the user's username. */ - nicename?: InputMaybe; - /** The user's nickname, defaults to the user's username. */ - nickname?: InputMaybe; - /** A string that contains the plain text password for the user. */ - password?: InputMaybe; - /** The date the user registered. Format is Y-m-d H:i:s. */ - registered?: InputMaybe; - /** A string for whether to enable the rich editor or not. False if not empty. */ - richEditing?: InputMaybe; - /** A string that contains the user's username. */ - username: Scalars['String']; - /** A string containing the user's URL for the user's web site. */ - websiteUrl?: InputMaybe; - /** User's Yahoo IM account. */ - yim?: InputMaybe; -} - -/** The logical relation between each item in the array when there are more than one. */ -export enum RelationEnum { - /** The logical AND condition returns true if both operands are true, otherwise, it returns false. */ - AND = 'AND', - /** The logical OR condition returns false if both operands are false, otherwise, it returns true. */ - OR = 'OR', -} - -/** Input for the resetUserPassword mutation. */ -export interface ResetUserPasswordInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Password reset key */ - key?: InputMaybe; - /** The user's login (username). */ - login?: InputMaybe; - /** The new password. */ - password?: InputMaybe; -} - -/** Input for the restoreComment mutation. */ -export interface RestoreCommentInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The ID of the comment to be restored */ - id: Scalars['ID']; -} - -/** Arguments for filtering the RootQueryToCategoryConnection connection */ -export interface RootQueryToCategoryConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToCommentConnection connection */ -export interface RootQueryToCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToContentNodeConnection connection */ -export interface RootQueryToContentNodeConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToMediaItemConnection connection */ -export interface RootQueryToMediaItemConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToMenuConnection connection */ -export interface RootQueryToMenuConnectionWhereArgs { - /** The database ID of the object */ - id?: InputMaybe; - /** The menu location for the menu being queried */ - location?: InputMaybe; - /** The slug of the menu to query items for */ - slug?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToMenuItemConnection connection */ -export interface RootQueryToMenuItemConnectionWhereArgs { - /** The database ID of the object */ - id?: InputMaybe; - /** The menu location for the menu being queried */ - location?: InputMaybe; - /** The database ID of the parent menu object */ - parentDatabaseId?: InputMaybe; - /** The ID of the parent menu object */ - parentId?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToPageConnection connection */ -export interface RootQueryToPageConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToPluginConnection connection */ -export interface RootQueryToPluginConnectionWhereArgs { - /** Show plugin based on a keyword search. */ - search?: InputMaybe; - /** Retrieve plugins where plugin status is in an array. */ - stati?: InputMaybe>>; - /** Show plugins with a specific status. */ - status?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToPostConnection connection */ -export interface RootQueryToPostConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Category ID */ - categoryId?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryIn?: InputMaybe>>; - /** Use Category Slug */ - categoryName?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Tag Slug */ - tag?: InputMaybe; - /** Use Tag ID */ - tagId?: InputMaybe; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagIn?: InputMaybe>>; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagNotIn?: InputMaybe>>; - /** Array of tag slugs, used to display objects from one tag AND another */ - tagSlugAnd?: InputMaybe>>; - /** Array of tag slugs, used to include objects in ANY specified tags */ - tagSlugIn?: InputMaybe>>; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToPostFormatConnection connection */ -export interface RootQueryToPostFormatConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToRevisionsConnection connection */ -export interface RootQueryToRevisionsConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToTagConnection connection */ -export interface RootQueryToTagConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToTermNodeConnection connection */ -export interface RootQueryToTermNodeConnectionWhereArgs { - /** Unique cache key to be produced when this query is stored in an object cache. Default is 'core'. */ - cacheDomain?: InputMaybe; - /** Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0. */ - childOf?: InputMaybe; - /** True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false. */ - childless?: InputMaybe; - /** Retrieve terms where the description is LIKE the input value. Default empty. */ - descriptionLike?: InputMaybe; - /** Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array. */ - exclude?: InputMaybe>>; - /** Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array. */ - excludeTree?: InputMaybe>>; - /** Whether to hide terms not assigned to any posts. Accepts true or false. Default false */ - hideEmpty?: InputMaybe; - /** Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true. */ - hierarchical?: InputMaybe; - /** Array of term ids to include. Default empty array. */ - include?: InputMaybe>>; - /** Array of names to return term(s) for. Default empty. */ - name?: InputMaybe>>; - /** Retrieve terms where the name is LIKE the input value. Default empty. */ - nameLike?: InputMaybe; - /** Array of object IDs. Results will be limited to terms associated with these objects. */ - objectIds?: InputMaybe>>; - /** Direction the connection should be ordered in */ - order?: InputMaybe; - /** Field(s) to order terms by. Defaults to 'name'. */ - orderby?: InputMaybe; - /** Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false. */ - padCounts?: InputMaybe; - /** Parent term ID to retrieve direct-child terms of. Default empty. */ - parent?: InputMaybe; - /** Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty. */ - search?: InputMaybe; - /** Array of slugs to return term(s) for. Default empty. */ - slug?: InputMaybe>>; - /** The Taxonomy to filter terms by */ - taxonomies?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomId?: InputMaybe>>; - /** Array of term taxonomy IDs, to match when querying terms. */ - termTaxonomyId?: InputMaybe>>; - /** Whether to prime meta caches for matched terms. Default true. */ - updateTermMetaCache?: InputMaybe; -} - -/** Arguments for filtering the RootQueryToUserConnection connection */ -export interface RootQueryToUserConnectionWhereArgs { - /** Array of userIds to exclude. */ - exclude?: InputMaybe>>; - /** Pass an array of post types to filter results to users who have published posts in those post types. */ - hasPublishedPosts?: InputMaybe>>; - /** Array of userIds to include. */ - include?: InputMaybe>>; - /** The user login. */ - login?: InputMaybe; - /** An array of logins to include. Users matching one of these logins will be included in results. */ - loginIn?: InputMaybe>>; - /** An array of logins to exclude. Users matching one of these logins will not be included in results. */ - loginNotIn?: InputMaybe>>; - /** The user nicename. */ - nicename?: InputMaybe; - /** An array of nicenames to include. Users matching one of these nicenames will be included in results. */ - nicenameIn?: InputMaybe>>; - /** An array of nicenames to exclude. Users matching one of these nicenames will not be included in results. */ - nicenameNotIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** An array of role names that users must match to be included in results. Note that this is an inclusive list: users must match *each* role. */ - role?: InputMaybe; - /** An array of role names. Matched users must have at least one of these roles. */ - roleIn?: InputMaybe>>; - /** An array of role names to exclude. Users matching one or more of these roles will not be included in results. */ - roleNotIn?: InputMaybe>>; - /** Search keyword. Searches for possible string matches on columns. When "searchColumns" is left empty, it tries to determine which column to search in based on search string. */ - search?: InputMaybe; - /** Array of column names to be searched. Accepts 'ID', 'login', 'nicename', 'email', 'url'. */ - searchColumns?: InputMaybe< - Array> - >; -} - -/** The strategy to use when loading the script */ -export enum ScriptLoadingStrategyEnum { - /** Use the script `async` attribute */ - ASYNC = 'ASYNC', - /** Use the script `defer` attribute */ - DEFER = 'DEFER', -} - -/** Input for the sendPasswordResetEmail mutation. */ -export interface SendPasswordResetEmailInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** A string that contains the user's username or email address. */ - username: Scalars['String']; -} - -/** The Type of Identifier used to fetch a single resource. Default is ID. */ -export enum TagIdType { - /** The Database ID for the node */ - DATABASE_ID = 'DATABASE_ID', - /** The hashed Global ID */ - ID = 'ID', - /** The name of the node */ - NAME = 'NAME', - /** Url friendly name of the node */ - SLUG = 'SLUG', - /** The URI for the node */ - URI = 'URI', -} - -/** Arguments for filtering the TagToContentNodeConnection connection */ -export interface TagToContentNodeConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the TagToPostConnection connection */ -export interface TagToPostConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Category ID */ - categoryId?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryIn?: InputMaybe>>; - /** Use Category Slug */ - categoryName?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Tag Slug */ - tag?: InputMaybe; - /** Use Tag ID */ - tagId?: InputMaybe; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagIn?: InputMaybe>>; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagNotIn?: InputMaybe>>; - /** Array of tag slugs, used to display objects from one tag AND another */ - tagSlugAnd?: InputMaybe>>; - /** Array of tag slugs, used to include objects in ANY specified tags */ - tagSlugIn?: InputMaybe>>; - /** Title of the object */ - title?: InputMaybe; -} - -/** Allowed taxonomies */ -export enum TaxonomyEnum { - /** Taxonomy enum category */ - CATEGORY = 'CATEGORY', - /** Taxonomy enum post_format */ - POSTFORMAT = 'POSTFORMAT', - /** Taxonomy enum post_tag */ - TAG = 'TAG', -} - -/** The Type of Identifier used to fetch a single Taxonomy node. To be used along with the "id" field. Default is "ID". */ -export enum TaxonomyIdTypeEnum { - /** The globally unique ID */ - ID = 'ID', - /** The name of the taxonomy */ - NAME = 'NAME', -} - -/** The Type of Identifier used to fetch a single resource. Default is "ID". To be used along with the "id" field. */ -export enum TermNodeIdTypeEnum { - /** The Database ID for the node */ - DATABASE_ID = 'DATABASE_ID', - /** The hashed Global ID */ - ID = 'ID', - /** The name of the node */ - NAME = 'NAME', - /** Url friendly name of the node */ - SLUG = 'SLUG', - /** The URI for the node */ - URI = 'URI', -} - -/** Options for ordering the connection by */ -export enum TermObjectsConnectionOrderbyEnum { - /** Order the connection by item count. */ - COUNT = 'COUNT', - /** Order the connection by description. */ - DESCRIPTION = 'DESCRIPTION', - /** Order the connection by name. */ - NAME = 'NAME', - /** Order the connection by slug. */ - SLUG = 'SLUG', - /** Order the connection by term group. */ - TERM_GROUP = 'TERM_GROUP', - /** Order the connection by term id. */ - TERM_ID = 'TERM_ID', - /** Order the connection by term order. */ - TERM_ORDER = 'TERM_ORDER', -} - -/** Input for the updateCategory mutation. */ -export interface UpdateCategoryInput { - /** The slug that the category will be an alias of */ - aliasOf?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The description of the category object */ - description?: InputMaybe; - /** The ID of the category object to update */ - id: Scalars['ID']; - /** The name of the category object to mutate */ - name?: InputMaybe; - /** The ID of the category that should be set as the parent */ - parentId?: InputMaybe; - /** If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. */ - slug?: InputMaybe; -} - -/** Input for the updateComment mutation. */ -export interface UpdateCommentInput { - /** The approval status of the comment. */ - approved?: InputMaybe; - /** The name of the comment's author. */ - author?: InputMaybe; - /** The email of the comment's author. */ - authorEmail?: InputMaybe; - /** The url of the comment's author. */ - authorUrl?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The database ID of the post object the comment belongs to. */ - commentOn?: InputMaybe; - /** Content of the comment. */ - content?: InputMaybe; - /** The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 */ - date?: InputMaybe; - /** The ID of the comment being updated. */ - id: Scalars['ID']; - /** Parent comment ID of current comment. */ - parent?: InputMaybe; - /** The approval status of the comment */ - status?: InputMaybe; - /** Type of comment. */ - type?: InputMaybe; -} - -/** Input for the updateMediaItem mutation. */ -export interface UpdateMediaItemInput { - /** Alternative text to display when mediaItem is not displayed */ - altText?: InputMaybe; - /** The userId to assign as the author of the mediaItem */ - authorId?: InputMaybe; - /** The caption for the mediaItem */ - caption?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The comment status for the mediaItem */ - commentStatus?: InputMaybe; - /** The date of the mediaItem */ - date?: InputMaybe; - /** The date (in GMT zone) of the mediaItem */ - dateGmt?: InputMaybe; - /** Description of the mediaItem */ - description?: InputMaybe; - /** The file name of the mediaItem */ - filePath?: InputMaybe; - /** The file type of the mediaItem */ - fileType?: InputMaybe; - /** The ID of the mediaItem object */ - id: Scalars['ID']; - /** The ID of the parent object */ - parentId?: InputMaybe; - /** The ping status for the mediaItem */ - pingStatus?: InputMaybe; - /** The slug of the mediaItem */ - slug?: InputMaybe; - /** The status of the mediaItem */ - status?: InputMaybe; - /** The title of the mediaItem */ - title?: InputMaybe; -} - -/** Input for the updatePage mutation. */ -export interface UpdatePageInput { - /** The userId to assign as the author of the object */ - authorId?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The comment status for the object */ - commentStatus?: InputMaybe; - /** The content of the object */ - content?: InputMaybe; - /** The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 */ - date?: InputMaybe; - /** The ID of the page object */ - id: Scalars['ID']; - /** Override the edit lock when another user is editing the post */ - ignoreEditLock?: InputMaybe; - /** A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. */ - menuOrder?: InputMaybe; - /** The ID of the parent object */ - parentId?: InputMaybe; - /** The password used to protect the content of the object */ - password?: InputMaybe; - /** The slug of the object */ - slug?: InputMaybe; - /** The status of the object */ - status?: InputMaybe; - /** The title of the object */ - title?: InputMaybe; -} - -/** Input for the updatePostFormat mutation. */ -export interface UpdatePostFormatInput { - /** The slug that the post_format will be an alias of */ - aliasOf?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The description of the post_format object */ - description?: InputMaybe; - /** The ID of the postFormat object to update */ - id: Scalars['ID']; - /** The name of the post_format object to mutate */ - name?: InputMaybe; - /** If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. */ - slug?: InputMaybe; -} - -/** Input for the updatePost mutation. */ -export interface UpdatePostInput { - /** The userId to assign as the author of the object */ - authorId?: InputMaybe; - /** Set connections between the post and categories */ - categories?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The comment status for the object */ - commentStatus?: InputMaybe; - /** The content of the object */ - content?: InputMaybe; - /** The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 */ - date?: InputMaybe; - /** The excerpt of the object */ - excerpt?: InputMaybe; - /** The ID of the post object */ - id: Scalars['ID']; - /** Override the edit lock when another user is editing the post */ - ignoreEditLock?: InputMaybe; - /** A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. */ - menuOrder?: InputMaybe; - /** The password used to protect the content of the object */ - password?: InputMaybe; - /** The ping status for the object */ - pingStatus?: InputMaybe; - /** URLs that have been pinged. */ - pinged?: InputMaybe>>; - /** Set connections between the post and postFormats */ - postFormats?: InputMaybe; - /** The slug of the object */ - slug?: InputMaybe; - /** The status of the object */ - status?: InputMaybe; - /** Set connections between the post and tags */ - tags?: InputMaybe; - /** The title of the object */ - title?: InputMaybe; - /** URLs queued to be pinged. */ - toPing?: InputMaybe>>; -} - -/** Input for the updateSettings mutation. */ -export interface UpdateSettingsInput { - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** Allow people to submit comments on new posts. */ - discussionSettingsDefaultCommentStatus?: InputMaybe; - /** Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. */ - discussionSettingsDefaultPingStatus?: InputMaybe; - /** A date format for all date strings. */ - generalSettingsDateFormat?: InputMaybe; - /** Site tagline. */ - generalSettingsDescription?: InputMaybe; - /** This address is used for admin purposes, like new user notification. */ - generalSettingsEmail?: InputMaybe; - /** WordPress locale code. */ - generalSettingsLanguage?: InputMaybe; - /** A day number of the week that the week should start on. */ - generalSettingsStartOfWeek?: InputMaybe; - /** A time format for all time strings. */ - generalSettingsTimeFormat?: InputMaybe; - /** A city in the same timezone as you. */ - generalSettingsTimezone?: InputMaybe; - /** Site title. */ - generalSettingsTitle?: InputMaybe; - /** Site URL. */ - generalSettingsUrl?: InputMaybe; - /** The ID of the page that should display the latest posts */ - readingSettingsPageForPosts?: InputMaybe; - /** The ID of the page that should be displayed on the front page */ - readingSettingsPageOnFront?: InputMaybe; - /** Blog pages show at most. */ - readingSettingsPostsPerPage?: InputMaybe; - /** What to show on the front page */ - readingSettingsShowOnFront?: InputMaybe; - /** Default post category. */ - writingSettingsDefaultCategory?: InputMaybe; - /** Default post format. */ - writingSettingsDefaultPostFormat?: InputMaybe; - /** Convert emoticons like :-) and :-P to graphics on display. */ - writingSettingsUseSmilies?: InputMaybe; -} - -/** Input for the updateTag mutation. */ -export interface UpdateTagInput { - /** The slug that the post_tag will be an alias of */ - aliasOf?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** The description of the post_tag object */ - description?: InputMaybe; - /** The ID of the tag object to update */ - id: Scalars['ID']; - /** The name of the post_tag object to mutate */ - name?: InputMaybe; - /** If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name. */ - slug?: InputMaybe; -} - -/** Input for the updateUser mutation. */ -export interface UpdateUserInput { - /** User's AOL IM account. */ - aim?: InputMaybe; - /** This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. */ - clientMutationId?: InputMaybe; - /** A string containing content about the user. */ - description?: InputMaybe; - /** A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user). */ - displayName?: InputMaybe; - /** A string containing the user's email address. */ - email?: InputMaybe; - /** The user's first name. */ - firstName?: InputMaybe; - /** The ID of the user */ - id: Scalars['ID']; - /** User's Jabber account. */ - jabber?: InputMaybe; - /** The user's last name. */ - lastName?: InputMaybe; - /** User's locale. */ - locale?: InputMaybe; - /** A string that contains a URL-friendly name for the user. The default is the user's username. */ - nicename?: InputMaybe; - /** The user's nickname, defaults to the user's username. */ - nickname?: InputMaybe; - /** A string that contains the plain text password for the user. */ - password?: InputMaybe; - /** The date the user registered. Format is Y-m-d H:i:s. */ - registered?: InputMaybe; - /** A string for whether to enable the rich editor or not. False if not empty. */ - richEditing?: InputMaybe; - /** An array of roles to be assigned to the user. */ - roles?: InputMaybe>>; - /** A string containing the user's URL for the user's web site. */ - websiteUrl?: InputMaybe; - /** User's Yahoo IM account. */ - yim?: InputMaybe; -} - -/** The Type of Identifier used to fetch a single User node. To be used along with the "id" field. Default is "ID". */ -export enum UserNodeIdTypeEnum { - /** The Database ID for the node */ - DATABASE_ID = 'DATABASE_ID', - /** The Email of the User */ - EMAIL = 'EMAIL', - /** The hashed Global ID */ - ID = 'ID', - /** The slug of the User */ - SLUG = 'SLUG', - /** The URI for the node */ - URI = 'URI', - /** The username the User uses to login with */ - USERNAME = 'USERNAME', -} - -/** Names of available user roles */ -export enum UserRoleEnum { - /** User role with specific capabilities */ - ADMINISTRATOR = 'ADMINISTRATOR', - /** User role with specific capabilities */ - AUTHOR = 'AUTHOR', - /** User role with specific capabilities */ - CONTRIBUTOR = 'CONTRIBUTOR', - /** User role with specific capabilities */ - EDITOR = 'EDITOR', - /** User role with specific capabilities */ - SUBSCRIBER = 'SUBSCRIBER', -} - -/** Arguments for filtering the UserToCommentConnection connection */ -export interface UserToCommentConnectionWhereArgs { - /** Comment author email address. */ - authorEmail?: InputMaybe; - /** Array of author IDs to include comments for. */ - authorIn?: InputMaybe>>; - /** Array of author IDs to exclude comments for. */ - authorNotIn?: InputMaybe>>; - /** Comment author URL. */ - authorUrl?: InputMaybe; - /** Array of comment IDs to include. */ - commentIn?: InputMaybe>>; - /** Array of IDs of users whose unapproved comments will be returned by the query regardless of status. */ - commentNotIn?: InputMaybe>>; - /** Include comments of a given type. */ - commentType?: InputMaybe; - /** Include comments from a given array of comment types. */ - commentTypeIn?: InputMaybe>>; - /** Exclude comments from a given array of comment types. */ - commentTypeNotIn?: InputMaybe; - /** Content object author ID to limit results by. */ - contentAuthor?: InputMaybe>>; - /** Array of author IDs to retrieve comments for. */ - contentAuthorIn?: InputMaybe>>; - /** Array of author IDs *not* to retrieve comments for. */ - contentAuthorNotIn?: InputMaybe>>; - /** Limit results to those affiliated with a given content object ID. */ - contentId?: InputMaybe; - /** Array of content object IDs to include affiliated comments for. */ - contentIdIn?: InputMaybe>>; - /** Array of content object IDs to exclude affiliated comments for. */ - contentIdNotIn?: InputMaybe>>; - /** Content object name (i.e. slug ) to retrieve affiliated comments for. */ - contentName?: InputMaybe; - /** Content Object parent ID to retrieve affiliated comments for. */ - contentParent?: InputMaybe; - /** Array of content object statuses to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentStatus?: InputMaybe>>; - /** Content object type or array of types to retrieve affiliated comments for. Pass 'any' to match any value. */ - contentType?: InputMaybe>>; - /** Array of IDs or email addresses of users whose unapproved comments will be returned by the query regardless of $status. Default empty */ - includeUnapproved?: InputMaybe>>; - /** Karma score to retrieve matching comments for. */ - karma?: InputMaybe; - /** The cardinality of the order of the connection */ - order?: InputMaybe; - /** Field to order the comments by. */ - orderby?: InputMaybe; - /** Parent ID of comment to retrieve children of. */ - parent?: InputMaybe; - /** Array of parent IDs of comments to retrieve children for. */ - parentIn?: InputMaybe>>; - /** Array of parent IDs of comments *not* to retrieve children for. */ - parentNotIn?: InputMaybe>>; - /** Search term(s) to retrieve matching comments for. */ - search?: InputMaybe; - /** Comment status to limit results by. */ - status?: InputMaybe; - /** Include comments for a specific user ID. */ - userId?: InputMaybe; -} - -/** Arguments for filtering the UserToMediaItemConnection connection */ -export interface UserToMediaItemConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the UserToPageConnection connection */ -export interface UserToPageConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the UserToPostConnection connection */ -export interface UserToPostConnectionWhereArgs { - /** The user that's connected as the author of the object. Use the userId for the author object. */ - author?: InputMaybe; - /** Find objects connected to author(s) in the array of author's userIds */ - authorIn?: InputMaybe>>; - /** Find objects connected to the author by the author's nicename */ - authorName?: InputMaybe; - /** Find objects NOT connected to author(s) in the array of author's userIds */ - authorNotIn?: InputMaybe>>; - /** Category ID */ - categoryId?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryIn?: InputMaybe>>; - /** Use Category Slug */ - categoryName?: InputMaybe; - /** Array of category IDs, used to display objects from one category OR another */ - categoryNotIn?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Tag Slug */ - tag?: InputMaybe; - /** Use Tag ID */ - tagId?: InputMaybe; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagIn?: InputMaybe>>; - /** Array of tag IDs, used to display objects from one tag OR another */ - tagNotIn?: InputMaybe>>; - /** Array of tag slugs, used to display objects from one tag AND another */ - tagSlugAnd?: InputMaybe>>; - /** Array of tag slugs, used to include objects in ANY specified tags */ - tagSlugIn?: InputMaybe>>; - /** Title of the object */ - title?: InputMaybe; -} - -/** Arguments for filtering the UserToRevisionsConnection connection */ -export interface UserToRevisionsConnectionWhereArgs { - /** The Types of content to filter */ - contentTypes?: InputMaybe>>; - /** Filter the connection based on dates */ - dateQuery?: InputMaybe; - /** True for objects with passwords; False for objects without passwords; null for all objects with or without passwords */ - hasPassword?: InputMaybe; - /** Specific database ID of the object */ - id?: InputMaybe; - /** Array of IDs for the objects to retrieve */ - in?: InputMaybe>>; - /** Get objects with a specific mimeType property */ - mimeType?: InputMaybe; - /** Slug / post_name of the object */ - name?: InputMaybe; - /** Specify objects to retrieve. Use slugs */ - nameIn?: InputMaybe>>; - /** Specify IDs NOT to retrieve. If this is used in the same query as "in", it will be ignored */ - notIn?: InputMaybe>>; - /** What parameter to use to order the objects by. */ - orderby?: InputMaybe>>; - /** Use ID to return only children. Use 0 to return only top-level items */ - parent?: InputMaybe; - /** Specify objects whose parent is in an array */ - parentIn?: InputMaybe>>; - /** Specify posts whose parent is not in an array */ - parentNotIn?: InputMaybe>>; - /** Show posts with a specific password. */ - password?: InputMaybe; - /** Show Posts based on a keyword search */ - search?: InputMaybe; - /** Retrieve posts where post status is in an array. */ - stati?: InputMaybe>>; - /** Show posts with a specific status. */ - status?: InputMaybe; - /** Title of the object */ - title?: InputMaybe; -} - -/** Field to order the connection by */ -export enum UsersConnectionOrderbyEnum { - /** Order by display name */ - DISPLAY_NAME = 'DISPLAY_NAME', - /** Order by email address */ - EMAIL = 'EMAIL', - /** Order by login */ - LOGIN = 'LOGIN', - /** Preserve the login order given in the LOGIN_IN array */ - LOGIN_IN = 'LOGIN_IN', - /** Order by nice name */ - NICE_NAME = 'NICE_NAME', - /** Preserve the nice name order given in the NICE_NAME_IN array */ - NICE_NAME_IN = 'NICE_NAME_IN', - /** Order by registration date */ - REGISTERED = 'REGISTERED', - /** Order by URL */ - URL = 'URL', -} - -/** Options for ordering the connection */ -export interface UsersConnectionOrderbyInput { - /** The field name used to sort the results. */ - field: UsersConnectionOrderbyEnum; - /** The cardinality of the order of the connection */ - order?: InputMaybe; -} - -/** Column used for searching for users. */ -export enum UsersConnectionSearchColumnEnum { - /** The user's email address. */ - EMAIL = 'EMAIL', - /** The globally unique ID. */ - ID = 'ID', - /** The username the User uses to login with. */ - LOGIN = 'LOGIN', - /** A URL-friendly name for the user. The default is the user's username. */ - NICENAME = 'NICENAME', - /** The URL of the user's website. */ - URL = 'URL', -} - -export const scalarsEnumsHash: import('gqty').ScalarsEnumsHash = { - AvatarRatingEnum: true, - Boolean: true, - CategoryIdType: true, - CommentNodeIdTypeEnum: true, - CommentStatusEnum: true, - CommentsConnectionOrderbyEnum: true, - ContentNodeIdTypeEnum: true, - ContentTypeEnum: true, - ContentTypeIdTypeEnum: true, - ContentTypesOfCategoryEnum: true, - ContentTypesOfPostFormatEnum: true, - ContentTypesOfTagEnum: true, - Float: true, - ID: true, - Int: true, - MediaItemIdType: true, - MediaItemSizeEnum: true, - MediaItemStatusEnum: true, - MenuItemNodeIdTypeEnum: true, - MenuLocationEnum: true, - MenuNodeIdTypeEnum: true, - MimeTypeEnum: true, - OrderEnum: true, - PageIdType: true, - PluginStatusEnum: true, - PostFormatIdType: true, - PostIdType: true, - PostObjectFieldFormatEnum: true, - PostObjectsConnectionDateColumnEnum: true, - PostObjectsConnectionOrderbyEnum: true, - PostStatusEnum: true, - RelationEnum: true, - ScriptLoadingStrategyEnum: true, - String: true, - TagIdType: true, - TaxonomyEnum: true, - TaxonomyIdTypeEnum: true, - TermNodeIdTypeEnum: true, - TermObjectsConnectionOrderbyEnum: true, - UserNodeIdTypeEnum: true, - UserRoleEnum: true, - UsersConnectionOrderbyEnum: true, - UsersConnectionSearchColumnEnum: true, -}; -export const generatedSchema = { - Avatar: { - __typename: { __type: 'String!' }, - default: { __type: 'String' }, - extraAttr: { __type: 'String' }, - forceDefault: { __type: 'Boolean' }, - foundAvatar: { __type: 'Boolean' }, - height: { __type: 'Int' }, - isRestricted: { __type: 'Boolean' }, - rating: { __type: 'String' }, - scheme: { __type: 'String' }, - size: { __type: 'Int' }, - url: { __type: 'String' }, - width: { __type: 'Int' }, - }, - Category: { - __typename: { __type: 'String!' }, - ancestors: { - __type: 'CategoryToAncestorsCategoryConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - categoryId: { __type: 'Int' }, - children: { - __type: 'CategoryToCategoryConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'CategoryToCategoryConnectionWhereArgs', - }, - }, - conditionalTags: { __type: 'ConditionalTags' }, - contentNodes: { - __type: 'CategoryToContentNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'CategoryToContentNodeConnectionWhereArgs', - }, - }, - count: { __type: 'Int' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - enqueuedScripts: { - __type: 'TermNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'TermNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - link: { __type: 'String' }, - name: { __type: 'String' }, - parent: { __type: 'CategoryToParentCategoryConnectionEdge' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - posts: { - __type: 'CategoryToPostConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'CategoryToPostConnectionWhereArgs', - }, - }, - slug: { __type: 'String' }, - taxonomy: { __type: 'CategoryToTaxonomyConnectionEdge' }, - taxonomyName: { __type: 'String' }, - templates: { __type: '[String]' }, - termGroupId: { __type: 'Int' }, - termTaxonomyId: { __type: 'Int' }, - uri: { __type: 'String' }, - }, - CategoryConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CategoryConnectionEdge!]!' }, - nodes: { __type: '[Category!]!' }, - pageInfo: { __type: 'CategoryConnectionPageInfo!' }, - $on: { __type: '$CategoryConnection!' }, - }, - CategoryConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Category!' }, - $on: { __type: '$CategoryConnectionEdge!' }, - }, - CategoryConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$CategoryConnectionPageInfo!' }, - }, - CategoryToAncestorsCategoryConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CategoryToAncestorsCategoryConnectionEdge!]!' }, - nodes: { __type: '[Category!]!' }, - pageInfo: { __type: 'CategoryToAncestorsCategoryConnectionPageInfo!' }, - }, - CategoryToAncestorsCategoryConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Category!' }, - }, - CategoryToAncestorsCategoryConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - CategoryToCategoryConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CategoryToCategoryConnectionEdge!]!' }, - nodes: { __type: '[Category!]!' }, - pageInfo: { __type: 'CategoryToCategoryConnectionPageInfo!' }, - }, - CategoryToCategoryConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Category!' }, - }, - CategoryToCategoryConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - CategoryToCategoryConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - CategoryToContentNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CategoryToContentNodeConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'CategoryToContentNodeConnectionPageInfo!' }, - }, - CategoryToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - CategoryToContentNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - CategoryToContentNodeConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypesOfCategoryEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - CategoryToParentCategoryConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Category!' }, - }, - CategoryToPostConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CategoryToPostConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'CategoryToPostConnectionPageInfo!' }, - }, - CategoryToPostConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - CategoryToPostConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - CategoryToPostConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - categoryId: { __type: 'Int' }, - categoryIn: { __type: '[ID]' }, - categoryName: { __type: 'String' }, - categoryNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - tag: { __type: 'String' }, - tagId: { __type: 'String' }, - tagIn: { __type: '[ID]' }, - tagNotIn: { __type: '[ID]' }, - tagSlugAnd: { __type: '[String]' }, - tagSlugIn: { __type: '[String]' }, - title: { __type: 'String' }, - }, - CategoryToTaxonomyConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Taxonomy!' }, - }, - Comment: { - __typename: { __type: 'String!' }, - agent: { __type: 'String' }, - approved: { __type: 'Boolean' }, - author: { __type: 'CommentToCommenterConnectionEdge' }, - authorIp: { __type: 'String' }, - commentId: { __type: 'Int' }, - commentedOn: { __type: 'CommentToContentNodeConnectionEdge' }, - content: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - databaseId: { __type: 'Int!' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - karma: { __type: 'Int' }, - parent: { - __type: 'CommentToParentCommentConnectionEdge', - __args: { where: 'CommentToParentCommentConnectionWhereArgs' }, - }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - replies: { - __type: 'CommentToCommentConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'CommentToCommentConnectionWhereArgs', - }, - }, - status: { __type: 'CommentStatusEnum' }, - type: { __type: 'String' }, - }, - CommentAuthor: { - __typename: { __type: 'String!' }, - avatar: { - __type: 'Avatar', - __args: { - forceDefault: 'Boolean', - rating: 'AvatarRatingEnum', - size: 'Int', - }, - }, - databaseId: { __type: 'Int!' }, - email: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - name: { __type: 'String' }, - url: { __type: 'String' }, - }, - CommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'CommentConnectionPageInfo!' }, - $on: { __type: '$CommentConnection!' }, - }, - CommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - $on: { __type: '$CommentConnectionEdge!' }, - }, - CommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$CommentConnectionPageInfo!' }, - }, - CommentToCommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[CommentToCommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'CommentToCommentConnectionPageInfo!' }, - }, - CommentToCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - CommentToCommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - CommentToCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - CommentToCommenterConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Commenter!' }, - }, - CommentToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - CommentToParentCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - CommentToParentCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - Commenter: { - __typename: { __type: 'String!' }, - avatar: { __type: 'Avatar' }, - databaseId: { __type: 'Int!' }, - email: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - name: { __type: 'String' }, - url: { __type: 'String' }, - $on: { __type: '$Commenter!' }, - }, - CommenterConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Commenter!' }, - $on: { __type: '$CommenterConnectionEdge!' }, - }, - ConditionalTags: { - __typename: { __type: 'String!' }, - isArchive: { __type: 'Boolean' }, - isAttachment: { __type: 'Boolean' }, - isAuthor: { __type: 'Boolean' }, - isCategory: { __type: 'Boolean' }, - isDate: { __type: 'Boolean' }, - isDay: { __type: 'Boolean' }, - isFrontPage: { __type: 'Boolean' }, - isHome: { __type: 'Boolean' }, - isMonth: { __type: 'Boolean' }, - isMultiAuthor: { __type: 'Boolean' }, - isPage: { __type: 'Boolean' }, - isPageTemplate: { __type: 'Boolean' }, - isPostTypeArchive: { __type: 'Boolean' }, - isPreview: { __type: 'Boolean' }, - isPrivacyPolicy: { __type: 'Boolean' }, - isSearch: { __type: 'Boolean' }, - isSingle: { __type: 'Boolean' }, - isSingular: { __type: 'Boolean' }, - isSticky: { __type: 'Boolean' }, - isTag: { __type: 'Boolean' }, - isTax: { __type: 'Boolean' }, - isYear: { __type: 'Boolean' }, - }, - Connection: { - __typename: { __type: 'String!' }, - edges: { __type: '[Edge!]!' }, - nodes: { __type: '[Node!]!' }, - pageInfo: { __type: 'PageInfo!' }, - $on: { __type: '$Connection!' }, - }, - ContentNode: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - contentType: { __type: 'ContentNodeToContentTypeConnectionEdge' }, - contentTypeName: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - desiredSlug: { __type: 'String' }, - editingLockedBy: { __type: 'ContentNodeToEditLockConnectionEdge' }, - enclosure: { __type: 'String' }, - enqueuedScripts: { - __type: 'ContentNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'ContentNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - guid: { __type: 'String' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isPreview: { __type: 'Boolean' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - lastEditedBy: { __type: 'ContentNodeToEditLastConnectionEdge' }, - link: { __type: 'String' }, - modified: { __type: 'String' }, - modifiedGmt: { __type: 'String' }, - previewRevisionDatabaseId: { __type: 'Int' }, - previewRevisionId: { __type: 'ID' }, - slug: { __type: 'String' }, - status: { __type: 'String' }, - template: { __type: 'ContentTemplate' }, - templates: { __type: '[String]' }, - uri: { __type: 'String' }, - $on: { __type: '$ContentNode!' }, - }, - ContentNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ContentNodeConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'ContentNodeConnectionPageInfo!' }, - $on: { __type: '$ContentNodeConnection!' }, - }, - ContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - $on: { __type: '$ContentNodeConnectionEdge!' }, - }, - ContentNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$ContentNodeConnectionPageInfo!' }, - }, - ContentNodeToContentTypeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentType!' }, - }, - ContentNodeToEditLastConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'User!' }, - }, - ContentNodeToEditLockConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - lockTimestamp: { __type: 'String' }, - node: { __type: 'User!' }, - }, - ContentNodeToEnqueuedScriptConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ContentNodeToEnqueuedScriptConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedScript!]!' }, - pageInfo: { __type: 'ContentNodeToEnqueuedScriptConnectionPageInfo!' }, - }, - ContentNodeToEnqueuedScriptConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedScript!' }, - }, - ContentNodeToEnqueuedScriptConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - ContentNodeToEnqueuedStylesheetConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ContentNodeToEnqueuedStylesheetConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedStylesheet!]!' }, - pageInfo: { __type: 'ContentNodeToEnqueuedStylesheetConnectionPageInfo!' }, - }, - ContentNodeToEnqueuedStylesheetConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedStylesheet!' }, - }, - ContentNodeToEnqueuedStylesheetConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - ContentTemplate: { - __typename: { __type: 'String!' }, - templateName: { __type: 'String' }, - $on: { __type: '$ContentTemplate!' }, - }, - ContentType: { - __typename: { __type: 'String!' }, - canExport: { __type: 'Boolean' }, - conditionalTags: { __type: 'ConditionalTags' }, - connectedTaxonomies: { - __type: 'ContentTypeToTaxonomyConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - contentNodes: { - __type: 'ContentTypeToContentNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'ContentTypeToContentNodeConnectionWhereArgs', - }, - }, - deleteWithUser: { __type: 'Boolean' }, - description: { __type: 'String' }, - excludeFromSearch: { __type: 'Boolean' }, - graphqlPluralName: { __type: 'String' }, - graphqlSingleName: { __type: 'String' }, - hasArchive: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isFrontPage: { __type: 'Boolean!' }, - isPostsPage: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - label: { __type: 'String' }, - labels: { __type: 'PostTypeLabelDetails' }, - menuIcon: { __type: 'String' }, - menuPosition: { __type: 'Int' }, - name: { __type: 'String' }, - public: { __type: 'Boolean' }, - publiclyQueryable: { __type: 'Boolean' }, - restBase: { __type: 'String' }, - restControllerClass: { __type: 'String' }, - showInAdminBar: { __type: 'Boolean' }, - showInGraphql: { __type: 'Boolean' }, - showInMenu: { __type: 'Boolean' }, - showInNavMenus: { __type: 'Boolean' }, - showInRest: { __type: 'Boolean' }, - showUi: { __type: 'Boolean' }, - templates: { __type: '[String]' }, - uri: { __type: 'String' }, - }, - ContentTypeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ContentTypeConnectionEdge!]!' }, - nodes: { __type: '[ContentType!]!' }, - pageInfo: { __type: 'ContentTypeConnectionPageInfo!' }, - $on: { __type: '$ContentTypeConnection!' }, - }, - ContentTypeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentType!' }, - $on: { __type: '$ContentTypeConnectionEdge!' }, - }, - ContentTypeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$ContentTypeConnectionPageInfo!' }, - }, - ContentTypeToContentNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ContentTypeToContentNodeConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'ContentTypeToContentNodeConnectionPageInfo!' }, - }, - ContentTypeToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - ContentTypeToContentNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - ContentTypeToContentNodeConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypeEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - ContentTypeToTaxonomyConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ContentTypeToTaxonomyConnectionEdge!]!' }, - nodes: { __type: '[Taxonomy!]!' }, - pageInfo: { __type: 'ContentTypeToTaxonomyConnectionPageInfo!' }, - }, - ContentTypeToTaxonomyConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Taxonomy!' }, - }, - ContentTypeToTaxonomyConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - CreateCategoryInput: { - aliasOf: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - name: { __type: 'String!' }, - parentId: { __type: 'ID' }, - slug: { __type: 'String' }, - }, - CreateCategoryPayload: { - __typename: { __type: 'String!' }, - category: { __type: 'Category' }, - clientMutationId: { __type: 'String' }, - }, - CreateCommentInput: { - approved: { __type: 'String' }, - author: { __type: 'String' }, - authorEmail: { __type: 'String' }, - authorUrl: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - commentOn: { __type: 'Int' }, - content: { __type: 'String' }, - date: { __type: 'String' }, - parent: { __type: 'ID' }, - status: { __type: 'CommentStatusEnum' }, - type: { __type: 'String' }, - }, - CreateCommentPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - comment: { __type: 'Comment' }, - success: { __type: 'Boolean' }, - }, - CreateMediaItemInput: { - altText: { __type: 'String' }, - authorId: { __type: 'ID' }, - caption: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - commentStatus: { __type: 'String' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - description: { __type: 'String' }, - filePath: { __type: 'String' }, - fileType: { __type: 'MimeTypeEnum' }, - parentId: { __type: 'ID' }, - pingStatus: { __type: 'String' }, - slug: { __type: 'String' }, - status: { __type: 'MediaItemStatusEnum' }, - title: { __type: 'String' }, - }, - CreateMediaItemPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - mediaItem: { __type: 'MediaItem' }, - }, - CreatePageInput: { - authorId: { __type: 'ID' }, - clientMutationId: { __type: 'String' }, - commentStatus: { __type: 'String' }, - content: { __type: 'String' }, - date: { __type: 'String' }, - menuOrder: { __type: 'Int' }, - parentId: { __type: 'ID' }, - password: { __type: 'String' }, - slug: { __type: 'String' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - CreatePagePayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - page: { __type: 'Page' }, - }, - CreatePostFormatInput: { - aliasOf: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - name: { __type: 'String!' }, - slug: { __type: 'String' }, - }, - CreatePostFormatPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - postFormat: { __type: 'PostFormat' }, - }, - CreatePostInput: { - authorId: { __type: 'ID' }, - categories: { __type: 'PostCategoriesInput' }, - clientMutationId: { __type: 'String' }, - commentStatus: { __type: 'String' }, - content: { __type: 'String' }, - date: { __type: 'String' }, - excerpt: { __type: 'String' }, - menuOrder: { __type: 'Int' }, - password: { __type: 'String' }, - pingStatus: { __type: 'String' }, - pinged: { __type: '[String]' }, - postFormats: { __type: 'PostPostFormatsInput' }, - slug: { __type: 'String' }, - status: { __type: 'PostStatusEnum' }, - tags: { __type: 'PostTagsInput' }, - title: { __type: 'String' }, - toPing: { __type: '[String]' }, - }, - CreatePostPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - post: { __type: 'Post' }, - }, - CreateTagInput: { - aliasOf: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - name: { __type: 'String!' }, - slug: { __type: 'String' }, - }, - CreateTagPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - tag: { __type: 'Tag' }, - }, - CreateUserInput: { - aim: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - displayName: { __type: 'String' }, - email: { __type: 'String' }, - firstName: { __type: 'String' }, - jabber: { __type: 'String' }, - lastName: { __type: 'String' }, - locale: { __type: 'String' }, - nicename: { __type: 'String' }, - nickname: { __type: 'String' }, - password: { __type: 'String' }, - registered: { __type: 'String' }, - richEditing: { __type: 'String' }, - roles: { __type: '[String]' }, - username: { __type: 'String!' }, - websiteUrl: { __type: 'String' }, - yim: { __type: 'String' }, - }, - CreateUserPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - user: { __type: 'User' }, - }, - DatabaseIdentifier: { - __typename: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - $on: { __type: '$DatabaseIdentifier!' }, - }, - DateInput: { - day: { __type: 'Int' }, - month: { __type: 'Int' }, - year: { __type: 'Int' }, - }, - DateQueryInput: { - after: { __type: 'DateInput' }, - before: { __type: 'DateInput' }, - column: { __type: 'PostObjectsConnectionDateColumnEnum' }, - compare: { __type: 'String' }, - day: { __type: 'Int' }, - hour: { __type: 'Int' }, - inclusive: { __type: 'Boolean' }, - minute: { __type: 'Int' }, - month: { __type: 'Int' }, - relation: { __type: 'RelationEnum' }, - second: { __type: 'Int' }, - week: { __type: 'Int' }, - year: { __type: 'Int' }, - }, - DefaultTemplate: { - __typename: { __type: 'String!' }, - templateName: { __type: 'String' }, - }, - DeleteCategoryInput: { - clientMutationId: { __type: 'String' }, - id: { __type: 'ID!' }, - }, - DeleteCategoryPayload: { - __typename: { __type: 'String!' }, - category: { __type: 'Category' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - }, - DeleteCommentInput: { - clientMutationId: { __type: 'String' }, - forceDelete: { __type: 'Boolean' }, - id: { __type: 'ID!' }, - }, - DeleteCommentPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - comment: { __type: 'Comment' }, - deletedId: { __type: 'ID' }, - }, - DeleteMediaItemInput: { - clientMutationId: { __type: 'String' }, - forceDelete: { __type: 'Boolean' }, - id: { __type: 'ID!' }, - }, - DeleteMediaItemPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - mediaItem: { __type: 'MediaItem' }, - }, - DeletePageInput: { - clientMutationId: { __type: 'String' }, - forceDelete: { __type: 'Boolean' }, - id: { __type: 'ID!' }, - ignoreEditLock: { __type: 'Boolean' }, - }, - DeletePagePayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - page: { __type: 'Page' }, - }, - DeletePostFormatInput: { - clientMutationId: { __type: 'String' }, - id: { __type: 'ID!' }, - }, - DeletePostFormatPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - postFormat: { __type: 'PostFormat' }, - }, - DeletePostInput: { - clientMutationId: { __type: 'String' }, - forceDelete: { __type: 'Boolean' }, - id: { __type: 'ID!' }, - ignoreEditLock: { __type: 'Boolean' }, - }, - DeletePostPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - post: { __type: 'Post' }, - }, - DeleteTagInput: { - clientMutationId: { __type: 'String' }, - id: { __type: 'ID!' }, - }, - DeleteTagPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - tag: { __type: 'Tag' }, - }, - DeleteUserInput: { - clientMutationId: { __type: 'String' }, - id: { __type: 'ID!' }, - reassignId: { __type: 'ID' }, - }, - DeleteUserPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - deletedId: { __type: 'ID' }, - user: { __type: 'User' }, - }, - DiscussionSettings: { - __typename: { __type: 'String!' }, - defaultCommentStatus: { __type: 'String' }, - defaultPingStatus: { __type: 'String' }, - }, - Edge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Node!' }, - $on: { __type: '$Edge!' }, - }, - EnqueuedAsset: { - __typename: { __type: 'String!' }, - after: { __type: '[String]' }, - args: { __type: 'Boolean' }, - before: { __type: '[String]' }, - conditional: { __type: 'String' }, - dependencies: { __type: '[EnqueuedAsset]' }, - extra: { __type: 'String' }, - handle: { __type: 'String' }, - id: { __type: 'ID!' }, - src: { __type: 'String' }, - version: { __type: 'String' }, - $on: { __type: '$EnqueuedAsset!' }, - }, - EnqueuedScript: { - __typename: { __type: 'String!' }, - after: { __type: '[String]' }, - args: { __type: 'Boolean' }, - before: { __type: '[String]' }, - conditional: { __type: 'String' }, - dependencies: { __type: '[EnqueuedScript]' }, - extra: { __type: 'String' }, - extraData: { __type: 'String' }, - handle: { __type: 'String' }, - id: { __type: 'ID!' }, - src: { __type: 'String' }, - strategy: { __type: 'ScriptLoadingStrategyEnum' }, - version: { __type: 'String' }, - }, - EnqueuedScriptConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[EnqueuedScriptConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedScript!]!' }, - pageInfo: { __type: 'EnqueuedScriptConnectionPageInfo!' }, - $on: { __type: '$EnqueuedScriptConnection!' }, - }, - EnqueuedScriptConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedScript!' }, - $on: { __type: '$EnqueuedScriptConnectionEdge!' }, - }, - EnqueuedScriptConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$EnqueuedScriptConnectionPageInfo!' }, - }, - EnqueuedStylesheet: { - __typename: { __type: 'String!' }, - after: { __type: '[String]' }, - args: { __type: 'Boolean' }, - before: { __type: '[String]' }, - conditional: { __type: 'String' }, - dependencies: { __type: '[EnqueuedStylesheet]' }, - extra: { __type: 'String' }, - handle: { __type: 'String' }, - id: { __type: 'ID!' }, - isRtl: { __type: 'Boolean' }, - media: { __type: 'String' }, - path: { __type: 'String' }, - rel: { __type: 'String' }, - src: { __type: 'String' }, - suffix: { __type: 'String' }, - title: { __type: 'String' }, - version: { __type: 'String' }, - }, - EnqueuedStylesheetConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[EnqueuedStylesheetConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedStylesheet!]!' }, - pageInfo: { __type: 'EnqueuedStylesheetConnectionPageInfo!' }, - $on: { __type: '$EnqueuedStylesheetConnection!' }, - }, - EnqueuedStylesheetConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedStylesheet!' }, - $on: { __type: '$EnqueuedStylesheetConnectionEdge!' }, - }, - EnqueuedStylesheetConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$EnqueuedStylesheetConnectionPageInfo!' }, - }, - GeneralSettings: { - __typename: { __type: 'String!' }, - dateFormat: { __type: 'String' }, - description: { __type: 'String' }, - email: { __type: 'String' }, - language: { __type: 'String' }, - startOfWeek: { __type: 'Int' }, - timeFormat: { __type: 'String' }, - timezone: { __type: 'String' }, - title: { __type: 'String' }, - url: { __type: 'String' }, - }, - GenerateAuthorizationCodeInput: { - clientMutationId: { __type: 'String' }, - email: { __type: 'String' }, - password: { __type: 'String' }, - username: { __type: 'String' }, - }, - GenerateAuthorizationCodePayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - code: { __type: 'String' }, - error: { __type: 'String' }, - }, - HierarchicalContentNode: { - __typename: { __type: 'String!' }, - ancestors: { - __type: 'HierarchicalContentNodeToContentNodeAncestorsConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: - 'HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs', - }, - }, - children: { - __type: 'HierarchicalContentNodeToContentNodeChildrenConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: - 'HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs', - }, - }, - conditionalTags: { __type: 'ConditionalTags' }, - contentType: { __type: 'ContentNodeToContentTypeConnectionEdge' }, - contentTypeName: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - desiredSlug: { __type: 'String' }, - editingLockedBy: { __type: 'ContentNodeToEditLockConnectionEdge' }, - enclosure: { __type: 'String' }, - enqueuedScripts: { - __type: 'ContentNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'ContentNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - guid: { __type: 'String' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isPreview: { __type: 'Boolean' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - lastEditedBy: { __type: 'ContentNodeToEditLastConnectionEdge' }, - link: { __type: 'String' }, - modified: { __type: 'String' }, - modifiedGmt: { __type: 'String' }, - parent: { - __type: 'HierarchicalContentNodeToParentContentNodeConnectionEdge', - }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - previewRevisionDatabaseId: { __type: 'Int' }, - previewRevisionId: { __type: 'ID' }, - slug: { __type: 'String' }, - status: { __type: 'String' }, - template: { __type: 'ContentTemplate' }, - templates: { __type: '[String]' }, - uri: { __type: 'String' }, - $on: { __type: '$HierarchicalContentNode!' }, - }, - HierarchicalContentNodeToContentNodeAncestorsConnection: { - __typename: { __type: 'String!' }, - edges: { - __type: '[HierarchicalContentNodeToContentNodeAncestorsConnectionEdge!]!', - }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { - __type: - 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo!', - }, - }, - HierarchicalContentNodeToContentNodeAncestorsConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypeEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - HierarchicalContentNodeToContentNodeChildrenConnection: { - __typename: { __type: 'String!' }, - edges: { - __type: '[HierarchicalContentNodeToContentNodeChildrenConnectionEdge!]!', - }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { - __type: 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo!', - }, - }, - HierarchicalContentNodeToContentNodeChildrenConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypeEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - HierarchicalContentNodeToParentContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - HierarchicalNode: { - __typename: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - id: { __type: 'ID!' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - $on: { __type: '$HierarchicalNode!' }, - }, - HierarchicalTermNode: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - count: { __type: 'Int' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - enqueuedScripts: { - __type: 'TermNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'TermNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - link: { __type: 'String' }, - name: { __type: 'String' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - slug: { __type: 'String' }, - taxonomyName: { __type: 'String' }, - templates: { __type: '[String]' }, - termGroupId: { __type: 'Int' }, - termTaxonomyId: { __type: 'Int' }, - uri: { __type: 'String' }, - $on: { __type: '$HierarchicalTermNode!' }, - }, - MediaDetails: { - __typename: { __type: 'String!' }, - file: { __type: 'String' }, - height: { __type: 'Int' }, - meta: { __type: 'MediaItemMeta' }, - sizes: { - __type: '[MediaSize]', - __args: { - exclude: '[MediaItemSizeEnum]', - include: '[MediaItemSizeEnum]', - }, - }, - width: { __type: 'Int' }, - }, - MediaItem: { - __typename: { __type: 'String!' }, - altText: { __type: 'String' }, - ancestors: { - __type: 'HierarchicalContentNodeToContentNodeAncestorsConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: - 'HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs', - }, - }, - author: { __type: 'NodeWithAuthorToUserConnectionEdge' }, - authorDatabaseId: { __type: 'Int' }, - authorId: { __type: 'ID' }, - caption: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - children: { - __type: 'HierarchicalContentNodeToContentNodeChildrenConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: - 'HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs', - }, - }, - commentCount: { __type: 'Int' }, - commentStatus: { __type: 'String' }, - comments: { - __type: 'MediaItemToCommentConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'MediaItemToCommentConnectionWhereArgs', - }, - }, - conditionalTags: { __type: 'ConditionalTags' }, - contentType: { __type: 'ContentNodeToContentTypeConnectionEdge' }, - contentTypeName: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - description: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - desiredSlug: { __type: 'String' }, - editingLockedBy: { __type: 'ContentNodeToEditLockConnectionEdge' }, - enclosure: { __type: 'String' }, - enqueuedScripts: { - __type: 'ContentNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'ContentNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - fileSize: { __type: 'Int', __args: { size: 'MediaItemSizeEnum' } }, - guid: { __type: 'String' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isPreview: { __type: 'Boolean' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - lastEditedBy: { __type: 'ContentNodeToEditLastConnectionEdge' }, - link: { __type: 'String' }, - mediaDetails: { __type: 'MediaDetails' }, - mediaItemId: { __type: 'Int!' }, - mediaItemUrl: { __type: 'String' }, - mediaType: { __type: 'String' }, - mimeType: { __type: 'String' }, - modified: { __type: 'String' }, - modifiedGmt: { __type: 'String' }, - parent: { - __type: 'HierarchicalContentNodeToParentContentNodeConnectionEdge', - }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - previewRevisionDatabaseId: { __type: 'Int' }, - previewRevisionId: { __type: 'ID' }, - sizes: { __type: 'String', __args: { size: 'MediaItemSizeEnum' } }, - slug: { __type: 'String' }, - sourceUrl: { __type: 'String', __args: { size: 'MediaItemSizeEnum' } }, - srcSet: { __type: 'String', __args: { size: 'MediaItemSizeEnum' } }, - status: { __type: 'String' }, - template: { __type: 'ContentTemplate' }, - templates: { __type: '[String]' }, - title: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - uri: { __type: 'String' }, - }, - MediaItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[MediaItemConnectionEdge!]!' }, - nodes: { __type: '[MediaItem!]!' }, - pageInfo: { __type: 'MediaItemConnectionPageInfo!' }, - $on: { __type: '$MediaItemConnection!' }, - }, - MediaItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MediaItem!' }, - $on: { __type: '$MediaItemConnectionEdge!' }, - }, - MediaItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$MediaItemConnectionPageInfo!' }, - }, - MediaItemMeta: { - __typename: { __type: 'String!' }, - aperture: { __type: 'Float' }, - camera: { __type: 'String' }, - caption: { __type: 'String' }, - copyright: { __type: 'String' }, - createdTimestamp: { __type: 'Int' }, - credit: { __type: 'String' }, - focalLength: { __type: 'Float' }, - iso: { __type: 'Int' }, - keywords: { __type: '[String]' }, - orientation: { __type: 'String' }, - shutterSpeed: { __type: 'Float' }, - title: { __type: 'String' }, - }, - MediaItemToCommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[MediaItemToCommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'MediaItemToCommentConnectionPageInfo!' }, - }, - MediaItemToCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - MediaItemToCommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - MediaItemToCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - MediaSize: { - __typename: { __type: 'String!' }, - file: { __type: 'String' }, - fileSize: { __type: 'Int' }, - height: { __type: 'String' }, - mimeType: { __type: 'String' }, - name: { __type: 'String' }, - sourceUrl: { __type: 'String' }, - width: { __type: 'String' }, - }, - Menu: { - __typename: { __type: 'String!' }, - count: { __type: 'Int' }, - databaseId: { __type: 'Int!' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - locations: { __type: '[MenuLocationEnum]' }, - menuId: { __type: 'Int' }, - menuItems: { - __type: 'MenuToMenuItemConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'MenuToMenuItemConnectionWhereArgs', - }, - }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - }, - MenuConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[MenuConnectionEdge!]!' }, - nodes: { __type: '[Menu!]!' }, - pageInfo: { __type: 'MenuConnectionPageInfo!' }, - $on: { __type: '$MenuConnection!' }, - }, - MenuConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Menu!' }, - $on: { __type: '$MenuConnectionEdge!' }, - }, - MenuConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$MenuConnectionPageInfo!' }, - }, - MenuItem: { - __typename: { __type: 'String!' }, - childItems: { - __type: 'MenuItemToMenuItemConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'MenuItemToMenuItemConnectionWhereArgs', - }, - }, - connectedNode: { __type: 'MenuItemToMenuItemLinkableConnectionEdge' }, - connectedObject: { __type: 'MenuItemObjectUnion' }, - cssClasses: { __type: '[String]' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - label: { __type: 'String' }, - linkRelationship: { __type: 'String' }, - locations: { __type: '[MenuLocationEnum]' }, - menu: { __type: 'MenuItemToMenuConnectionEdge' }, - menuItemId: { __type: 'Int' }, - order: { __type: 'Int' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - path: { __type: 'String' }, - target: { __type: 'String' }, - title: { __type: 'String' }, - uri: { __type: 'String' }, - url: { __type: 'String' }, - }, - MenuItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[MenuItemConnectionEdge!]!' }, - nodes: { __type: '[MenuItem!]!' }, - pageInfo: { __type: 'MenuItemConnectionPageInfo!' }, - $on: { __type: '$MenuItemConnection!' }, - }, - MenuItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MenuItem!' }, - $on: { __type: '$MenuItemConnectionEdge!' }, - }, - MenuItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$MenuItemConnectionPageInfo!' }, - }, - MenuItemLinkable: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - databaseId: { __type: 'Int!' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isTermNode: { __type: 'Boolean!' }, - templates: { __type: '[String]' }, - uri: { __type: 'String' }, - $on: { __type: '$MenuItemLinkable!' }, - }, - MenuItemLinkableConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MenuItemLinkable!' }, - $on: { __type: '$MenuItemLinkableConnectionEdge!' }, - }, - MenuItemObjectUnion: { - __typename: { __type: 'String!' }, - $on: { __type: '$MenuItemObjectUnion!' }, - }, - MenuItemToMenuConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Menu!' }, - }, - MenuItemToMenuItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[MenuItemToMenuItemConnectionEdge!]!' }, - nodes: { __type: '[MenuItem!]!' }, - pageInfo: { __type: 'MenuItemToMenuItemConnectionPageInfo!' }, - }, - MenuItemToMenuItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MenuItem!' }, - }, - MenuItemToMenuItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - MenuItemToMenuItemConnectionWhereArgs: { - id: { __type: 'Int' }, - location: { __type: 'MenuLocationEnum' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - }, - MenuItemToMenuItemLinkableConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MenuItemLinkable!' }, - }, - MenuToMenuItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[MenuToMenuItemConnectionEdge!]!' }, - nodes: { __type: '[MenuItem!]!' }, - pageInfo: { __type: 'MenuToMenuItemConnectionPageInfo!' }, - }, - MenuToMenuItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MenuItem!' }, - }, - MenuToMenuItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - MenuToMenuItemConnectionWhereArgs: { - id: { __type: 'Int' }, - location: { __type: 'MenuLocationEnum' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - }, - Node: { - __typename: { __type: 'String!' }, - id: { __type: 'ID!' }, - $on: { __type: '$Node!' }, - }, - NodeWithAuthor: { - __typename: { __type: 'String!' }, - author: { __type: 'NodeWithAuthorToUserConnectionEdge' }, - authorDatabaseId: { __type: 'Int' }, - authorId: { __type: 'ID' }, - id: { __type: 'ID!' }, - $on: { __type: '$NodeWithAuthor!' }, - }, - NodeWithAuthorToUserConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'User!' }, - }, - NodeWithComments: { - __typename: { __type: 'String!' }, - commentCount: { __type: 'Int' }, - commentStatus: { __type: 'String' }, - id: { __type: 'ID!' }, - $on: { __type: '$NodeWithComments!' }, - }, - NodeWithContentEditor: { - __typename: { __type: 'String!' }, - content: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - id: { __type: 'ID!' }, - $on: { __type: '$NodeWithContentEditor!' }, - }, - NodeWithExcerpt: { - __typename: { __type: 'String!' }, - excerpt: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - id: { __type: 'ID!' }, - $on: { __type: '$NodeWithExcerpt!' }, - }, - NodeWithFeaturedImage: { - __typename: { __type: 'String!' }, - featuredImage: { __type: 'NodeWithFeaturedImageToMediaItemConnectionEdge' }, - featuredImageDatabaseId: { __type: 'Int' }, - featuredImageId: { __type: 'ID' }, - id: { __type: 'ID!' }, - $on: { __type: '$NodeWithFeaturedImage!' }, - }, - NodeWithFeaturedImageToMediaItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MediaItem!' }, - }, - NodeWithPageAttributes: { - __typename: { __type: 'String!' }, - id: { __type: 'ID!' }, - menuOrder: { __type: 'Int' }, - $on: { __type: '$NodeWithPageAttributes!' }, - }, - NodeWithRevisions: { - __typename: { __type: 'String!' }, - id: { __type: 'ID!' }, - isRevision: { __type: 'Boolean' }, - revisionOf: { __type: 'NodeWithRevisionsToContentNodeConnectionEdge' }, - $on: { __type: '$NodeWithRevisions!' }, - }, - NodeWithRevisionsToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - NodeWithTemplate: { - __typename: { __type: 'String!' }, - id: { __type: 'ID!' }, - template: { __type: 'ContentTemplate' }, - $on: { __type: '$NodeWithTemplate!' }, - }, - NodeWithTitle: { - __typename: { __type: 'String!' }, - id: { __type: 'ID!' }, - title: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - $on: { __type: '$NodeWithTitle!' }, - }, - NodeWithTrackbacks: { - __typename: { __type: 'String!' }, - id: { __type: 'ID!' }, - pingStatus: { __type: 'String' }, - pinged: { __type: '[String]' }, - toPing: { __type: '[String]' }, - $on: { __type: '$NodeWithTrackbacks!' }, - }, - OneToOneConnection: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Node!' }, - $on: { __type: '$OneToOneConnection!' }, - }, - Page: { - __typename: { __type: 'String!' }, - ancestors: { - __type: 'HierarchicalContentNodeToContentNodeAncestorsConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: - 'HierarchicalContentNodeToContentNodeAncestorsConnectionWhereArgs', - }, - }, - author: { __type: 'NodeWithAuthorToUserConnectionEdge' }, - authorDatabaseId: { __type: 'Int' }, - authorId: { __type: 'ID' }, - children: { - __type: 'HierarchicalContentNodeToContentNodeChildrenConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: - 'HierarchicalContentNodeToContentNodeChildrenConnectionWhereArgs', - }, - }, - commentCount: { __type: 'Int' }, - commentStatus: { __type: 'String' }, - comments: { - __type: 'PageToCommentConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PageToCommentConnectionWhereArgs', - }, - }, - conditionalTags: { __type: 'ConditionalTags' }, - content: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - contentType: { __type: 'ContentNodeToContentTypeConnectionEdge' }, - contentTypeName: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - desiredSlug: { __type: 'String' }, - editingLockedBy: { __type: 'ContentNodeToEditLockConnectionEdge' }, - enclosure: { __type: 'String' }, - enqueuedScripts: { - __type: 'ContentNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'ContentNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - featuredImage: { __type: 'NodeWithFeaturedImageToMediaItemConnectionEdge' }, - featuredImageDatabaseId: { __type: 'Int' }, - featuredImageId: { __type: 'ID' }, - guid: { __type: 'String' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isFrontPage: { __type: 'Boolean!' }, - isPostsPage: { __type: 'Boolean!' }, - isPreview: { __type: 'Boolean' }, - isPrivacyPage: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isRevision: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - lastEditedBy: { __type: 'ContentNodeToEditLastConnectionEdge' }, - link: { __type: 'String' }, - menuOrder: { __type: 'Int' }, - modified: { __type: 'String' }, - modifiedGmt: { __type: 'String' }, - pageId: { __type: 'Int!' }, - parent: { - __type: 'HierarchicalContentNodeToParentContentNodeConnectionEdge', - }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - preview: { __type: 'PageToPreviewConnectionEdge' }, - previewRevisionDatabaseId: { __type: 'Int' }, - previewRevisionId: { __type: 'ID' }, - revisionOf: { __type: 'NodeWithRevisionsToContentNodeConnectionEdge' }, - revisions: { - __type: 'PageToRevisionConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PageToRevisionConnectionWhereArgs', - }, - }, - slug: { __type: 'String' }, - status: { __type: 'String' }, - template: { __type: 'ContentTemplate' }, - templates: { __type: '[String]' }, - title: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - uri: { __type: 'String' }, - }, - PageConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PageConnectionEdge!]!' }, - nodes: { __type: '[Page!]!' }, - pageInfo: { __type: 'PageConnectionPageInfo!' }, - $on: { __type: '$PageConnection!' }, - }, - PageConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Page!' }, - $on: { __type: '$PageConnectionEdge!' }, - }, - PageConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$PageConnectionPageInfo!' }, - }, - PageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$PageInfo!' }, - }, - PageToCommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PageToCommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'PageToCommentConnectionPageInfo!' }, - }, - PageToCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - PageToCommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PageToCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - PageToPreviewConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Page!' }, - }, - PageToRevisionConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PageToRevisionConnectionEdge!]!' }, - nodes: { __type: '[Page!]!' }, - pageInfo: { __type: 'PageToRevisionConnectionPageInfo!' }, - }, - PageToRevisionConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Page!' }, - }, - PageToRevisionConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PageToRevisionConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - Plugin: { - __typename: { __type: 'String!' }, - author: { __type: 'String' }, - authorUri: { __type: 'String' }, - description: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - name: { __type: 'String' }, - path: { __type: 'String' }, - pluginUri: { __type: 'String' }, - version: { __type: 'String' }, - }, - PluginConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PluginConnectionEdge!]!' }, - nodes: { __type: '[Plugin!]!' }, - pageInfo: { __type: 'PluginConnectionPageInfo!' }, - $on: { __type: '$PluginConnection!' }, - }, - PluginConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Plugin!' }, - $on: { __type: '$PluginConnectionEdge!' }, - }, - PluginConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$PluginConnectionPageInfo!' }, - }, - Post: { - __typename: { __type: 'String!' }, - author: { __type: 'NodeWithAuthorToUserConnectionEdge' }, - authorDatabaseId: { __type: 'Int' }, - authorId: { __type: 'ID' }, - categories: { - __type: 'PostToCategoryConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostToCategoryConnectionWhereArgs', - }, - }, - commentCount: { __type: 'Int' }, - commentStatus: { __type: 'String' }, - comments: { - __type: 'PostToCommentConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostToCommentConnectionWhereArgs', - }, - }, - conditionalTags: { __type: 'ConditionalTags' }, - content: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - contentType: { __type: 'ContentNodeToContentTypeConnectionEdge' }, - contentTypeName: { __type: 'String!' }, - databaseId: { __type: 'Int!' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - desiredSlug: { __type: 'String' }, - editingLockedBy: { __type: 'ContentNodeToEditLockConnectionEdge' }, - enclosure: { __type: 'String' }, - enqueuedScripts: { - __type: 'ContentNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'ContentNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - excerpt: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - featuredImage: { __type: 'NodeWithFeaturedImageToMediaItemConnectionEdge' }, - featuredImageDatabaseId: { __type: 'Int' }, - featuredImageId: { __type: 'ID' }, - guid: { __type: 'String' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isPreview: { __type: 'Boolean' }, - isRestricted: { __type: 'Boolean' }, - isRevision: { __type: 'Boolean' }, - isSticky: { __type: 'Boolean!' }, - isTermNode: { __type: 'Boolean!' }, - lastEditedBy: { __type: 'ContentNodeToEditLastConnectionEdge' }, - link: { __type: 'String' }, - modified: { __type: 'String' }, - modifiedGmt: { __type: 'String' }, - pingStatus: { __type: 'String' }, - pinged: { __type: '[String]' }, - postFormats: { - __type: 'PostToPostFormatConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostToPostFormatConnectionWhereArgs', - }, - }, - postId: { __type: 'Int!' }, - preview: { __type: 'PostToPreviewConnectionEdge' }, - previewRevisionDatabaseId: { __type: 'Int' }, - previewRevisionId: { __type: 'ID' }, - revisionOf: { __type: 'NodeWithRevisionsToContentNodeConnectionEdge' }, - revisions: { - __type: 'PostToRevisionConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostToRevisionConnectionWhereArgs', - }, - }, - slug: { __type: 'String' }, - status: { __type: 'String' }, - tags: { - __type: 'PostToTagConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostToTagConnectionWhereArgs', - }, - }, - template: { __type: 'ContentTemplate' }, - templates: { __type: '[String]' }, - terms: { - __type: 'PostToTermNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostToTermNodeConnectionWhereArgs', - }, - }, - title: { - __type: 'String', - __args: { format: 'PostObjectFieldFormatEnum' }, - }, - toPing: { __type: '[String]' }, - uri: { __type: 'String' }, - }, - PostCategoriesInput: { - append: { __type: 'Boolean' }, - nodes: { __type: '[PostCategoriesNodeInput]' }, - }, - PostCategoriesNodeInput: { - description: { __type: 'String' }, - id: { __type: 'ID' }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - }, - PostConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'PostConnectionPageInfo!' }, - $on: { __type: '$PostConnection!' }, - }, - PostConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - $on: { __type: '$PostConnectionEdge!' }, - }, - PostConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$PostConnectionPageInfo!' }, - }, - PostFormat: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - contentNodes: { - __type: 'PostFormatToContentNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostFormatToContentNodeConnectionWhereArgs', - }, - }, - count: { __type: 'Int' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - enqueuedScripts: { - __type: 'TermNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'TermNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - link: { __type: 'String' }, - name: { __type: 'String' }, - postFormatId: { __type: 'Int' }, - posts: { - __type: 'PostFormatToPostConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'PostFormatToPostConnectionWhereArgs', - }, - }, - slug: { __type: 'String' }, - taxonomy: { __type: 'PostFormatToTaxonomyConnectionEdge' }, - taxonomyName: { __type: 'String' }, - templates: { __type: '[String]' }, - termGroupId: { __type: 'Int' }, - termTaxonomyId: { __type: 'Int' }, - uri: { __type: 'String' }, - }, - PostFormatConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostFormatConnectionEdge!]!' }, - nodes: { __type: '[PostFormat!]!' }, - pageInfo: { __type: 'PostFormatConnectionPageInfo!' }, - $on: { __type: '$PostFormatConnection!' }, - }, - PostFormatConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'PostFormat!' }, - $on: { __type: '$PostFormatConnectionEdge!' }, - }, - PostFormatConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$PostFormatConnectionPageInfo!' }, - }, - PostFormatToContentNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostFormatToContentNodeConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'PostFormatToContentNodeConnectionPageInfo!' }, - }, - PostFormatToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - PostFormatToContentNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostFormatToContentNodeConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypesOfPostFormatEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - PostFormatToPostConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostFormatToPostConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'PostFormatToPostConnectionPageInfo!' }, - }, - PostFormatToPostConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - PostFormatToPostConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostFormatToPostConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - categoryId: { __type: 'Int' }, - categoryIn: { __type: '[ID]' }, - categoryName: { __type: 'String' }, - categoryNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - tag: { __type: 'String' }, - tagId: { __type: 'String' }, - tagIn: { __type: '[ID]' }, - tagNotIn: { __type: '[ID]' }, - tagSlugAnd: { __type: '[String]' }, - tagSlugIn: { __type: '[String]' }, - title: { __type: 'String' }, - }, - PostFormatToTaxonomyConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Taxonomy!' }, - }, - PostObjectsConnectionOrderbyInput: { - field: { __type: 'PostObjectsConnectionOrderbyEnum!' }, - order: { __type: 'OrderEnum!' }, - }, - PostPostFormatsInput: { - append: { __type: 'Boolean' }, - nodes: { __type: '[PostPostFormatsNodeInput]' }, - }, - PostPostFormatsNodeInput: { - description: { __type: 'String' }, - id: { __type: 'ID' }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - }, - PostTagsInput: { - append: { __type: 'Boolean' }, - nodes: { __type: '[PostTagsNodeInput]' }, - }, - PostTagsNodeInput: { - description: { __type: 'String' }, - id: { __type: 'ID' }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - }, - PostToCategoryConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostToCategoryConnectionEdge!]!' }, - nodes: { __type: '[Category!]!' }, - pageInfo: { __type: 'PostToCategoryConnectionPageInfo!' }, - }, - PostToCategoryConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Category!' }, - }, - PostToCategoryConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostToCategoryConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - PostToCommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostToCommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'PostToCommentConnectionPageInfo!' }, - }, - PostToCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - PostToCommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostToCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - PostToPostFormatConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostToPostFormatConnectionEdge!]!' }, - nodes: { __type: '[PostFormat!]!' }, - pageInfo: { __type: 'PostToPostFormatConnectionPageInfo!' }, - }, - PostToPostFormatConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'PostFormat!' }, - }, - PostToPostFormatConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostToPostFormatConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - PostToPreviewConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - PostToRevisionConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostToRevisionConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'PostToRevisionConnectionPageInfo!' }, - }, - PostToRevisionConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - PostToRevisionConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostToRevisionConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - categoryId: { __type: 'Int' }, - categoryIn: { __type: '[ID]' }, - categoryName: { __type: 'String' }, - categoryNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - tag: { __type: 'String' }, - tagId: { __type: 'String' }, - tagIn: { __type: '[ID]' }, - tagNotIn: { __type: '[ID]' }, - tagSlugAnd: { __type: '[String]' }, - tagSlugIn: { __type: '[String]' }, - title: { __type: 'String' }, - }, - PostToTagConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostToTagConnectionEdge!]!' }, - nodes: { __type: '[Tag!]!' }, - pageInfo: { __type: 'PostToTagConnectionPageInfo!' }, - }, - PostToTagConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Tag!' }, - }, - PostToTagConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostToTagConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - PostToTermNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[PostToTermNodeConnectionEdge!]!' }, - nodes: { __type: '[TermNode!]!' }, - pageInfo: { __type: 'PostToTermNodeConnectionPageInfo!' }, - }, - PostToTermNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'TermNode!' }, - }, - PostToTermNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - PostToTermNodeConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - taxonomies: { __type: '[TaxonomyEnum]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - PostTypeLabelDetails: { - __typename: { __type: 'String!' }, - addNew: { __type: 'String' }, - addNewItem: { __type: 'String' }, - allItems: { __type: 'String' }, - archives: { __type: 'String' }, - attributes: { __type: 'String' }, - editItem: { __type: 'String' }, - featuredImage: { __type: 'String' }, - filterItemsList: { __type: 'String' }, - insertIntoItem: { __type: 'String' }, - itemsList: { __type: 'String' }, - itemsListNavigation: { __type: 'String' }, - menuName: { __type: 'String' }, - name: { __type: 'String' }, - newItem: { __type: 'String' }, - notFound: { __type: 'String' }, - notFoundInTrash: { __type: 'String' }, - parentItemColon: { __type: 'String' }, - removeFeaturedImage: { __type: 'String' }, - searchItems: { __type: 'String' }, - setFeaturedImage: { __type: 'String' }, - singularName: { __type: 'String' }, - uploadedToThisItem: { __type: 'String' }, - useFeaturedImage: { __type: 'String' }, - viewItem: { __type: 'String' }, - viewItems: { __type: 'String' }, - }, - Previewable: { - __typename: { __type: 'String!' }, - isPreview: { __type: 'Boolean' }, - previewRevisionDatabaseId: { __type: 'Int' }, - previewRevisionId: { __type: 'ID' }, - $on: { __type: '$Previewable!' }, - }, - ReadingSettings: { - __typename: { __type: 'String!' }, - pageForPosts: { __type: 'Int' }, - pageOnFront: { __type: 'Int' }, - postsPerPage: { __type: 'Int' }, - showOnFront: { __type: 'String' }, - }, - RegisterUserInput: { - aim: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - displayName: { __type: 'String' }, - email: { __type: 'String' }, - firstName: { __type: 'String' }, - jabber: { __type: 'String' }, - lastName: { __type: 'String' }, - locale: { __type: 'String' }, - nicename: { __type: 'String' }, - nickname: { __type: 'String' }, - password: { __type: 'String' }, - registered: { __type: 'String' }, - richEditing: { __type: 'String' }, - username: { __type: 'String!' }, - websiteUrl: { __type: 'String' }, - yim: { __type: 'String' }, - }, - RegisterUserPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - user: { __type: 'User' }, - }, - ResetUserPasswordInput: { - clientMutationId: { __type: 'String' }, - key: { __type: 'String' }, - login: { __type: 'String' }, - password: { __type: 'String' }, - }, - ResetUserPasswordPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - user: { __type: 'User' }, - }, - RestoreCommentInput: { - clientMutationId: { __type: 'String' }, - id: { __type: 'ID!' }, - }, - RestoreCommentPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - comment: { __type: 'Comment' }, - restoredId: { __type: 'ID' }, - }, - RootQueryToCategoryConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToCategoryConnectionEdge!]!' }, - nodes: { __type: '[Category!]!' }, - pageInfo: { __type: 'RootQueryToCategoryConnectionPageInfo!' }, - }, - RootQueryToCategoryConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Category!' }, - }, - RootQueryToCategoryConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToCategoryConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - RootQueryToCommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToCommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'RootQueryToCommentConnectionPageInfo!' }, - }, - RootQueryToCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - RootQueryToCommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - RootQueryToContentNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToContentNodeConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'RootQueryToContentNodeConnectionPageInfo!' }, - }, - RootQueryToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - RootQueryToContentNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToContentNodeConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypeEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - RootQueryToContentTypeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToContentTypeConnectionEdge!]!' }, - nodes: { __type: '[ContentType!]!' }, - pageInfo: { __type: 'RootQueryToContentTypeConnectionPageInfo!' }, - }, - RootQueryToContentTypeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentType!' }, - }, - RootQueryToContentTypeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToEnqueuedScriptConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToEnqueuedScriptConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedScript!]!' }, - pageInfo: { __type: 'RootQueryToEnqueuedScriptConnectionPageInfo!' }, - }, - RootQueryToEnqueuedScriptConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedScript!' }, - }, - RootQueryToEnqueuedScriptConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToEnqueuedStylesheetConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToEnqueuedStylesheetConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedStylesheet!]!' }, - pageInfo: { __type: 'RootQueryToEnqueuedStylesheetConnectionPageInfo!' }, - }, - RootQueryToEnqueuedStylesheetConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedStylesheet!' }, - }, - RootQueryToEnqueuedStylesheetConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToMediaItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToMediaItemConnectionEdge!]!' }, - nodes: { __type: '[MediaItem!]!' }, - pageInfo: { __type: 'RootQueryToMediaItemConnectionPageInfo!' }, - }, - RootQueryToMediaItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MediaItem!' }, - }, - RootQueryToMediaItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToMediaItemConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - RootQueryToMenuConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToMenuConnectionEdge!]!' }, - nodes: { __type: '[Menu!]!' }, - pageInfo: { __type: 'RootQueryToMenuConnectionPageInfo!' }, - }, - RootQueryToMenuConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Menu!' }, - }, - RootQueryToMenuConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToMenuConnectionWhereArgs: { - id: { __type: 'Int' }, - location: { __type: 'MenuLocationEnum' }, - slug: { __type: 'String' }, - }, - RootQueryToMenuItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToMenuItemConnectionEdge!]!' }, - nodes: { __type: '[MenuItem!]!' }, - pageInfo: { __type: 'RootQueryToMenuItemConnectionPageInfo!' }, - }, - RootQueryToMenuItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MenuItem!' }, - }, - RootQueryToMenuItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToMenuItemConnectionWhereArgs: { - id: { __type: 'Int' }, - location: { __type: 'MenuLocationEnum' }, - parentDatabaseId: { __type: 'Int' }, - parentId: { __type: 'ID' }, - }, - RootQueryToPageConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToPageConnectionEdge!]!' }, - nodes: { __type: '[Page!]!' }, - pageInfo: { __type: 'RootQueryToPageConnectionPageInfo!' }, - }, - RootQueryToPageConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Page!' }, - }, - RootQueryToPageConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToPageConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - RootQueryToPluginConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToPluginConnectionEdge!]!' }, - nodes: { __type: '[Plugin!]!' }, - pageInfo: { __type: 'RootQueryToPluginConnectionPageInfo!' }, - }, - RootQueryToPluginConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Plugin!' }, - }, - RootQueryToPluginConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToPluginConnectionWhereArgs: { - search: { __type: 'String' }, - stati: { __type: '[PluginStatusEnum]' }, - status: { __type: 'PluginStatusEnum' }, - }, - RootQueryToPostConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToPostConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'RootQueryToPostConnectionPageInfo!' }, - }, - RootQueryToPostConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - RootQueryToPostConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToPostConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - categoryId: { __type: 'Int' }, - categoryIn: { __type: '[ID]' }, - categoryName: { __type: 'String' }, - categoryNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - tag: { __type: 'String' }, - tagId: { __type: 'String' }, - tagIn: { __type: '[ID]' }, - tagNotIn: { __type: '[ID]' }, - tagSlugAnd: { __type: '[String]' }, - tagSlugIn: { __type: '[String]' }, - title: { __type: 'String' }, - }, - RootQueryToPostFormatConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToPostFormatConnectionEdge!]!' }, - nodes: { __type: '[PostFormat!]!' }, - pageInfo: { __type: 'RootQueryToPostFormatConnectionPageInfo!' }, - }, - RootQueryToPostFormatConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'PostFormat!' }, - }, - RootQueryToPostFormatConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToPostFormatConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - RootQueryToRevisionsConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToRevisionsConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'RootQueryToRevisionsConnectionPageInfo!' }, - }, - RootQueryToRevisionsConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - RootQueryToRevisionsConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToRevisionsConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypeEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - RootQueryToTagConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToTagConnectionEdge!]!' }, - nodes: { __type: '[Tag!]!' }, - pageInfo: { __type: 'RootQueryToTagConnectionPageInfo!' }, - }, - RootQueryToTagConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Tag!' }, - }, - RootQueryToTagConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToTagConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - RootQueryToTaxonomyConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToTaxonomyConnectionEdge!]!' }, - nodes: { __type: '[Taxonomy!]!' }, - pageInfo: { __type: 'RootQueryToTaxonomyConnectionPageInfo!' }, - }, - RootQueryToTaxonomyConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Taxonomy!' }, - }, - RootQueryToTaxonomyConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToTermNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToTermNodeConnectionEdge!]!' }, - nodes: { __type: '[TermNode!]!' }, - pageInfo: { __type: 'RootQueryToTermNodeConnectionPageInfo!' }, - }, - RootQueryToTermNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'TermNode!' }, - }, - RootQueryToTermNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToTermNodeConnectionWhereArgs: { - cacheDomain: { __type: 'String' }, - childOf: { __type: 'Int' }, - childless: { __type: 'Boolean' }, - descriptionLike: { __type: 'String' }, - exclude: { __type: '[ID]' }, - excludeTree: { __type: '[ID]' }, - hideEmpty: { __type: 'Boolean' }, - hierarchical: { __type: 'Boolean' }, - include: { __type: '[ID]' }, - name: { __type: '[String]' }, - nameLike: { __type: 'String' }, - objectIds: { __type: '[ID]' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'TermObjectsConnectionOrderbyEnum' }, - padCounts: { __type: 'Boolean' }, - parent: { __type: 'Int' }, - search: { __type: 'String' }, - slug: { __type: '[String]' }, - taxonomies: { __type: '[TaxonomyEnum]' }, - termTaxonomId: { __type: '[ID]' }, - termTaxonomyId: { __type: '[ID]' }, - updateTermMetaCache: { __type: 'Boolean' }, - }, - RootQueryToThemeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToThemeConnectionEdge!]!' }, - nodes: { __type: '[Theme!]!' }, - pageInfo: { __type: 'RootQueryToThemeConnectionPageInfo!' }, - }, - RootQueryToThemeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Theme!' }, - }, - RootQueryToThemeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToUserConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToUserConnectionEdge!]!' }, - nodes: { __type: '[User!]!' }, - pageInfo: { __type: 'RootQueryToUserConnectionPageInfo!' }, - }, - RootQueryToUserConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'User!' }, - }, - RootQueryToUserConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - RootQueryToUserConnectionWhereArgs: { - exclude: { __type: '[Int]' }, - hasPublishedPosts: { __type: '[ContentTypeEnum]' }, - include: { __type: '[Int]' }, - login: { __type: 'String' }, - loginIn: { __type: '[String]' }, - loginNotIn: { __type: '[String]' }, - nicename: { __type: 'String' }, - nicenameIn: { __type: '[String]' }, - nicenameNotIn: { __type: '[String]' }, - orderby: { __type: '[UsersConnectionOrderbyInput]' }, - role: { __type: 'UserRoleEnum' }, - roleIn: { __type: '[UserRoleEnum]' }, - roleNotIn: { __type: '[UserRoleEnum]' }, - search: { __type: 'String' }, - searchColumns: { __type: '[UsersConnectionSearchColumnEnum]' }, - }, - RootQueryToUserRoleConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[RootQueryToUserRoleConnectionEdge!]!' }, - nodes: { __type: '[UserRole!]!' }, - pageInfo: { __type: 'RootQueryToUserRoleConnectionPageInfo!' }, - }, - RootQueryToUserRoleConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'UserRole!' }, - }, - RootQueryToUserRoleConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - SendPasswordResetEmailInput: { - clientMutationId: { __type: 'String' }, - username: { __type: 'String!' }, - }, - SendPasswordResetEmailPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - success: { __type: 'Boolean' }, - user: { __type: 'User' }, - }, - Settings: { - __typename: { __type: 'String!' }, - discussionSettingsDefaultCommentStatus: { __type: 'String' }, - discussionSettingsDefaultPingStatus: { __type: 'String' }, - generalSettingsDateFormat: { __type: 'String' }, - generalSettingsDescription: { __type: 'String' }, - generalSettingsEmail: { __type: 'String' }, - generalSettingsLanguage: { __type: 'String' }, - generalSettingsStartOfWeek: { __type: 'Int' }, - generalSettingsTimeFormat: { __type: 'String' }, - generalSettingsTimezone: { __type: 'String' }, - generalSettingsTitle: { __type: 'String' }, - generalSettingsUrl: { __type: 'String' }, - readingSettingsPageForPosts: { __type: 'Int' }, - readingSettingsPageOnFront: { __type: 'Int' }, - readingSettingsPostsPerPage: { __type: 'Int' }, - readingSettingsShowOnFront: { __type: 'String' }, - writingSettingsDefaultCategory: { __type: 'Int' }, - writingSettingsDefaultPostFormat: { __type: 'String' }, - writingSettingsUseSmilies: { __type: 'Boolean' }, - }, - Tag: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - contentNodes: { - __type: 'TagToContentNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'TagToContentNodeConnectionWhereArgs', - }, - }, - count: { __type: 'Int' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - enqueuedScripts: { - __type: 'TermNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'TermNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - link: { __type: 'String' }, - name: { __type: 'String' }, - posts: { - __type: 'TagToPostConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'TagToPostConnectionWhereArgs', - }, - }, - slug: { __type: 'String' }, - tagId: { __type: 'Int' }, - taxonomy: { __type: 'TagToTaxonomyConnectionEdge' }, - taxonomyName: { __type: 'String' }, - templates: { __type: '[String]' }, - termGroupId: { __type: 'Int' }, - termTaxonomyId: { __type: 'Int' }, - uri: { __type: 'String' }, - }, - TagConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TagConnectionEdge!]!' }, - nodes: { __type: '[Tag!]!' }, - pageInfo: { __type: 'TagConnectionPageInfo!' }, - $on: { __type: '$TagConnection!' }, - }, - TagConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Tag!' }, - $on: { __type: '$TagConnectionEdge!' }, - }, - TagConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$TagConnectionPageInfo!' }, - }, - TagToContentNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TagToContentNodeConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'TagToContentNodeConnectionPageInfo!' }, - }, - TagToContentNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - TagToContentNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - TagToContentNodeConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypesOfTagEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - TagToPostConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TagToPostConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'TagToPostConnectionPageInfo!' }, - }, - TagToPostConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - TagToPostConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - TagToPostConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - categoryId: { __type: 'Int' }, - categoryIn: { __type: '[ID]' }, - categoryName: { __type: 'String' }, - categoryNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - tag: { __type: 'String' }, - tagId: { __type: 'String' }, - tagIn: { __type: '[ID]' }, - tagNotIn: { __type: '[ID]' }, - tagSlugAnd: { __type: '[String]' }, - tagSlugIn: { __type: '[String]' }, - title: { __type: 'String' }, - }, - TagToTaxonomyConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Taxonomy!' }, - }, - Taxonomy: { - __typename: { __type: 'String!' }, - connectedContentTypes: { - __type: 'TaxonomyToContentTypeConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - connectedTerms: { - __type: 'TaxonomyToTermNodeConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - description: { __type: 'String' }, - graphqlPluralName: { __type: 'String' }, - graphqlSingleName: { __type: 'String' }, - hierarchical: { __type: 'Boolean' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - label: { __type: 'String' }, - name: { __type: 'String' }, - public: { __type: 'Boolean' }, - restBase: { __type: 'String' }, - restControllerClass: { __type: 'String' }, - showCloud: { __type: 'Boolean' }, - showInAdminColumn: { __type: 'Boolean' }, - showInGraphql: { __type: 'Boolean' }, - showInMenu: { __type: 'Boolean' }, - showInNavMenus: { __type: 'Boolean' }, - showInQuickEdit: { __type: 'Boolean' }, - showInRest: { __type: 'Boolean' }, - showUi: { __type: 'Boolean' }, - }, - TaxonomyConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TaxonomyConnectionEdge!]!' }, - nodes: { __type: '[Taxonomy!]!' }, - pageInfo: { __type: 'TaxonomyConnectionPageInfo!' }, - $on: { __type: '$TaxonomyConnection!' }, - }, - TaxonomyConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Taxonomy!' }, - $on: { __type: '$TaxonomyConnectionEdge!' }, - }, - TaxonomyConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$TaxonomyConnectionPageInfo!' }, - }, - TaxonomyToContentTypeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TaxonomyToContentTypeConnectionEdge!]!' }, - nodes: { __type: '[ContentType!]!' }, - pageInfo: { __type: 'TaxonomyToContentTypeConnectionPageInfo!' }, - }, - TaxonomyToContentTypeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentType!' }, - }, - TaxonomyToContentTypeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - TaxonomyToTermNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TaxonomyToTermNodeConnectionEdge!]!' }, - nodes: { __type: '[TermNode!]!' }, - pageInfo: { __type: 'TaxonomyToTermNodeConnectionPageInfo!' }, - }, - TaxonomyToTermNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'TermNode!' }, - }, - TaxonomyToTermNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - TermNode: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - count: { __type: 'Int' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - enqueuedScripts: { - __type: 'TermNodeToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'TermNodeToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - link: { __type: 'String' }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - taxonomyName: { __type: 'String' }, - templates: { __type: '[String]' }, - termGroupId: { __type: 'Int' }, - termTaxonomyId: { __type: 'Int' }, - uri: { __type: 'String' }, - $on: { __type: '$TermNode!' }, - }, - TermNodeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TermNodeConnectionEdge!]!' }, - nodes: { __type: '[TermNode!]!' }, - pageInfo: { __type: 'TermNodeConnectionPageInfo!' }, - $on: { __type: '$TermNodeConnection!' }, - }, - TermNodeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'TermNode!' }, - $on: { __type: '$TermNodeConnectionEdge!' }, - }, - TermNodeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$TermNodeConnectionPageInfo!' }, - }, - TermNodeToEnqueuedScriptConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TermNodeToEnqueuedScriptConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedScript!]!' }, - pageInfo: { __type: 'TermNodeToEnqueuedScriptConnectionPageInfo!' }, - }, - TermNodeToEnqueuedScriptConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedScript!' }, - }, - TermNodeToEnqueuedScriptConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - TermNodeToEnqueuedStylesheetConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[TermNodeToEnqueuedStylesheetConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedStylesheet!]!' }, - pageInfo: { __type: 'TermNodeToEnqueuedStylesheetConnectionPageInfo!' }, - }, - TermNodeToEnqueuedStylesheetConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedStylesheet!' }, - }, - TermNodeToEnqueuedStylesheetConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - Theme: { - __typename: { __type: 'String!' }, - author: { __type: 'String' }, - authorUri: { __type: 'String' }, - description: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - name: { __type: 'String' }, - screenshot: { __type: 'String' }, - slug: { __type: 'String' }, - tags: { __type: '[String]' }, - themeUri: { __type: 'String' }, - version: { __type: 'String' }, - }, - ThemeConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[ThemeConnectionEdge!]!' }, - nodes: { __type: '[Theme!]!' }, - pageInfo: { __type: 'ThemeConnectionPageInfo!' }, - $on: { __type: '$ThemeConnection!' }, - }, - ThemeConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Theme!' }, - $on: { __type: '$ThemeConnectionEdge!' }, - }, - ThemeConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$ThemeConnectionPageInfo!' }, - }, - UniformResourceIdentifiable: { - __typename: { __type: 'String!' }, - conditionalTags: { __type: 'ConditionalTags' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isTermNode: { __type: 'Boolean!' }, - templates: { __type: '[String]' }, - uri: { __type: 'String' }, - $on: { __type: '$UniformResourceIdentifiable!' }, - }, - UpdateCategoryInput: { - aliasOf: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - id: { __type: 'ID!' }, - name: { __type: 'String' }, - parentId: { __type: 'ID' }, - slug: { __type: 'String' }, - }, - UpdateCategoryPayload: { - __typename: { __type: 'String!' }, - category: { __type: 'Category' }, - clientMutationId: { __type: 'String' }, - }, - UpdateCommentInput: { - approved: { __type: 'String' }, - author: { __type: 'String' }, - authorEmail: { __type: 'String' }, - authorUrl: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - commentOn: { __type: 'Int' }, - content: { __type: 'String' }, - date: { __type: 'String' }, - id: { __type: 'ID!' }, - parent: { __type: 'ID' }, - status: { __type: 'CommentStatusEnum' }, - type: { __type: 'String' }, - }, - UpdateCommentPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - comment: { __type: 'Comment' }, - success: { __type: 'Boolean' }, - }, - UpdateMediaItemInput: { - altText: { __type: 'String' }, - authorId: { __type: 'ID' }, - caption: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - commentStatus: { __type: 'String' }, - date: { __type: 'String' }, - dateGmt: { __type: 'String' }, - description: { __type: 'String' }, - filePath: { __type: 'String' }, - fileType: { __type: 'MimeTypeEnum' }, - id: { __type: 'ID!' }, - parentId: { __type: 'ID' }, - pingStatus: { __type: 'String' }, - slug: { __type: 'String' }, - status: { __type: 'MediaItemStatusEnum' }, - title: { __type: 'String' }, - }, - UpdateMediaItemPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - mediaItem: { __type: 'MediaItem' }, - }, - UpdatePageInput: { - authorId: { __type: 'ID' }, - clientMutationId: { __type: 'String' }, - commentStatus: { __type: 'String' }, - content: { __type: 'String' }, - date: { __type: 'String' }, - id: { __type: 'ID!' }, - ignoreEditLock: { __type: 'Boolean' }, - menuOrder: { __type: 'Int' }, - parentId: { __type: 'ID' }, - password: { __type: 'String' }, - slug: { __type: 'String' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - UpdatePagePayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - page: { __type: 'Page' }, - }, - UpdatePostFormatInput: { - aliasOf: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - id: { __type: 'ID!' }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - }, - UpdatePostFormatPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - postFormat: { __type: 'PostFormat' }, - }, - UpdatePostInput: { - authorId: { __type: 'ID' }, - categories: { __type: 'PostCategoriesInput' }, - clientMutationId: { __type: 'String' }, - commentStatus: { __type: 'String' }, - content: { __type: 'String' }, - date: { __type: 'String' }, - excerpt: { __type: 'String' }, - id: { __type: 'ID!' }, - ignoreEditLock: { __type: 'Boolean' }, - menuOrder: { __type: 'Int' }, - password: { __type: 'String' }, - pingStatus: { __type: 'String' }, - pinged: { __type: '[String]' }, - postFormats: { __type: 'PostPostFormatsInput' }, - slug: { __type: 'String' }, - status: { __type: 'PostStatusEnum' }, - tags: { __type: 'PostTagsInput' }, - title: { __type: 'String' }, - toPing: { __type: '[String]' }, - }, - UpdatePostPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - post: { __type: 'Post' }, - }, - UpdateSettingsInput: { - clientMutationId: { __type: 'String' }, - discussionSettingsDefaultCommentStatus: { __type: 'String' }, - discussionSettingsDefaultPingStatus: { __type: 'String' }, - generalSettingsDateFormat: { __type: 'String' }, - generalSettingsDescription: { __type: 'String' }, - generalSettingsEmail: { __type: 'String' }, - generalSettingsLanguage: { __type: 'String' }, - generalSettingsStartOfWeek: { __type: 'Int' }, - generalSettingsTimeFormat: { __type: 'String' }, - generalSettingsTimezone: { __type: 'String' }, - generalSettingsTitle: { __type: 'String' }, - generalSettingsUrl: { __type: 'String' }, - readingSettingsPageForPosts: { __type: 'Int' }, - readingSettingsPageOnFront: { __type: 'Int' }, - readingSettingsPostsPerPage: { __type: 'Int' }, - readingSettingsShowOnFront: { __type: 'String' }, - writingSettingsDefaultCategory: { __type: 'Int' }, - writingSettingsDefaultPostFormat: { __type: 'String' }, - writingSettingsUseSmilies: { __type: 'Boolean' }, - }, - UpdateSettingsPayload: { - __typename: { __type: 'String!' }, - allSettings: { __type: 'Settings' }, - clientMutationId: { __type: 'String' }, - discussionSettings: { __type: 'DiscussionSettings' }, - generalSettings: { __type: 'GeneralSettings' }, - readingSettings: { __type: 'ReadingSettings' }, - writingSettings: { __type: 'WritingSettings' }, - }, - UpdateTagInput: { - aliasOf: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - id: { __type: 'ID!' }, - name: { __type: 'String' }, - slug: { __type: 'String' }, - }, - UpdateTagPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - tag: { __type: 'Tag' }, - }, - UpdateUserInput: { - aim: { __type: 'String' }, - clientMutationId: { __type: 'String' }, - description: { __type: 'String' }, - displayName: { __type: 'String' }, - email: { __type: 'String' }, - firstName: { __type: 'String' }, - id: { __type: 'ID!' }, - jabber: { __type: 'String' }, - lastName: { __type: 'String' }, - locale: { __type: 'String' }, - nicename: { __type: 'String' }, - nickname: { __type: 'String' }, - password: { __type: 'String' }, - registered: { __type: 'String' }, - richEditing: { __type: 'String' }, - roles: { __type: '[String]' }, - websiteUrl: { __type: 'String' }, - yim: { __type: 'String' }, - }, - UpdateUserPayload: { - __typename: { __type: 'String!' }, - clientMutationId: { __type: 'String' }, - user: { __type: 'User' }, - }, - User: { - __typename: { __type: 'String!' }, - avatar: { - __type: 'Avatar', - __args: { - forceDefault: 'Boolean', - rating: 'AvatarRatingEnum', - size: 'Int', - }, - }, - capKey: { __type: 'String' }, - capabilities: { __type: '[String]' }, - comments: { - __type: 'UserToCommentConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'UserToCommentConnectionWhereArgs', - }, - }, - conditionalTags: { __type: 'ConditionalTags' }, - databaseId: { __type: 'Int!' }, - description: { __type: 'String' }, - email: { __type: 'String' }, - enqueuedScripts: { - __type: 'UserToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - enqueuedStylesheets: { - __type: 'UserToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - extraCapabilities: { __type: '[String]' }, - firstName: { __type: 'String' }, - id: { __type: 'ID!' }, - isContentNode: { __type: 'Boolean!' }, - isRestricted: { __type: 'Boolean' }, - isTermNode: { __type: 'Boolean!' }, - lastName: { __type: 'String' }, - locale: { __type: 'String' }, - mediaItems: { - __type: 'UserToMediaItemConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'UserToMediaItemConnectionWhereArgs', - }, - }, - name: { __type: 'String' }, - nicename: { __type: 'String' }, - nickname: { __type: 'String' }, - pages: { - __type: 'UserToPageConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'UserToPageConnectionWhereArgs', - }, - }, - posts: { - __type: 'UserToPostConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'UserToPostConnectionWhereArgs', - }, - }, - registeredDate: { __type: 'String' }, - revisions: { - __type: 'UserToRevisionsConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'UserToRevisionsConnectionWhereArgs', - }, - }, - roles: { - __type: 'UserToUserRoleConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - shouldShowAdminToolbar: { __type: 'Boolean' }, - slug: { __type: 'String' }, - templates: { __type: '[String]' }, - uri: { __type: 'String' }, - url: { __type: 'String' }, - userId: { __type: 'Int' }, - username: { __type: 'String' }, - }, - UserConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserConnectionEdge!]!' }, - nodes: { __type: '[User!]!' }, - pageInfo: { __type: 'UserConnectionPageInfo!' }, - $on: { __type: '$UserConnection!' }, - }, - UserConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'User!' }, - $on: { __type: '$UserConnectionEdge!' }, - }, - UserConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$UserConnectionPageInfo!' }, - }, - UserRole: { - __typename: { __type: 'String!' }, - capabilities: { __type: '[String]' }, - displayName: { __type: 'String' }, - id: { __type: 'ID!' }, - isRestricted: { __type: 'Boolean' }, - name: { __type: 'String' }, - }, - UserRoleConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserRoleConnectionEdge!]!' }, - nodes: { __type: '[UserRole!]!' }, - pageInfo: { __type: 'UserRoleConnectionPageInfo!' }, - $on: { __type: '$UserRoleConnection!' }, - }, - UserRoleConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'UserRole!' }, - $on: { __type: '$UserRoleConnectionEdge!' }, - }, - UserRoleConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$UserRoleConnectionPageInfo!' }, - }, - UserToCommentConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToCommentConnectionEdge!]!' }, - nodes: { __type: '[Comment!]!' }, - pageInfo: { __type: 'UserToCommentConnectionPageInfo!' }, - }, - UserToCommentConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Comment!' }, - }, - UserToCommentConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToCommentConnectionWhereArgs: { - authorEmail: { __type: 'String' }, - authorIn: { __type: '[ID]' }, - authorNotIn: { __type: '[ID]' }, - authorUrl: { __type: 'String' }, - commentIn: { __type: '[ID]' }, - commentNotIn: { __type: '[ID]' }, - commentType: { __type: 'String' }, - commentTypeIn: { __type: '[String]' }, - commentTypeNotIn: { __type: 'String' }, - contentAuthor: { __type: '[ID]' }, - contentAuthorIn: { __type: '[ID]' }, - contentAuthorNotIn: { __type: '[ID]' }, - contentId: { __type: 'ID' }, - contentIdIn: { __type: '[ID]' }, - contentIdNotIn: { __type: '[ID]' }, - contentName: { __type: 'String' }, - contentParent: { __type: 'Int' }, - contentStatus: { __type: '[PostStatusEnum]' }, - contentType: { __type: '[ContentTypeEnum]' }, - includeUnapproved: { __type: '[ID]' }, - karma: { __type: 'Int' }, - order: { __type: 'OrderEnum' }, - orderby: { __type: 'CommentsConnectionOrderbyEnum' }, - parent: { __type: 'Int' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - search: { __type: 'String' }, - status: { __type: 'String' }, - userId: { __type: 'ID' }, - }, - UserToEnqueuedScriptConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToEnqueuedScriptConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedScript!]!' }, - pageInfo: { __type: 'UserToEnqueuedScriptConnectionPageInfo!' }, - }, - UserToEnqueuedScriptConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedScript!' }, - }, - UserToEnqueuedScriptConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToEnqueuedStylesheetConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToEnqueuedStylesheetConnectionEdge!]!' }, - nodes: { __type: '[EnqueuedStylesheet!]!' }, - pageInfo: { __type: 'UserToEnqueuedStylesheetConnectionPageInfo!' }, - }, - UserToEnqueuedStylesheetConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'EnqueuedStylesheet!' }, - }, - UserToEnqueuedStylesheetConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToMediaItemConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToMediaItemConnectionEdge!]!' }, - nodes: { __type: '[MediaItem!]!' }, - pageInfo: { __type: 'UserToMediaItemConnectionPageInfo!' }, - }, - UserToMediaItemConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'MediaItem!' }, - }, - UserToMediaItemConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToMediaItemConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - UserToPageConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToPageConnectionEdge!]!' }, - nodes: { __type: '[Page!]!' }, - pageInfo: { __type: 'UserToPageConnectionPageInfo!' }, - }, - UserToPageConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Page!' }, - }, - UserToPageConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToPageConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - UserToPostConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToPostConnectionEdge!]!' }, - nodes: { __type: '[Post!]!' }, - pageInfo: { __type: 'UserToPostConnectionPageInfo!' }, - }, - UserToPostConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'Post!' }, - }, - UserToPostConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToPostConnectionWhereArgs: { - author: { __type: 'Int' }, - authorIn: { __type: '[ID]' }, - authorName: { __type: 'String' }, - authorNotIn: { __type: '[ID]' }, - categoryId: { __type: 'Int' }, - categoryIn: { __type: '[ID]' }, - categoryName: { __type: 'String' }, - categoryNotIn: { __type: '[ID]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - tag: { __type: 'String' }, - tagId: { __type: 'String' }, - tagIn: { __type: '[ID]' }, - tagNotIn: { __type: '[ID]' }, - tagSlugAnd: { __type: '[String]' }, - tagSlugIn: { __type: '[String]' }, - title: { __type: 'String' }, - }, - UserToRevisionsConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToRevisionsConnectionEdge!]!' }, - nodes: { __type: '[ContentNode!]!' }, - pageInfo: { __type: 'UserToRevisionsConnectionPageInfo!' }, - }, - UserToRevisionsConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'ContentNode!' }, - }, - UserToRevisionsConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UserToRevisionsConnectionWhereArgs: { - contentTypes: { __type: '[ContentTypeEnum]' }, - dateQuery: { __type: 'DateQueryInput' }, - hasPassword: { __type: 'Boolean' }, - id: { __type: 'Int' }, - in: { __type: '[ID]' }, - mimeType: { __type: 'MimeTypeEnum' }, - name: { __type: 'String' }, - nameIn: { __type: '[String]' }, - notIn: { __type: '[ID]' }, - orderby: { __type: '[PostObjectsConnectionOrderbyInput]' }, - parent: { __type: 'ID' }, - parentIn: { __type: '[ID]' }, - parentNotIn: { __type: '[ID]' }, - password: { __type: 'String' }, - search: { __type: 'String' }, - stati: { __type: '[PostStatusEnum]' }, - status: { __type: 'PostStatusEnum' }, - title: { __type: 'String' }, - }, - UserToUserRoleConnection: { - __typename: { __type: 'String!' }, - edges: { __type: '[UserToUserRoleConnectionEdge!]!' }, - nodes: { __type: '[UserRole!]!' }, - pageInfo: { __type: 'UserToUserRoleConnectionPageInfo!' }, - }, - UserToUserRoleConnectionEdge: { - __typename: { __type: 'String!' }, - cursor: { __type: 'String' }, - node: { __type: 'UserRole!' }, - }, - UserToUserRoleConnectionPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - }, - UsersConnectionOrderbyInput: { - field: { __type: 'UsersConnectionOrderbyEnum!' }, - order: { __type: 'OrderEnum' }, - }, - WPPageInfo: { - __typename: { __type: 'String!' }, - endCursor: { __type: 'String' }, - hasNextPage: { __type: 'Boolean!' }, - hasPreviousPage: { __type: 'Boolean!' }, - startCursor: { __type: 'String' }, - $on: { __type: '$WPPageInfo!' }, - }, - WritingSettings: { - __typename: { __type: 'String!' }, - defaultCategory: { __type: 'Int' }, - defaultPostFormat: { __type: 'String' }, - useSmilies: { __type: 'Boolean' }, - }, - mutation: { - __typename: { __type: 'String!' }, - createCategory: { - __type: 'CreateCategoryPayload', - __args: { input: 'CreateCategoryInput!' }, - }, - createComment: { - __type: 'CreateCommentPayload', - __args: { input: 'CreateCommentInput!' }, - }, - createMediaItem: { - __type: 'CreateMediaItemPayload', - __args: { input: 'CreateMediaItemInput!' }, - }, - createPage: { - __type: 'CreatePagePayload', - __args: { input: 'CreatePageInput!' }, - }, - createPost: { - __type: 'CreatePostPayload', - __args: { input: 'CreatePostInput!' }, - }, - createPostFormat: { - __type: 'CreatePostFormatPayload', - __args: { input: 'CreatePostFormatInput!' }, - }, - createTag: { - __type: 'CreateTagPayload', - __args: { input: 'CreateTagInput!' }, - }, - createUser: { - __type: 'CreateUserPayload', - __args: { input: 'CreateUserInput!' }, - }, - deleteCategory: { - __type: 'DeleteCategoryPayload', - __args: { input: 'DeleteCategoryInput!' }, - }, - deleteComment: { - __type: 'DeleteCommentPayload', - __args: { input: 'DeleteCommentInput!' }, - }, - deleteMediaItem: { - __type: 'DeleteMediaItemPayload', - __args: { input: 'DeleteMediaItemInput!' }, - }, - deletePage: { - __type: 'DeletePagePayload', - __args: { input: 'DeletePageInput!' }, - }, - deletePost: { - __type: 'DeletePostPayload', - __args: { input: 'DeletePostInput!' }, - }, - deletePostFormat: { - __type: 'DeletePostFormatPayload', - __args: { input: 'DeletePostFormatInput!' }, - }, - deleteTag: { - __type: 'DeleteTagPayload', - __args: { input: 'DeleteTagInput!' }, - }, - deleteUser: { - __type: 'DeleteUserPayload', - __args: { input: 'DeleteUserInput!' }, - }, - generateAuthorizationCode: { - __type: 'GenerateAuthorizationCodePayload', - __args: { input: 'GenerateAuthorizationCodeInput!' }, - }, - increaseCount: { __type: 'Int', __args: { count: 'Int' } }, - registerUser: { - __type: 'RegisterUserPayload', - __args: { input: 'RegisterUserInput!' }, - }, - resetUserPassword: { - __type: 'ResetUserPasswordPayload', - __args: { input: 'ResetUserPasswordInput!' }, - }, - restoreComment: { - __type: 'RestoreCommentPayload', - __args: { input: 'RestoreCommentInput!' }, - }, - sendPasswordResetEmail: { - __type: 'SendPasswordResetEmailPayload', - __args: { input: 'SendPasswordResetEmailInput!' }, - }, - updateCategory: { - __type: 'UpdateCategoryPayload', - __args: { input: 'UpdateCategoryInput!' }, - }, - updateComment: { - __type: 'UpdateCommentPayload', - __args: { input: 'UpdateCommentInput!' }, - }, - updateMediaItem: { - __type: 'UpdateMediaItemPayload', - __args: { input: 'UpdateMediaItemInput!' }, - }, - updatePage: { - __type: 'UpdatePagePayload', - __args: { input: 'UpdatePageInput!' }, - }, - updatePost: { - __type: 'UpdatePostPayload', - __args: { input: 'UpdatePostInput!' }, - }, - updatePostFormat: { - __type: 'UpdatePostFormatPayload', - __args: { input: 'UpdatePostFormatInput!' }, - }, - updateSettings: { - __type: 'UpdateSettingsPayload', - __args: { input: 'UpdateSettingsInput!' }, - }, - updateTag: { - __type: 'UpdateTagPayload', - __args: { input: 'UpdateTagInput!' }, - }, - updateUser: { - __type: 'UpdateUserPayload', - __args: { input: 'UpdateUserInput!' }, - }, - }, - query: { - __typename: { __type: 'String!' }, - allSettings: { __type: 'Settings' }, - categories: { - __type: 'RootQueryToCategoryConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToCategoryConnectionWhereArgs', - }, - }, - category: { - __type: 'Category', - __args: { id: 'ID!', idType: 'CategoryIdType' }, - }, - comment: { - __type: 'Comment', - __args: { id: 'ID!', idType: 'CommentNodeIdTypeEnum' }, - }, - comments: { - __type: 'RootQueryToCommentConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToCommentConnectionWhereArgs', - }, - }, - contentNode: { - __type: 'ContentNode', - __args: { - asPreview: 'Boolean', - contentType: 'ContentTypeEnum', - id: 'ID!', - idType: 'ContentNodeIdTypeEnum', - }, - }, - contentNodes: { - __type: 'RootQueryToContentNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToContentNodeConnectionWhereArgs', - }, - }, - contentType: { - __type: 'ContentType', - __args: { id: 'ID!', idType: 'ContentTypeIdTypeEnum' }, - }, - contentTypes: { - __type: 'RootQueryToContentTypeConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - discussionSettings: { __type: 'DiscussionSettings' }, - generalSettings: { __type: 'GeneralSettings' }, - mediaItem: { - __type: 'MediaItem', - __args: { asPreview: 'Boolean', id: 'ID!', idType: 'MediaItemIdType' }, - }, - mediaItemBy: { - __type: 'MediaItem', - __args: { id: 'ID', mediaItemId: 'Int', slug: 'String', uri: 'String' }, - }, - mediaItems: { - __type: 'RootQueryToMediaItemConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToMediaItemConnectionWhereArgs', - }, - }, - menu: { - __type: 'Menu', - __args: { id: 'ID!', idType: 'MenuNodeIdTypeEnum' }, - }, - menuItem: { - __type: 'MenuItem', - __args: { id: 'ID!', idType: 'MenuItemNodeIdTypeEnum' }, - }, - menuItems: { - __type: 'RootQueryToMenuItemConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToMenuItemConnectionWhereArgs', - }, - }, - menus: { - __type: 'RootQueryToMenuConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToMenuConnectionWhereArgs', - }, - }, - node: { __type: 'Node', __args: { id: 'ID' } }, - nodeByUri: { - __type: 'UniformResourceIdentifiable', - __args: { uri: 'String!' }, - }, - page: { - __type: 'Page', - __args: { asPreview: 'Boolean', id: 'ID!', idType: 'PageIdType' }, - }, - pageBy: { - __type: 'Page', - __args: { id: 'ID', pageId: 'Int', uri: 'String' }, - }, - pages: { - __type: 'RootQueryToPageConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToPageConnectionWhereArgs', - }, - }, - plugin: { __type: 'Plugin', __args: { id: 'ID!' } }, - plugins: { - __type: 'RootQueryToPluginConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToPluginConnectionWhereArgs', - }, - }, - post: { - __type: 'Post', - __args: { asPreview: 'Boolean', id: 'ID!', idType: 'PostIdType' }, - }, - postBy: { - __type: 'Post', - __args: { id: 'ID', postId: 'Int', slug: 'String', uri: 'String' }, - }, - postFormat: { - __type: 'PostFormat', - __args: { id: 'ID!', idType: 'PostFormatIdType' }, - }, - postFormats: { - __type: 'RootQueryToPostFormatConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToPostFormatConnectionWhereArgs', - }, - }, - posts: { - __type: 'RootQueryToPostConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToPostConnectionWhereArgs', - }, - }, - readingSettings: { __type: 'ReadingSettings' }, - registeredScripts: { - __type: 'RootQueryToEnqueuedScriptConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - registeredStylesheets: { - __type: 'RootQueryToEnqueuedStylesheetConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - revisions: { - __type: 'RootQueryToRevisionsConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToRevisionsConnectionWhereArgs', - }, - }, - tag: { __type: 'Tag', __args: { id: 'ID!', idType: 'TagIdType' } }, - tags: { - __type: 'RootQueryToTagConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToTagConnectionWhereArgs', - }, - }, - taxonomies: { - __type: 'RootQueryToTaxonomyConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - taxonomy: { - __type: 'Taxonomy', - __args: { id: 'ID!', idType: 'TaxonomyIdTypeEnum' }, - }, - termNode: { - __type: 'TermNode', - __args: { - id: 'ID!', - idType: 'TermNodeIdTypeEnum', - taxonomy: 'TaxonomyEnum', - }, - }, - terms: { - __type: 'RootQueryToTermNodeConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToTermNodeConnectionWhereArgs', - }, - }, - theme: { __type: 'Theme', __args: { id: 'ID!' } }, - themes: { - __type: 'RootQueryToThemeConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - user: { - __type: 'User', - __args: { id: 'ID!', idType: 'UserNodeIdTypeEnum' }, - }, - userRole: { __type: 'UserRole', __args: { id: 'ID!' } }, - userRoles: { - __type: 'RootQueryToUserRoleConnection', - __args: { after: 'String', before: 'String', first: 'Int', last: 'Int' }, - }, - users: { - __type: 'RootQueryToUserConnection', - __args: { - after: 'String', - before: 'String', - first: 'Int', - last: 'Int', - where: 'RootQueryToUserConnectionWhereArgs', - }, - }, - viewer: { __type: 'User' }, - writingSettings: { __type: 'WritingSettings' }, - }, - subscription: {}, - [SchemaUnionsKey]: { - DatabaseIdentifier: [ - 'Category', - 'Comment', - 'CommentAuthor', - 'MediaItem', - 'Menu', - 'MenuItem', - 'Page', - 'Post', - 'PostFormat', - 'Tag', - 'User', - ], - HierarchicalNode: ['Category', 'MediaItem', 'Page'], - HierarchicalTermNode: ['Category'], - MenuItemLinkable: ['Category', 'Page', 'Post', 'PostFormat', 'Tag'], - Node: [ - 'Category', - 'Comment', - 'CommentAuthor', - 'ContentType', - 'EnqueuedScript', - 'EnqueuedStylesheet', - 'MediaItem', - 'Menu', - 'MenuItem', - 'Page', - 'Plugin', - 'Post', - 'PostFormat', - 'Tag', - 'Taxonomy', - 'Theme', - 'User', - 'UserRole', - ], - TermNode: ['Category', 'PostFormat', 'Tag'], - UniformResourceIdentifiable: [ - 'Category', - 'ContentType', - 'MediaItem', - 'Page', - 'Post', - 'PostFormat', - 'Tag', - 'User', - ], - CategoryConnection: [ - 'CategoryToAncestorsCategoryConnection', - 'CategoryToCategoryConnection', - 'PostToCategoryConnection', - 'RootQueryToCategoryConnection', - ], - Connection: [ - 'CategoryToAncestorsCategoryConnection', - 'CategoryToCategoryConnection', - 'CategoryToContentNodeConnection', - 'CategoryToPostConnection', - 'CommentToCommentConnection', - 'ContentNodeToEnqueuedScriptConnection', - 'ContentNodeToEnqueuedStylesheetConnection', - 'ContentTypeToContentNodeConnection', - 'ContentTypeToTaxonomyConnection', - 'HierarchicalContentNodeToContentNodeAncestorsConnection', - 'HierarchicalContentNodeToContentNodeChildrenConnection', - 'MediaItemToCommentConnection', - 'MenuItemToMenuItemConnection', - 'MenuToMenuItemConnection', - 'PageToCommentConnection', - 'PageToRevisionConnection', - 'PostFormatToContentNodeConnection', - 'PostFormatToPostConnection', - 'PostToCategoryConnection', - 'PostToCommentConnection', - 'PostToPostFormatConnection', - 'PostToRevisionConnection', - 'PostToTagConnection', - 'PostToTermNodeConnection', - 'RootQueryToCategoryConnection', - 'RootQueryToCommentConnection', - 'RootQueryToContentNodeConnection', - 'RootQueryToContentTypeConnection', - 'RootQueryToEnqueuedScriptConnection', - 'RootQueryToEnqueuedStylesheetConnection', - 'RootQueryToMediaItemConnection', - 'RootQueryToMenuConnection', - 'RootQueryToMenuItemConnection', - 'RootQueryToPageConnection', - 'RootQueryToPluginConnection', - 'RootQueryToPostConnection', - 'RootQueryToPostFormatConnection', - 'RootQueryToRevisionsConnection', - 'RootQueryToTagConnection', - 'RootQueryToTaxonomyConnection', - 'RootQueryToTermNodeConnection', - 'RootQueryToThemeConnection', - 'RootQueryToUserConnection', - 'RootQueryToUserRoleConnection', - 'TagToContentNodeConnection', - 'TagToPostConnection', - 'TaxonomyToContentTypeConnection', - 'TaxonomyToTermNodeConnection', - 'TermNodeToEnqueuedScriptConnection', - 'TermNodeToEnqueuedStylesheetConnection', - 'UserToCommentConnection', - 'UserToEnqueuedScriptConnection', - 'UserToEnqueuedStylesheetConnection', - 'UserToMediaItemConnection', - 'UserToPageConnection', - 'UserToPostConnection', - 'UserToRevisionsConnection', - 'UserToUserRoleConnection', - ], - CategoryConnectionEdge: [ - 'CategoryToAncestorsCategoryConnectionEdge', - 'CategoryToCategoryConnectionEdge', - 'CategoryToParentCategoryConnectionEdge', - 'PostToCategoryConnectionEdge', - 'RootQueryToCategoryConnectionEdge', - ], - Edge: [ - 'CategoryToAncestorsCategoryConnectionEdge', - 'CategoryToCategoryConnectionEdge', - 'CategoryToContentNodeConnectionEdge', - 'CategoryToParentCategoryConnectionEdge', - 'CategoryToPostConnectionEdge', - 'CategoryToTaxonomyConnectionEdge', - 'CommentToCommentConnectionEdge', - 'CommentToCommenterConnectionEdge', - 'CommentToContentNodeConnectionEdge', - 'CommentToParentCommentConnectionEdge', - 'ContentNodeToContentTypeConnectionEdge', - 'ContentNodeToEditLastConnectionEdge', - 'ContentNodeToEditLockConnectionEdge', - 'ContentNodeToEnqueuedScriptConnectionEdge', - 'ContentNodeToEnqueuedStylesheetConnectionEdge', - 'ContentTypeToContentNodeConnectionEdge', - 'ContentTypeToTaxonomyConnectionEdge', - 'HierarchicalContentNodeToContentNodeAncestorsConnectionEdge', - 'HierarchicalContentNodeToContentNodeChildrenConnectionEdge', - 'HierarchicalContentNodeToParentContentNodeConnectionEdge', - 'MediaItemToCommentConnectionEdge', - 'MenuItemToMenuConnectionEdge', - 'MenuItemToMenuItemConnectionEdge', - 'MenuItemToMenuItemLinkableConnectionEdge', - 'MenuToMenuItemConnectionEdge', - 'NodeWithAuthorToUserConnectionEdge', - 'NodeWithFeaturedImageToMediaItemConnectionEdge', - 'NodeWithRevisionsToContentNodeConnectionEdge', - 'PageToCommentConnectionEdge', - 'PageToPreviewConnectionEdge', - 'PageToRevisionConnectionEdge', - 'PostFormatToContentNodeConnectionEdge', - 'PostFormatToPostConnectionEdge', - 'PostFormatToTaxonomyConnectionEdge', - 'PostToCategoryConnectionEdge', - 'PostToCommentConnectionEdge', - 'PostToPostFormatConnectionEdge', - 'PostToPreviewConnectionEdge', - 'PostToRevisionConnectionEdge', - 'PostToTagConnectionEdge', - 'PostToTermNodeConnectionEdge', - 'RootQueryToCategoryConnectionEdge', - 'RootQueryToCommentConnectionEdge', - 'RootQueryToContentNodeConnectionEdge', - 'RootQueryToContentTypeConnectionEdge', - 'RootQueryToEnqueuedScriptConnectionEdge', - 'RootQueryToEnqueuedStylesheetConnectionEdge', - 'RootQueryToMediaItemConnectionEdge', - 'RootQueryToMenuConnectionEdge', - 'RootQueryToMenuItemConnectionEdge', - 'RootQueryToPageConnectionEdge', - 'RootQueryToPluginConnectionEdge', - 'RootQueryToPostConnectionEdge', - 'RootQueryToPostFormatConnectionEdge', - 'RootQueryToRevisionsConnectionEdge', - 'RootQueryToTagConnectionEdge', - 'RootQueryToTaxonomyConnectionEdge', - 'RootQueryToTermNodeConnectionEdge', - 'RootQueryToThemeConnectionEdge', - 'RootQueryToUserConnectionEdge', - 'RootQueryToUserRoleConnectionEdge', - 'TagToContentNodeConnectionEdge', - 'TagToPostConnectionEdge', - 'TagToTaxonomyConnectionEdge', - 'TaxonomyToContentTypeConnectionEdge', - 'TaxonomyToTermNodeConnectionEdge', - 'TermNodeToEnqueuedScriptConnectionEdge', - 'TermNodeToEnqueuedStylesheetConnectionEdge', - 'UserToCommentConnectionEdge', - 'UserToEnqueuedScriptConnectionEdge', - 'UserToEnqueuedStylesheetConnectionEdge', - 'UserToMediaItemConnectionEdge', - 'UserToPageConnectionEdge', - 'UserToPostConnectionEdge', - 'UserToRevisionsConnectionEdge', - 'UserToUserRoleConnectionEdge', - ], - CategoryConnectionPageInfo: [ - 'CategoryToAncestorsCategoryConnectionPageInfo', - 'CategoryToCategoryConnectionPageInfo', - 'PostToCategoryConnectionPageInfo', - 'RootQueryToCategoryConnectionPageInfo', - ], - PageInfo: [ - 'CategoryToAncestorsCategoryConnectionPageInfo', - 'CategoryToCategoryConnectionPageInfo', - 'CategoryToContentNodeConnectionPageInfo', - 'CategoryToPostConnectionPageInfo', - 'CommentToCommentConnectionPageInfo', - 'ContentNodeToEnqueuedScriptConnectionPageInfo', - 'ContentNodeToEnqueuedStylesheetConnectionPageInfo', - 'ContentTypeToContentNodeConnectionPageInfo', - 'ContentTypeToTaxonomyConnectionPageInfo', - 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo', - 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo', - 'MediaItemToCommentConnectionPageInfo', - 'MenuItemToMenuItemConnectionPageInfo', - 'MenuToMenuItemConnectionPageInfo', - 'PageToCommentConnectionPageInfo', - 'PageToRevisionConnectionPageInfo', - 'PostFormatToContentNodeConnectionPageInfo', - 'PostFormatToPostConnectionPageInfo', - 'PostToCategoryConnectionPageInfo', - 'PostToCommentConnectionPageInfo', - 'PostToPostFormatConnectionPageInfo', - 'PostToRevisionConnectionPageInfo', - 'PostToTagConnectionPageInfo', - 'PostToTermNodeConnectionPageInfo', - 'RootQueryToCategoryConnectionPageInfo', - 'RootQueryToCommentConnectionPageInfo', - 'RootQueryToContentNodeConnectionPageInfo', - 'RootQueryToContentTypeConnectionPageInfo', - 'RootQueryToEnqueuedScriptConnectionPageInfo', - 'RootQueryToEnqueuedStylesheetConnectionPageInfo', - 'RootQueryToMediaItemConnectionPageInfo', - 'RootQueryToMenuConnectionPageInfo', - 'RootQueryToMenuItemConnectionPageInfo', - 'RootQueryToPageConnectionPageInfo', - 'RootQueryToPluginConnectionPageInfo', - 'RootQueryToPostConnectionPageInfo', - 'RootQueryToPostFormatConnectionPageInfo', - 'RootQueryToRevisionsConnectionPageInfo', - 'RootQueryToTagConnectionPageInfo', - 'RootQueryToTaxonomyConnectionPageInfo', - 'RootQueryToTermNodeConnectionPageInfo', - 'RootQueryToThemeConnectionPageInfo', - 'RootQueryToUserConnectionPageInfo', - 'RootQueryToUserRoleConnectionPageInfo', - 'TagToContentNodeConnectionPageInfo', - 'TagToPostConnectionPageInfo', - 'TaxonomyToContentTypeConnectionPageInfo', - 'TaxonomyToTermNodeConnectionPageInfo', - 'TermNodeToEnqueuedScriptConnectionPageInfo', - 'TermNodeToEnqueuedStylesheetConnectionPageInfo', - 'UserToCommentConnectionPageInfo', - 'UserToEnqueuedScriptConnectionPageInfo', - 'UserToEnqueuedStylesheetConnectionPageInfo', - 'UserToMediaItemConnectionPageInfo', - 'UserToPageConnectionPageInfo', - 'UserToPostConnectionPageInfo', - 'UserToRevisionsConnectionPageInfo', - 'UserToUserRoleConnectionPageInfo', - ], - WPPageInfo: [ - 'CategoryToAncestorsCategoryConnectionPageInfo', - 'CategoryToCategoryConnectionPageInfo', - 'CategoryToContentNodeConnectionPageInfo', - 'CategoryToPostConnectionPageInfo', - 'CommentToCommentConnectionPageInfo', - 'ContentNodeToEnqueuedScriptConnectionPageInfo', - 'ContentNodeToEnqueuedStylesheetConnectionPageInfo', - 'ContentTypeToContentNodeConnectionPageInfo', - 'ContentTypeToTaxonomyConnectionPageInfo', - 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo', - 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo', - 'MediaItemToCommentConnectionPageInfo', - 'MenuItemToMenuItemConnectionPageInfo', - 'MenuToMenuItemConnectionPageInfo', - 'PageToCommentConnectionPageInfo', - 'PageToRevisionConnectionPageInfo', - 'PostFormatToContentNodeConnectionPageInfo', - 'PostFormatToPostConnectionPageInfo', - 'PostToCategoryConnectionPageInfo', - 'PostToCommentConnectionPageInfo', - 'PostToPostFormatConnectionPageInfo', - 'PostToRevisionConnectionPageInfo', - 'PostToTagConnectionPageInfo', - 'PostToTermNodeConnectionPageInfo', - 'RootQueryToCategoryConnectionPageInfo', - 'RootQueryToCommentConnectionPageInfo', - 'RootQueryToContentNodeConnectionPageInfo', - 'RootQueryToContentTypeConnectionPageInfo', - 'RootQueryToEnqueuedScriptConnectionPageInfo', - 'RootQueryToEnqueuedStylesheetConnectionPageInfo', - 'RootQueryToMediaItemConnectionPageInfo', - 'RootQueryToMenuConnectionPageInfo', - 'RootQueryToMenuItemConnectionPageInfo', - 'RootQueryToPageConnectionPageInfo', - 'RootQueryToPluginConnectionPageInfo', - 'RootQueryToPostConnectionPageInfo', - 'RootQueryToPostFormatConnectionPageInfo', - 'RootQueryToRevisionsConnectionPageInfo', - 'RootQueryToTagConnectionPageInfo', - 'RootQueryToTaxonomyConnectionPageInfo', - 'RootQueryToTermNodeConnectionPageInfo', - 'RootQueryToThemeConnectionPageInfo', - 'RootQueryToUserConnectionPageInfo', - 'RootQueryToUserRoleConnectionPageInfo', - 'TagToContentNodeConnectionPageInfo', - 'TagToPostConnectionPageInfo', - 'TaxonomyToContentTypeConnectionPageInfo', - 'TaxonomyToTermNodeConnectionPageInfo', - 'TermNodeToEnqueuedScriptConnectionPageInfo', - 'TermNodeToEnqueuedStylesheetConnectionPageInfo', - 'UserToCommentConnectionPageInfo', - 'UserToEnqueuedScriptConnectionPageInfo', - 'UserToEnqueuedStylesheetConnectionPageInfo', - 'UserToMediaItemConnectionPageInfo', - 'UserToPageConnectionPageInfo', - 'UserToPostConnectionPageInfo', - 'UserToRevisionsConnectionPageInfo', - 'UserToUserRoleConnectionPageInfo', - ], - ContentNodeConnection: [ - 'CategoryToContentNodeConnection', - 'ContentTypeToContentNodeConnection', - 'HierarchicalContentNodeToContentNodeAncestorsConnection', - 'HierarchicalContentNodeToContentNodeChildrenConnection', - 'PostFormatToContentNodeConnection', - 'RootQueryToContentNodeConnection', - 'RootQueryToRevisionsConnection', - 'TagToContentNodeConnection', - 'UserToRevisionsConnection', - ], - ContentNodeConnectionEdge: [ - 'CategoryToContentNodeConnectionEdge', - 'CommentToContentNodeConnectionEdge', - 'ContentTypeToContentNodeConnectionEdge', - 'HierarchicalContentNodeToContentNodeAncestorsConnectionEdge', - 'HierarchicalContentNodeToContentNodeChildrenConnectionEdge', - 'HierarchicalContentNodeToParentContentNodeConnectionEdge', - 'NodeWithRevisionsToContentNodeConnectionEdge', - 'PostFormatToContentNodeConnectionEdge', - 'RootQueryToContentNodeConnectionEdge', - 'RootQueryToRevisionsConnectionEdge', - 'TagToContentNodeConnectionEdge', - 'UserToRevisionsConnectionEdge', - ], - ContentNodeConnectionPageInfo: [ - 'CategoryToContentNodeConnectionPageInfo', - 'ContentTypeToContentNodeConnectionPageInfo', - 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo', - 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo', - 'PostFormatToContentNodeConnectionPageInfo', - 'RootQueryToContentNodeConnectionPageInfo', - 'RootQueryToRevisionsConnectionPageInfo', - 'TagToContentNodeConnectionPageInfo', - 'UserToRevisionsConnectionPageInfo', - ], - OneToOneConnection: [ - 'CategoryToParentCategoryConnectionEdge', - 'CategoryToTaxonomyConnectionEdge', - 'CommentToCommenterConnectionEdge', - 'CommentToContentNodeConnectionEdge', - 'CommentToParentCommentConnectionEdge', - 'ContentNodeToContentTypeConnectionEdge', - 'ContentNodeToEditLastConnectionEdge', - 'ContentNodeToEditLockConnectionEdge', - 'HierarchicalContentNodeToParentContentNodeConnectionEdge', - 'MenuItemToMenuConnectionEdge', - 'MenuItemToMenuItemLinkableConnectionEdge', - 'NodeWithAuthorToUserConnectionEdge', - 'NodeWithFeaturedImageToMediaItemConnectionEdge', - 'NodeWithRevisionsToContentNodeConnectionEdge', - 'PageToPreviewConnectionEdge', - 'PostFormatToTaxonomyConnectionEdge', - 'PostToPreviewConnectionEdge', - 'TagToTaxonomyConnectionEdge', - ], - PostConnection: [ - 'CategoryToPostConnection', - 'PostFormatToPostConnection', - 'PostToRevisionConnection', - 'RootQueryToPostConnection', - 'TagToPostConnection', - 'UserToPostConnection', - ], - PostConnectionEdge: [ - 'CategoryToPostConnectionEdge', - 'PostFormatToPostConnectionEdge', - 'PostToPreviewConnectionEdge', - 'PostToRevisionConnectionEdge', - 'RootQueryToPostConnectionEdge', - 'TagToPostConnectionEdge', - 'UserToPostConnectionEdge', - ], - PostConnectionPageInfo: [ - 'CategoryToPostConnectionPageInfo', - 'PostFormatToPostConnectionPageInfo', - 'PostToRevisionConnectionPageInfo', - 'RootQueryToPostConnectionPageInfo', - 'TagToPostConnectionPageInfo', - 'UserToPostConnectionPageInfo', - ], - TaxonomyConnectionEdge: [ - 'CategoryToTaxonomyConnectionEdge', - 'ContentTypeToTaxonomyConnectionEdge', - 'PostFormatToTaxonomyConnectionEdge', - 'RootQueryToTaxonomyConnectionEdge', - 'TagToTaxonomyConnectionEdge', - ], - Commenter: ['CommentAuthor', 'User'], - CommentConnection: [ - 'CommentToCommentConnection', - 'MediaItemToCommentConnection', - 'PageToCommentConnection', - 'PostToCommentConnection', - 'RootQueryToCommentConnection', - 'UserToCommentConnection', - ], - CommentConnectionEdge: [ - 'CommentToCommentConnectionEdge', - 'CommentToParentCommentConnectionEdge', - 'MediaItemToCommentConnectionEdge', - 'PageToCommentConnectionEdge', - 'PostToCommentConnectionEdge', - 'RootQueryToCommentConnectionEdge', - 'UserToCommentConnectionEdge', - ], - CommentConnectionPageInfo: [ - 'CommentToCommentConnectionPageInfo', - 'MediaItemToCommentConnectionPageInfo', - 'PageToCommentConnectionPageInfo', - 'PostToCommentConnectionPageInfo', - 'RootQueryToCommentConnectionPageInfo', - 'UserToCommentConnectionPageInfo', - ], - CommenterConnectionEdge: ['CommentToCommenterConnectionEdge'], - ContentTypeConnectionEdge: [ - 'ContentNodeToContentTypeConnectionEdge', - 'RootQueryToContentTypeConnectionEdge', - 'TaxonomyToContentTypeConnectionEdge', - ], - UserConnectionEdge: [ - 'ContentNodeToEditLastConnectionEdge', - 'ContentNodeToEditLockConnectionEdge', - 'NodeWithAuthorToUserConnectionEdge', - 'RootQueryToUserConnectionEdge', - ], - EnqueuedScriptConnection: [ - 'ContentNodeToEnqueuedScriptConnection', - 'RootQueryToEnqueuedScriptConnection', - 'TermNodeToEnqueuedScriptConnection', - 'UserToEnqueuedScriptConnection', - ], - EnqueuedScriptConnectionEdge: [ - 'ContentNodeToEnqueuedScriptConnectionEdge', - 'RootQueryToEnqueuedScriptConnectionEdge', - 'TermNodeToEnqueuedScriptConnectionEdge', - 'UserToEnqueuedScriptConnectionEdge', - ], - EnqueuedScriptConnectionPageInfo: [ - 'ContentNodeToEnqueuedScriptConnectionPageInfo', - 'RootQueryToEnqueuedScriptConnectionPageInfo', - 'TermNodeToEnqueuedScriptConnectionPageInfo', - 'UserToEnqueuedScriptConnectionPageInfo', - ], - EnqueuedStylesheetConnection: [ - 'ContentNodeToEnqueuedStylesheetConnection', - 'RootQueryToEnqueuedStylesheetConnection', - 'TermNodeToEnqueuedStylesheetConnection', - 'UserToEnqueuedStylesheetConnection', - ], - EnqueuedStylesheetConnectionEdge: [ - 'ContentNodeToEnqueuedStylesheetConnectionEdge', - 'RootQueryToEnqueuedStylesheetConnectionEdge', - 'TermNodeToEnqueuedStylesheetConnectionEdge', - 'UserToEnqueuedStylesheetConnectionEdge', - ], - EnqueuedStylesheetConnectionPageInfo: [ - 'ContentNodeToEnqueuedStylesheetConnectionPageInfo', - 'RootQueryToEnqueuedStylesheetConnectionPageInfo', - 'TermNodeToEnqueuedStylesheetConnectionPageInfo', - 'UserToEnqueuedStylesheetConnectionPageInfo', - ], - TaxonomyConnection: [ - 'ContentTypeToTaxonomyConnection', - 'RootQueryToTaxonomyConnection', - ], - TaxonomyConnectionPageInfo: [ - 'ContentTypeToTaxonomyConnectionPageInfo', - 'RootQueryToTaxonomyConnectionPageInfo', - ], - ContentTemplate: ['DefaultTemplate'], - EnqueuedAsset: ['EnqueuedScript', 'EnqueuedStylesheet'], - ContentNode: ['MediaItem', 'Page', 'Post'], - HierarchicalContentNode: ['MediaItem', 'Page'], - NodeWithAuthor: ['MediaItem', 'Page', 'Post'], - NodeWithComments: ['MediaItem', 'Page', 'Post'], - NodeWithTemplate: ['MediaItem', 'Page', 'Post'], - NodeWithTitle: ['MediaItem', 'Page', 'Post'], - MenuItemObjectUnion: ['Category', 'Page', 'Post', 'PostFormat', 'Tag'], - MenuConnectionEdge: [ - 'MenuItemToMenuConnectionEdge', - 'RootQueryToMenuConnectionEdge', - ], - MenuItemConnection: [ - 'MenuItemToMenuItemConnection', - 'MenuToMenuItemConnection', - 'RootQueryToMenuItemConnection', - ], - MenuItemConnectionEdge: [ - 'MenuItemToMenuItemConnectionEdge', - 'MenuToMenuItemConnectionEdge', - 'RootQueryToMenuItemConnectionEdge', - ], - MenuItemConnectionPageInfo: [ - 'MenuItemToMenuItemConnectionPageInfo', - 'MenuToMenuItemConnectionPageInfo', - 'RootQueryToMenuItemConnectionPageInfo', - ], - MenuItemLinkableConnectionEdge: [ - 'MenuItemToMenuItemLinkableConnectionEdge', - ], - MediaItemConnectionEdge: [ - 'NodeWithFeaturedImageToMediaItemConnectionEdge', - 'RootQueryToMediaItemConnectionEdge', - 'UserToMediaItemConnectionEdge', - ], - NodeWithContentEditor: ['Page', 'Post'], - NodeWithFeaturedImage: ['Page', 'Post'], - NodeWithPageAttributes: ['Page'], - NodeWithRevisions: ['Page', 'Post'], - Previewable: ['Page', 'Post'], - PageConnectionEdge: [ - 'PageToPreviewConnectionEdge', - 'PageToRevisionConnectionEdge', - 'RootQueryToPageConnectionEdge', - 'UserToPageConnectionEdge', - ], - PageConnection: [ - 'PageToRevisionConnection', - 'RootQueryToPageConnection', - 'UserToPageConnection', - ], - PageConnectionPageInfo: [ - 'PageToRevisionConnectionPageInfo', - 'RootQueryToPageConnectionPageInfo', - 'UserToPageConnectionPageInfo', - ], - NodeWithExcerpt: ['Post'], - NodeWithTrackbacks: ['Post'], - PostFormatConnection: [ - 'PostToPostFormatConnection', - 'RootQueryToPostFormatConnection', - ], - PostFormatConnectionEdge: [ - 'PostToPostFormatConnectionEdge', - 'RootQueryToPostFormatConnectionEdge', - ], - PostFormatConnectionPageInfo: [ - 'PostToPostFormatConnectionPageInfo', - 'RootQueryToPostFormatConnectionPageInfo', - ], - TagConnection: ['PostToTagConnection', 'RootQueryToTagConnection'], - TagConnectionEdge: [ - 'PostToTagConnectionEdge', - 'RootQueryToTagConnectionEdge', - ], - TagConnectionPageInfo: [ - 'PostToTagConnectionPageInfo', - 'RootQueryToTagConnectionPageInfo', - ], - TermNodeConnection: [ - 'PostToTermNodeConnection', - 'RootQueryToTermNodeConnection', - 'TaxonomyToTermNodeConnection', - ], - TermNodeConnectionEdge: [ - 'PostToTermNodeConnectionEdge', - 'RootQueryToTermNodeConnectionEdge', - 'TaxonomyToTermNodeConnectionEdge', - ], - TermNodeConnectionPageInfo: [ - 'PostToTermNodeConnectionPageInfo', - 'RootQueryToTermNodeConnectionPageInfo', - 'TaxonomyToTermNodeConnectionPageInfo', - ], - ContentTypeConnection: [ - 'RootQueryToContentTypeConnection', - 'TaxonomyToContentTypeConnection', - ], - ContentTypeConnectionPageInfo: [ - 'RootQueryToContentTypeConnectionPageInfo', - 'TaxonomyToContentTypeConnectionPageInfo', - ], - MediaItemConnection: [ - 'RootQueryToMediaItemConnection', - 'UserToMediaItemConnection', - ], - MediaItemConnectionPageInfo: [ - 'RootQueryToMediaItemConnectionPageInfo', - 'UserToMediaItemConnectionPageInfo', - ], - MenuConnection: ['RootQueryToMenuConnection'], - MenuConnectionPageInfo: ['RootQueryToMenuConnectionPageInfo'], - PluginConnection: ['RootQueryToPluginConnection'], - PluginConnectionEdge: ['RootQueryToPluginConnectionEdge'], - PluginConnectionPageInfo: ['RootQueryToPluginConnectionPageInfo'], - ThemeConnection: ['RootQueryToThemeConnection'], - ThemeConnectionEdge: ['RootQueryToThemeConnectionEdge'], - ThemeConnectionPageInfo: ['RootQueryToThemeConnectionPageInfo'], - UserConnection: ['RootQueryToUserConnection'], - UserConnectionPageInfo: ['RootQueryToUserConnectionPageInfo'], - UserRoleConnection: [ - 'RootQueryToUserRoleConnection', - 'UserToUserRoleConnection', - ], - UserRoleConnectionEdge: [ - 'RootQueryToUserRoleConnectionEdge', - 'UserToUserRoleConnectionEdge', - ], - UserRoleConnectionPageInfo: [ - 'RootQueryToUserRoleConnectionPageInfo', - 'UserToUserRoleConnectionPageInfo', - ], - }, -} as const; - -/** - * Avatars are profile images for users. WordPress by default uses the Gravatar service to host and fetch avatars from. - */ -export interface Avatar { - __typename?: 'Avatar'; - /** - * URL for the default image or a default type. Accepts '404' (return a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster), 'wavatar' (cartoon face), 'indenticon' (the 'quilt'), 'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or 'gravatar_default' (the Gravatar logo). - */ - default?: Maybe; - /** - * HTML attributes to insert in the IMG element. Is not sanitized. - */ - extraAttr?: Maybe; - /** - * Whether to always show the default image, never the Gravatar. - */ - forceDefault?: Maybe; - /** - * Whether the avatar was successfully found. - */ - foundAvatar?: Maybe; - /** - * Height of the avatar image. - */ - height?: Maybe; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * What rating to display avatars up to. Accepts 'G', 'PG', 'R', 'X', and are judged in that order. - */ - rating?: Maybe; - /** - * Type of url scheme to use. Typically HTTP vs. HTTPS. - */ - scheme?: Maybe; - /** - * The size of the avatar in pixels. A value of 96 will match a 96px x 96px gravatar image. - */ - size?: Maybe; - /** - * URL for the gravatar image source. - */ - url?: Maybe; - /** - * Width of the avatar image. - */ - width?: Maybe; -} - -/** - * The category type - */ -export interface Category { - __typename?: 'Category'; - /** - * The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). - */ - ancestors: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The id field matches the WP_Post->ID field. - * @deprecated Deprecated in favor of databaseId - */ - categoryId?: Maybe; - /** - * Connection between the category type and its children categories. - */ - children: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - conditionalTags?: Maybe; - /** - * Connection between the Category type and the ContentNode type - */ - contentNodes: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The number of objects connected to the object - */ - count?: Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The description of the object - */ - description?: Maybe; - /** - * Connection between the TermNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the TermNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The link to the term - */ - link?: Maybe; - /** - * The human friendly name of the object. - */ - name?: Maybe; - /** - * Connection between the category type and its parent category. - */ - parent?: Maybe; - /** - * Database id of the parent node - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent node. - */ - parentId?: Maybe; - /** - * Connection between the Category type and the post type - */ - posts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * An alphanumeric identifier for the object unique to its type. - */ - slug?: Maybe; - /** - * Connection between the Category type and the Taxonomy type - */ - taxonomy?: Maybe; - /** - * The name of the taxonomy that the object is associated with - */ - taxonomyName?: Maybe; - templates?: Maybe>>; - /** - * The ID of the term group that this term object belongs to - */ - termGroupId?: Maybe; - /** - * The taxonomy ID that the object is associated with - */ - termTaxonomyId?: Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to category Nodes - */ -export interface CategoryConnection { - __typename?: - | 'CategoryToAncestorsCategoryConnection' - | 'CategoryToCategoryConnection' - | 'PostToCategoryConnection' - | 'RootQueryToCategoryConnection'; - /** - * A list of edges (relational context) between RootQuery and connected category Nodes - */ - edges: Array; - /** - * A list of connected category Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CategoryConnectionPageInfo; - $on: $CategoryConnection; -} - -/** - * Edge between a Node and a connected category - */ -export interface CategoryConnectionEdge { - __typename?: - | 'CategoryToAncestorsCategoryConnectionEdge' - | 'CategoryToCategoryConnectionEdge' - | 'CategoryToParentCategoryConnectionEdge' - | 'PostToCategoryConnectionEdge' - | 'RootQueryToCategoryConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected category Node - */ - node: Category; - $on: $CategoryConnectionEdge; -} - -/** - * Page Info on the connected CategoryConnectionEdge - */ -export interface CategoryConnectionPageInfo { - __typename?: - | 'CategoryToAncestorsCategoryConnectionPageInfo' - | 'CategoryToCategoryConnectionPageInfo' - | 'PostToCategoryConnectionPageInfo' - | 'RootQueryToCategoryConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $CategoryConnectionPageInfo; -} - -/** - * Connection between the Category type and the category type - */ -export interface CategoryToAncestorsCategoryConnection { - __typename?: 'CategoryToAncestorsCategoryConnection'; - /** - * Edges for the CategoryToAncestorsCategoryConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CategoryToAncestorsCategoryConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface CategoryToAncestorsCategoryConnectionEdge { - __typename?: 'CategoryToAncestorsCategoryConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Category; -} - -/** - * Page Info on the "CategoryToAncestorsCategoryConnection" - */ -export interface CategoryToAncestorsCategoryConnectionPageInfo { - __typename?: 'CategoryToAncestorsCategoryConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Category type and the category type - */ -export interface CategoryToCategoryConnection { - __typename?: 'CategoryToCategoryConnection'; - /** - * Edges for the CategoryToCategoryConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CategoryToCategoryConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface CategoryToCategoryConnectionEdge { - __typename?: 'CategoryToCategoryConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Category; -} - -/** - * Page Info on the "CategoryToCategoryConnection" - */ -export interface CategoryToCategoryConnectionPageInfo { - __typename?: 'CategoryToCategoryConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Category type and the ContentNode type - */ -export interface CategoryToContentNodeConnection { - __typename?: 'CategoryToContentNodeConnection'; - /** - * Edges for the CategoryToContentNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CategoryToContentNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface CategoryToContentNodeConnectionEdge { - __typename?: 'CategoryToContentNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "CategoryToContentNodeConnection" - */ -export interface CategoryToContentNodeConnectionPageInfo { - __typename?: 'CategoryToContentNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Category type and the category type - */ -export interface CategoryToParentCategoryConnectionEdge { - __typename?: 'CategoryToParentCategoryConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Category; -} - -/** - * Connection between the Category type and the post type - */ -export interface CategoryToPostConnection { - __typename?: 'CategoryToPostConnection'; - /** - * Edges for the CategoryToPostConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CategoryToPostConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface CategoryToPostConnectionEdge { - __typename?: 'CategoryToPostConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Post; -} - -/** - * Page Info on the "CategoryToPostConnection" - */ -export interface CategoryToPostConnectionPageInfo { - __typename?: 'CategoryToPostConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Category type and the Taxonomy type - */ -export interface CategoryToTaxonomyConnectionEdge { - __typename?: 'CategoryToTaxonomyConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Taxonomy; -} - -/** - * A Comment object - */ -export interface Comment { - __typename?: 'Comment'; - /** - * User agent used to post the comment. This field is equivalent to WP_Comment->comment_agent and the value matching the "comment_agent" column in SQL. - */ - agent?: Maybe; - /** - * The approval status of the comment. This field is equivalent to WP_Comment->comment_approved and the value matching the "comment_approved" column in SQL. - * @deprecated Deprecated in favor of the `status` field - */ - approved?: Maybe; - /** - * The author of the comment - */ - author?: Maybe; - /** - * IP address for the author. This field is equivalent to WP_Comment->comment_author_IP and the value matching the "comment_author_IP" column in SQL. - */ - authorIp?: Maybe; - /** - * ID for the comment, unique among comments. - * @deprecated Deprecated in favor of databaseId - */ - commentId?: Maybe; - /** - * Connection between the Comment type and the ContentNode type - */ - commentedOn?: Maybe; - /** - * Content of the comment. This field is equivalent to WP_Comment->comment_content and the value matching the "comment_content" column in SQL. - */ - content: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * Date the comment was posted in local time. This field is equivalent to WP_Comment->date and the value matching the "date" column in SQL. - */ - date?: Maybe; - /** - * Date the comment was posted in GMT. This field is equivalent to WP_Comment->date_gmt and the value matching the "date_gmt" column in SQL. - */ - dateGmt?: Maybe; - /** - * The globally unique identifier for the comment object - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Karma value for the comment. This field is equivalent to WP_Comment->comment_karma and the value matching the "comment_karma" column in SQL. - */ - karma?: Maybe; - /** - * Connection between the Comment type and the Comment type - */ - parent: (args?: { - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The database id of the parent comment node or null if it is the root comment - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent comment node. - */ - parentId?: Maybe; - /** - * Connection between the Comment type and the Comment type - */ - replies: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The approval status of the comment. This field is equivalent to WP_Comment->comment_approved and the value matching the "comment_approved" column in SQL. - */ - status?: Maybe; - /** - * Type of comment. This field is equivalent to WP_Comment->comment_type and the value matching the "comment_type" column in SQL. - */ - type?: Maybe; -} - -/** - * A Comment Author object - */ -export interface CommentAuthor { - __typename?: 'CommentAuthor'; - /** - * Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. - */ - avatar: (args?: { - /** - * Whether to always show the default image, never the Gravatar. Default false - */ - forceDefault?: Maybe; - /** - * The rating level of the avatar. - */ - rating?: Maybe; - /** - * The size attribute of the avatar field can be used to fetch avatars of different sizes. The value corresponds to the dimension in pixels to fetch. The default is 96 pixels. - * @defaultValue `96` - */ - size?: Maybe; - }) => Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The email for the comment author - */ - email?: Maybe; - /** - * The globally unique identifier for the comment author object - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * The name for the comment author. - */ - name?: Maybe; - /** - * The url the comment author. - */ - url?: Maybe; -} - -/** - * Connection to Comment Nodes - */ -export interface CommentConnection { - __typename?: - | 'CommentToCommentConnection' - | 'MediaItemToCommentConnection' - | 'PageToCommentConnection' - | 'PostToCommentConnection' - | 'RootQueryToCommentConnection' - | 'UserToCommentConnection'; - /** - * A list of edges (relational context) between RootQuery and connected Comment Nodes - */ - edges: Array; - /** - * A list of connected Comment Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CommentConnectionPageInfo; - $on: $CommentConnection; -} - -/** - * Edge between a Node and a connected Comment - */ -export interface CommentConnectionEdge { - __typename?: - | 'CommentToCommentConnectionEdge' - | 'CommentToParentCommentConnectionEdge' - | 'MediaItemToCommentConnectionEdge' - | 'PageToCommentConnectionEdge' - | 'PostToCommentConnectionEdge' - | 'RootQueryToCommentConnectionEdge' - | 'UserToCommentConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected Comment Node - */ - node: Comment; - $on: $CommentConnectionEdge; -} - -/** - * Page Info on the connected CommentConnectionEdge - */ -export interface CommentConnectionPageInfo { - __typename?: - | 'CommentToCommentConnectionPageInfo' - | 'MediaItemToCommentConnectionPageInfo' - | 'PageToCommentConnectionPageInfo' - | 'PostToCommentConnectionPageInfo' - | 'RootQueryToCommentConnectionPageInfo' - | 'UserToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $CommentConnectionPageInfo; -} - -/** - * Connection between the Comment type and the Comment type - */ -export interface CommentToCommentConnection { - __typename?: 'CommentToCommentConnection'; - /** - * Edges for the CommentToCommentConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: CommentToCommentConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface CommentToCommentConnectionEdge { - __typename?: 'CommentToCommentConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Comment; -} - -/** - * Page Info on the "CommentToCommentConnection" - */ -export interface CommentToCommentConnectionPageInfo { - __typename?: 'CommentToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Comment type and the Commenter type - */ -export interface CommentToCommenterConnectionEdge { - __typename?: 'CommentToCommenterConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Commenter; -} - -/** - * Connection between the Comment type and the ContentNode type - */ -export interface CommentToContentNodeConnectionEdge { - __typename?: 'CommentToContentNodeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: ContentNode; -} - -/** - * Connection between the Comment type and the Comment type - */ -export interface CommentToParentCommentConnectionEdge { - __typename?: 'CommentToParentCommentConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Comment; -} - -/** - * The author of a comment - */ -export interface Commenter { - __typename?: 'CommentAuthor' | 'User'; - /** - * Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. - */ - avatar?: Maybe; - /** - * Identifies the primary key from the database. - */ - databaseId: ScalarsEnums['Int']; - /** - * The email address of the author of a comment. - */ - email?: Maybe; - /** - * The globally unique identifier for the comment author. - */ - id: ScalarsEnums['ID']; - /** - * Whether the author information is considered restricted. (not fully public) - */ - isRestricted?: Maybe; - /** - * The name of the author of a comment. - */ - name?: Maybe; - /** - * The url of the author of a comment. - */ - url?: Maybe; - $on: $Commenter; -} - -/** - * Edge between a Node and a connected Commenter - */ -export interface CommenterConnectionEdge { - __typename?: 'CommentToCommenterConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected Commenter Node - */ - node: Commenter; - $on: $CommenterConnectionEdge; -} - -/** - * GraphQL representation of WordPress Conditional Tags. - */ -export interface ConditionalTags { - __typename?: 'ConditionalTags'; - /** - * Determines whether the query is for an existing archive page. - */ - isArchive?: Maybe; - /** - * Determines whether the query is for an existing attachment page. - */ - isAttachment?: Maybe; - /** - * Determines whether the query is for an existing author archive page. - */ - isAuthor?: Maybe; - /** - * Determines whether the query is for an existing category archive page. - */ - isCategory?: Maybe; - /** - * Determines whether the query is for an existing date archive. - */ - isDate?: Maybe; - /** - * Determines whether the query is for an existing day archive. - */ - isDay?: Maybe; - /** - * Determines whether the query is for the front page of the site. - */ - isFrontPage?: Maybe; - /** - * Determines whether the query is for the blog homepage. - */ - isHome?: Maybe; - /** - * Determines whether the query is for an existing month archive. - */ - isMonth?: Maybe; - /** - * Determines whether this site has more than one author. - */ - isMultiAuthor?: Maybe; - /** - * Determines whether the query is for an existing single page. - */ - isPage?: Maybe; - /** - * Determines whether currently in a page template. - */ - isPageTemplate?: Maybe; - /** - * Determines whether the query is for an existing post type archive page. - */ - isPostTypeArchive?: Maybe; - /** - * Determines whether the query is for a post or page preview. - */ - isPreview?: Maybe; - /** - * Determines whether the query is for the Privacy Policy page. - */ - isPrivacyPolicy?: Maybe; - /** - * Determines whether the query is for a search. - */ - isSearch?: Maybe; - /** - * Determines whether the query is for an existing single post. - */ - isSingle?: Maybe; - /** - * Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types). - */ - isSingular?: Maybe; - /** - * Determines whether a post is sticky. - */ - isSticky?: Maybe; - /** - * Determines whether the query is for an existing tag archive page. - */ - isTag?: Maybe; - /** - * Determines whether the query is for an existing custom taxonomy archive page. - */ - isTax?: Maybe; - /** - * Determines whether the query is for an existing year archive. - */ - isYear?: Maybe; -} - -/** - * A plural connection from one Node Type in the Graph to another Node Type, with support for relational data via "edges". - */ -export interface Connection { - __typename?: - | 'CategoryToAncestorsCategoryConnection' - | 'CategoryToCategoryConnection' - | 'CategoryToContentNodeConnection' - | 'CategoryToPostConnection' - | 'CommentToCommentConnection' - | 'ContentNodeToEnqueuedScriptConnection' - | 'ContentNodeToEnqueuedStylesheetConnection' - | 'ContentTypeToContentNodeConnection' - | 'ContentTypeToTaxonomyConnection' - | 'HierarchicalContentNodeToContentNodeAncestorsConnection' - | 'HierarchicalContentNodeToContentNodeChildrenConnection' - | 'MediaItemToCommentConnection' - | 'MenuItemToMenuItemConnection' - | 'MenuToMenuItemConnection' - | 'PageToCommentConnection' - | 'PageToRevisionConnection' - | 'PostFormatToContentNodeConnection' - | 'PostFormatToPostConnection' - | 'PostToCategoryConnection' - | 'PostToCommentConnection' - | 'PostToPostFormatConnection' - | 'PostToRevisionConnection' - | 'PostToTagConnection' - | 'PostToTermNodeConnection' - | 'RootQueryToCategoryConnection' - | 'RootQueryToCommentConnection' - | 'RootQueryToContentNodeConnection' - | 'RootQueryToContentTypeConnection' - | 'RootQueryToEnqueuedScriptConnection' - | 'RootQueryToEnqueuedStylesheetConnection' - | 'RootQueryToMediaItemConnection' - | 'RootQueryToMenuConnection' - | 'RootQueryToMenuItemConnection' - | 'RootQueryToPageConnection' - | 'RootQueryToPluginConnection' - | 'RootQueryToPostConnection' - | 'RootQueryToPostFormatConnection' - | 'RootQueryToRevisionsConnection' - | 'RootQueryToTagConnection' - | 'RootQueryToTaxonomyConnection' - | 'RootQueryToTermNodeConnection' - | 'RootQueryToThemeConnection' - | 'RootQueryToUserConnection' - | 'RootQueryToUserRoleConnection' - | 'TagToContentNodeConnection' - | 'TagToPostConnection' - | 'TaxonomyToContentTypeConnection' - | 'TaxonomyToTermNodeConnection' - | 'TermNodeToEnqueuedScriptConnection' - | 'TermNodeToEnqueuedStylesheetConnection' - | 'UserToCommentConnection' - | 'UserToEnqueuedScriptConnection' - | 'UserToEnqueuedStylesheetConnection' - | 'UserToMediaItemConnection' - | 'UserToPageConnection' - | 'UserToPostConnection' - | 'UserToRevisionsConnection' - | 'UserToUserRoleConnection'; - /** - * A list of edges (relational context) between connected nodes - */ - edges: Array; - /** - * A list of connected nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PageInfo; - $on: $Connection; -} - -/** - * Nodes used to manage content - */ -export interface ContentNode { - __typename?: 'MediaItem' | 'Page' | 'Post'; - conditionalTags?: Maybe; - /** - * Connection between the ContentNode type and the ContentType type - */ - contentType?: Maybe; - /** - * The name of the Content Type the node belongs to - */ - contentTypeName: ScalarsEnums['String']; - /** - * The ID of the node in the database. - */ - databaseId: ScalarsEnums['Int']; - /** - * Post publishing date. - */ - date?: Maybe; - /** - * The publishing date set in GMT. - */ - dateGmt?: Maybe; - /** - * The desired slug of the post - */ - desiredSlug?: Maybe; - /** - * If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds - */ - editingLockedBy?: Maybe; - /** - * The RSS enclosure for the object - */ - enclosure?: Maybe; - /** - * Connection between the ContentNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. - */ - guid?: Maybe; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is a node in the preview state - */ - isPreview?: Maybe; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The user that most recently edited the node - */ - lastEditedBy?: Maybe; - /** - * The permalink of the post - */ - link?: Maybe; - /** - * The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. - */ - modified?: Maybe; - /** - * The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. - */ - modifiedGmt?: Maybe; - /** - * The database id of the preview node - */ - previewRevisionDatabaseId?: Maybe; - /** - * Whether the object is a node in the preview state - */ - previewRevisionId?: Maybe; - /** - * The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. - */ - slug?: Maybe; - /** - * The current status of the object - */ - status?: Maybe; - /** - * The template assigned to a node of content - */ - template?: Maybe; - templates?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; - $on: $ContentNode; -} - -/** - * Connection to ContentNode Nodes - */ -export interface ContentNodeConnection { - __typename?: - | 'CategoryToContentNodeConnection' - | 'ContentTypeToContentNodeConnection' - | 'HierarchicalContentNodeToContentNodeAncestorsConnection' - | 'HierarchicalContentNodeToContentNodeChildrenConnection' - | 'PostFormatToContentNodeConnection' - | 'RootQueryToContentNodeConnection' - | 'RootQueryToRevisionsConnection' - | 'TagToContentNodeConnection' - | 'UserToRevisionsConnection'; - /** - * A list of edges (relational context) between ContentType and connected ContentNode Nodes - */ - edges: Array; - /** - * A list of connected ContentNode Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ContentNodeConnectionPageInfo; - $on: $ContentNodeConnection; -} - -/** - * Edge between a Node and a connected ContentNode - */ -export interface ContentNodeConnectionEdge { - __typename?: - | 'CategoryToContentNodeConnectionEdge' - | 'CommentToContentNodeConnectionEdge' - | 'ContentTypeToContentNodeConnectionEdge' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionEdge' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionEdge' - | 'HierarchicalContentNodeToParentContentNodeConnectionEdge' - | 'NodeWithRevisionsToContentNodeConnectionEdge' - | 'PostFormatToContentNodeConnectionEdge' - | 'RootQueryToContentNodeConnectionEdge' - | 'RootQueryToRevisionsConnectionEdge' - | 'TagToContentNodeConnectionEdge' - | 'UserToRevisionsConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected ContentNode Node - */ - node: ContentNode; - $on: $ContentNodeConnectionEdge; -} - -/** - * Page Info on the connected ContentNodeConnectionEdge - */ -export interface ContentNodeConnectionPageInfo { - __typename?: - | 'CategoryToContentNodeConnectionPageInfo' - | 'ContentTypeToContentNodeConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo' - | 'PostFormatToContentNodeConnectionPageInfo' - | 'RootQueryToContentNodeConnectionPageInfo' - | 'RootQueryToRevisionsConnectionPageInfo' - | 'TagToContentNodeConnectionPageInfo' - | 'UserToRevisionsConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $ContentNodeConnectionPageInfo; -} - -/** - * Connection between the ContentNode type and the ContentType type - */ -export interface ContentNodeToContentTypeConnectionEdge { - __typename?: 'ContentNodeToContentTypeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: ContentType; -} - -/** - * Connection between the ContentNode type and the User type - */ -export interface ContentNodeToEditLastConnectionEdge { - __typename?: 'ContentNodeToEditLastConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: User; -} - -/** - * Connection between the ContentNode type and the User type - */ -export interface ContentNodeToEditLockConnectionEdge { - __typename?: 'ContentNodeToEditLockConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The timestamp for when the node was last edited - */ - lockTimestamp?: Maybe; - /** - * The node of the connection, without the edges - */ - node: User; -} - -/** - * Connection between the ContentNode type and the EnqueuedScript type - */ -export interface ContentNodeToEnqueuedScriptConnection { - __typename?: 'ContentNodeToEnqueuedScriptConnection'; - /** - * Edges for the ContentNodeToEnqueuedScriptConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ContentNodeToEnqueuedScriptConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface ContentNodeToEnqueuedScriptConnectionEdge { - __typename?: 'ContentNodeToEnqueuedScriptConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedScript; -} - -/** - * Page Info on the "ContentNodeToEnqueuedScriptConnection" - */ -export interface ContentNodeToEnqueuedScriptConnectionPageInfo { - __typename?: 'ContentNodeToEnqueuedScriptConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the ContentNode type and the EnqueuedStylesheet type - */ -export interface ContentNodeToEnqueuedStylesheetConnection { - __typename?: 'ContentNodeToEnqueuedStylesheetConnection'; - /** - * Edges for the ContentNodeToEnqueuedStylesheetConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ContentNodeToEnqueuedStylesheetConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface ContentNodeToEnqueuedStylesheetConnectionEdge { - __typename?: 'ContentNodeToEnqueuedStylesheetConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedStylesheet; -} - -/** - * Page Info on the "ContentNodeToEnqueuedStylesheetConnection" - */ -export interface ContentNodeToEnqueuedStylesheetConnectionPageInfo { - __typename?: 'ContentNodeToEnqueuedStylesheetConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * The template assigned to a node of content - */ -export interface ContentTemplate { - __typename?: 'DefaultTemplate'; - /** - * The name of the template - */ - templateName?: Maybe; - $on: $ContentTemplate; -} - -/** - * An Post Type object - */ -export interface ContentType { - __typename?: 'ContentType'; - /** - * Whether this content type should can be exported. - */ - canExport?: Maybe; - conditionalTags?: Maybe; - /** - * Connection between the ContentType type and the Taxonomy type - */ - connectedTaxonomies: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the ContentType type and the ContentNode type - */ - contentNodes: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Whether content of this type should be deleted when the author of it is deleted from the system. - */ - deleteWithUser?: Maybe; - /** - * Description of the content type. - */ - description?: Maybe; - /** - * Whether to exclude nodes of this content type from front end search results. - */ - excludeFromSearch?: Maybe; - /** - * The plural name of the content type within the GraphQL Schema. - */ - graphqlPluralName?: Maybe; - /** - * The singular name of the content type within the GraphQL Schema. - */ - graphqlSingleName?: Maybe; - /** - * Whether this content type should have archives. Content archives are generated by type and by date. - */ - hasArchive?: Maybe; - /** - * Whether the content type is hierarchical, for example pages. - */ - hierarchical?: Maybe; - /** - * The globally unique identifier of the post-type object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether this page is set to the static front page. - */ - isFrontPage: ScalarsEnums['Boolean']; - /** - * Whether this page is set to the blog posts page. - */ - isPostsPage: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * Display name of the content type. - */ - label?: Maybe; - /** - * Details about the content type labels. - */ - labels?: Maybe; - /** - * The name of the icon file to display as a menu icon. - */ - menuIcon?: Maybe; - /** - * The position of this post type in the menu. Only applies if show_in_menu is true. - */ - menuPosition?: Maybe; - /** - * The internal name of the post type. This should not be used for display purposes. - */ - name?: Maybe; - /** - * Whether a content type is intended for use publicly either via the admin interface or by front-end users. While the default settings of exclude_from_search, publicly_queryable, show_ui, and show_in_nav_menus are inherited from public, each does not rely on this relationship and controls a very specific intention. - */ - public?: Maybe; - /** - * Whether queries can be performed on the front end for the content type as part of parse_request(). - */ - publiclyQueryable?: Maybe; - /** - * Name of content type to display in REST API "wp/v2" namespace. - */ - restBase?: Maybe; - /** - * The REST Controller class assigned to handling this content type. - */ - restControllerClass?: Maybe; - /** - * Makes this content type available via the admin bar. - */ - showInAdminBar?: Maybe; - /** - * Whether to add the content type to the GraphQL Schema. - */ - showInGraphql?: Maybe; - /** - * Where to show the content type in the admin menu. To work, $show_ui must be true. If true, the post type is shown in its own top level menu. If false, no menu is shown. If a string of an existing top level menu (eg. "tools.php" or "edit.php?post_type=page"), the post type will be placed as a sub-menu of that. - */ - showInMenu?: Maybe; - /** - * Makes this content type available for selection in navigation menus. - */ - showInNavMenus?: Maybe; - /** - * Whether the content type is associated with a route under the the REST API "wp/v2" namespace. - */ - showInRest?: Maybe; - /** - * Whether to generate and allow a UI for managing this content type in the admin. - */ - showUi?: Maybe; - templates?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to ContentType Nodes - */ -export interface ContentTypeConnection { - __typename?: - | 'RootQueryToContentTypeConnection' - | 'TaxonomyToContentTypeConnection'; - /** - * A list of edges (relational context) between RootQuery and connected ContentType Nodes - */ - edges: Array; - /** - * A list of connected ContentType Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ContentTypeConnectionPageInfo; - $on: $ContentTypeConnection; -} - -/** - * Edge between a Node and a connected ContentType - */ -export interface ContentTypeConnectionEdge { - __typename?: - | 'ContentNodeToContentTypeConnectionEdge' - | 'RootQueryToContentTypeConnectionEdge' - | 'TaxonomyToContentTypeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected ContentType Node - */ - node: ContentType; - $on: $ContentTypeConnectionEdge; -} - -/** - * Page Info on the connected ContentTypeConnectionEdge - */ -export interface ContentTypeConnectionPageInfo { - __typename?: - | 'RootQueryToContentTypeConnectionPageInfo' - | 'TaxonomyToContentTypeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $ContentTypeConnectionPageInfo; -} - -/** - * Connection between the ContentType type and the ContentNode type - */ -export interface ContentTypeToContentNodeConnection { - __typename?: 'ContentTypeToContentNodeConnection'; - /** - * Edges for the ContentTypeToContentNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ContentTypeToContentNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface ContentTypeToContentNodeConnectionEdge { - __typename?: 'ContentTypeToContentNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "ContentTypeToContentNodeConnection" - */ -export interface ContentTypeToContentNodeConnectionPageInfo { - __typename?: 'ContentTypeToContentNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the ContentType type and the Taxonomy type - */ -export interface ContentTypeToTaxonomyConnection { - __typename?: 'ContentTypeToTaxonomyConnection'; - /** - * Edges for the ContentTypeToTaxonomyConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ContentTypeToTaxonomyConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface ContentTypeToTaxonomyConnectionEdge { - __typename?: 'ContentTypeToTaxonomyConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Taxonomy; -} - -/** - * Page Info on the "ContentTypeToTaxonomyConnection" - */ -export interface ContentTypeToTaxonomyConnectionPageInfo { - __typename?: 'ContentTypeToTaxonomyConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * The payload for the createCategory mutation. - */ -export interface CreateCategoryPayload { - __typename?: 'CreateCategoryPayload'; - /** - * The created category - */ - category?: Maybe; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; -} - -/** - * The payload for the createComment mutation. - */ -export interface CreateCommentPayload { - __typename?: 'CreateCommentPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The comment that was created - */ - comment?: Maybe; - /** - * Whether the mutation succeeded. If the comment is not approved, the server will not return the comment to a non authenticated user, but a success message can be returned if the create succeeded, and the client can optimistically add the comment to the client cache - */ - success?: Maybe; -} - -/** - * The payload for the createMediaItem mutation. - */ -export interface CreateMediaItemPayload { - __typename?: 'CreateMediaItemPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The MediaItem object mutation type. - */ - mediaItem?: Maybe; -} - -/** - * The payload for the createPage mutation. - */ -export interface CreatePagePayload { - __typename?: 'CreatePagePayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The Post object mutation type. - */ - page?: Maybe; -} - -/** - * The payload for the createPostFormat mutation. - */ -export interface CreatePostFormatPayload { - __typename?: 'CreatePostFormatPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The created post_format - */ - postFormat?: Maybe; -} - -/** - * The payload for the createPost mutation. - */ -export interface CreatePostPayload { - __typename?: 'CreatePostPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The Post object mutation type. - */ - post?: Maybe; -} - -/** - * The payload for the createTag mutation. - */ -export interface CreateTagPayload { - __typename?: 'CreateTagPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The created post_tag - */ - tag?: Maybe; -} - -/** - * The payload for the createUser mutation. - */ -export interface CreateUserPayload { - __typename?: 'CreateUserPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The User object mutation type. - */ - user?: Maybe; -} - -/** - * Object that can be identified with a Database ID - */ -export interface DatabaseIdentifier { - __typename?: - | 'Category' - | 'Comment' - | 'CommentAuthor' - | 'MediaItem' - | 'Menu' - | 'MenuItem' - | 'Page' - | 'Post' - | 'PostFormat' - | 'Tag' - | 'User'; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - $on: $DatabaseIdentifier; -} - -/** - * The template assigned to the node - */ -export interface DefaultTemplate { - __typename?: 'DefaultTemplate'; - /** - * The name of the template - */ - templateName?: Maybe; -} - -/** - * The payload for the deleteCategory mutation. - */ -export interface DeleteCategoryPayload { - __typename?: 'DeleteCategoryPayload'; - /** - * The deleted term object - */ - category?: Maybe; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the deleted object - */ - deletedId?: Maybe; -} - -/** - * The payload for the deleteComment mutation. - */ -export interface DeleteCommentPayload { - __typename?: 'DeleteCommentPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The deleted comment object - */ - comment?: Maybe; - /** - * The deleted comment ID - */ - deletedId?: Maybe; -} - -/** - * The payload for the deleteMediaItem mutation. - */ -export interface DeleteMediaItemPayload { - __typename?: 'DeleteMediaItemPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the deleted mediaItem - */ - deletedId?: Maybe; - /** - * The mediaItem before it was deleted - */ - mediaItem?: Maybe; -} - -/** - * The payload for the deletePage mutation. - */ -export interface DeletePagePayload { - __typename?: 'DeletePagePayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the deleted object - */ - deletedId?: Maybe; - /** - * The object before it was deleted - */ - page?: Maybe; -} - -/** - * The payload for the deletePostFormat mutation. - */ -export interface DeletePostFormatPayload { - __typename?: 'DeletePostFormatPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the deleted object - */ - deletedId?: Maybe; - /** - * The deleted term object - */ - postFormat?: Maybe; -} - -/** - * The payload for the deletePost mutation. - */ -export interface DeletePostPayload { - __typename?: 'DeletePostPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the deleted object - */ - deletedId?: Maybe; - /** - * The object before it was deleted - */ - post?: Maybe; -} - -/** - * The payload for the deleteTag mutation. - */ -export interface DeleteTagPayload { - __typename?: 'DeleteTagPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the deleted object - */ - deletedId?: Maybe; - /** - * The deleted term object - */ - tag?: Maybe; -} - -/** - * The payload for the deleteUser mutation. - */ -export interface DeleteUserPayload { - __typename?: 'DeleteUserPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The ID of the user that you just deleted - */ - deletedId?: Maybe; - /** - * The deleted user object - */ - user?: Maybe; -} - -/** - * The discussion setting type - */ -export interface DiscussionSettings { - __typename?: 'DiscussionSettings'; - /** - * Allow people to submit comments on new posts. - */ - defaultCommentStatus?: Maybe; - /** - * Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. - */ - defaultPingStatus?: Maybe; -} - -/** - * Relational context between connected nodes - */ -export interface Edge { - __typename?: - | 'CategoryToAncestorsCategoryConnectionEdge' - | 'CategoryToCategoryConnectionEdge' - | 'CategoryToContentNodeConnectionEdge' - | 'CategoryToParentCategoryConnectionEdge' - | 'CategoryToPostConnectionEdge' - | 'CategoryToTaxonomyConnectionEdge' - | 'CommentToCommentConnectionEdge' - | 'CommentToCommenterConnectionEdge' - | 'CommentToContentNodeConnectionEdge' - | 'CommentToParentCommentConnectionEdge' - | 'ContentNodeToContentTypeConnectionEdge' - | 'ContentNodeToEditLastConnectionEdge' - | 'ContentNodeToEditLockConnectionEdge' - | 'ContentNodeToEnqueuedScriptConnectionEdge' - | 'ContentNodeToEnqueuedStylesheetConnectionEdge' - | 'ContentTypeToContentNodeConnectionEdge' - | 'ContentTypeToTaxonomyConnectionEdge' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionEdge' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionEdge' - | 'HierarchicalContentNodeToParentContentNodeConnectionEdge' - | 'MediaItemToCommentConnectionEdge' - | 'MenuItemToMenuConnectionEdge' - | 'MenuItemToMenuItemConnectionEdge' - | 'MenuItemToMenuItemLinkableConnectionEdge' - | 'MenuToMenuItemConnectionEdge' - | 'NodeWithAuthorToUserConnectionEdge' - | 'NodeWithFeaturedImageToMediaItemConnectionEdge' - | 'NodeWithRevisionsToContentNodeConnectionEdge' - | 'PageToCommentConnectionEdge' - | 'PageToPreviewConnectionEdge' - | 'PageToRevisionConnectionEdge' - | 'PostFormatToContentNodeConnectionEdge' - | 'PostFormatToPostConnectionEdge' - | 'PostFormatToTaxonomyConnectionEdge' - | 'PostToCategoryConnectionEdge' - | 'PostToCommentConnectionEdge' - | 'PostToPostFormatConnectionEdge' - | 'PostToPreviewConnectionEdge' - | 'PostToRevisionConnectionEdge' - | 'PostToTagConnectionEdge' - | 'PostToTermNodeConnectionEdge' - | 'RootQueryToCategoryConnectionEdge' - | 'RootQueryToCommentConnectionEdge' - | 'RootQueryToContentNodeConnectionEdge' - | 'RootQueryToContentTypeConnectionEdge' - | 'RootQueryToEnqueuedScriptConnectionEdge' - | 'RootQueryToEnqueuedStylesheetConnectionEdge' - | 'RootQueryToMediaItemConnectionEdge' - | 'RootQueryToMenuConnectionEdge' - | 'RootQueryToMenuItemConnectionEdge' - | 'RootQueryToPageConnectionEdge' - | 'RootQueryToPluginConnectionEdge' - | 'RootQueryToPostConnectionEdge' - | 'RootQueryToPostFormatConnectionEdge' - | 'RootQueryToRevisionsConnectionEdge' - | 'RootQueryToTagConnectionEdge' - | 'RootQueryToTaxonomyConnectionEdge' - | 'RootQueryToTermNodeConnectionEdge' - | 'RootQueryToThemeConnectionEdge' - | 'RootQueryToUserConnectionEdge' - | 'RootQueryToUserRoleConnectionEdge' - | 'TagToContentNodeConnectionEdge' - | 'TagToPostConnectionEdge' - | 'TagToTaxonomyConnectionEdge' - | 'TaxonomyToContentTypeConnectionEdge' - | 'TaxonomyToTermNodeConnectionEdge' - | 'TermNodeToEnqueuedScriptConnectionEdge' - | 'TermNodeToEnqueuedStylesheetConnectionEdge' - | 'UserToCommentConnectionEdge' - | 'UserToEnqueuedScriptConnectionEdge' - | 'UserToEnqueuedStylesheetConnectionEdge' - | 'UserToMediaItemConnectionEdge' - | 'UserToPageConnectionEdge' - | 'UserToPostConnectionEdge' - | 'UserToRevisionsConnectionEdge' - | 'UserToUserRoleConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected node - */ - node: Node; - $on: $Edge; -} - -/** - * Asset enqueued by the CMS - */ -export interface EnqueuedAsset { - __typename?: 'EnqueuedScript' | 'EnqueuedStylesheet'; - /** - * The inline code to be run after the asset is loaded. - */ - after?: Maybe>>; - /** - * Deprecated - * @deprecated Use `EnqueuedAsset.media` instead. - */ - args?: Maybe; - /** - * The inline code to be run before the asset is loaded. - */ - before?: Maybe>>; - /** - * The HTML conditional comment for the enqueued asset. E.g. IE 6, lte IE 7, etc - */ - conditional?: Maybe; - /** - * Dependencies needed to use this asset - */ - dependencies?: Maybe>>; - /** - * Extra information needed for the script - * @deprecated Use `EnqueuedScript.extraData` instead. - */ - extra?: Maybe; - /** - * The handle of the enqueued asset - */ - handle?: Maybe; - /** - * The ID of the enqueued asset - */ - id: ScalarsEnums['ID']; - /** - * The source of the asset - */ - src?: Maybe; - /** - * The version of the enqueued asset - */ - version?: Maybe; - $on: $EnqueuedAsset; -} - -/** - * Script enqueued by the CMS - */ -export interface EnqueuedScript { - __typename?: 'EnqueuedScript'; - /** - * The inline code to be run after the asset is loaded. - */ - after?: Maybe>>; - /** - * Deprecated - * @deprecated Use `EnqueuedAsset.media` instead. - */ - args?: Maybe; - /** - * The inline code to be run before the asset is loaded. - */ - before?: Maybe>>; - /** - * The HTML conditional comment for the enqueued asset. E.g. IE 6, lte IE 7, etc - */ - conditional?: Maybe; - /** - * Dependencies needed to use this asset - */ - dependencies?: Maybe>>; - /** - * Extra information needed for the script - * @deprecated Use `EnqueuedScript.extraData` instead. - */ - extra?: Maybe; - /** - * Extra data supplied to the enqueued script - */ - extraData?: Maybe; - /** - * The handle of the enqueued asset - */ - handle?: Maybe; - /** - * The global ID of the enqueued script - */ - id: ScalarsEnums['ID']; - /** - * The source of the asset - */ - src?: Maybe; - /** - * The loading strategy to use on the script tag - */ - strategy?: Maybe; - /** - * The version of the enqueued script - */ - version?: Maybe; -} - -/** - * Connection to EnqueuedScript Nodes - */ -export interface EnqueuedScriptConnection { - __typename?: - | 'ContentNodeToEnqueuedScriptConnection' - | 'RootQueryToEnqueuedScriptConnection' - | 'TermNodeToEnqueuedScriptConnection' - | 'UserToEnqueuedScriptConnection'; - /** - * A list of edges (relational context) between ContentNode and connected EnqueuedScript Nodes - */ - edges: Array; - /** - * A list of connected EnqueuedScript Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: EnqueuedScriptConnectionPageInfo; - $on: $EnqueuedScriptConnection; -} - -/** - * Edge between a Node and a connected EnqueuedScript - */ -export interface EnqueuedScriptConnectionEdge { - __typename?: - | 'ContentNodeToEnqueuedScriptConnectionEdge' - | 'RootQueryToEnqueuedScriptConnectionEdge' - | 'TermNodeToEnqueuedScriptConnectionEdge' - | 'UserToEnqueuedScriptConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected EnqueuedScript Node - */ - node: EnqueuedScript; - $on: $EnqueuedScriptConnectionEdge; -} - -/** - * Page Info on the connected EnqueuedScriptConnectionEdge - */ -export interface EnqueuedScriptConnectionPageInfo { - __typename?: - | 'ContentNodeToEnqueuedScriptConnectionPageInfo' - | 'RootQueryToEnqueuedScriptConnectionPageInfo' - | 'TermNodeToEnqueuedScriptConnectionPageInfo' - | 'UserToEnqueuedScriptConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $EnqueuedScriptConnectionPageInfo; -} - -/** - * Stylesheet enqueued by the CMS - */ -export interface EnqueuedStylesheet { - __typename?: 'EnqueuedStylesheet'; - /** - * The inline code to be run after the asset is loaded. - */ - after?: Maybe>>; - /** - * Deprecated - * @deprecated Use `EnqueuedAsset.media` instead. - */ - args?: Maybe; - /** - * The inline code to be run before the asset is loaded. - */ - before?: Maybe>>; - /** - * The HTML conditional comment for the enqueued asset. E.g. IE 6, lte IE 7, etc - */ - conditional?: Maybe; - /** - * Dependencies needed to use this asset - */ - dependencies?: Maybe>>; - /** - * Extra information needed for the script - * @deprecated Use `EnqueuedScript.extraData` instead. - */ - extra?: Maybe; - /** - * The handle of the enqueued asset - */ - handle?: Maybe; - /** - * The global ID of the enqueued stylesheet - */ - id: ScalarsEnums['ID']; - /** - * Whether the enqueued style is RTL or not - */ - isRtl?: Maybe; - /** - * The media attribute to use for the link - */ - media?: Maybe; - /** - * The absolute path to the enqueued style. Set when the stylesheet is meant to load inline. - */ - path?: Maybe; - /** - * The `rel` attribute to use for the link - */ - rel?: Maybe; - /** - * The source of the asset - */ - src?: Maybe; - /** - * Optional suffix, used in combination with RTL - */ - suffix?: Maybe; - /** - * The title of the enqueued style. Used for preferred/alternate stylesheets. - */ - title?: Maybe; - /** - * The version of the enqueued style - */ - version?: Maybe; -} - -/** - * Connection to EnqueuedStylesheet Nodes - */ -export interface EnqueuedStylesheetConnection { - __typename?: - | 'ContentNodeToEnqueuedStylesheetConnection' - | 'RootQueryToEnqueuedStylesheetConnection' - | 'TermNodeToEnqueuedStylesheetConnection' - | 'UserToEnqueuedStylesheetConnection'; - /** - * A list of edges (relational context) between ContentNode and connected EnqueuedStylesheet Nodes - */ - edges: Array; - /** - * A list of connected EnqueuedStylesheet Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: EnqueuedStylesheetConnectionPageInfo; - $on: $EnqueuedStylesheetConnection; -} - -/** - * Edge between a Node and a connected EnqueuedStylesheet - */ -export interface EnqueuedStylesheetConnectionEdge { - __typename?: - | 'ContentNodeToEnqueuedStylesheetConnectionEdge' - | 'RootQueryToEnqueuedStylesheetConnectionEdge' - | 'TermNodeToEnqueuedStylesheetConnectionEdge' - | 'UserToEnqueuedStylesheetConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected EnqueuedStylesheet Node - */ - node: EnqueuedStylesheet; - $on: $EnqueuedStylesheetConnectionEdge; -} - -/** - * Page Info on the connected EnqueuedStylesheetConnectionEdge - */ -export interface EnqueuedStylesheetConnectionPageInfo { - __typename?: - | 'ContentNodeToEnqueuedStylesheetConnectionPageInfo' - | 'RootQueryToEnqueuedStylesheetConnectionPageInfo' - | 'TermNodeToEnqueuedStylesheetConnectionPageInfo' - | 'UserToEnqueuedStylesheetConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $EnqueuedStylesheetConnectionPageInfo; -} - -/** - * The general setting type - */ -export interface GeneralSettings { - __typename?: 'GeneralSettings'; - /** - * A date format for all date strings. - */ - dateFormat?: Maybe; - /** - * Site tagline. - */ - description?: Maybe; - /** - * This address is used for admin purposes, like new user notification. - */ - email?: Maybe; - /** - * WordPress locale code. - */ - language?: Maybe; - /** - * A day number of the week that the week should start on. - */ - startOfWeek?: Maybe; - /** - * A time format for all time strings. - */ - timeFormat?: Maybe; - /** - * A city in the same timezone as you. - */ - timezone?: Maybe; - /** - * Site title. - */ - title?: Maybe; - /** - * Site URL. - */ - url?: Maybe; -} - -/** - * The payload for the generateAuthorizationCode mutation. - */ -export interface GenerateAuthorizationCodePayload { - __typename?: 'GenerateAuthorizationCodePayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * Authorization code used for requesting refresh/access tokens - */ - code?: Maybe; - /** - * Error encountered during user authentication, if any - */ - error?: Maybe; -} - -/** - * Content node with hierarchical (parent/child) relationships - */ -export interface HierarchicalContentNode { - __typename?: 'MediaItem' | 'Page'; - /** - * Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). - */ - ancestors: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Connection between the HierarchicalContentNode type and the ContentNode type - */ - children: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - conditionalTags?: Maybe; - /** - * Connection between the ContentNode type and the ContentType type - */ - contentType?: Maybe; - /** - * The name of the Content Type the node belongs to - */ - contentTypeName: ScalarsEnums['String']; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * Post publishing date. - */ - date?: Maybe; - /** - * The publishing date set in GMT. - */ - dateGmt?: Maybe; - /** - * The desired slug of the post - */ - desiredSlug?: Maybe; - /** - * If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds - */ - editingLockedBy?: Maybe; - /** - * The RSS enclosure for the object - */ - enclosure?: Maybe; - /** - * Connection between the ContentNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. - */ - guid?: Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is a node in the preview state - */ - isPreview?: Maybe; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The user that most recently edited the node - */ - lastEditedBy?: Maybe; - /** - * The permalink of the post - */ - link?: Maybe; - /** - * The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. - */ - modified?: Maybe; - /** - * The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. - */ - modifiedGmt?: Maybe; - /** - * The parent of the node. The parent object can be of various types - */ - parent?: Maybe; - /** - * Database id of the parent node - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent node. - */ - parentId?: Maybe; - /** - * The database id of the preview node - */ - previewRevisionDatabaseId?: Maybe; - /** - * Whether the object is a node in the preview state - */ - previewRevisionId?: Maybe; - /** - * The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. - */ - slug?: Maybe; - /** - * The current status of the object - */ - status?: Maybe; - /** - * The template assigned to a node of content - */ - template?: Maybe; - templates?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; - $on: $HierarchicalContentNode; -} - -/** - * Connection between the HierarchicalContentNode type and the ContentNode type - */ -export interface HierarchicalContentNodeToContentNodeAncestorsConnection { - __typename?: 'HierarchicalContentNodeToContentNodeAncestorsConnection'; - /** - * Edges for the HierarchicalContentNodeToContentNodeAncestorsConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface HierarchicalContentNodeToContentNodeAncestorsConnectionEdge { - __typename?: 'HierarchicalContentNodeToContentNodeAncestorsConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "HierarchicalContentNodeToContentNodeAncestorsConnection" - */ -export interface HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo { - __typename?: 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the HierarchicalContentNode type and the ContentNode type - */ -export interface HierarchicalContentNodeToContentNodeChildrenConnection { - __typename?: 'HierarchicalContentNodeToContentNodeChildrenConnection'; - /** - * Edges for the HierarchicalContentNodeToContentNodeChildrenConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface HierarchicalContentNodeToContentNodeChildrenConnectionEdge { - __typename?: 'HierarchicalContentNodeToContentNodeChildrenConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "HierarchicalContentNodeToContentNodeChildrenConnection" - */ -export interface HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo { - __typename?: 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the HierarchicalContentNode type and the ContentNode type - */ -export interface HierarchicalContentNodeToParentContentNodeConnectionEdge { - __typename?: 'HierarchicalContentNodeToParentContentNodeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: ContentNode; -} - -/** - * Node with hierarchical (parent/child) relationships - */ -export interface HierarchicalNode { - __typename?: 'Category' | 'MediaItem' | 'Page'; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * Database id of the parent node - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent node. - */ - parentId?: Maybe; - $on: $HierarchicalNode; -} - -/** - * Term node with hierarchical (parent/child) relationships - */ -export interface HierarchicalTermNode { - __typename?: 'Category'; - conditionalTags?: Maybe; - /** - * The number of objects connected to the object - */ - count?: Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The description of the object - */ - description?: Maybe; - /** - * Connection between the TermNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the TermNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The link to the term - */ - link?: Maybe; - /** - * The human friendly name of the object. - */ - name?: Maybe; - /** - * Database id of the parent node - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent node. - */ - parentId?: Maybe; - /** - * An alphanumeric identifier for the object unique to its type. - */ - slug?: Maybe; - /** - * The name of the taxonomy that the object is associated with - */ - taxonomyName?: Maybe; - templates?: Maybe>>; - /** - * The ID of the term group that this term object belongs to - */ - termGroupId?: Maybe; - /** - * The taxonomy ID that the object is associated with - */ - termTaxonomyId?: Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; - $on: $HierarchicalTermNode; -} - -/** - * File details for a Media Item - */ -export interface MediaDetails { - __typename?: 'MediaDetails'; - /** - * The filename of the mediaItem - */ - file?: Maybe; - /** - * The height of the mediaItem - */ - height?: Maybe; - /** - * Meta information associated with the mediaItem - */ - meta?: Maybe; - /** - * The available sizes of the mediaItem - */ - sizes: (args?: { - /** - * The sizes to exclude. Will take precedence over `include`. - */ - exclude?: Maybe>>; - /** - * The sizes to include. Can be overridden by `exclude`. - */ - include?: Maybe>>; - }) => Maybe>>; - /** - * The width of the mediaItem - */ - width?: Maybe; -} - -/** - * The mediaItem type - */ -export interface MediaItem { - __typename?: 'MediaItem'; - /** - * Alternative text to display when resource is not displayed - */ - altText?: Maybe; - /** - * Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). - */ - ancestors: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Connection between the NodeWithAuthor type and the User type - */ - author?: Maybe; - /** - * The database identifier of the author of the node - */ - authorDatabaseId?: Maybe; - /** - * The globally unique identifier of the author of the node - */ - authorId?: Maybe; - /** - * The caption for the resource - */ - caption: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * Connection between the HierarchicalContentNode type and the ContentNode type - */ - children: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility. - */ - commentCount?: Maybe; - /** - * Whether the comments are open or closed for this particular post. - */ - commentStatus?: Maybe; - /** - * Connection between the MediaItem type and the Comment type - */ - comments: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - conditionalTags?: Maybe; - /** - * Connection between the ContentNode type and the ContentType type - */ - contentType?: Maybe; - /** - * The name of the Content Type the node belongs to - */ - contentTypeName: ScalarsEnums['String']; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * Post publishing date. - */ - date?: Maybe; - /** - * The publishing date set in GMT. - */ - dateGmt?: Maybe; - /** - * Description of the image (stored as post_content) - */ - description: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * The desired slug of the post - */ - desiredSlug?: Maybe; - /** - * If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds - */ - editingLockedBy?: Maybe; - /** - * The RSS enclosure for the object - */ - enclosure?: Maybe; - /** - * Connection between the ContentNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The filesize in bytes of the resource - */ - fileSize: (args?: { - /** - * Size of the MediaItem to return - */ - size?: Maybe; - }) => Maybe; - /** - * The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. - */ - guid?: Maybe; - /** - * The globally unique identifier of the attachment object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is a node in the preview state - */ - isPreview?: Maybe; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The user that most recently edited the node - */ - lastEditedBy?: Maybe; - /** - * The permalink of the post - */ - link?: Maybe; - /** - * Details about the mediaItem - */ - mediaDetails?: Maybe; - /** - * The id field matches the WP_Post->ID field. - * @deprecated Deprecated in favor of the databaseId field - */ - mediaItemId: ScalarsEnums['Int']; - /** - * Url of the mediaItem - */ - mediaItemUrl?: Maybe; - /** - * Type of resource - */ - mediaType?: Maybe; - /** - * The mime type of the mediaItem - */ - mimeType?: Maybe; - /** - * The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. - */ - modified?: Maybe; - /** - * The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. - */ - modifiedGmt?: Maybe; - /** - * The parent of the node. The parent object can be of various types - */ - parent?: Maybe; - /** - * Database id of the parent node - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent node. - */ - parentId?: Maybe; - /** - * The database id of the preview node - */ - previewRevisionDatabaseId?: Maybe; - /** - * Whether the object is a node in the preview state - */ - previewRevisionId?: Maybe; - /** - * The sizes attribute value for an image. - */ - sizes: (args?: { - /** - * Size of the MediaItem to calculate sizes with - */ - size?: Maybe; - }) => Maybe; - /** - * The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. - */ - slug?: Maybe; - /** - * Url of the mediaItem - */ - sourceUrl: (args?: { - /** - * Size of the MediaItem to return - */ - size?: Maybe; - }) => Maybe; - /** - * The srcset attribute specifies the URL of the image to use in different situations. It is a comma separated string of urls and their widths. - */ - srcSet: (args?: { - /** - * Size of the MediaItem to calculate srcSet with - */ - size?: Maybe; - }) => Maybe; - /** - * The current status of the object - */ - status?: Maybe; - /** - * The template assigned to a node of content - */ - template?: Maybe; - templates?: Maybe>>; - /** - * The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. - */ - title: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to mediaItem Nodes - */ -export interface MediaItemConnection { - __typename?: 'RootQueryToMediaItemConnection' | 'UserToMediaItemConnection'; - /** - * A list of edges (relational context) between RootQuery and connected mediaItem Nodes - */ - edges: Array; - /** - * A list of connected mediaItem Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: MediaItemConnectionPageInfo; - $on: $MediaItemConnection; -} - -/** - * Edge between a Node and a connected mediaItem - */ -export interface MediaItemConnectionEdge { - __typename?: - | 'NodeWithFeaturedImageToMediaItemConnectionEdge' - | 'RootQueryToMediaItemConnectionEdge' - | 'UserToMediaItemConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected mediaItem Node - */ - node: MediaItem; - $on: $MediaItemConnectionEdge; -} - -/** - * Page Info on the connected MediaItemConnectionEdge - */ -export interface MediaItemConnectionPageInfo { - __typename?: - | 'RootQueryToMediaItemConnectionPageInfo' - | 'UserToMediaItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $MediaItemConnectionPageInfo; -} - -/** - * Meta connected to a MediaItem - */ -export interface MediaItemMeta { - __typename?: 'MediaItemMeta'; - /** - * Aperture measurement of the media item. - */ - aperture?: Maybe; - /** - * Information about the camera used to create the media item. - */ - camera?: Maybe; - /** - * The text string description associated with the media item. - */ - caption?: Maybe; - /** - * Copyright information associated with the media item. - */ - copyright?: Maybe; - /** - * The date/time when the media was created. - */ - createdTimestamp?: Maybe; - /** - * The original creator of the media item. - */ - credit?: Maybe; - /** - * The focal length value of the media item. - */ - focalLength?: Maybe; - /** - * The ISO (International Organization for Standardization) value of the media item. - */ - iso?: Maybe; - /** - * List of keywords used to describe or identfy the media item. - */ - keywords?: Maybe>>; - /** - * The vertical or horizontal aspect of the media item. - */ - orientation?: Maybe; - /** - * The shutter speed information of the media item. - */ - shutterSpeed?: Maybe; - /** - * A useful title for the media item. - */ - title?: Maybe; -} - -/** - * Connection between the MediaItem type and the Comment type - */ -export interface MediaItemToCommentConnection { - __typename?: 'MediaItemToCommentConnection'; - /** - * Edges for the MediaItemToCommentConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: MediaItemToCommentConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface MediaItemToCommentConnectionEdge { - __typename?: 'MediaItemToCommentConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Comment; -} - -/** - * Page Info on the "MediaItemToCommentConnection" - */ -export interface MediaItemToCommentConnectionPageInfo { - __typename?: 'MediaItemToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Details of an available size for a media item - */ -export interface MediaSize { - __typename?: 'MediaSize'; - /** - * The filename of the referenced size - */ - file?: Maybe; - /** - * The filesize of the resource - */ - fileSize?: Maybe; - /** - * The height of the referenced size - */ - height?: Maybe; - /** - * The mime type of the referenced size - */ - mimeType?: Maybe; - /** - * The referenced size name - */ - name?: Maybe; - /** - * The url of the referenced size - */ - sourceUrl?: Maybe; - /** - * The width of the referenced size - */ - width?: Maybe; -} - -/** - * Menus are the containers for navigation items. Menus can be assigned to menu locations, which are typically registered by the active theme. - */ -export interface Menu { - __typename?: 'Menu'; - /** - * The number of items in the menu - */ - count?: Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The globally unique identifier of the nav menu object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * The locations a menu is assigned to - */ - locations?: Maybe>>; - /** - * WP ID of the nav menu. - * @deprecated Deprecated in favor of the databaseId field - */ - menuId?: Maybe; - /** - * Connection between the Menu type and the MenuItem type - */ - menuItems: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Display name of the menu. Equivalent to WP_Term->name. - */ - name?: Maybe; - /** - * The url friendly name of the menu. Equivalent to WP_Term->slug - */ - slug?: Maybe; -} - -/** - * Connection to Menu Nodes - */ -export interface MenuConnection { - __typename?: 'RootQueryToMenuConnection'; - /** - * A list of edges (relational context) between RootQuery and connected Menu Nodes - */ - edges: Array; - /** - * A list of connected Menu Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: MenuConnectionPageInfo; - $on: $MenuConnection; -} - -/** - * Edge between a Node and a connected Menu - */ -export interface MenuConnectionEdge { - __typename?: 'MenuItemToMenuConnectionEdge' | 'RootQueryToMenuConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected Menu Node - */ - node: Menu; - $on: $MenuConnectionEdge; -} - -/** - * Page Info on the connected MenuConnectionEdge - */ -export interface MenuConnectionPageInfo { - __typename?: 'RootQueryToMenuConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $MenuConnectionPageInfo; -} - -/** - * Navigation menu items are the individual items assigned to a menu. These are rendered as the links in a navigation menu. - */ -export interface MenuItem { - __typename?: 'MenuItem'; - /** - * Connection between the MenuItem type and the MenuItem type - */ - childItems: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Connection from MenuItem to it's connected node - */ - connectedNode?: Maybe; - /** - * The object connected to this menu item. - * @deprecated Deprecated in favor of the connectedNode field - */ - connectedObject?: Maybe; - /** - * Class attribute for the menu item link - */ - cssClasses?: Maybe>>; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * Description of the menu item. - */ - description?: Maybe; - /** - * The globally unique identifier of the nav menu item object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Label or title of the menu item. - */ - label?: Maybe; - /** - * Link relationship (XFN) of the menu item. - */ - linkRelationship?: Maybe; - /** - * The locations the menu item's Menu is assigned to - */ - locations?: Maybe>>; - /** - * The Menu a MenuItem is part of - */ - menu?: Maybe; - /** - * WP ID of the menu item. - * @deprecated Deprecated in favor of the databaseId field - */ - menuItemId?: Maybe; - /** - * Menu item order - */ - order?: Maybe; - /** - * The database id of the parent menu item or null if it is the root - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent nav menu item object. - */ - parentId?: Maybe; - /** - * Path for the resource. Relative path for internal resources. Absolute path for external resources. - */ - path?: Maybe; - /** - * Target attribute for the menu item link. - */ - target?: Maybe; - /** - * Title attribute for the menu item link - */ - title?: Maybe; - /** - * The uri of the resource the menu item links to - */ - uri?: Maybe; - /** - * URL or destination of the menu item. - */ - url?: Maybe; -} - -/** - * Connection to MenuItem Nodes - */ -export interface MenuItemConnection { - __typename?: - | 'MenuItemToMenuItemConnection' - | 'MenuToMenuItemConnection' - | 'RootQueryToMenuItemConnection'; - /** - * A list of edges (relational context) between RootQuery and connected MenuItem Nodes - */ - edges: Array; - /** - * A list of connected MenuItem Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: MenuItemConnectionPageInfo; - $on: $MenuItemConnection; -} - -/** - * Edge between a Node and a connected MenuItem - */ -export interface MenuItemConnectionEdge { - __typename?: - | 'MenuItemToMenuItemConnectionEdge' - | 'MenuToMenuItemConnectionEdge' - | 'RootQueryToMenuItemConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected MenuItem Node - */ - node: MenuItem; - $on: $MenuItemConnectionEdge; -} - -/** - * Page Info on the connected MenuItemConnectionEdge - */ -export interface MenuItemConnectionPageInfo { - __typename?: - | 'MenuItemToMenuItemConnectionPageInfo' - | 'MenuToMenuItemConnectionPageInfo' - | 'RootQueryToMenuItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $MenuItemConnectionPageInfo; -} - -/** - * Nodes that can be linked to as Menu Items - */ -export interface MenuItemLinkable { - __typename?: 'Category' | 'Page' | 'Post' | 'PostFormat' | 'Tag'; - conditionalTags?: Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - templates?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; - $on: $MenuItemLinkable; -} - -/** - * Edge between a Node and a connected MenuItemLinkable - */ -export interface MenuItemLinkableConnectionEdge { - __typename?: 'MenuItemToMenuItemLinkableConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected MenuItemLinkable Node - */ - node: MenuItemLinkable; - $on: $MenuItemLinkableConnectionEdge; -} - -/** - * Deprecated in favor of MenuItemLinkeable Interface - */ -export interface MenuItemObjectUnion { - __typename?: 'Category' | 'Page' | 'Post' | 'PostFormat' | 'Tag'; - $on: $MenuItemObjectUnion; -} - -/** - * Connection between the MenuItem type and the Menu type - */ -export interface MenuItemToMenuConnectionEdge { - __typename?: 'MenuItemToMenuConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Menu; -} - -/** - * Connection between the MenuItem type and the MenuItem type - */ -export interface MenuItemToMenuItemConnection { - __typename?: 'MenuItemToMenuItemConnection'; - /** - * Edges for the MenuItemToMenuItemConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: MenuItemToMenuItemConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface MenuItemToMenuItemConnectionEdge { - __typename?: 'MenuItemToMenuItemConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: MenuItem; -} - -/** - * Page Info on the "MenuItemToMenuItemConnection" - */ -export interface MenuItemToMenuItemConnectionPageInfo { - __typename?: 'MenuItemToMenuItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the MenuItem type and the MenuItemLinkable type - */ -export interface MenuItemToMenuItemLinkableConnectionEdge { - __typename?: 'MenuItemToMenuItemLinkableConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: MenuItemLinkable; -} - -/** - * Connection between the Menu type and the MenuItem type - */ -export interface MenuToMenuItemConnection { - __typename?: 'MenuToMenuItemConnection'; - /** - * Edges for the MenuToMenuItemConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: MenuToMenuItemConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface MenuToMenuItemConnectionEdge { - __typename?: 'MenuToMenuItemConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: MenuItem; -} - -/** - * Page Info on the "MenuToMenuItemConnection" - */ -export interface MenuToMenuItemConnectionPageInfo { - __typename?: 'MenuToMenuItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * An object with an ID - */ -export interface Node { - __typename?: - | 'Category' - | 'Comment' - | 'CommentAuthor' - | 'ContentType' - | 'EnqueuedScript' - | 'EnqueuedStylesheet' - | 'MediaItem' - | 'Menu' - | 'MenuItem' - | 'Page' - | 'Plugin' - | 'Post' - | 'PostFormat' - | 'Tag' - | 'Taxonomy' - | 'Theme' - | 'User' - | 'UserRole'; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - $on: $Node; -} - -/** - * A node that can have an author assigned to it - */ -export interface NodeWithAuthor { - __typename?: 'MediaItem' | 'Page' | 'Post'; - /** - * Connection between the NodeWithAuthor type and the User type - */ - author?: Maybe; - /** - * The database identifier of the author of the node - */ - authorDatabaseId?: Maybe; - /** - * The globally unique identifier of the author of the node - */ - authorId?: Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - $on: $NodeWithAuthor; -} - -/** - * Connection between the NodeWithAuthor type and the User type - */ -export interface NodeWithAuthorToUserConnectionEdge { - __typename?: 'NodeWithAuthorToUserConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: User; -} - -/** - * A node that can have comments associated with it - */ -export interface NodeWithComments { - __typename?: 'MediaItem' | 'Page' | 'Post'; - /** - * The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility. - */ - commentCount?: Maybe; - /** - * Whether the comments are open or closed for this particular post. - */ - commentStatus?: Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - $on: $NodeWithComments; -} - -/** - * A node that supports the content editor - */ -export interface NodeWithContentEditor { - __typename?: 'Page' | 'Post'; - /** - * The content of the post. - */ - content: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - $on: $NodeWithContentEditor; -} - -/** - * A node that can have an excerpt - */ -export interface NodeWithExcerpt { - __typename?: 'Post'; - /** - * The excerpt of the post. - */ - excerpt: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - $on: $NodeWithExcerpt; -} - -/** - * A node that can have a featured image set - */ -export interface NodeWithFeaturedImage { - __typename?: 'Page' | 'Post'; - /** - * Connection between the NodeWithFeaturedImage type and the MediaItem type - */ - featuredImage?: Maybe; - /** - * The database identifier for the featured image node assigned to the content node - */ - featuredImageDatabaseId?: Maybe; - /** - * Globally unique ID of the featured image assigned to the node - */ - featuredImageId?: Maybe; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - $on: $NodeWithFeaturedImage; -} - -/** - * Connection between the NodeWithFeaturedImage type and the MediaItem type - */ -export interface NodeWithFeaturedImageToMediaItemConnectionEdge { - __typename?: 'NodeWithFeaturedImageToMediaItemConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: MediaItem; -} - -/** - * A node that can have page attributes - */ -export interface NodeWithPageAttributes { - __typename?: 'Page'; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. - */ - menuOrder?: Maybe; - $on: $NodeWithPageAttributes; -} - -/** - * A node that can have revisions - */ -export interface NodeWithRevisions { - __typename?: 'Page' | 'Post'; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * True if the node is a revision of another node - */ - isRevision?: Maybe; - /** - * If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. - */ - revisionOf?: Maybe; - $on: $NodeWithRevisions; -} - -/** - * Connection between the NodeWithRevisions type and the ContentNode type - */ -export interface NodeWithRevisionsToContentNodeConnectionEdge { - __typename?: 'NodeWithRevisionsToContentNodeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: ContentNode; -} - -/** - * A node that can have a template associated with it - */ -export interface NodeWithTemplate { - __typename?: 'MediaItem' | 'Page' | 'Post'; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * The template assigned to the node - */ - template?: Maybe; - $on: $NodeWithTemplate; -} - -/** - * A node that NodeWith a title - */ -export interface NodeWithTitle { - __typename?: 'MediaItem' | 'Page' | 'Post'; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. - */ - title: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - $on: $NodeWithTitle; -} - -/** - * A node that can have trackbacks and pingbacks - */ -export interface NodeWithTrackbacks { - __typename?: 'Post'; - /** - * The globally unique ID for the object - */ - id: ScalarsEnums['ID']; - /** - * Whether the pings are open or closed for this particular post. - */ - pingStatus?: Maybe; - /** - * URLs that have been pinged. - */ - pinged?: Maybe>>; - /** - * URLs queued to be pinged. - */ - toPing?: Maybe>>; - $on: $NodeWithTrackbacks; -} - -/** - * A singular connection from one Node to another, with support for relational data on the "edge" of the connection. - */ -export interface OneToOneConnection { - __typename?: - | 'CategoryToParentCategoryConnectionEdge' - | 'CategoryToTaxonomyConnectionEdge' - | 'CommentToCommenterConnectionEdge' - | 'CommentToContentNodeConnectionEdge' - | 'CommentToParentCommentConnectionEdge' - | 'ContentNodeToContentTypeConnectionEdge' - | 'ContentNodeToEditLastConnectionEdge' - | 'ContentNodeToEditLockConnectionEdge' - | 'HierarchicalContentNodeToParentContentNodeConnectionEdge' - | 'MenuItemToMenuConnectionEdge' - | 'MenuItemToMenuItemLinkableConnectionEdge' - | 'NodeWithAuthorToUserConnectionEdge' - | 'NodeWithFeaturedImageToMediaItemConnectionEdge' - | 'NodeWithRevisionsToContentNodeConnectionEdge' - | 'PageToPreviewConnectionEdge' - | 'PostFormatToTaxonomyConnectionEdge' - | 'PostToPreviewConnectionEdge' - | 'TagToTaxonomyConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected node - */ - node: Node; - $on: $OneToOneConnection; -} - -/** - * The page type - */ -export interface Page { - __typename?: 'Page'; - /** - * Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). - */ - ancestors: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Connection between the NodeWithAuthor type and the User type - */ - author?: Maybe; - /** - * The database identifier of the author of the node - */ - authorDatabaseId?: Maybe; - /** - * The globally unique identifier of the author of the node - */ - authorId?: Maybe; - /** - * Connection between the HierarchicalContentNode type and the ContentNode type - */ - children: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility. - */ - commentCount?: Maybe; - /** - * Whether the comments are open or closed for this particular post. - */ - commentStatus?: Maybe; - /** - * Connection between the Page type and the Comment type - */ - comments: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - conditionalTags?: Maybe; - /** - * The content of the post. - */ - content: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the ContentType type - */ - contentType?: Maybe; - /** - * The name of the Content Type the node belongs to - */ - contentTypeName: ScalarsEnums['String']; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * Post publishing date. - */ - date?: Maybe; - /** - * The publishing date set in GMT. - */ - dateGmt?: Maybe; - /** - * The desired slug of the post - */ - desiredSlug?: Maybe; - /** - * If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds - */ - editingLockedBy?: Maybe; - /** - * The RSS enclosure for the object - */ - enclosure?: Maybe; - /** - * Connection between the ContentNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the NodeWithFeaturedImage type and the MediaItem type - */ - featuredImage?: Maybe; - /** - * The database identifier for the featured image node assigned to the content node - */ - featuredImageDatabaseId?: Maybe; - /** - * Globally unique ID of the featured image assigned to the node - */ - featuredImageId?: Maybe; - /** - * The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. - */ - guid?: Maybe; - /** - * The globally unique identifier of the page object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether this page is set to the static front page. - */ - isFrontPage: ScalarsEnums['Boolean']; - /** - * Whether this page is set to the blog posts page. - */ - isPostsPage: ScalarsEnums['Boolean']; - /** - * Whether the object is a node in the preview state - */ - isPreview?: Maybe; - /** - * Whether this page is set to the privacy page. - */ - isPrivacyPage: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * True if the node is a revision of another node - */ - isRevision?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The user that most recently edited the node - */ - lastEditedBy?: Maybe; - /** - * The permalink of the post - */ - link?: Maybe; - /** - * A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types. - */ - menuOrder?: Maybe; - /** - * The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. - */ - modified?: Maybe; - /** - * The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. - */ - modifiedGmt?: Maybe; - /** - * The id field matches the WP_Post->ID field. - * @deprecated Deprecated in favor of the databaseId field - */ - pageId: ScalarsEnums['Int']; - /** - * The parent of the node. The parent object can be of various types - */ - parent?: Maybe; - /** - * Database id of the parent node - */ - parentDatabaseId?: Maybe; - /** - * The globally unique identifier of the parent node. - */ - parentId?: Maybe; - /** - * Connection between the Page type and the page type - */ - preview?: Maybe; - /** - * The database id of the preview node - */ - previewRevisionDatabaseId?: Maybe; - /** - * Whether the object is a node in the preview state - */ - previewRevisionId?: Maybe; - /** - * If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. - */ - revisionOf?: Maybe; - /** - * Connection between the Page type and the page type - */ - revisions: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. - */ - slug?: Maybe; - /** - * The current status of the object - */ - status?: Maybe; - /** - * The template assigned to a node of content - */ - template?: Maybe; - templates?: Maybe>>; - /** - * The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. - */ - title: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to page Nodes - */ -export interface PageConnection { - __typename?: - | 'PageToRevisionConnection' - | 'RootQueryToPageConnection' - | 'UserToPageConnection'; - /** - * A list of edges (relational context) between RootQuery and connected page Nodes - */ - edges: Array; - /** - * A list of connected page Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PageConnectionPageInfo; - $on: $PageConnection; -} - -/** - * Edge between a Node and a connected page - */ -export interface PageConnectionEdge { - __typename?: - | 'PageToPreviewConnectionEdge' - | 'PageToRevisionConnectionEdge' - | 'RootQueryToPageConnectionEdge' - | 'UserToPageConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected page Node - */ - node: Page; - $on: $PageConnectionEdge; -} - -/** - * Page Info on the connected PageConnectionEdge - */ -export interface PageConnectionPageInfo { - __typename?: - | 'PageToRevisionConnectionPageInfo' - | 'RootQueryToPageConnectionPageInfo' - | 'UserToPageConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $PageConnectionPageInfo; -} - -/** - * Information about pagination in a connection. - */ -export interface PageInfo { - __typename?: - | 'CategoryToAncestorsCategoryConnectionPageInfo' - | 'CategoryToCategoryConnectionPageInfo' - | 'CategoryToContentNodeConnectionPageInfo' - | 'CategoryToPostConnectionPageInfo' - | 'CommentToCommentConnectionPageInfo' - | 'ContentNodeToEnqueuedScriptConnectionPageInfo' - | 'ContentNodeToEnqueuedStylesheetConnectionPageInfo' - | 'ContentTypeToContentNodeConnectionPageInfo' - | 'ContentTypeToTaxonomyConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo' - | 'MediaItemToCommentConnectionPageInfo' - | 'MenuItemToMenuItemConnectionPageInfo' - | 'MenuToMenuItemConnectionPageInfo' - | 'PageToCommentConnectionPageInfo' - | 'PageToRevisionConnectionPageInfo' - | 'PostFormatToContentNodeConnectionPageInfo' - | 'PostFormatToPostConnectionPageInfo' - | 'PostToCategoryConnectionPageInfo' - | 'PostToCommentConnectionPageInfo' - | 'PostToPostFormatConnectionPageInfo' - | 'PostToRevisionConnectionPageInfo' - | 'PostToTagConnectionPageInfo' - | 'PostToTermNodeConnectionPageInfo' - | 'RootQueryToCategoryConnectionPageInfo' - | 'RootQueryToCommentConnectionPageInfo' - | 'RootQueryToContentNodeConnectionPageInfo' - | 'RootQueryToContentTypeConnectionPageInfo' - | 'RootQueryToEnqueuedScriptConnectionPageInfo' - | 'RootQueryToEnqueuedStylesheetConnectionPageInfo' - | 'RootQueryToMediaItemConnectionPageInfo' - | 'RootQueryToMenuConnectionPageInfo' - | 'RootQueryToMenuItemConnectionPageInfo' - | 'RootQueryToPageConnectionPageInfo' - | 'RootQueryToPluginConnectionPageInfo' - | 'RootQueryToPostConnectionPageInfo' - | 'RootQueryToPostFormatConnectionPageInfo' - | 'RootQueryToRevisionsConnectionPageInfo' - | 'RootQueryToTagConnectionPageInfo' - | 'RootQueryToTaxonomyConnectionPageInfo' - | 'RootQueryToTermNodeConnectionPageInfo' - | 'RootQueryToThemeConnectionPageInfo' - | 'RootQueryToUserConnectionPageInfo' - | 'RootQueryToUserRoleConnectionPageInfo' - | 'TagToContentNodeConnectionPageInfo' - | 'TagToPostConnectionPageInfo' - | 'TaxonomyToContentTypeConnectionPageInfo' - | 'TaxonomyToTermNodeConnectionPageInfo' - | 'TermNodeToEnqueuedScriptConnectionPageInfo' - | 'TermNodeToEnqueuedStylesheetConnectionPageInfo' - | 'UserToCommentConnectionPageInfo' - | 'UserToEnqueuedScriptConnectionPageInfo' - | 'UserToEnqueuedStylesheetConnectionPageInfo' - | 'UserToMediaItemConnectionPageInfo' - | 'UserToPageConnectionPageInfo' - | 'UserToPostConnectionPageInfo' - | 'UserToRevisionsConnectionPageInfo' - | 'UserToUserRoleConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $PageInfo; -} - -/** - * Connection between the Page type and the Comment type - */ -export interface PageToCommentConnection { - __typename?: 'PageToCommentConnection'; - /** - * Edges for the PageToCommentConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PageToCommentConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PageToCommentConnectionEdge { - __typename?: 'PageToCommentConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Comment; -} - -/** - * Page Info on the "PageToCommentConnection" - */ -export interface PageToCommentConnectionPageInfo { - __typename?: 'PageToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Page type and the page type - */ -export interface PageToPreviewConnectionEdge { - __typename?: 'PageToPreviewConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Page; -} - -/** - * Connection between the Page type and the page type - */ -export interface PageToRevisionConnection { - __typename?: 'PageToRevisionConnection'; - /** - * Edges for the PageToRevisionConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PageToRevisionConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PageToRevisionConnectionEdge { - __typename?: 'PageToRevisionConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Page; -} - -/** - * Page Info on the "PageToRevisionConnection" - */ -export interface PageToRevisionConnectionPageInfo { - __typename?: 'PageToRevisionConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * An plugin object - */ -export interface Plugin { - __typename?: 'Plugin'; - /** - * Name of the plugin author(s), may also be a company name. - */ - author?: Maybe; - /** - * URI for the related author(s)/company website. - */ - authorUri?: Maybe; - /** - * Description of the plugin. - */ - description?: Maybe; - /** - * The globally unique identifier of the plugin object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Display name of the plugin. - */ - name?: Maybe; - /** - * Plugin path. - */ - path?: Maybe; - /** - * URI for the plugin website. This is useful for directing users for support requests etc. - */ - pluginUri?: Maybe; - /** - * Current version of the plugin. - */ - version?: Maybe; -} - -/** - * Connection to Plugin Nodes - */ -export interface PluginConnection { - __typename?: 'RootQueryToPluginConnection'; - /** - * A list of edges (relational context) between RootQuery and connected Plugin Nodes - */ - edges: Array; - /** - * A list of connected Plugin Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PluginConnectionPageInfo; - $on: $PluginConnection; -} - -/** - * Edge between a Node and a connected Plugin - */ -export interface PluginConnectionEdge { - __typename?: 'RootQueryToPluginConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected Plugin Node - */ - node: Plugin; - $on: $PluginConnectionEdge; -} - -/** - * Page Info on the connected PluginConnectionEdge - */ -export interface PluginConnectionPageInfo { - __typename?: 'RootQueryToPluginConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $PluginConnectionPageInfo; -} - -/** - * The post type - */ -export interface Post { - __typename?: 'Post'; - /** - * Connection between the NodeWithAuthor type and the User type - */ - author?: Maybe; - /** - * The database identifier of the author of the node - */ - authorDatabaseId?: Maybe; - /** - * The globally unique identifier of the author of the node - */ - authorId?: Maybe; - /** - * Connection between the Post type and the category type - */ - categories: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The number of comments. Even though WPGraphQL denotes this field as an integer, in WordPress this field should be saved as a numeric string for compatibility. - */ - commentCount?: Maybe; - /** - * Whether the comments are open or closed for this particular post. - */ - commentStatus?: Maybe; - /** - * Connection between the Post type and the Comment type - */ - comments: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - conditionalTags?: Maybe; - /** - * The content of the post. - */ - content: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the ContentType type - */ - contentType?: Maybe; - /** - * The name of the Content Type the node belongs to - */ - contentTypeName: ScalarsEnums['String']; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * Post publishing date. - */ - date?: Maybe; - /** - * The publishing date set in GMT. - */ - dateGmt?: Maybe; - /** - * The desired slug of the post - */ - desiredSlug?: Maybe; - /** - * If a user has edited the node within the past 15 seconds, this will return the user that last edited. Null if the edit lock doesn't exist or is greater than 15 seconds - */ - editingLockedBy?: Maybe; - /** - * The RSS enclosure for the object - */ - enclosure?: Maybe; - /** - * Connection between the ContentNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the ContentNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The excerpt of the post. - */ - excerpt: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * Connection between the NodeWithFeaturedImage type and the MediaItem type - */ - featuredImage?: Maybe; - /** - * The database identifier for the featured image node assigned to the content node - */ - featuredImageDatabaseId?: Maybe; - /** - * Globally unique ID of the featured image assigned to the node - */ - featuredImageId?: Maybe; - /** - * The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. - */ - guid?: Maybe; - /** - * The globally unique identifier of the post object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is a node in the preview state - */ - isPreview?: Maybe; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * True if the node is a revision of another node - */ - isRevision?: Maybe; - /** - * Whether this page is sticky - */ - isSticky: ScalarsEnums['Boolean']; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The user that most recently edited the node - */ - lastEditedBy?: Maybe; - /** - * The permalink of the post - */ - link?: Maybe; - /** - * The local modified time for a post. If a post was recently updated the modified field will change to match the corresponding time. - */ - modified?: Maybe; - /** - * The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT. - */ - modifiedGmt?: Maybe; - /** - * Whether the pings are open or closed for this particular post. - */ - pingStatus?: Maybe; - /** - * URLs that have been pinged. - */ - pinged?: Maybe>>; - /** - * Connection between the Post type and the postFormat type - */ - postFormats: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The id field matches the WP_Post->ID field. - * @deprecated Deprecated in favor of the databaseId field - */ - postId: ScalarsEnums['Int']; - /** - * Connection between the Post type and the post type - */ - preview?: Maybe; - /** - * The database id of the preview node - */ - previewRevisionDatabaseId?: Maybe; - /** - * Whether the object is a node in the preview state - */ - previewRevisionId?: Maybe; - /** - * If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. - */ - revisionOf?: Maybe; - /** - * Connection between the Post type and the post type - */ - revisions: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table. - */ - slug?: Maybe; - /** - * The current status of the object - */ - status?: Maybe; - /** - * Connection between the Post type and the tag type - */ - tags: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The template assigned to the node - */ - template?: Maybe; - templates?: Maybe>>; - /** - * Connection between the Post type and the TermNode type - */ - terms: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The title of the post. This is currently just the raw title. An amendment to support rendered title needs to be made. - */ - title: (args?: { - /** - * Format of the field output - */ - format?: Maybe; - }) => Maybe; - /** - * URLs queued to be pinged. - */ - toPing?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to post Nodes - */ -export interface PostConnection { - __typename?: - | 'CategoryToPostConnection' - | 'PostFormatToPostConnection' - | 'PostToRevisionConnection' - | 'RootQueryToPostConnection' - | 'TagToPostConnection' - | 'UserToPostConnection'; - /** - * A list of edges (relational context) between RootQuery and connected post Nodes - */ - edges: Array; - /** - * A list of connected post Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostConnectionPageInfo; - $on: $PostConnection; -} - -/** - * Edge between a Node and a connected post - */ -export interface PostConnectionEdge { - __typename?: - | 'CategoryToPostConnectionEdge' - | 'PostFormatToPostConnectionEdge' - | 'PostToPreviewConnectionEdge' - | 'PostToRevisionConnectionEdge' - | 'RootQueryToPostConnectionEdge' - | 'TagToPostConnectionEdge' - | 'UserToPostConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected post Node - */ - node: Post; - $on: $PostConnectionEdge; -} - -/** - * Page Info on the connected PostConnectionEdge - */ -export interface PostConnectionPageInfo { - __typename?: - | 'CategoryToPostConnectionPageInfo' - | 'PostFormatToPostConnectionPageInfo' - | 'PostToRevisionConnectionPageInfo' - | 'RootQueryToPostConnectionPageInfo' - | 'TagToPostConnectionPageInfo' - | 'UserToPostConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $PostConnectionPageInfo; -} - -/** - * The postFormat type - */ -export interface PostFormat { - __typename?: 'PostFormat'; - conditionalTags?: Maybe; - /** - * Connection between the PostFormat type and the ContentNode type - */ - contentNodes: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The number of objects connected to the object - */ - count?: Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The description of the object - */ - description?: Maybe; - /** - * Connection between the TermNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the TermNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The link to the term - */ - link?: Maybe; - /** - * The human friendly name of the object. - */ - name?: Maybe; - /** - * The id field matches the WP_Post->ID field. - * @deprecated Deprecated in favor of databaseId - */ - postFormatId?: Maybe; - /** - * Connection between the PostFormat type and the post type - */ - posts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * An alphanumeric identifier for the object unique to its type. - */ - slug?: Maybe; - /** - * Connection between the PostFormat type and the Taxonomy type - */ - taxonomy?: Maybe; - /** - * The name of the taxonomy that the object is associated with - */ - taxonomyName?: Maybe; - templates?: Maybe>>; - /** - * The ID of the term group that this term object belongs to - */ - termGroupId?: Maybe; - /** - * The taxonomy ID that the object is associated with - */ - termTaxonomyId?: Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to postFormat Nodes - */ -export interface PostFormatConnection { - __typename?: 'PostToPostFormatConnection' | 'RootQueryToPostFormatConnection'; - /** - * A list of edges (relational context) between RootQuery and connected postFormat Nodes - */ - edges: Array; - /** - * A list of connected postFormat Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostFormatConnectionPageInfo; - $on: $PostFormatConnection; -} - -/** - * Edge between a Node and a connected postFormat - */ -export interface PostFormatConnectionEdge { - __typename?: - | 'PostToPostFormatConnectionEdge' - | 'RootQueryToPostFormatConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected postFormat Node - */ - node: PostFormat; - $on: $PostFormatConnectionEdge; -} - -/** - * Page Info on the connected PostFormatConnectionEdge - */ -export interface PostFormatConnectionPageInfo { - __typename?: - | 'PostToPostFormatConnectionPageInfo' - | 'RootQueryToPostFormatConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $PostFormatConnectionPageInfo; -} - -/** - * Connection between the PostFormat type and the ContentNode type - */ -export interface PostFormatToContentNodeConnection { - __typename?: 'PostFormatToContentNodeConnection'; - /** - * Edges for the PostFormatToContentNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostFormatToContentNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostFormatToContentNodeConnectionEdge { - __typename?: 'PostFormatToContentNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "PostFormatToContentNodeConnection" - */ -export interface PostFormatToContentNodeConnectionPageInfo { - __typename?: 'PostFormatToContentNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the PostFormat type and the post type - */ -export interface PostFormatToPostConnection { - __typename?: 'PostFormatToPostConnection'; - /** - * Edges for the PostFormatToPostConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostFormatToPostConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostFormatToPostConnectionEdge { - __typename?: 'PostFormatToPostConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Post; -} - -/** - * Page Info on the "PostFormatToPostConnection" - */ -export interface PostFormatToPostConnectionPageInfo { - __typename?: 'PostFormatToPostConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the PostFormat type and the Taxonomy type - */ -export interface PostFormatToTaxonomyConnectionEdge { - __typename?: 'PostFormatToTaxonomyConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Taxonomy; -} - -/** - * Connection between the Post type and the category type - */ -export interface PostToCategoryConnection { - __typename?: 'PostToCategoryConnection'; - /** - * Edges for the PostToCategoryConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostToCategoryConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostToCategoryConnectionEdge { - __typename?: 'PostToCategoryConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Category; -} - -/** - * Page Info on the "PostToCategoryConnection" - */ -export interface PostToCategoryConnectionPageInfo { - __typename?: 'PostToCategoryConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Post type and the Comment type - */ -export interface PostToCommentConnection { - __typename?: 'PostToCommentConnection'; - /** - * Edges for the PostToCommentConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostToCommentConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostToCommentConnectionEdge { - __typename?: 'PostToCommentConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Comment; -} - -/** - * Page Info on the "PostToCommentConnection" - */ -export interface PostToCommentConnectionPageInfo { - __typename?: 'PostToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Post type and the postFormat type - */ -export interface PostToPostFormatConnection { - __typename?: 'PostToPostFormatConnection'; - /** - * Edges for the PostToPostFormatConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostToPostFormatConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostToPostFormatConnectionEdge { - __typename?: 'PostToPostFormatConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: PostFormat; -} - -/** - * Page Info on the "PostToPostFormatConnection" - */ -export interface PostToPostFormatConnectionPageInfo { - __typename?: 'PostToPostFormatConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Post type and the post type - */ -export interface PostToPreviewConnectionEdge { - __typename?: 'PostToPreviewConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Post; -} - -/** - * Connection between the Post type and the post type - */ -export interface PostToRevisionConnection { - __typename?: 'PostToRevisionConnection'; - /** - * Edges for the PostToRevisionConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostToRevisionConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostToRevisionConnectionEdge { - __typename?: 'PostToRevisionConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Post; -} - -/** - * Page Info on the "PostToRevisionConnection" - */ -export interface PostToRevisionConnectionPageInfo { - __typename?: 'PostToRevisionConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Post type and the tag type - */ -export interface PostToTagConnection { - __typename?: 'PostToTagConnection'; - /** - * Edges for the PostToTagConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostToTagConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostToTagConnectionEdge { - __typename?: 'PostToTagConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Tag; -} - -/** - * Page Info on the "PostToTagConnection" - */ -export interface PostToTagConnectionPageInfo { - __typename?: 'PostToTagConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Post type and the TermNode type - */ -export interface PostToTermNodeConnection { - __typename?: 'PostToTermNodeConnection'; - /** - * Edges for the PostToTermNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: PostToTermNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface PostToTermNodeConnectionEdge { - __typename?: 'PostToTermNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: TermNode; -} - -/** - * Page Info on the "PostToTermNodeConnection" - */ -export interface PostToTermNodeConnectionPageInfo { - __typename?: 'PostToTermNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Details for labels of the PostType - */ -export interface PostTypeLabelDetails { - __typename?: 'PostTypeLabelDetails'; - /** - * Default is ‘Add New’ for both hierarchical and non-hierarchical types. - */ - addNew?: Maybe; - /** - * Label for adding a new singular item. - */ - addNewItem?: Maybe; - /** - * Label to signify all items in a submenu link. - */ - allItems?: Maybe; - /** - * Label for archives in nav menus - */ - archives?: Maybe; - /** - * Label for the attributes meta box. - */ - attributes?: Maybe; - /** - * Label for editing a singular item. - */ - editItem?: Maybe; - /** - * Label for the Featured Image meta box title. - */ - featuredImage?: Maybe; - /** - * Label for the table views hidden heading. - */ - filterItemsList?: Maybe; - /** - * Label for the media frame button. - */ - insertIntoItem?: Maybe; - /** - * Label for the table hidden heading. - */ - itemsList?: Maybe; - /** - * Label for the table pagination hidden heading. - */ - itemsListNavigation?: Maybe; - /** - * Label for the menu name. - */ - menuName?: Maybe; - /** - * General name for the post type, usually plural. - */ - name?: Maybe; - /** - * Label for the new item page title. - */ - newItem?: Maybe; - /** - * Label used when no items are found. - */ - notFound?: Maybe; - /** - * Label used when no items are in the trash. - */ - notFoundInTrash?: Maybe; - /** - * Label used to prefix parents of hierarchical items. - */ - parentItemColon?: Maybe; - /** - * Label for removing the featured image. - */ - removeFeaturedImage?: Maybe; - /** - * Label for searching plural items. - */ - searchItems?: Maybe; - /** - * Label for setting the featured image. - */ - setFeaturedImage?: Maybe; - /** - * Name for one object of this post type. - */ - singularName?: Maybe; - /** - * Label for the media frame filter. - */ - uploadedToThisItem?: Maybe; - /** - * Label in the media frame for using a featured image. - */ - useFeaturedImage?: Maybe; - /** - * Label for viewing a singular item. - */ - viewItem?: Maybe; - /** - * Label for viewing post type archives. - */ - viewItems?: Maybe; -} - -/** - * Nodes that can be seen in a preview (unpublished) state. - */ -export interface Previewable { - __typename?: 'Page' | 'Post'; - /** - * Whether the object is a node in the preview state - */ - isPreview?: Maybe; - /** - * The database id of the preview node - */ - previewRevisionDatabaseId?: Maybe; - /** - * Whether the object is a node in the preview state - */ - previewRevisionId?: Maybe; - $on: $Previewable; -} - -/** - * The reading setting type - */ -export interface ReadingSettings { - __typename?: 'ReadingSettings'; - /** - * The ID of the page that should display the latest posts - */ - pageForPosts?: Maybe; - /** - * The ID of the page that should be displayed on the front page - */ - pageOnFront?: Maybe; - /** - * Blog pages show at most. - */ - postsPerPage?: Maybe; - /** - * What to show on the front page - */ - showOnFront?: Maybe; -} - -/** - * The payload for the registerUser mutation. - */ -export interface RegisterUserPayload { - __typename?: 'RegisterUserPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The User object mutation type. - */ - user?: Maybe; -} - -/** - * The payload for the resetUserPassword mutation. - */ -export interface ResetUserPasswordPayload { - __typename?: 'ResetUserPasswordPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The User object mutation type. - */ - user?: Maybe; -} - -/** - * The payload for the restoreComment mutation. - */ -export interface RestoreCommentPayload { - __typename?: 'RestoreCommentPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The restored comment object - */ - comment?: Maybe; - /** - * The ID of the restored comment - */ - restoredId?: Maybe; -} - -/** - * Connection between the RootQuery type and the category type - */ -export interface RootQueryToCategoryConnection { - __typename?: 'RootQueryToCategoryConnection'; - /** - * Edges for the RootQueryToCategoryConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToCategoryConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToCategoryConnectionEdge { - __typename?: 'RootQueryToCategoryConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Category; -} - -/** - * Page Info on the "RootQueryToCategoryConnection" - */ -export interface RootQueryToCategoryConnectionPageInfo { - __typename?: 'RootQueryToCategoryConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the Comment type - */ -export interface RootQueryToCommentConnection { - __typename?: 'RootQueryToCommentConnection'; - /** - * Edges for the RootQueryToCommentConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToCommentConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToCommentConnectionEdge { - __typename?: 'RootQueryToCommentConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Comment; -} - -/** - * Page Info on the "RootQueryToCommentConnection" - */ -export interface RootQueryToCommentConnectionPageInfo { - __typename?: 'RootQueryToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the ContentNode type - */ -export interface RootQueryToContentNodeConnection { - __typename?: 'RootQueryToContentNodeConnection'; - /** - * Edges for the RootQueryToContentNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToContentNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToContentNodeConnectionEdge { - __typename?: 'RootQueryToContentNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "RootQueryToContentNodeConnection" - */ -export interface RootQueryToContentNodeConnectionPageInfo { - __typename?: 'RootQueryToContentNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the ContentType type - */ -export interface RootQueryToContentTypeConnection { - __typename?: 'RootQueryToContentTypeConnection'; - /** - * Edges for the RootQueryToContentTypeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToContentTypeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToContentTypeConnectionEdge { - __typename?: 'RootQueryToContentTypeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentType; -} - -/** - * Page Info on the "RootQueryToContentTypeConnection" - */ -export interface RootQueryToContentTypeConnectionPageInfo { - __typename?: 'RootQueryToContentTypeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the EnqueuedScript type - */ -export interface RootQueryToEnqueuedScriptConnection { - __typename?: 'RootQueryToEnqueuedScriptConnection'; - /** - * Edges for the RootQueryToEnqueuedScriptConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToEnqueuedScriptConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToEnqueuedScriptConnectionEdge { - __typename?: 'RootQueryToEnqueuedScriptConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedScript; -} - -/** - * Page Info on the "RootQueryToEnqueuedScriptConnection" - */ -export interface RootQueryToEnqueuedScriptConnectionPageInfo { - __typename?: 'RootQueryToEnqueuedScriptConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the EnqueuedStylesheet type - */ -export interface RootQueryToEnqueuedStylesheetConnection { - __typename?: 'RootQueryToEnqueuedStylesheetConnection'; - /** - * Edges for the RootQueryToEnqueuedStylesheetConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToEnqueuedStylesheetConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToEnqueuedStylesheetConnectionEdge { - __typename?: 'RootQueryToEnqueuedStylesheetConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedStylesheet; -} - -/** - * Page Info on the "RootQueryToEnqueuedStylesheetConnection" - */ -export interface RootQueryToEnqueuedStylesheetConnectionPageInfo { - __typename?: 'RootQueryToEnqueuedStylesheetConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the mediaItem type - */ -export interface RootQueryToMediaItemConnection { - __typename?: 'RootQueryToMediaItemConnection'; - /** - * Edges for the RootQueryToMediaItemConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToMediaItemConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToMediaItemConnectionEdge { - __typename?: 'RootQueryToMediaItemConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: MediaItem; -} - -/** - * Page Info on the "RootQueryToMediaItemConnection" - */ -export interface RootQueryToMediaItemConnectionPageInfo { - __typename?: 'RootQueryToMediaItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the Menu type - */ -export interface RootQueryToMenuConnection { - __typename?: 'RootQueryToMenuConnection'; - /** - * Edges for the RootQueryToMenuConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToMenuConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToMenuConnectionEdge { - __typename?: 'RootQueryToMenuConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Menu; -} - -/** - * Page Info on the "RootQueryToMenuConnection" - */ -export interface RootQueryToMenuConnectionPageInfo { - __typename?: 'RootQueryToMenuConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the MenuItem type - */ -export interface RootQueryToMenuItemConnection { - __typename?: 'RootQueryToMenuItemConnection'; - /** - * Edges for the RootQueryToMenuItemConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToMenuItemConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToMenuItemConnectionEdge { - __typename?: 'RootQueryToMenuItemConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: MenuItem; -} - -/** - * Page Info on the "RootQueryToMenuItemConnection" - */ -export interface RootQueryToMenuItemConnectionPageInfo { - __typename?: 'RootQueryToMenuItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the page type - */ -export interface RootQueryToPageConnection { - __typename?: 'RootQueryToPageConnection'; - /** - * Edges for the RootQueryToPageConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToPageConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToPageConnectionEdge { - __typename?: 'RootQueryToPageConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Page; -} - -/** - * Page Info on the "RootQueryToPageConnection" - */ -export interface RootQueryToPageConnectionPageInfo { - __typename?: 'RootQueryToPageConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the Plugin type - */ -export interface RootQueryToPluginConnection { - __typename?: 'RootQueryToPluginConnection'; - /** - * Edges for the RootQueryToPluginConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToPluginConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToPluginConnectionEdge { - __typename?: 'RootQueryToPluginConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Plugin; -} - -/** - * Page Info on the "RootQueryToPluginConnection" - */ -export interface RootQueryToPluginConnectionPageInfo { - __typename?: 'RootQueryToPluginConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the post type - */ -export interface RootQueryToPostConnection { - __typename?: 'RootQueryToPostConnection'; - /** - * Edges for the RootQueryToPostConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToPostConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToPostConnectionEdge { - __typename?: 'RootQueryToPostConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Post; -} - -/** - * Page Info on the "RootQueryToPostConnection" - */ -export interface RootQueryToPostConnectionPageInfo { - __typename?: 'RootQueryToPostConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the postFormat type - */ -export interface RootQueryToPostFormatConnection { - __typename?: 'RootQueryToPostFormatConnection'; - /** - * Edges for the RootQueryToPostFormatConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToPostFormatConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToPostFormatConnectionEdge { - __typename?: 'RootQueryToPostFormatConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: PostFormat; -} - -/** - * Page Info on the "RootQueryToPostFormatConnection" - */ -export interface RootQueryToPostFormatConnectionPageInfo { - __typename?: 'RootQueryToPostFormatConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the ContentNode type - */ -export interface RootQueryToRevisionsConnection { - __typename?: 'RootQueryToRevisionsConnection'; - /** - * Edges for the RootQueryToRevisionsConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToRevisionsConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToRevisionsConnectionEdge { - __typename?: 'RootQueryToRevisionsConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "RootQueryToRevisionsConnection" - */ -export interface RootQueryToRevisionsConnectionPageInfo { - __typename?: 'RootQueryToRevisionsConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the tag type - */ -export interface RootQueryToTagConnection { - __typename?: 'RootQueryToTagConnection'; - /** - * Edges for the RootQueryToTagConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToTagConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToTagConnectionEdge { - __typename?: 'RootQueryToTagConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Tag; -} - -/** - * Page Info on the "RootQueryToTagConnection" - */ -export interface RootQueryToTagConnectionPageInfo { - __typename?: 'RootQueryToTagConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the Taxonomy type - */ -export interface RootQueryToTaxonomyConnection { - __typename?: 'RootQueryToTaxonomyConnection'; - /** - * Edges for the RootQueryToTaxonomyConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToTaxonomyConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToTaxonomyConnectionEdge { - __typename?: 'RootQueryToTaxonomyConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Taxonomy; -} - -/** - * Page Info on the "RootQueryToTaxonomyConnection" - */ -export interface RootQueryToTaxonomyConnectionPageInfo { - __typename?: 'RootQueryToTaxonomyConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the TermNode type - */ -export interface RootQueryToTermNodeConnection { - __typename?: 'RootQueryToTermNodeConnection'; - /** - * Edges for the RootQueryToTermNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToTermNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToTermNodeConnectionEdge { - __typename?: 'RootQueryToTermNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: TermNode; -} - -/** - * Page Info on the "RootQueryToTermNodeConnection" - */ -export interface RootQueryToTermNodeConnectionPageInfo { - __typename?: 'RootQueryToTermNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the Theme type - */ -export interface RootQueryToThemeConnection { - __typename?: 'RootQueryToThemeConnection'; - /** - * Edges for the RootQueryToThemeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToThemeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToThemeConnectionEdge { - __typename?: 'RootQueryToThemeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Theme; -} - -/** - * Page Info on the "RootQueryToThemeConnection" - */ -export interface RootQueryToThemeConnectionPageInfo { - __typename?: 'RootQueryToThemeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the User type - */ -export interface RootQueryToUserConnection { - __typename?: 'RootQueryToUserConnection'; - /** - * Edges for the RootQueryToUserConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToUserConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToUserConnectionEdge { - __typename?: 'RootQueryToUserConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: User; -} - -/** - * Page Info on the "RootQueryToUserConnection" - */ -export interface RootQueryToUserConnectionPageInfo { - __typename?: 'RootQueryToUserConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the RootQuery type and the UserRole type - */ -export interface RootQueryToUserRoleConnection { - __typename?: 'RootQueryToUserRoleConnection'; - /** - * Edges for the RootQueryToUserRoleConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: RootQueryToUserRoleConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface RootQueryToUserRoleConnectionEdge { - __typename?: 'RootQueryToUserRoleConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: UserRole; -} - -/** - * Page Info on the "RootQueryToUserRoleConnection" - */ -export interface RootQueryToUserRoleConnectionPageInfo { - __typename?: 'RootQueryToUserRoleConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * The payload for the sendPasswordResetEmail mutation. - */ -export interface SendPasswordResetEmailPayload { - __typename?: 'SendPasswordResetEmailPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * Whether the mutation completed successfully. This does NOT necessarily mean that an email was sent. - */ - success?: Maybe; - /** - * The user that the password reset email was sent to - * @deprecated This field will be removed in a future version of WPGraphQL - */ - user?: Maybe; -} - -/** - * All of the registered settings - */ -export interface Settings { - __typename?: 'Settings'; - /** - * Settings of the the string Settings Group - */ - discussionSettingsDefaultCommentStatus?: Maybe; - /** - * Settings of the the string Settings Group - */ - discussionSettingsDefaultPingStatus?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsDateFormat?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsDescription?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsEmail?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsLanguage?: Maybe; - /** - * Settings of the the integer Settings Group - */ - generalSettingsStartOfWeek?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsTimeFormat?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsTimezone?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsTitle?: Maybe; - /** - * Settings of the the string Settings Group - */ - generalSettingsUrl?: Maybe; - /** - * Settings of the the integer Settings Group - */ - readingSettingsPageForPosts?: Maybe; - /** - * Settings of the the integer Settings Group - */ - readingSettingsPageOnFront?: Maybe; - /** - * Settings of the the integer Settings Group - */ - readingSettingsPostsPerPage?: Maybe; - /** - * Settings of the the string Settings Group - */ - readingSettingsShowOnFront?: Maybe; - /** - * Settings of the the integer Settings Group - */ - writingSettingsDefaultCategory?: Maybe; - /** - * Settings of the the string Settings Group - */ - writingSettingsDefaultPostFormat?: Maybe; - /** - * Settings of the the boolean Settings Group - */ - writingSettingsUseSmilies?: Maybe; -} - -/** - * The tag type - */ -export interface Tag { - __typename?: 'Tag'; - conditionalTags?: Maybe; - /** - * Connection between the Tag type and the ContentNode type - */ - contentNodes: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The number of objects connected to the object - */ - count?: Maybe; - /** - * The unique identifier stored in the database - */ - databaseId: ScalarsEnums['Int']; - /** - * The description of the object - */ - description?: Maybe; - /** - * Connection between the TermNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the TermNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The link to the term - */ - link?: Maybe; - /** - * The human friendly name of the object. - */ - name?: Maybe; - /** - * Connection between the Tag type and the post type - */ - posts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * An alphanumeric identifier for the object unique to its type. - */ - slug?: Maybe; - /** - * The id field matches the WP_Post->ID field. - * @deprecated Deprecated in favor of databaseId - */ - tagId?: Maybe; - /** - * Connection between the Tag type and the Taxonomy type - */ - taxonomy?: Maybe; - /** - * The name of the taxonomy that the object is associated with - */ - taxonomyName?: Maybe; - templates?: Maybe>>; - /** - * The ID of the term group that this term object belongs to - */ - termGroupId?: Maybe; - /** - * The taxonomy ID that the object is associated with - */ - termTaxonomyId?: Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; -} - -/** - * Connection to tag Nodes - */ -export interface TagConnection { - __typename?: 'PostToTagConnection' | 'RootQueryToTagConnection'; - /** - * A list of edges (relational context) between RootQuery and connected tag Nodes - */ - edges: Array; - /** - * A list of connected tag Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TagConnectionPageInfo; - $on: $TagConnection; -} - -/** - * Edge between a Node and a connected tag - */ -export interface TagConnectionEdge { - __typename?: 'PostToTagConnectionEdge' | 'RootQueryToTagConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected tag Node - */ - node: Tag; - $on: $TagConnectionEdge; -} - -/** - * Page Info on the connected TagConnectionEdge - */ -export interface TagConnectionPageInfo { - __typename?: - | 'PostToTagConnectionPageInfo' - | 'RootQueryToTagConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $TagConnectionPageInfo; -} - -/** - * Connection between the Tag type and the ContentNode type - */ -export interface TagToContentNodeConnection { - __typename?: 'TagToContentNodeConnection'; - /** - * Edges for the TagToContentNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TagToContentNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface TagToContentNodeConnectionEdge { - __typename?: 'TagToContentNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "TagToContentNodeConnection" - */ -export interface TagToContentNodeConnectionPageInfo { - __typename?: 'TagToContentNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Tag type and the post type - */ -export interface TagToPostConnection { - __typename?: 'TagToPostConnection'; - /** - * Edges for the TagToPostConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TagToPostConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface TagToPostConnectionEdge { - __typename?: 'TagToPostConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Post; -} - -/** - * Page Info on the "TagToPostConnection" - */ -export interface TagToPostConnectionPageInfo { - __typename?: 'TagToPostConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Tag type and the Taxonomy type - */ -export interface TagToTaxonomyConnectionEdge { - __typename?: 'TagToTaxonomyConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The node of the connection, without the edges - */ - node: Taxonomy; -} - -/** - * A taxonomy object - */ -export interface Taxonomy { - __typename?: 'Taxonomy'; - /** - * List of Content Types associated with the Taxonomy - */ - connectedContentTypes: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * List of Term Nodes associated with the Taxonomy - */ - connectedTerms: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Description of the taxonomy. This field is equivalent to WP_Taxonomy->description - */ - description?: Maybe; - /** - * The plural name of the post type within the GraphQL Schema. - */ - graphqlPluralName?: Maybe; - /** - * The singular name of the post type within the GraphQL Schema. - */ - graphqlSingleName?: Maybe; - /** - * Whether the taxonomy is hierarchical - */ - hierarchical?: Maybe; - /** - * The globally unique identifier of the taxonomy object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Name of the taxonomy shown in the menu. Usually plural. - */ - label?: Maybe; - /** - * The display name of the taxonomy. This field is equivalent to WP_Taxonomy->label - */ - name?: Maybe; - /** - * Whether the taxonomy is publicly queryable - */ - public?: Maybe; - /** - * Name of content type to display in REST API "wp/v2" namespace. - */ - restBase?: Maybe; - /** - * The REST Controller class assigned to handling this content type. - */ - restControllerClass?: Maybe; - /** - * Whether to show the taxonomy as part of a tag cloud widget. This field is equivalent to WP_Taxonomy->show_tagcloud - */ - showCloud?: Maybe; - /** - * Whether to display a column for the taxonomy on its post type listing screens. - */ - showInAdminColumn?: Maybe; - /** - * Whether to add the post type to the GraphQL Schema. - */ - showInGraphql?: Maybe; - /** - * Whether to show the taxonomy in the admin menu - */ - showInMenu?: Maybe; - /** - * Whether the taxonomy is available for selection in navigation menus. - */ - showInNavMenus?: Maybe; - /** - * Whether to show the taxonomy in the quick/bulk edit panel. - */ - showInQuickEdit?: Maybe; - /** - * Whether to add the post type route in the REST API "wp/v2" namespace. - */ - showInRest?: Maybe; - /** - * Whether to generate and allow a UI for managing terms in this taxonomy in the admin - */ - showUi?: Maybe; -} - -/** - * Connection to Taxonomy Nodes - */ -export interface TaxonomyConnection { - __typename?: - | 'ContentTypeToTaxonomyConnection' - | 'RootQueryToTaxonomyConnection'; - /** - * A list of edges (relational context) between RootQuery and connected Taxonomy Nodes - */ - edges: Array; - /** - * A list of connected Taxonomy Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TaxonomyConnectionPageInfo; - $on: $TaxonomyConnection; -} - -/** - * Edge between a Node and a connected Taxonomy - */ -export interface TaxonomyConnectionEdge { - __typename?: - | 'CategoryToTaxonomyConnectionEdge' - | 'ContentTypeToTaxonomyConnectionEdge' - | 'PostFormatToTaxonomyConnectionEdge' - | 'RootQueryToTaxonomyConnectionEdge' - | 'TagToTaxonomyConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected Taxonomy Node - */ - node: Taxonomy; - $on: $TaxonomyConnectionEdge; -} - -/** - * Page Info on the connected TaxonomyConnectionEdge - */ -export interface TaxonomyConnectionPageInfo { - __typename?: - | 'ContentTypeToTaxonomyConnectionPageInfo' - | 'RootQueryToTaxonomyConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $TaxonomyConnectionPageInfo; -} - -/** - * Connection between the Taxonomy type and the ContentType type - */ -export interface TaxonomyToContentTypeConnection { - __typename?: 'TaxonomyToContentTypeConnection'; - /** - * Edges for the TaxonomyToContentTypeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TaxonomyToContentTypeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface TaxonomyToContentTypeConnectionEdge { - __typename?: 'TaxonomyToContentTypeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentType; -} - -/** - * Page Info on the "TaxonomyToContentTypeConnection" - */ -export interface TaxonomyToContentTypeConnectionPageInfo { - __typename?: 'TaxonomyToContentTypeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the Taxonomy type and the TermNode type - */ -export interface TaxonomyToTermNodeConnection { - __typename?: 'TaxonomyToTermNodeConnection'; - /** - * Edges for the TaxonomyToTermNodeConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TaxonomyToTermNodeConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface TaxonomyToTermNodeConnectionEdge { - __typename?: 'TaxonomyToTermNodeConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: TermNode; -} - -/** - * Page Info on the "TaxonomyToTermNodeConnection" - */ -export interface TaxonomyToTermNodeConnectionPageInfo { - __typename?: 'TaxonomyToTermNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Terms are nodes within a Taxonomy, used to group and relate other nodes. - */ -export interface TermNode { - __typename?: 'Category' | 'PostFormat' | 'Tag'; - conditionalTags?: Maybe; - /** - * The number of objects connected to the object - */ - count?: Maybe; - /** - * Identifies the primary key from the database. - */ - databaseId: ScalarsEnums['Int']; - /** - * The description of the object - */ - description?: Maybe; - /** - * Connection between the TermNode type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the TermNode type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * The link to the term - */ - link?: Maybe; - /** - * The human friendly name of the object. - */ - name?: Maybe; - /** - * An alphanumeric identifier for the object unique to its type. - */ - slug?: Maybe; - /** - * The name of the taxonomy that the object is associated with - */ - taxonomyName?: Maybe; - templates?: Maybe>>; - /** - * The ID of the term group that this term object belongs to - */ - termGroupId?: Maybe; - /** - * The taxonomy ID that the object is associated with - */ - termTaxonomyId?: Maybe; - /** - * The unique resource identifier path - */ - uri?: Maybe; - $on: $TermNode; -} - -/** - * Connection to TermNode Nodes - */ -export interface TermNodeConnection { - __typename?: - | 'PostToTermNodeConnection' - | 'RootQueryToTermNodeConnection' - | 'TaxonomyToTermNodeConnection'; - /** - * A list of edges (relational context) between RootQuery and connected TermNode Nodes - */ - edges: Array; - /** - * A list of connected TermNode Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TermNodeConnectionPageInfo; - $on: $TermNodeConnection; -} - -/** - * Edge between a Node and a connected TermNode - */ -export interface TermNodeConnectionEdge { - __typename?: - | 'PostToTermNodeConnectionEdge' - | 'RootQueryToTermNodeConnectionEdge' - | 'TaxonomyToTermNodeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected TermNode Node - */ - node: TermNode; - $on: $TermNodeConnectionEdge; -} - -/** - * Page Info on the connected TermNodeConnectionEdge - */ -export interface TermNodeConnectionPageInfo { - __typename?: - | 'PostToTermNodeConnectionPageInfo' - | 'RootQueryToTermNodeConnectionPageInfo' - | 'TaxonomyToTermNodeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $TermNodeConnectionPageInfo; -} - -/** - * Connection between the TermNode type and the EnqueuedScript type - */ -export interface TermNodeToEnqueuedScriptConnection { - __typename?: 'TermNodeToEnqueuedScriptConnection'; - /** - * Edges for the TermNodeToEnqueuedScriptConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TermNodeToEnqueuedScriptConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface TermNodeToEnqueuedScriptConnectionEdge { - __typename?: 'TermNodeToEnqueuedScriptConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedScript; -} - -/** - * Page Info on the "TermNodeToEnqueuedScriptConnection" - */ -export interface TermNodeToEnqueuedScriptConnectionPageInfo { - __typename?: 'TermNodeToEnqueuedScriptConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the TermNode type and the EnqueuedStylesheet type - */ -export interface TermNodeToEnqueuedStylesheetConnection { - __typename?: 'TermNodeToEnqueuedStylesheetConnection'; - /** - * Edges for the TermNodeToEnqueuedStylesheetConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: TermNodeToEnqueuedStylesheetConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface TermNodeToEnqueuedStylesheetConnectionEdge { - __typename?: 'TermNodeToEnqueuedStylesheetConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedStylesheet; -} - -/** - * Page Info on the "TermNodeToEnqueuedStylesheetConnection" - */ -export interface TermNodeToEnqueuedStylesheetConnectionPageInfo { - __typename?: 'TermNodeToEnqueuedStylesheetConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * A theme object - */ -export interface Theme { - __typename?: 'Theme'; - /** - * Name of the theme author(s), could also be a company name. This field is equivalent to WP_Theme->get( "Author" ). - */ - author?: Maybe; - /** - * URI for the author/company website. This field is equivalent to WP_Theme->get( "AuthorURI" ). - */ - authorUri?: Maybe; - /** - * The description of the theme. This field is equivalent to WP_Theme->get( "Description" ). - */ - description?: Maybe; - /** - * The globally unique identifier of the theme object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Display name of the theme. This field is equivalent to WP_Theme->get( "Name" ). - */ - name?: Maybe; - /** - * The URL of the screenshot for the theme. The screenshot is intended to give an overview of what the theme looks like. This field is equivalent to WP_Theme->get_screenshot(). - */ - screenshot?: Maybe; - /** - * The theme slug is used to internally match themes. Theme slugs can have subdirectories like: my-theme/sub-theme. This field is equivalent to WP_Theme->get_stylesheet(). - */ - slug?: Maybe; - /** - * URI for the author/company website. This field is equivalent to WP_Theme->get( "Tags" ). - */ - tags?: Maybe>>; - /** - * A URI if the theme has a website associated with it. The Theme URI is handy for directing users to a theme site for support etc. This field is equivalent to WP_Theme->get( "ThemeURI" ). - */ - themeUri?: Maybe; - /** - * The current version of the theme. This field is equivalent to WP_Theme->get( "Version" ). - */ - version?: Maybe; -} - -/** - * Connection to Theme Nodes - */ -export interface ThemeConnection { - __typename?: 'RootQueryToThemeConnection'; - /** - * A list of edges (relational context) between RootQuery and connected Theme Nodes - */ - edges: Array; - /** - * A list of connected Theme Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: ThemeConnectionPageInfo; - $on: $ThemeConnection; -} - -/** - * Edge between a Node and a connected Theme - */ -export interface ThemeConnectionEdge { - __typename?: 'RootQueryToThemeConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected Theme Node - */ - node: Theme; - $on: $ThemeConnectionEdge; -} - -/** - * Page Info on the connected ThemeConnectionEdge - */ -export interface ThemeConnectionPageInfo { - __typename?: 'RootQueryToThemeConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $ThemeConnectionPageInfo; -} - -/** - * Any node that has a URI - */ -export interface UniformResourceIdentifiable { - __typename?: - | 'Category' - | 'ContentType' - | 'MediaItem' - | 'Page' - | 'Post' - | 'PostFormat' - | 'Tag' - | 'User'; - conditionalTags?: Maybe; - /** - * The unique resource identifier path - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - templates?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; - $on: $UniformResourceIdentifiable; -} - -/** - * The payload for the updateCategory mutation. - */ -export interface UpdateCategoryPayload { - __typename?: 'UpdateCategoryPayload'; - /** - * The created category - */ - category?: Maybe; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; -} - -/** - * The payload for the updateComment mutation. - */ -export interface UpdateCommentPayload { - __typename?: 'UpdateCommentPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The comment that was created - */ - comment?: Maybe; - /** - * Whether the mutation succeeded. If the comment is not approved, the server will not return the comment to a non authenticated user, but a success message can be returned if the create succeeded, and the client can optimistically add the comment to the client cache - */ - success?: Maybe; -} - -/** - * The payload for the updateMediaItem mutation. - */ -export interface UpdateMediaItemPayload { - __typename?: 'UpdateMediaItemPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The MediaItem object mutation type. - */ - mediaItem?: Maybe; -} - -/** - * The payload for the updatePage mutation. - */ -export interface UpdatePagePayload { - __typename?: 'UpdatePagePayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The Post object mutation type. - */ - page?: Maybe; -} - -/** - * The payload for the updatePostFormat mutation. - */ -export interface UpdatePostFormatPayload { - __typename?: 'UpdatePostFormatPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The created post_format - */ - postFormat?: Maybe; -} - -/** - * The payload for the updatePost mutation. - */ -export interface UpdatePostPayload { - __typename?: 'UpdatePostPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The Post object mutation type. - */ - post?: Maybe; -} - -/** - * The payload for the updateSettings mutation. - */ -export interface UpdateSettingsPayload { - __typename?: 'UpdateSettingsPayload'; - /** - * Update all settings. - */ - allSettings?: Maybe; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * Update the DiscussionSettings setting. - */ - discussionSettings?: Maybe; - /** - * Update the GeneralSettings setting. - */ - generalSettings?: Maybe; - /** - * Update the ReadingSettings setting. - */ - readingSettings?: Maybe; - /** - * Update the WritingSettings setting. - */ - writingSettings?: Maybe; -} - -/** - * The payload for the updateTag mutation. - */ -export interface UpdateTagPayload { - __typename?: 'UpdateTagPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The created post_tag - */ - tag?: Maybe; -} - -/** - * The payload for the updateUser mutation. - */ -export interface UpdateUserPayload { - __typename?: 'UpdateUserPayload'; - /** - * If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions. - */ - clientMutationId?: Maybe; - /** - * The User object mutation type. - */ - user?: Maybe; -} - -/** - * A User object - */ -export interface User { - __typename?: 'User'; - /** - * Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. - */ - avatar: (args?: { - /** - * Whether to always show the default image, never the Gravatar. Default false - */ - forceDefault?: Maybe; - /** - * The rating level of the avatar. - */ - rating?: Maybe; - /** - * The size attribute of the avatar field can be used to fetch avatars of different sizes. The value corresponds to the dimension in pixels to fetch. The default is 96 pixels. - * @defaultValue `96` - */ - size?: Maybe; - }) => Maybe; - /** - * User metadata option name. Usually it will be "wp_capabilities". - */ - capKey?: Maybe; - /** - * A list of capabilities (permissions) granted to the user - */ - capabilities?: Maybe>>; - /** - * Connection between the User type and the Comment type - */ - comments: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - conditionalTags?: Maybe; - /** - * Identifies the primary key from the database. - */ - databaseId: ScalarsEnums['Int']; - /** - * Description of the user. - */ - description?: Maybe; - /** - * Email address of the user. This is equivalent to the WP_User->user_email property. - */ - email?: Maybe; - /** - * Connection between the User type and the EnqueuedScript type - */ - enqueuedScripts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Connection between the User type and the EnqueuedStylesheet type - */ - enqueuedStylesheets: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * A complete list of capabilities including capabilities inherited from a role. This is equivalent to the array keys of WP_User->allcaps. - */ - extraCapabilities?: Maybe>>; - /** - * First name of the user. This is equivalent to the WP_User->user_first_name property. - */ - firstName?: Maybe; - /** - * The globally unique identifier for the user object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the node is a Content Node - */ - isContentNode: ScalarsEnums['Boolean']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * Whether the node is a Term - */ - isTermNode: ScalarsEnums['Boolean']; - /** - * Last name of the user. This is equivalent to the WP_User->user_last_name property. - */ - lastName?: Maybe; - /** - * The preferred language locale set for the user. Value derived from get_user_locale(). - */ - locale?: Maybe; - /** - * Connection between the User type and the mediaItem type - */ - mediaItems: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Display name of the user. This is equivalent to the WP_User->display_name property. - */ - name?: Maybe; - /** - * The nicename for the user. This field is equivalent to WP_User->user_nicename - */ - nicename?: Maybe; - /** - * Nickname of the user. - */ - nickname?: Maybe; - /** - * Connection between the User type and the page type - */ - pages: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Connection between the User type and the post type - */ - posts: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * The date the user registered or was created. The field follows a full ISO8601 date string format. - */ - registeredDate?: Maybe; - /** - * Connection between the User and Revisions authored by the user - */ - revisions: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - /** - * Arguments for filtering the connection - */ - where?: Maybe; - }) => Maybe; - /** - * Connection between the User type and the UserRole type - */ - roles: (args?: { - /** - * Cursor used along with the "first" argument to reference where in the dataset to get data - */ - after?: Maybe; - /** - * Cursor used along with the "last" argument to reference where in the dataset to get data - */ - before?: Maybe; - /** - * The number of items to return after the referenced "after" cursor - */ - first?: Maybe; - /** - * The number of items to return before the referenced "before" cursor - */ - last?: Maybe; - }) => Maybe; - /** - * Whether the Toolbar should be displayed when the user is viewing the site. - */ - shouldShowAdminToolbar?: Maybe; - /** - * The slug for the user. This field is equivalent to WP_User->user_nicename - */ - slug?: Maybe; - templates?: Maybe>>; - /** - * The unique resource identifier path - */ - uri?: Maybe; - /** - * A website url that is associated with the user. - */ - url?: Maybe; - /** - * The Id of the user. Equivalent to WP_User->ID - * @deprecated Deprecated in favor of the databaseId field - */ - userId?: Maybe; - /** - * Username for the user. This field is equivalent to WP_User->user_login. - */ - username?: Maybe; -} - -/** - * Connection to User Nodes - */ -export interface UserConnection { - __typename?: 'RootQueryToUserConnection'; - /** - * A list of edges (relational context) between RootQuery and connected User Nodes - */ - edges: Array; - /** - * A list of connected User Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserConnectionPageInfo; - $on: $UserConnection; -} - -/** - * Edge between a Node and a connected User - */ -export interface UserConnectionEdge { - __typename?: - | 'ContentNodeToEditLastConnectionEdge' - | 'ContentNodeToEditLockConnectionEdge' - | 'NodeWithAuthorToUserConnectionEdge' - | 'RootQueryToUserConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected User Node - */ - node: User; - $on: $UserConnectionEdge; -} - -/** - * Page Info on the connected UserConnectionEdge - */ -export interface UserConnectionPageInfo { - __typename?: 'RootQueryToUserConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $UserConnectionPageInfo; -} - -/** - * A user role object - */ -export interface UserRole { - __typename?: 'UserRole'; - /** - * The capabilities that belong to this role - */ - capabilities?: Maybe>>; - /** - * The display name of the role - */ - displayName?: Maybe; - /** - * The globally unique identifier for the user role object. - */ - id: ScalarsEnums['ID']; - /** - * Whether the object is restricted from the current viewer - */ - isRestricted?: Maybe; - /** - * The registered name of the role - */ - name?: Maybe; -} - -/** - * Connection to UserRole Nodes - */ -export interface UserRoleConnection { - __typename?: 'RootQueryToUserRoleConnection' | 'UserToUserRoleConnection'; - /** - * A list of edges (relational context) between RootQuery and connected UserRole Nodes - */ - edges: Array; - /** - * A list of connected UserRole Nodes - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserRoleConnectionPageInfo; - $on: $UserRoleConnection; -} - -/** - * Edge between a Node and a connected UserRole - */ -export interface UserRoleConnectionEdge { - __typename?: - | 'RootQueryToUserRoleConnectionEdge' - | 'UserToUserRoleConnectionEdge'; - /** - * Opaque reference to the nodes position in the connection. Value can be used with pagination args. - */ - cursor?: Maybe; - /** - * The connected UserRole Node - */ - node: UserRole; - $on: $UserRoleConnectionEdge; -} - -/** - * Page Info on the connected UserRoleConnectionEdge - */ -export interface UserRoleConnectionPageInfo { - __typename?: - | 'RootQueryToUserRoleConnectionPageInfo' - | 'UserToUserRoleConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $UserRoleConnectionPageInfo; -} - -/** - * Connection between the User type and the Comment type - */ -export interface UserToCommentConnection { - __typename?: 'UserToCommentConnection'; - /** - * Edges for the UserToCommentConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToCommentConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToCommentConnectionEdge { - __typename?: 'UserToCommentConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Comment; -} - -/** - * Page Info on the "UserToCommentConnection" - */ -export interface UserToCommentConnectionPageInfo { - __typename?: 'UserToCommentConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the EnqueuedScript type - */ -export interface UserToEnqueuedScriptConnection { - __typename?: 'UserToEnqueuedScriptConnection'; - /** - * Edges for the UserToEnqueuedScriptConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToEnqueuedScriptConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToEnqueuedScriptConnectionEdge { - __typename?: 'UserToEnqueuedScriptConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedScript; -} - -/** - * Page Info on the "UserToEnqueuedScriptConnection" - */ -export interface UserToEnqueuedScriptConnectionPageInfo { - __typename?: 'UserToEnqueuedScriptConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the EnqueuedStylesheet type - */ -export interface UserToEnqueuedStylesheetConnection { - __typename?: 'UserToEnqueuedStylesheetConnection'; - /** - * Edges for the UserToEnqueuedStylesheetConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToEnqueuedStylesheetConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToEnqueuedStylesheetConnectionEdge { - __typename?: 'UserToEnqueuedStylesheetConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: EnqueuedStylesheet; -} - -/** - * Page Info on the "UserToEnqueuedStylesheetConnection" - */ -export interface UserToEnqueuedStylesheetConnectionPageInfo { - __typename?: 'UserToEnqueuedStylesheetConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the mediaItem type - */ -export interface UserToMediaItemConnection { - __typename?: 'UserToMediaItemConnection'; - /** - * Edges for the UserToMediaItemConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToMediaItemConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToMediaItemConnectionEdge { - __typename?: 'UserToMediaItemConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: MediaItem; -} - -/** - * Page Info on the "UserToMediaItemConnection" - */ -export interface UserToMediaItemConnectionPageInfo { - __typename?: 'UserToMediaItemConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the page type - */ -export interface UserToPageConnection { - __typename?: 'UserToPageConnection'; - /** - * Edges for the UserToPageConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToPageConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToPageConnectionEdge { - __typename?: 'UserToPageConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Page; -} - -/** - * Page Info on the "UserToPageConnection" - */ -export interface UserToPageConnectionPageInfo { - __typename?: 'UserToPageConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the post type - */ -export interface UserToPostConnection { - __typename?: 'UserToPostConnection'; - /** - * Edges for the UserToPostConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToPostConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToPostConnectionEdge { - __typename?: 'UserToPostConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: Post; -} - -/** - * Page Info on the "UserToPostConnection" - */ -export interface UserToPostConnectionPageInfo { - __typename?: 'UserToPostConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the ContentNode type - */ -export interface UserToRevisionsConnection { - __typename?: 'UserToRevisionsConnection'; - /** - * Edges for the UserToRevisionsConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToRevisionsConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToRevisionsConnectionEdge { - __typename?: 'UserToRevisionsConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: ContentNode; -} - -/** - * Page Info on the "UserToRevisionsConnection" - */ -export interface UserToRevisionsConnectionPageInfo { - __typename?: 'UserToRevisionsConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Connection between the User type and the UserRole type - */ -export interface UserToUserRoleConnection { - __typename?: 'UserToUserRoleConnection'; - /** - * Edges for the UserToUserRoleConnection connection - */ - edges: Array; - /** - * The nodes of the connection, without the edges - */ - nodes: Array; - /** - * Information about pagination in a connection. - */ - pageInfo: UserToUserRoleConnectionPageInfo; -} - -/** - * An edge in a connection - */ -export interface UserToUserRoleConnectionEdge { - __typename?: 'UserToUserRoleConnectionEdge'; - /** - * A cursor for use in pagination - */ - cursor?: Maybe; - /** - * The item at the end of the edge - */ - node: UserRole; -} - -/** - * Page Info on the "UserToUserRoleConnection" - */ -export interface UserToUserRoleConnectionPageInfo { - __typename?: 'UserToUserRoleConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; -} - -/** - * Information about pagination in a connection. - */ -export interface WPPageInfo { - __typename?: - | 'CategoryToAncestorsCategoryConnectionPageInfo' - | 'CategoryToCategoryConnectionPageInfo' - | 'CategoryToContentNodeConnectionPageInfo' - | 'CategoryToPostConnectionPageInfo' - | 'CommentToCommentConnectionPageInfo' - | 'ContentNodeToEnqueuedScriptConnectionPageInfo' - | 'ContentNodeToEnqueuedStylesheetConnectionPageInfo' - | 'ContentTypeToContentNodeConnectionPageInfo' - | 'ContentTypeToTaxonomyConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo' - | 'MediaItemToCommentConnectionPageInfo' - | 'MenuItemToMenuItemConnectionPageInfo' - | 'MenuToMenuItemConnectionPageInfo' - | 'PageToCommentConnectionPageInfo' - | 'PageToRevisionConnectionPageInfo' - | 'PostFormatToContentNodeConnectionPageInfo' - | 'PostFormatToPostConnectionPageInfo' - | 'PostToCategoryConnectionPageInfo' - | 'PostToCommentConnectionPageInfo' - | 'PostToPostFormatConnectionPageInfo' - | 'PostToRevisionConnectionPageInfo' - | 'PostToTagConnectionPageInfo' - | 'PostToTermNodeConnectionPageInfo' - | 'RootQueryToCategoryConnectionPageInfo' - | 'RootQueryToCommentConnectionPageInfo' - | 'RootQueryToContentNodeConnectionPageInfo' - | 'RootQueryToContentTypeConnectionPageInfo' - | 'RootQueryToEnqueuedScriptConnectionPageInfo' - | 'RootQueryToEnqueuedStylesheetConnectionPageInfo' - | 'RootQueryToMediaItemConnectionPageInfo' - | 'RootQueryToMenuConnectionPageInfo' - | 'RootQueryToMenuItemConnectionPageInfo' - | 'RootQueryToPageConnectionPageInfo' - | 'RootQueryToPluginConnectionPageInfo' - | 'RootQueryToPostConnectionPageInfo' - | 'RootQueryToPostFormatConnectionPageInfo' - | 'RootQueryToRevisionsConnectionPageInfo' - | 'RootQueryToTagConnectionPageInfo' - | 'RootQueryToTaxonomyConnectionPageInfo' - | 'RootQueryToTermNodeConnectionPageInfo' - | 'RootQueryToThemeConnectionPageInfo' - | 'RootQueryToUserConnectionPageInfo' - | 'RootQueryToUserRoleConnectionPageInfo' - | 'TagToContentNodeConnectionPageInfo' - | 'TagToPostConnectionPageInfo' - | 'TaxonomyToContentTypeConnectionPageInfo' - | 'TaxonomyToTermNodeConnectionPageInfo' - | 'TermNodeToEnqueuedScriptConnectionPageInfo' - | 'TermNodeToEnqueuedStylesheetConnectionPageInfo' - | 'UserToCommentConnectionPageInfo' - | 'UserToEnqueuedScriptConnectionPageInfo' - | 'UserToEnqueuedStylesheetConnectionPageInfo' - | 'UserToMediaItemConnectionPageInfo' - | 'UserToPageConnectionPageInfo' - | 'UserToPostConnectionPageInfo' - | 'UserToRevisionsConnectionPageInfo' - | 'UserToUserRoleConnectionPageInfo'; - /** - * When paginating forwards, the cursor to continue. - */ - endCursor?: Maybe; - /** - * When paginating forwards, are there more items? - */ - hasNextPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, are there more items? - */ - hasPreviousPage: ScalarsEnums['Boolean']; - /** - * When paginating backwards, the cursor to continue. - */ - startCursor?: Maybe; - $on: $WPPageInfo; -} - -/** - * The writing setting type - */ -export interface WritingSettings { - __typename?: 'WritingSettings'; - /** - * Default post category. - */ - defaultCategory?: Maybe; - /** - * Default post format. - */ - defaultPostFormat?: Maybe; - /** - * Convert emoticons like :-) and :-P to graphics on display. - */ - useSmilies?: Maybe; -} - -export interface Mutation { - __typename?: 'Mutation'; - createCategory: (args: { - input: CreateCategoryInput; - }) => Maybe; - createComment: (args: { - input: CreateCommentInput; - }) => Maybe; - createMediaItem: (args: { - input: CreateMediaItemInput; - }) => Maybe; - createPage: (args: { input: CreatePageInput }) => Maybe; - createPost: (args: { input: CreatePostInput }) => Maybe; - createPostFormat: (args: { - input: CreatePostFormatInput; - }) => Maybe; - createTag: (args: { input: CreateTagInput }) => Maybe; - createUser: (args: { input: CreateUserInput }) => Maybe; - deleteCategory: (args: { - input: DeleteCategoryInput; - }) => Maybe; - deleteComment: (args: { - input: DeleteCommentInput; - }) => Maybe; - deleteMediaItem: (args: { - input: DeleteMediaItemInput; - }) => Maybe; - deletePage: (args: { input: DeletePageInput }) => Maybe; - deletePost: (args: { input: DeletePostInput }) => Maybe; - deletePostFormat: (args: { - input: DeletePostFormatInput; - }) => Maybe; - deleteTag: (args: { input: DeleteTagInput }) => Maybe; - deleteUser: (args: { input: DeleteUserInput }) => Maybe; - generateAuthorizationCode: (args: { - input: GenerateAuthorizationCodeInput; - }) => Maybe; - increaseCount: (args?: { - count?: Maybe; - }) => Maybe; - registerUser: (args: { - input: RegisterUserInput; - }) => Maybe; - resetUserPassword: (args: { - input: ResetUserPasswordInput; - }) => Maybe; - restoreComment: (args: { - input: RestoreCommentInput; - }) => Maybe; - sendPasswordResetEmail: (args: { - input: SendPasswordResetEmailInput; - }) => Maybe; - updateCategory: (args: { - input: UpdateCategoryInput; - }) => Maybe; - updateComment: (args: { - input: UpdateCommentInput; - }) => Maybe; - updateMediaItem: (args: { - input: UpdateMediaItemInput; - }) => Maybe; - updatePage: (args: { input: UpdatePageInput }) => Maybe; - updatePost: (args: { input: UpdatePostInput }) => Maybe; - updatePostFormat: (args: { - input: UpdatePostFormatInput; - }) => Maybe; - updateSettings: (args: { - input: UpdateSettingsInput; - }) => Maybe; - updateTag: (args: { input: UpdateTagInput }) => Maybe; - updateUser: (args: { input: UpdateUserInput }) => Maybe; -} - -export interface Query { - __typename?: 'Query'; - allSettings?: Maybe; - categories: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - category: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - comment: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - comments: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - contentNode: (args: { - asPreview?: Maybe; - contentType?: Maybe; - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - contentNodes: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - contentType: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - contentTypes: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - }) => Maybe; - discussionSettings?: Maybe; - generalSettings?: Maybe; - mediaItem: (args: { - asPreview?: Maybe; - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - mediaItemBy: (args?: { - id?: Maybe; - mediaItemId?: Maybe; - slug?: Maybe; - uri?: Maybe; - }) => Maybe; - mediaItems: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - menu: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - menuItem: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - menuItems: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - menus: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - node: (args?: { id?: Maybe }) => Maybe; - nodeByUri: (args: { - uri: Scalars['String']; - }) => Maybe; - page: (args: { - asPreview?: Maybe; - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - pageBy: (args?: { - id?: Maybe; - pageId?: Maybe; - uri?: Maybe; - }) => Maybe; - pages: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - plugin: (args: { id: Scalars['ID'] }) => Maybe; - plugins: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - post: (args: { - asPreview?: Maybe; - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - postBy: (args?: { - id?: Maybe; - postId?: Maybe; - slug?: Maybe; - uri?: Maybe; - }) => Maybe; - postFormat: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - postFormats: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - posts: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - readingSettings?: Maybe; - registeredScripts: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - }) => Maybe; - registeredStylesheets: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - }) => Maybe; - revisions: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - tag: (args: { id: Scalars['ID']; idType?: Maybe }) => Maybe; - tags: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - taxonomies: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - }) => Maybe; - taxonomy: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - termNode: (args: { - id: Scalars['ID']; - idType?: Maybe; - taxonomy?: Maybe; - }) => Maybe; - terms: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - theme: (args: { id: Scalars['ID'] }) => Maybe; - themes: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - }) => Maybe; - user: (args: { - id: Scalars['ID']; - idType?: Maybe; - }) => Maybe; - userRole: (args: { id: Scalars['ID'] }) => Maybe; - userRoles: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - }) => Maybe; - users: (args?: { - after?: Maybe; - before?: Maybe; - first?: Maybe; - last?: Maybe; - where?: Maybe; - }) => Maybe; - viewer?: Maybe; - writingSettings?: Maybe; -} - -export interface Subscription { - __typename?: 'Subscription'; -} - -export interface SchemaObjectTypes { - Avatar: Avatar; - Category: Category; - CategoryToAncestorsCategoryConnection: CategoryToAncestorsCategoryConnection; - CategoryToAncestorsCategoryConnectionEdge: CategoryToAncestorsCategoryConnectionEdge; - CategoryToAncestorsCategoryConnectionPageInfo: CategoryToAncestorsCategoryConnectionPageInfo; - CategoryToCategoryConnection: CategoryToCategoryConnection; - CategoryToCategoryConnectionEdge: CategoryToCategoryConnectionEdge; - CategoryToCategoryConnectionPageInfo: CategoryToCategoryConnectionPageInfo; - CategoryToContentNodeConnection: CategoryToContentNodeConnection; - CategoryToContentNodeConnectionEdge: CategoryToContentNodeConnectionEdge; - CategoryToContentNodeConnectionPageInfo: CategoryToContentNodeConnectionPageInfo; - CategoryToParentCategoryConnectionEdge: CategoryToParentCategoryConnectionEdge; - CategoryToPostConnection: CategoryToPostConnection; - CategoryToPostConnectionEdge: CategoryToPostConnectionEdge; - CategoryToPostConnectionPageInfo: CategoryToPostConnectionPageInfo; - CategoryToTaxonomyConnectionEdge: CategoryToTaxonomyConnectionEdge; - Comment: Comment; - CommentAuthor: CommentAuthor; - CommentToCommentConnection: CommentToCommentConnection; - CommentToCommentConnectionEdge: CommentToCommentConnectionEdge; - CommentToCommentConnectionPageInfo: CommentToCommentConnectionPageInfo; - CommentToCommenterConnectionEdge: CommentToCommenterConnectionEdge; - CommentToContentNodeConnectionEdge: CommentToContentNodeConnectionEdge; - CommentToParentCommentConnectionEdge: CommentToParentCommentConnectionEdge; - ConditionalTags: ConditionalTags; - ContentNodeToContentTypeConnectionEdge: ContentNodeToContentTypeConnectionEdge; - ContentNodeToEditLastConnectionEdge: ContentNodeToEditLastConnectionEdge; - ContentNodeToEditLockConnectionEdge: ContentNodeToEditLockConnectionEdge; - ContentNodeToEnqueuedScriptConnection: ContentNodeToEnqueuedScriptConnection; - ContentNodeToEnqueuedScriptConnectionEdge: ContentNodeToEnqueuedScriptConnectionEdge; - ContentNodeToEnqueuedScriptConnectionPageInfo: ContentNodeToEnqueuedScriptConnectionPageInfo; - ContentNodeToEnqueuedStylesheetConnection: ContentNodeToEnqueuedStylesheetConnection; - ContentNodeToEnqueuedStylesheetConnectionEdge: ContentNodeToEnqueuedStylesheetConnectionEdge; - ContentNodeToEnqueuedStylesheetConnectionPageInfo: ContentNodeToEnqueuedStylesheetConnectionPageInfo; - ContentType: ContentType; - ContentTypeToContentNodeConnection: ContentTypeToContentNodeConnection; - ContentTypeToContentNodeConnectionEdge: ContentTypeToContentNodeConnectionEdge; - ContentTypeToContentNodeConnectionPageInfo: ContentTypeToContentNodeConnectionPageInfo; - ContentTypeToTaxonomyConnection: ContentTypeToTaxonomyConnection; - ContentTypeToTaxonomyConnectionEdge: ContentTypeToTaxonomyConnectionEdge; - ContentTypeToTaxonomyConnectionPageInfo: ContentTypeToTaxonomyConnectionPageInfo; - CreateCategoryPayload: CreateCategoryPayload; - CreateCommentPayload: CreateCommentPayload; - CreateMediaItemPayload: CreateMediaItemPayload; - CreatePagePayload: CreatePagePayload; - CreatePostFormatPayload: CreatePostFormatPayload; - CreatePostPayload: CreatePostPayload; - CreateTagPayload: CreateTagPayload; - CreateUserPayload: CreateUserPayload; - DefaultTemplate: DefaultTemplate; - DeleteCategoryPayload: DeleteCategoryPayload; - DeleteCommentPayload: DeleteCommentPayload; - DeleteMediaItemPayload: DeleteMediaItemPayload; - DeletePagePayload: DeletePagePayload; - DeletePostFormatPayload: DeletePostFormatPayload; - DeletePostPayload: DeletePostPayload; - DeleteTagPayload: DeleteTagPayload; - DeleteUserPayload: DeleteUserPayload; - DiscussionSettings: DiscussionSettings; - EnqueuedScript: EnqueuedScript; - EnqueuedStylesheet: EnqueuedStylesheet; - GeneralSettings: GeneralSettings; - GenerateAuthorizationCodePayload: GenerateAuthorizationCodePayload; - HierarchicalContentNodeToContentNodeAncestorsConnection: HierarchicalContentNodeToContentNodeAncestorsConnection; - HierarchicalContentNodeToContentNodeAncestorsConnectionEdge: HierarchicalContentNodeToContentNodeAncestorsConnectionEdge; - HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo: HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo; - HierarchicalContentNodeToContentNodeChildrenConnection: HierarchicalContentNodeToContentNodeChildrenConnection; - HierarchicalContentNodeToContentNodeChildrenConnectionEdge: HierarchicalContentNodeToContentNodeChildrenConnectionEdge; - HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo: HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo; - HierarchicalContentNodeToParentContentNodeConnectionEdge: HierarchicalContentNodeToParentContentNodeConnectionEdge; - MediaDetails: MediaDetails; - MediaItem: MediaItem; - MediaItemMeta: MediaItemMeta; - MediaItemToCommentConnection: MediaItemToCommentConnection; - MediaItemToCommentConnectionEdge: MediaItemToCommentConnectionEdge; - MediaItemToCommentConnectionPageInfo: MediaItemToCommentConnectionPageInfo; - MediaSize: MediaSize; - Menu: Menu; - MenuItem: MenuItem; - MenuItemToMenuConnectionEdge: MenuItemToMenuConnectionEdge; - MenuItemToMenuItemConnection: MenuItemToMenuItemConnection; - MenuItemToMenuItemConnectionEdge: MenuItemToMenuItemConnectionEdge; - MenuItemToMenuItemConnectionPageInfo: MenuItemToMenuItemConnectionPageInfo; - MenuItemToMenuItemLinkableConnectionEdge: MenuItemToMenuItemLinkableConnectionEdge; - MenuToMenuItemConnection: MenuToMenuItemConnection; - MenuToMenuItemConnectionEdge: MenuToMenuItemConnectionEdge; - MenuToMenuItemConnectionPageInfo: MenuToMenuItemConnectionPageInfo; - Mutation: Mutation; - NodeWithAuthorToUserConnectionEdge: NodeWithAuthorToUserConnectionEdge; - NodeWithFeaturedImageToMediaItemConnectionEdge: NodeWithFeaturedImageToMediaItemConnectionEdge; - NodeWithRevisionsToContentNodeConnectionEdge: NodeWithRevisionsToContentNodeConnectionEdge; - Page: Page; - PageToCommentConnection: PageToCommentConnection; - PageToCommentConnectionEdge: PageToCommentConnectionEdge; - PageToCommentConnectionPageInfo: PageToCommentConnectionPageInfo; - PageToPreviewConnectionEdge: PageToPreviewConnectionEdge; - PageToRevisionConnection: PageToRevisionConnection; - PageToRevisionConnectionEdge: PageToRevisionConnectionEdge; - PageToRevisionConnectionPageInfo: PageToRevisionConnectionPageInfo; - Plugin: Plugin; - Post: Post; - PostFormat: PostFormat; - PostFormatToContentNodeConnection: PostFormatToContentNodeConnection; - PostFormatToContentNodeConnectionEdge: PostFormatToContentNodeConnectionEdge; - PostFormatToContentNodeConnectionPageInfo: PostFormatToContentNodeConnectionPageInfo; - PostFormatToPostConnection: PostFormatToPostConnection; - PostFormatToPostConnectionEdge: PostFormatToPostConnectionEdge; - PostFormatToPostConnectionPageInfo: PostFormatToPostConnectionPageInfo; - PostFormatToTaxonomyConnectionEdge: PostFormatToTaxonomyConnectionEdge; - PostToCategoryConnection: PostToCategoryConnection; - PostToCategoryConnectionEdge: PostToCategoryConnectionEdge; - PostToCategoryConnectionPageInfo: PostToCategoryConnectionPageInfo; - PostToCommentConnection: PostToCommentConnection; - PostToCommentConnectionEdge: PostToCommentConnectionEdge; - PostToCommentConnectionPageInfo: PostToCommentConnectionPageInfo; - PostToPostFormatConnection: PostToPostFormatConnection; - PostToPostFormatConnectionEdge: PostToPostFormatConnectionEdge; - PostToPostFormatConnectionPageInfo: PostToPostFormatConnectionPageInfo; - PostToPreviewConnectionEdge: PostToPreviewConnectionEdge; - PostToRevisionConnection: PostToRevisionConnection; - PostToRevisionConnectionEdge: PostToRevisionConnectionEdge; - PostToRevisionConnectionPageInfo: PostToRevisionConnectionPageInfo; - PostToTagConnection: PostToTagConnection; - PostToTagConnectionEdge: PostToTagConnectionEdge; - PostToTagConnectionPageInfo: PostToTagConnectionPageInfo; - PostToTermNodeConnection: PostToTermNodeConnection; - PostToTermNodeConnectionEdge: PostToTermNodeConnectionEdge; - PostToTermNodeConnectionPageInfo: PostToTermNodeConnectionPageInfo; - PostTypeLabelDetails: PostTypeLabelDetails; - Query: Query; - ReadingSettings: ReadingSettings; - RegisterUserPayload: RegisterUserPayload; - ResetUserPasswordPayload: ResetUserPasswordPayload; - RestoreCommentPayload: RestoreCommentPayload; - RootQueryToCategoryConnection: RootQueryToCategoryConnection; - RootQueryToCategoryConnectionEdge: RootQueryToCategoryConnectionEdge; - RootQueryToCategoryConnectionPageInfo: RootQueryToCategoryConnectionPageInfo; - RootQueryToCommentConnection: RootQueryToCommentConnection; - RootQueryToCommentConnectionEdge: RootQueryToCommentConnectionEdge; - RootQueryToCommentConnectionPageInfo: RootQueryToCommentConnectionPageInfo; - RootQueryToContentNodeConnection: RootQueryToContentNodeConnection; - RootQueryToContentNodeConnectionEdge: RootQueryToContentNodeConnectionEdge; - RootQueryToContentNodeConnectionPageInfo: RootQueryToContentNodeConnectionPageInfo; - RootQueryToContentTypeConnection: RootQueryToContentTypeConnection; - RootQueryToContentTypeConnectionEdge: RootQueryToContentTypeConnectionEdge; - RootQueryToContentTypeConnectionPageInfo: RootQueryToContentTypeConnectionPageInfo; - RootQueryToEnqueuedScriptConnection: RootQueryToEnqueuedScriptConnection; - RootQueryToEnqueuedScriptConnectionEdge: RootQueryToEnqueuedScriptConnectionEdge; - RootQueryToEnqueuedScriptConnectionPageInfo: RootQueryToEnqueuedScriptConnectionPageInfo; - RootQueryToEnqueuedStylesheetConnection: RootQueryToEnqueuedStylesheetConnection; - RootQueryToEnqueuedStylesheetConnectionEdge: RootQueryToEnqueuedStylesheetConnectionEdge; - RootQueryToEnqueuedStylesheetConnectionPageInfo: RootQueryToEnqueuedStylesheetConnectionPageInfo; - RootQueryToMediaItemConnection: RootQueryToMediaItemConnection; - RootQueryToMediaItemConnectionEdge: RootQueryToMediaItemConnectionEdge; - RootQueryToMediaItemConnectionPageInfo: RootQueryToMediaItemConnectionPageInfo; - RootQueryToMenuConnection: RootQueryToMenuConnection; - RootQueryToMenuConnectionEdge: RootQueryToMenuConnectionEdge; - RootQueryToMenuConnectionPageInfo: RootQueryToMenuConnectionPageInfo; - RootQueryToMenuItemConnection: RootQueryToMenuItemConnection; - RootQueryToMenuItemConnectionEdge: RootQueryToMenuItemConnectionEdge; - RootQueryToMenuItemConnectionPageInfo: RootQueryToMenuItemConnectionPageInfo; - RootQueryToPageConnection: RootQueryToPageConnection; - RootQueryToPageConnectionEdge: RootQueryToPageConnectionEdge; - RootQueryToPageConnectionPageInfo: RootQueryToPageConnectionPageInfo; - RootQueryToPluginConnection: RootQueryToPluginConnection; - RootQueryToPluginConnectionEdge: RootQueryToPluginConnectionEdge; - RootQueryToPluginConnectionPageInfo: RootQueryToPluginConnectionPageInfo; - RootQueryToPostConnection: RootQueryToPostConnection; - RootQueryToPostConnectionEdge: RootQueryToPostConnectionEdge; - RootQueryToPostConnectionPageInfo: RootQueryToPostConnectionPageInfo; - RootQueryToPostFormatConnection: RootQueryToPostFormatConnection; - RootQueryToPostFormatConnectionEdge: RootQueryToPostFormatConnectionEdge; - RootQueryToPostFormatConnectionPageInfo: RootQueryToPostFormatConnectionPageInfo; - RootQueryToRevisionsConnection: RootQueryToRevisionsConnection; - RootQueryToRevisionsConnectionEdge: RootQueryToRevisionsConnectionEdge; - RootQueryToRevisionsConnectionPageInfo: RootQueryToRevisionsConnectionPageInfo; - RootQueryToTagConnection: RootQueryToTagConnection; - RootQueryToTagConnectionEdge: RootQueryToTagConnectionEdge; - RootQueryToTagConnectionPageInfo: RootQueryToTagConnectionPageInfo; - RootQueryToTaxonomyConnection: RootQueryToTaxonomyConnection; - RootQueryToTaxonomyConnectionEdge: RootQueryToTaxonomyConnectionEdge; - RootQueryToTaxonomyConnectionPageInfo: RootQueryToTaxonomyConnectionPageInfo; - RootQueryToTermNodeConnection: RootQueryToTermNodeConnection; - RootQueryToTermNodeConnectionEdge: RootQueryToTermNodeConnectionEdge; - RootQueryToTermNodeConnectionPageInfo: RootQueryToTermNodeConnectionPageInfo; - RootQueryToThemeConnection: RootQueryToThemeConnection; - RootQueryToThemeConnectionEdge: RootQueryToThemeConnectionEdge; - RootQueryToThemeConnectionPageInfo: RootQueryToThemeConnectionPageInfo; - RootQueryToUserConnection: RootQueryToUserConnection; - RootQueryToUserConnectionEdge: RootQueryToUserConnectionEdge; - RootQueryToUserConnectionPageInfo: RootQueryToUserConnectionPageInfo; - RootQueryToUserRoleConnection: RootQueryToUserRoleConnection; - RootQueryToUserRoleConnectionEdge: RootQueryToUserRoleConnectionEdge; - RootQueryToUserRoleConnectionPageInfo: RootQueryToUserRoleConnectionPageInfo; - SendPasswordResetEmailPayload: SendPasswordResetEmailPayload; - Settings: Settings; - Subscription: Subscription; - Tag: Tag; - TagToContentNodeConnection: TagToContentNodeConnection; - TagToContentNodeConnectionEdge: TagToContentNodeConnectionEdge; - TagToContentNodeConnectionPageInfo: TagToContentNodeConnectionPageInfo; - TagToPostConnection: TagToPostConnection; - TagToPostConnectionEdge: TagToPostConnectionEdge; - TagToPostConnectionPageInfo: TagToPostConnectionPageInfo; - TagToTaxonomyConnectionEdge: TagToTaxonomyConnectionEdge; - Taxonomy: Taxonomy; - TaxonomyToContentTypeConnection: TaxonomyToContentTypeConnection; - TaxonomyToContentTypeConnectionEdge: TaxonomyToContentTypeConnectionEdge; - TaxonomyToContentTypeConnectionPageInfo: TaxonomyToContentTypeConnectionPageInfo; - TaxonomyToTermNodeConnection: TaxonomyToTermNodeConnection; - TaxonomyToTermNodeConnectionEdge: TaxonomyToTermNodeConnectionEdge; - TaxonomyToTermNodeConnectionPageInfo: TaxonomyToTermNodeConnectionPageInfo; - TermNodeToEnqueuedScriptConnection: TermNodeToEnqueuedScriptConnection; - TermNodeToEnqueuedScriptConnectionEdge: TermNodeToEnqueuedScriptConnectionEdge; - TermNodeToEnqueuedScriptConnectionPageInfo: TermNodeToEnqueuedScriptConnectionPageInfo; - TermNodeToEnqueuedStylesheetConnection: TermNodeToEnqueuedStylesheetConnection; - TermNodeToEnqueuedStylesheetConnectionEdge: TermNodeToEnqueuedStylesheetConnectionEdge; - TermNodeToEnqueuedStylesheetConnectionPageInfo: TermNodeToEnqueuedStylesheetConnectionPageInfo; - Theme: Theme; - UpdateCategoryPayload: UpdateCategoryPayload; - UpdateCommentPayload: UpdateCommentPayload; - UpdateMediaItemPayload: UpdateMediaItemPayload; - UpdatePagePayload: UpdatePagePayload; - UpdatePostFormatPayload: UpdatePostFormatPayload; - UpdatePostPayload: UpdatePostPayload; - UpdateSettingsPayload: UpdateSettingsPayload; - UpdateTagPayload: UpdateTagPayload; - UpdateUserPayload: UpdateUserPayload; - User: User; - UserRole: UserRole; - UserToCommentConnection: UserToCommentConnection; - UserToCommentConnectionEdge: UserToCommentConnectionEdge; - UserToCommentConnectionPageInfo: UserToCommentConnectionPageInfo; - UserToEnqueuedScriptConnection: UserToEnqueuedScriptConnection; - UserToEnqueuedScriptConnectionEdge: UserToEnqueuedScriptConnectionEdge; - UserToEnqueuedScriptConnectionPageInfo: UserToEnqueuedScriptConnectionPageInfo; - UserToEnqueuedStylesheetConnection: UserToEnqueuedStylesheetConnection; - UserToEnqueuedStylesheetConnectionEdge: UserToEnqueuedStylesheetConnectionEdge; - UserToEnqueuedStylesheetConnectionPageInfo: UserToEnqueuedStylesheetConnectionPageInfo; - UserToMediaItemConnection: UserToMediaItemConnection; - UserToMediaItemConnectionEdge: UserToMediaItemConnectionEdge; - UserToMediaItemConnectionPageInfo: UserToMediaItemConnectionPageInfo; - UserToPageConnection: UserToPageConnection; - UserToPageConnectionEdge: UserToPageConnectionEdge; - UserToPageConnectionPageInfo: UserToPageConnectionPageInfo; - UserToPostConnection: UserToPostConnection; - UserToPostConnectionEdge: UserToPostConnectionEdge; - UserToPostConnectionPageInfo: UserToPostConnectionPageInfo; - UserToRevisionsConnection: UserToRevisionsConnection; - UserToRevisionsConnectionEdge: UserToRevisionsConnectionEdge; - UserToRevisionsConnectionPageInfo: UserToRevisionsConnectionPageInfo; - UserToUserRoleConnection: UserToUserRoleConnection; - UserToUserRoleConnectionEdge: UserToUserRoleConnectionEdge; - UserToUserRoleConnectionPageInfo: UserToUserRoleConnectionPageInfo; - WritingSettings: WritingSettings; -} -export type SchemaObjectTypesNames = - | 'Avatar' - | 'Category' - | 'CategoryToAncestorsCategoryConnection' - | 'CategoryToAncestorsCategoryConnectionEdge' - | 'CategoryToAncestorsCategoryConnectionPageInfo' - | 'CategoryToCategoryConnection' - | 'CategoryToCategoryConnectionEdge' - | 'CategoryToCategoryConnectionPageInfo' - | 'CategoryToContentNodeConnection' - | 'CategoryToContentNodeConnectionEdge' - | 'CategoryToContentNodeConnectionPageInfo' - | 'CategoryToParentCategoryConnectionEdge' - | 'CategoryToPostConnection' - | 'CategoryToPostConnectionEdge' - | 'CategoryToPostConnectionPageInfo' - | 'CategoryToTaxonomyConnectionEdge' - | 'Comment' - | 'CommentAuthor' - | 'CommentToCommentConnection' - | 'CommentToCommentConnectionEdge' - | 'CommentToCommentConnectionPageInfo' - | 'CommentToCommenterConnectionEdge' - | 'CommentToContentNodeConnectionEdge' - | 'CommentToParentCommentConnectionEdge' - | 'ConditionalTags' - | 'ContentNodeToContentTypeConnectionEdge' - | 'ContentNodeToEditLastConnectionEdge' - | 'ContentNodeToEditLockConnectionEdge' - | 'ContentNodeToEnqueuedScriptConnection' - | 'ContentNodeToEnqueuedScriptConnectionEdge' - | 'ContentNodeToEnqueuedScriptConnectionPageInfo' - | 'ContentNodeToEnqueuedStylesheetConnection' - | 'ContentNodeToEnqueuedStylesheetConnectionEdge' - | 'ContentNodeToEnqueuedStylesheetConnectionPageInfo' - | 'ContentType' - | 'ContentTypeToContentNodeConnection' - | 'ContentTypeToContentNodeConnectionEdge' - | 'ContentTypeToContentNodeConnectionPageInfo' - | 'ContentTypeToTaxonomyConnection' - | 'ContentTypeToTaxonomyConnectionEdge' - | 'ContentTypeToTaxonomyConnectionPageInfo' - | 'CreateCategoryPayload' - | 'CreateCommentPayload' - | 'CreateMediaItemPayload' - | 'CreatePagePayload' - | 'CreatePostFormatPayload' - | 'CreatePostPayload' - | 'CreateTagPayload' - | 'CreateUserPayload' - | 'DefaultTemplate' - | 'DeleteCategoryPayload' - | 'DeleteCommentPayload' - | 'DeleteMediaItemPayload' - | 'DeletePagePayload' - | 'DeletePostFormatPayload' - | 'DeletePostPayload' - | 'DeleteTagPayload' - | 'DeleteUserPayload' - | 'DiscussionSettings' - | 'EnqueuedScript' - | 'EnqueuedStylesheet' - | 'GeneralSettings' - | 'GenerateAuthorizationCodePayload' - | 'HierarchicalContentNodeToContentNodeAncestorsConnection' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionEdge' - | 'HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo' - | 'HierarchicalContentNodeToContentNodeChildrenConnection' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionEdge' - | 'HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo' - | 'HierarchicalContentNodeToParentContentNodeConnectionEdge' - | 'MediaDetails' - | 'MediaItem' - | 'MediaItemMeta' - | 'MediaItemToCommentConnection' - | 'MediaItemToCommentConnectionEdge' - | 'MediaItemToCommentConnectionPageInfo' - | 'MediaSize' - | 'Menu' - | 'MenuItem' - | 'MenuItemToMenuConnectionEdge' - | 'MenuItemToMenuItemConnection' - | 'MenuItemToMenuItemConnectionEdge' - | 'MenuItemToMenuItemConnectionPageInfo' - | 'MenuItemToMenuItemLinkableConnectionEdge' - | 'MenuToMenuItemConnection' - | 'MenuToMenuItemConnectionEdge' - | 'MenuToMenuItemConnectionPageInfo' - | 'Mutation' - | 'NodeWithAuthorToUserConnectionEdge' - | 'NodeWithFeaturedImageToMediaItemConnectionEdge' - | 'NodeWithRevisionsToContentNodeConnectionEdge' - | 'Page' - | 'PageToCommentConnection' - | 'PageToCommentConnectionEdge' - | 'PageToCommentConnectionPageInfo' - | 'PageToPreviewConnectionEdge' - | 'PageToRevisionConnection' - | 'PageToRevisionConnectionEdge' - | 'PageToRevisionConnectionPageInfo' - | 'Plugin' - | 'Post' - | 'PostFormat' - | 'PostFormatToContentNodeConnection' - | 'PostFormatToContentNodeConnectionEdge' - | 'PostFormatToContentNodeConnectionPageInfo' - | 'PostFormatToPostConnection' - | 'PostFormatToPostConnectionEdge' - | 'PostFormatToPostConnectionPageInfo' - | 'PostFormatToTaxonomyConnectionEdge' - | 'PostToCategoryConnection' - | 'PostToCategoryConnectionEdge' - | 'PostToCategoryConnectionPageInfo' - | 'PostToCommentConnection' - | 'PostToCommentConnectionEdge' - | 'PostToCommentConnectionPageInfo' - | 'PostToPostFormatConnection' - | 'PostToPostFormatConnectionEdge' - | 'PostToPostFormatConnectionPageInfo' - | 'PostToPreviewConnectionEdge' - | 'PostToRevisionConnection' - | 'PostToRevisionConnectionEdge' - | 'PostToRevisionConnectionPageInfo' - | 'PostToTagConnection' - | 'PostToTagConnectionEdge' - | 'PostToTagConnectionPageInfo' - | 'PostToTermNodeConnection' - | 'PostToTermNodeConnectionEdge' - | 'PostToTermNodeConnectionPageInfo' - | 'PostTypeLabelDetails' - | 'Query' - | 'ReadingSettings' - | 'RegisterUserPayload' - | 'ResetUserPasswordPayload' - | 'RestoreCommentPayload' - | 'RootQueryToCategoryConnection' - | 'RootQueryToCategoryConnectionEdge' - | 'RootQueryToCategoryConnectionPageInfo' - | 'RootQueryToCommentConnection' - | 'RootQueryToCommentConnectionEdge' - | 'RootQueryToCommentConnectionPageInfo' - | 'RootQueryToContentNodeConnection' - | 'RootQueryToContentNodeConnectionEdge' - | 'RootQueryToContentNodeConnectionPageInfo' - | 'RootQueryToContentTypeConnection' - | 'RootQueryToContentTypeConnectionEdge' - | 'RootQueryToContentTypeConnectionPageInfo' - | 'RootQueryToEnqueuedScriptConnection' - | 'RootQueryToEnqueuedScriptConnectionEdge' - | 'RootQueryToEnqueuedScriptConnectionPageInfo' - | 'RootQueryToEnqueuedStylesheetConnection' - | 'RootQueryToEnqueuedStylesheetConnectionEdge' - | 'RootQueryToEnqueuedStylesheetConnectionPageInfo' - | 'RootQueryToMediaItemConnection' - | 'RootQueryToMediaItemConnectionEdge' - | 'RootQueryToMediaItemConnectionPageInfo' - | 'RootQueryToMenuConnection' - | 'RootQueryToMenuConnectionEdge' - | 'RootQueryToMenuConnectionPageInfo' - | 'RootQueryToMenuItemConnection' - | 'RootQueryToMenuItemConnectionEdge' - | 'RootQueryToMenuItemConnectionPageInfo' - | 'RootQueryToPageConnection' - | 'RootQueryToPageConnectionEdge' - | 'RootQueryToPageConnectionPageInfo' - | 'RootQueryToPluginConnection' - | 'RootQueryToPluginConnectionEdge' - | 'RootQueryToPluginConnectionPageInfo' - | 'RootQueryToPostConnection' - | 'RootQueryToPostConnectionEdge' - | 'RootQueryToPostConnectionPageInfo' - | 'RootQueryToPostFormatConnection' - | 'RootQueryToPostFormatConnectionEdge' - | 'RootQueryToPostFormatConnectionPageInfo' - | 'RootQueryToRevisionsConnection' - | 'RootQueryToRevisionsConnectionEdge' - | 'RootQueryToRevisionsConnectionPageInfo' - | 'RootQueryToTagConnection' - | 'RootQueryToTagConnectionEdge' - | 'RootQueryToTagConnectionPageInfo' - | 'RootQueryToTaxonomyConnection' - | 'RootQueryToTaxonomyConnectionEdge' - | 'RootQueryToTaxonomyConnectionPageInfo' - | 'RootQueryToTermNodeConnection' - | 'RootQueryToTermNodeConnectionEdge' - | 'RootQueryToTermNodeConnectionPageInfo' - | 'RootQueryToThemeConnection' - | 'RootQueryToThemeConnectionEdge' - | 'RootQueryToThemeConnectionPageInfo' - | 'RootQueryToUserConnection' - | 'RootQueryToUserConnectionEdge' - | 'RootQueryToUserConnectionPageInfo' - | 'RootQueryToUserRoleConnection' - | 'RootQueryToUserRoleConnectionEdge' - | 'RootQueryToUserRoleConnectionPageInfo' - | 'SendPasswordResetEmailPayload' - | 'Settings' - | 'Subscription' - | 'Tag' - | 'TagToContentNodeConnection' - | 'TagToContentNodeConnectionEdge' - | 'TagToContentNodeConnectionPageInfo' - | 'TagToPostConnection' - | 'TagToPostConnectionEdge' - | 'TagToPostConnectionPageInfo' - | 'TagToTaxonomyConnectionEdge' - | 'Taxonomy' - | 'TaxonomyToContentTypeConnection' - | 'TaxonomyToContentTypeConnectionEdge' - | 'TaxonomyToContentTypeConnectionPageInfo' - | 'TaxonomyToTermNodeConnection' - | 'TaxonomyToTermNodeConnectionEdge' - | 'TaxonomyToTermNodeConnectionPageInfo' - | 'TermNodeToEnqueuedScriptConnection' - | 'TermNodeToEnqueuedScriptConnectionEdge' - | 'TermNodeToEnqueuedScriptConnectionPageInfo' - | 'TermNodeToEnqueuedStylesheetConnection' - | 'TermNodeToEnqueuedStylesheetConnectionEdge' - | 'TermNodeToEnqueuedStylesheetConnectionPageInfo' - | 'Theme' - | 'UpdateCategoryPayload' - | 'UpdateCommentPayload' - | 'UpdateMediaItemPayload' - | 'UpdatePagePayload' - | 'UpdatePostFormatPayload' - | 'UpdatePostPayload' - | 'UpdateSettingsPayload' - | 'UpdateTagPayload' - | 'UpdateUserPayload' - | 'User' - | 'UserRole' - | 'UserToCommentConnection' - | 'UserToCommentConnectionEdge' - | 'UserToCommentConnectionPageInfo' - | 'UserToEnqueuedScriptConnection' - | 'UserToEnqueuedScriptConnectionEdge' - | 'UserToEnqueuedScriptConnectionPageInfo' - | 'UserToEnqueuedStylesheetConnection' - | 'UserToEnqueuedStylesheetConnectionEdge' - | 'UserToEnqueuedStylesheetConnectionPageInfo' - | 'UserToMediaItemConnection' - | 'UserToMediaItemConnectionEdge' - | 'UserToMediaItemConnectionPageInfo' - | 'UserToPageConnection' - | 'UserToPageConnectionEdge' - | 'UserToPageConnectionPageInfo' - | 'UserToPostConnection' - | 'UserToPostConnectionEdge' - | 'UserToPostConnectionPageInfo' - | 'UserToRevisionsConnection' - | 'UserToRevisionsConnectionEdge' - | 'UserToRevisionsConnectionPageInfo' - | 'UserToUserRoleConnection' - | 'UserToUserRoleConnectionEdge' - | 'UserToUserRoleConnectionPageInfo' - | 'WritingSettings'; - -export interface $CategoryConnection { - CategoryToAncestorsCategoryConnection?: CategoryToAncestorsCategoryConnection; - CategoryToCategoryConnection?: CategoryToCategoryConnection; - PostToCategoryConnection?: PostToCategoryConnection; - RootQueryToCategoryConnection?: RootQueryToCategoryConnection; -} - -export interface $CategoryConnectionEdge { - CategoryToAncestorsCategoryConnectionEdge?: CategoryToAncestorsCategoryConnectionEdge; - CategoryToCategoryConnectionEdge?: CategoryToCategoryConnectionEdge; - CategoryToParentCategoryConnectionEdge?: CategoryToParentCategoryConnectionEdge; - PostToCategoryConnectionEdge?: PostToCategoryConnectionEdge; - RootQueryToCategoryConnectionEdge?: RootQueryToCategoryConnectionEdge; -} - -export interface $CategoryConnectionPageInfo { - CategoryToAncestorsCategoryConnectionPageInfo?: CategoryToAncestorsCategoryConnectionPageInfo; - CategoryToCategoryConnectionPageInfo?: CategoryToCategoryConnectionPageInfo; - PostToCategoryConnectionPageInfo?: PostToCategoryConnectionPageInfo; - RootQueryToCategoryConnectionPageInfo?: RootQueryToCategoryConnectionPageInfo; -} - -export interface $CommentConnection { - CommentToCommentConnection?: CommentToCommentConnection; - MediaItemToCommentConnection?: MediaItemToCommentConnection; - PageToCommentConnection?: PageToCommentConnection; - PostToCommentConnection?: PostToCommentConnection; - RootQueryToCommentConnection?: RootQueryToCommentConnection; - UserToCommentConnection?: UserToCommentConnection; -} - -export interface $CommentConnectionEdge { - CommentToCommentConnectionEdge?: CommentToCommentConnectionEdge; - CommentToParentCommentConnectionEdge?: CommentToParentCommentConnectionEdge; - MediaItemToCommentConnectionEdge?: MediaItemToCommentConnectionEdge; - PageToCommentConnectionEdge?: PageToCommentConnectionEdge; - PostToCommentConnectionEdge?: PostToCommentConnectionEdge; - RootQueryToCommentConnectionEdge?: RootQueryToCommentConnectionEdge; - UserToCommentConnectionEdge?: UserToCommentConnectionEdge; -} - -export interface $CommentConnectionPageInfo { - CommentToCommentConnectionPageInfo?: CommentToCommentConnectionPageInfo; - MediaItemToCommentConnectionPageInfo?: MediaItemToCommentConnectionPageInfo; - PageToCommentConnectionPageInfo?: PageToCommentConnectionPageInfo; - PostToCommentConnectionPageInfo?: PostToCommentConnectionPageInfo; - RootQueryToCommentConnectionPageInfo?: RootQueryToCommentConnectionPageInfo; - UserToCommentConnectionPageInfo?: UserToCommentConnectionPageInfo; -} - -export interface $Commenter { - CommentAuthor?: CommentAuthor; - User?: User; -} - -export interface $CommenterConnectionEdge { - CommentToCommenterConnectionEdge?: CommentToCommenterConnectionEdge; -} - -export interface $Connection { - CategoryToAncestorsCategoryConnection?: CategoryToAncestorsCategoryConnection; - CategoryToCategoryConnection?: CategoryToCategoryConnection; - CategoryToContentNodeConnection?: CategoryToContentNodeConnection; - CategoryToPostConnection?: CategoryToPostConnection; - CommentToCommentConnection?: CommentToCommentConnection; - ContentNodeToEnqueuedScriptConnection?: ContentNodeToEnqueuedScriptConnection; - ContentNodeToEnqueuedStylesheetConnection?: ContentNodeToEnqueuedStylesheetConnection; - ContentTypeToContentNodeConnection?: ContentTypeToContentNodeConnection; - ContentTypeToTaxonomyConnection?: ContentTypeToTaxonomyConnection; - HierarchicalContentNodeToContentNodeAncestorsConnection?: HierarchicalContentNodeToContentNodeAncestorsConnection; - HierarchicalContentNodeToContentNodeChildrenConnection?: HierarchicalContentNodeToContentNodeChildrenConnection; - MediaItemToCommentConnection?: MediaItemToCommentConnection; - MenuItemToMenuItemConnection?: MenuItemToMenuItemConnection; - MenuToMenuItemConnection?: MenuToMenuItemConnection; - PageToCommentConnection?: PageToCommentConnection; - PageToRevisionConnection?: PageToRevisionConnection; - PostFormatToContentNodeConnection?: PostFormatToContentNodeConnection; - PostFormatToPostConnection?: PostFormatToPostConnection; - PostToCategoryConnection?: PostToCategoryConnection; - PostToCommentConnection?: PostToCommentConnection; - PostToPostFormatConnection?: PostToPostFormatConnection; - PostToRevisionConnection?: PostToRevisionConnection; - PostToTagConnection?: PostToTagConnection; - PostToTermNodeConnection?: PostToTermNodeConnection; - RootQueryToCategoryConnection?: RootQueryToCategoryConnection; - RootQueryToCommentConnection?: RootQueryToCommentConnection; - RootQueryToContentNodeConnection?: RootQueryToContentNodeConnection; - RootQueryToContentTypeConnection?: RootQueryToContentTypeConnection; - RootQueryToEnqueuedScriptConnection?: RootQueryToEnqueuedScriptConnection; - RootQueryToEnqueuedStylesheetConnection?: RootQueryToEnqueuedStylesheetConnection; - RootQueryToMediaItemConnection?: RootQueryToMediaItemConnection; - RootQueryToMenuConnection?: RootQueryToMenuConnection; - RootQueryToMenuItemConnection?: RootQueryToMenuItemConnection; - RootQueryToPageConnection?: RootQueryToPageConnection; - RootQueryToPluginConnection?: RootQueryToPluginConnection; - RootQueryToPostConnection?: RootQueryToPostConnection; - RootQueryToPostFormatConnection?: RootQueryToPostFormatConnection; - RootQueryToRevisionsConnection?: RootQueryToRevisionsConnection; - RootQueryToTagConnection?: RootQueryToTagConnection; - RootQueryToTaxonomyConnection?: RootQueryToTaxonomyConnection; - RootQueryToTermNodeConnection?: RootQueryToTermNodeConnection; - RootQueryToThemeConnection?: RootQueryToThemeConnection; - RootQueryToUserConnection?: RootQueryToUserConnection; - RootQueryToUserRoleConnection?: RootQueryToUserRoleConnection; - TagToContentNodeConnection?: TagToContentNodeConnection; - TagToPostConnection?: TagToPostConnection; - TaxonomyToContentTypeConnection?: TaxonomyToContentTypeConnection; - TaxonomyToTermNodeConnection?: TaxonomyToTermNodeConnection; - TermNodeToEnqueuedScriptConnection?: TermNodeToEnqueuedScriptConnection; - TermNodeToEnqueuedStylesheetConnection?: TermNodeToEnqueuedStylesheetConnection; - UserToCommentConnection?: UserToCommentConnection; - UserToEnqueuedScriptConnection?: UserToEnqueuedScriptConnection; - UserToEnqueuedStylesheetConnection?: UserToEnqueuedStylesheetConnection; - UserToMediaItemConnection?: UserToMediaItemConnection; - UserToPageConnection?: UserToPageConnection; - UserToPostConnection?: UserToPostConnection; - UserToRevisionsConnection?: UserToRevisionsConnection; - UserToUserRoleConnection?: UserToUserRoleConnection; -} - -export interface $ContentNode { - MediaItem?: MediaItem; - Page?: Page; - Post?: Post; -} - -export interface $ContentNodeConnection { - CategoryToContentNodeConnection?: CategoryToContentNodeConnection; - ContentTypeToContentNodeConnection?: ContentTypeToContentNodeConnection; - HierarchicalContentNodeToContentNodeAncestorsConnection?: HierarchicalContentNodeToContentNodeAncestorsConnection; - HierarchicalContentNodeToContentNodeChildrenConnection?: HierarchicalContentNodeToContentNodeChildrenConnection; - PostFormatToContentNodeConnection?: PostFormatToContentNodeConnection; - RootQueryToContentNodeConnection?: RootQueryToContentNodeConnection; - RootQueryToRevisionsConnection?: RootQueryToRevisionsConnection; - TagToContentNodeConnection?: TagToContentNodeConnection; - UserToRevisionsConnection?: UserToRevisionsConnection; -} - -export interface $ContentNodeConnectionEdge { - CategoryToContentNodeConnectionEdge?: CategoryToContentNodeConnectionEdge; - CommentToContentNodeConnectionEdge?: CommentToContentNodeConnectionEdge; - ContentTypeToContentNodeConnectionEdge?: ContentTypeToContentNodeConnectionEdge; - HierarchicalContentNodeToContentNodeAncestorsConnectionEdge?: HierarchicalContentNodeToContentNodeAncestorsConnectionEdge; - HierarchicalContentNodeToContentNodeChildrenConnectionEdge?: HierarchicalContentNodeToContentNodeChildrenConnectionEdge; - HierarchicalContentNodeToParentContentNodeConnectionEdge?: HierarchicalContentNodeToParentContentNodeConnectionEdge; - NodeWithRevisionsToContentNodeConnectionEdge?: NodeWithRevisionsToContentNodeConnectionEdge; - PostFormatToContentNodeConnectionEdge?: PostFormatToContentNodeConnectionEdge; - RootQueryToContentNodeConnectionEdge?: RootQueryToContentNodeConnectionEdge; - RootQueryToRevisionsConnectionEdge?: RootQueryToRevisionsConnectionEdge; - TagToContentNodeConnectionEdge?: TagToContentNodeConnectionEdge; - UserToRevisionsConnectionEdge?: UserToRevisionsConnectionEdge; -} - -export interface $ContentNodeConnectionPageInfo { - CategoryToContentNodeConnectionPageInfo?: CategoryToContentNodeConnectionPageInfo; - ContentTypeToContentNodeConnectionPageInfo?: ContentTypeToContentNodeConnectionPageInfo; - HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo?: HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo; - HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo?: HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo; - PostFormatToContentNodeConnectionPageInfo?: PostFormatToContentNodeConnectionPageInfo; - RootQueryToContentNodeConnectionPageInfo?: RootQueryToContentNodeConnectionPageInfo; - RootQueryToRevisionsConnectionPageInfo?: RootQueryToRevisionsConnectionPageInfo; - TagToContentNodeConnectionPageInfo?: TagToContentNodeConnectionPageInfo; - UserToRevisionsConnectionPageInfo?: UserToRevisionsConnectionPageInfo; -} - -export interface $ContentTemplate { - DefaultTemplate?: DefaultTemplate; -} - -export interface $ContentTypeConnection { - RootQueryToContentTypeConnection?: RootQueryToContentTypeConnection; - TaxonomyToContentTypeConnection?: TaxonomyToContentTypeConnection; -} - -export interface $ContentTypeConnectionEdge { - ContentNodeToContentTypeConnectionEdge?: ContentNodeToContentTypeConnectionEdge; - RootQueryToContentTypeConnectionEdge?: RootQueryToContentTypeConnectionEdge; - TaxonomyToContentTypeConnectionEdge?: TaxonomyToContentTypeConnectionEdge; -} - -export interface $ContentTypeConnectionPageInfo { - RootQueryToContentTypeConnectionPageInfo?: RootQueryToContentTypeConnectionPageInfo; - TaxonomyToContentTypeConnectionPageInfo?: TaxonomyToContentTypeConnectionPageInfo; -} - -export interface $DatabaseIdentifier { - Category?: Category; - Comment?: Comment; - CommentAuthor?: CommentAuthor; - MediaItem?: MediaItem; - Menu?: Menu; - MenuItem?: MenuItem; - Page?: Page; - Post?: Post; - PostFormat?: PostFormat; - Tag?: Tag; - User?: User; -} - -export interface $Edge { - CategoryToAncestorsCategoryConnectionEdge?: CategoryToAncestorsCategoryConnectionEdge; - CategoryToCategoryConnectionEdge?: CategoryToCategoryConnectionEdge; - CategoryToContentNodeConnectionEdge?: CategoryToContentNodeConnectionEdge; - CategoryToParentCategoryConnectionEdge?: CategoryToParentCategoryConnectionEdge; - CategoryToPostConnectionEdge?: CategoryToPostConnectionEdge; - CategoryToTaxonomyConnectionEdge?: CategoryToTaxonomyConnectionEdge; - CommentToCommentConnectionEdge?: CommentToCommentConnectionEdge; - CommentToCommenterConnectionEdge?: CommentToCommenterConnectionEdge; - CommentToContentNodeConnectionEdge?: CommentToContentNodeConnectionEdge; - CommentToParentCommentConnectionEdge?: CommentToParentCommentConnectionEdge; - ContentNodeToContentTypeConnectionEdge?: ContentNodeToContentTypeConnectionEdge; - ContentNodeToEditLastConnectionEdge?: ContentNodeToEditLastConnectionEdge; - ContentNodeToEditLockConnectionEdge?: ContentNodeToEditLockConnectionEdge; - ContentNodeToEnqueuedScriptConnectionEdge?: ContentNodeToEnqueuedScriptConnectionEdge; - ContentNodeToEnqueuedStylesheetConnectionEdge?: ContentNodeToEnqueuedStylesheetConnectionEdge; - ContentTypeToContentNodeConnectionEdge?: ContentTypeToContentNodeConnectionEdge; - ContentTypeToTaxonomyConnectionEdge?: ContentTypeToTaxonomyConnectionEdge; - HierarchicalContentNodeToContentNodeAncestorsConnectionEdge?: HierarchicalContentNodeToContentNodeAncestorsConnectionEdge; - HierarchicalContentNodeToContentNodeChildrenConnectionEdge?: HierarchicalContentNodeToContentNodeChildrenConnectionEdge; - HierarchicalContentNodeToParentContentNodeConnectionEdge?: HierarchicalContentNodeToParentContentNodeConnectionEdge; - MediaItemToCommentConnectionEdge?: MediaItemToCommentConnectionEdge; - MenuItemToMenuConnectionEdge?: MenuItemToMenuConnectionEdge; - MenuItemToMenuItemConnectionEdge?: MenuItemToMenuItemConnectionEdge; - MenuItemToMenuItemLinkableConnectionEdge?: MenuItemToMenuItemLinkableConnectionEdge; - MenuToMenuItemConnectionEdge?: MenuToMenuItemConnectionEdge; - NodeWithAuthorToUserConnectionEdge?: NodeWithAuthorToUserConnectionEdge; - NodeWithFeaturedImageToMediaItemConnectionEdge?: NodeWithFeaturedImageToMediaItemConnectionEdge; - NodeWithRevisionsToContentNodeConnectionEdge?: NodeWithRevisionsToContentNodeConnectionEdge; - PageToCommentConnectionEdge?: PageToCommentConnectionEdge; - PageToPreviewConnectionEdge?: PageToPreviewConnectionEdge; - PageToRevisionConnectionEdge?: PageToRevisionConnectionEdge; - PostFormatToContentNodeConnectionEdge?: PostFormatToContentNodeConnectionEdge; - PostFormatToPostConnectionEdge?: PostFormatToPostConnectionEdge; - PostFormatToTaxonomyConnectionEdge?: PostFormatToTaxonomyConnectionEdge; - PostToCategoryConnectionEdge?: PostToCategoryConnectionEdge; - PostToCommentConnectionEdge?: PostToCommentConnectionEdge; - PostToPostFormatConnectionEdge?: PostToPostFormatConnectionEdge; - PostToPreviewConnectionEdge?: PostToPreviewConnectionEdge; - PostToRevisionConnectionEdge?: PostToRevisionConnectionEdge; - PostToTagConnectionEdge?: PostToTagConnectionEdge; - PostToTermNodeConnectionEdge?: PostToTermNodeConnectionEdge; - RootQueryToCategoryConnectionEdge?: RootQueryToCategoryConnectionEdge; - RootQueryToCommentConnectionEdge?: RootQueryToCommentConnectionEdge; - RootQueryToContentNodeConnectionEdge?: RootQueryToContentNodeConnectionEdge; - RootQueryToContentTypeConnectionEdge?: RootQueryToContentTypeConnectionEdge; - RootQueryToEnqueuedScriptConnectionEdge?: RootQueryToEnqueuedScriptConnectionEdge; - RootQueryToEnqueuedStylesheetConnectionEdge?: RootQueryToEnqueuedStylesheetConnectionEdge; - RootQueryToMediaItemConnectionEdge?: RootQueryToMediaItemConnectionEdge; - RootQueryToMenuConnectionEdge?: RootQueryToMenuConnectionEdge; - RootQueryToMenuItemConnectionEdge?: RootQueryToMenuItemConnectionEdge; - RootQueryToPageConnectionEdge?: RootQueryToPageConnectionEdge; - RootQueryToPluginConnectionEdge?: RootQueryToPluginConnectionEdge; - RootQueryToPostConnectionEdge?: RootQueryToPostConnectionEdge; - RootQueryToPostFormatConnectionEdge?: RootQueryToPostFormatConnectionEdge; - RootQueryToRevisionsConnectionEdge?: RootQueryToRevisionsConnectionEdge; - RootQueryToTagConnectionEdge?: RootQueryToTagConnectionEdge; - RootQueryToTaxonomyConnectionEdge?: RootQueryToTaxonomyConnectionEdge; - RootQueryToTermNodeConnectionEdge?: RootQueryToTermNodeConnectionEdge; - RootQueryToThemeConnectionEdge?: RootQueryToThemeConnectionEdge; - RootQueryToUserConnectionEdge?: RootQueryToUserConnectionEdge; - RootQueryToUserRoleConnectionEdge?: RootQueryToUserRoleConnectionEdge; - TagToContentNodeConnectionEdge?: TagToContentNodeConnectionEdge; - TagToPostConnectionEdge?: TagToPostConnectionEdge; - TagToTaxonomyConnectionEdge?: TagToTaxonomyConnectionEdge; - TaxonomyToContentTypeConnectionEdge?: TaxonomyToContentTypeConnectionEdge; - TaxonomyToTermNodeConnectionEdge?: TaxonomyToTermNodeConnectionEdge; - TermNodeToEnqueuedScriptConnectionEdge?: TermNodeToEnqueuedScriptConnectionEdge; - TermNodeToEnqueuedStylesheetConnectionEdge?: TermNodeToEnqueuedStylesheetConnectionEdge; - UserToCommentConnectionEdge?: UserToCommentConnectionEdge; - UserToEnqueuedScriptConnectionEdge?: UserToEnqueuedScriptConnectionEdge; - UserToEnqueuedStylesheetConnectionEdge?: UserToEnqueuedStylesheetConnectionEdge; - UserToMediaItemConnectionEdge?: UserToMediaItemConnectionEdge; - UserToPageConnectionEdge?: UserToPageConnectionEdge; - UserToPostConnectionEdge?: UserToPostConnectionEdge; - UserToRevisionsConnectionEdge?: UserToRevisionsConnectionEdge; - UserToUserRoleConnectionEdge?: UserToUserRoleConnectionEdge; -} - -export interface $EnqueuedAsset { - EnqueuedScript?: EnqueuedScript; - EnqueuedStylesheet?: EnqueuedStylesheet; -} - -export interface $EnqueuedScriptConnection { - ContentNodeToEnqueuedScriptConnection?: ContentNodeToEnqueuedScriptConnection; - RootQueryToEnqueuedScriptConnection?: RootQueryToEnqueuedScriptConnection; - TermNodeToEnqueuedScriptConnection?: TermNodeToEnqueuedScriptConnection; - UserToEnqueuedScriptConnection?: UserToEnqueuedScriptConnection; -} - -export interface $EnqueuedScriptConnectionEdge { - ContentNodeToEnqueuedScriptConnectionEdge?: ContentNodeToEnqueuedScriptConnectionEdge; - RootQueryToEnqueuedScriptConnectionEdge?: RootQueryToEnqueuedScriptConnectionEdge; - TermNodeToEnqueuedScriptConnectionEdge?: TermNodeToEnqueuedScriptConnectionEdge; - UserToEnqueuedScriptConnectionEdge?: UserToEnqueuedScriptConnectionEdge; -} - -export interface $EnqueuedScriptConnectionPageInfo { - ContentNodeToEnqueuedScriptConnectionPageInfo?: ContentNodeToEnqueuedScriptConnectionPageInfo; - RootQueryToEnqueuedScriptConnectionPageInfo?: RootQueryToEnqueuedScriptConnectionPageInfo; - TermNodeToEnqueuedScriptConnectionPageInfo?: TermNodeToEnqueuedScriptConnectionPageInfo; - UserToEnqueuedScriptConnectionPageInfo?: UserToEnqueuedScriptConnectionPageInfo; -} - -export interface $EnqueuedStylesheetConnection { - ContentNodeToEnqueuedStylesheetConnection?: ContentNodeToEnqueuedStylesheetConnection; - RootQueryToEnqueuedStylesheetConnection?: RootQueryToEnqueuedStylesheetConnection; - TermNodeToEnqueuedStylesheetConnection?: TermNodeToEnqueuedStylesheetConnection; - UserToEnqueuedStylesheetConnection?: UserToEnqueuedStylesheetConnection; -} - -export interface $EnqueuedStylesheetConnectionEdge { - ContentNodeToEnqueuedStylesheetConnectionEdge?: ContentNodeToEnqueuedStylesheetConnectionEdge; - RootQueryToEnqueuedStylesheetConnectionEdge?: RootQueryToEnqueuedStylesheetConnectionEdge; - TermNodeToEnqueuedStylesheetConnectionEdge?: TermNodeToEnqueuedStylesheetConnectionEdge; - UserToEnqueuedStylesheetConnectionEdge?: UserToEnqueuedStylesheetConnectionEdge; -} - -export interface $EnqueuedStylesheetConnectionPageInfo { - ContentNodeToEnqueuedStylesheetConnectionPageInfo?: ContentNodeToEnqueuedStylesheetConnectionPageInfo; - RootQueryToEnqueuedStylesheetConnectionPageInfo?: RootQueryToEnqueuedStylesheetConnectionPageInfo; - TermNodeToEnqueuedStylesheetConnectionPageInfo?: TermNodeToEnqueuedStylesheetConnectionPageInfo; - UserToEnqueuedStylesheetConnectionPageInfo?: UserToEnqueuedStylesheetConnectionPageInfo; -} - -export interface $HierarchicalContentNode { - MediaItem?: MediaItem; - Page?: Page; -} - -export interface $HierarchicalNode { - Category?: Category; - MediaItem?: MediaItem; - Page?: Page; -} - -export interface $HierarchicalTermNode { - Category?: Category; -} - -export interface $MediaItemConnection { - RootQueryToMediaItemConnection?: RootQueryToMediaItemConnection; - UserToMediaItemConnection?: UserToMediaItemConnection; -} - -export interface $MediaItemConnectionEdge { - NodeWithFeaturedImageToMediaItemConnectionEdge?: NodeWithFeaturedImageToMediaItemConnectionEdge; - RootQueryToMediaItemConnectionEdge?: RootQueryToMediaItemConnectionEdge; - UserToMediaItemConnectionEdge?: UserToMediaItemConnectionEdge; -} - -export interface $MediaItemConnectionPageInfo { - RootQueryToMediaItemConnectionPageInfo?: RootQueryToMediaItemConnectionPageInfo; - UserToMediaItemConnectionPageInfo?: UserToMediaItemConnectionPageInfo; -} - -export interface $MenuConnection { - RootQueryToMenuConnection?: RootQueryToMenuConnection; -} - -export interface $MenuConnectionEdge { - MenuItemToMenuConnectionEdge?: MenuItemToMenuConnectionEdge; - RootQueryToMenuConnectionEdge?: RootQueryToMenuConnectionEdge; -} - -export interface $MenuConnectionPageInfo { - RootQueryToMenuConnectionPageInfo?: RootQueryToMenuConnectionPageInfo; -} - -export interface $MenuItemConnection { - MenuItemToMenuItemConnection?: MenuItemToMenuItemConnection; - MenuToMenuItemConnection?: MenuToMenuItemConnection; - RootQueryToMenuItemConnection?: RootQueryToMenuItemConnection; -} - -export interface $MenuItemConnectionEdge { - MenuItemToMenuItemConnectionEdge?: MenuItemToMenuItemConnectionEdge; - MenuToMenuItemConnectionEdge?: MenuToMenuItemConnectionEdge; - RootQueryToMenuItemConnectionEdge?: RootQueryToMenuItemConnectionEdge; -} - -export interface $MenuItemConnectionPageInfo { - MenuItemToMenuItemConnectionPageInfo?: MenuItemToMenuItemConnectionPageInfo; - MenuToMenuItemConnectionPageInfo?: MenuToMenuItemConnectionPageInfo; - RootQueryToMenuItemConnectionPageInfo?: RootQueryToMenuItemConnectionPageInfo; -} - -export interface $MenuItemLinkable { - Category?: Category; - Page?: Page; - Post?: Post; - PostFormat?: PostFormat; - Tag?: Tag; -} - -export interface $MenuItemLinkableConnectionEdge { - MenuItemToMenuItemLinkableConnectionEdge?: MenuItemToMenuItemLinkableConnectionEdge; -} - -export interface $MenuItemObjectUnion { - Category?: Category; - Page?: Page; - Post?: Post; - PostFormat?: PostFormat; - Tag?: Tag; -} - -export interface $Node { - Category?: Category; - Comment?: Comment; - CommentAuthor?: CommentAuthor; - ContentType?: ContentType; - EnqueuedScript?: EnqueuedScript; - EnqueuedStylesheet?: EnqueuedStylesheet; - MediaItem?: MediaItem; - Menu?: Menu; - MenuItem?: MenuItem; - Page?: Page; - Plugin?: Plugin; - Post?: Post; - PostFormat?: PostFormat; - Tag?: Tag; - Taxonomy?: Taxonomy; - Theme?: Theme; - User?: User; - UserRole?: UserRole; -} - -export interface $NodeWithAuthor { - MediaItem?: MediaItem; - Page?: Page; - Post?: Post; -} - -export interface $NodeWithComments { - MediaItem?: MediaItem; - Page?: Page; - Post?: Post; -} - -export interface $NodeWithContentEditor { - Page?: Page; - Post?: Post; -} - -export interface $NodeWithExcerpt { - Post?: Post; -} - -export interface $NodeWithFeaturedImage { - Page?: Page; - Post?: Post; -} - -export interface $NodeWithPageAttributes { - Page?: Page; -} - -export interface $NodeWithRevisions { - Page?: Page; - Post?: Post; -} - -export interface $NodeWithTemplate { - MediaItem?: MediaItem; - Page?: Page; - Post?: Post; -} - -export interface $NodeWithTitle { - MediaItem?: MediaItem; - Page?: Page; - Post?: Post; -} - -export interface $NodeWithTrackbacks { - Post?: Post; -} - -export interface $OneToOneConnection { - CategoryToParentCategoryConnectionEdge?: CategoryToParentCategoryConnectionEdge; - CategoryToTaxonomyConnectionEdge?: CategoryToTaxonomyConnectionEdge; - CommentToCommenterConnectionEdge?: CommentToCommenterConnectionEdge; - CommentToContentNodeConnectionEdge?: CommentToContentNodeConnectionEdge; - CommentToParentCommentConnectionEdge?: CommentToParentCommentConnectionEdge; - ContentNodeToContentTypeConnectionEdge?: ContentNodeToContentTypeConnectionEdge; - ContentNodeToEditLastConnectionEdge?: ContentNodeToEditLastConnectionEdge; - ContentNodeToEditLockConnectionEdge?: ContentNodeToEditLockConnectionEdge; - HierarchicalContentNodeToParentContentNodeConnectionEdge?: HierarchicalContentNodeToParentContentNodeConnectionEdge; - MenuItemToMenuConnectionEdge?: MenuItemToMenuConnectionEdge; - MenuItemToMenuItemLinkableConnectionEdge?: MenuItemToMenuItemLinkableConnectionEdge; - NodeWithAuthorToUserConnectionEdge?: NodeWithAuthorToUserConnectionEdge; - NodeWithFeaturedImageToMediaItemConnectionEdge?: NodeWithFeaturedImageToMediaItemConnectionEdge; - NodeWithRevisionsToContentNodeConnectionEdge?: NodeWithRevisionsToContentNodeConnectionEdge; - PageToPreviewConnectionEdge?: PageToPreviewConnectionEdge; - PostFormatToTaxonomyConnectionEdge?: PostFormatToTaxonomyConnectionEdge; - PostToPreviewConnectionEdge?: PostToPreviewConnectionEdge; - TagToTaxonomyConnectionEdge?: TagToTaxonomyConnectionEdge; -} - -export interface $PageConnection { - PageToRevisionConnection?: PageToRevisionConnection; - RootQueryToPageConnection?: RootQueryToPageConnection; - UserToPageConnection?: UserToPageConnection; -} - -export interface $PageConnectionEdge { - PageToPreviewConnectionEdge?: PageToPreviewConnectionEdge; - PageToRevisionConnectionEdge?: PageToRevisionConnectionEdge; - RootQueryToPageConnectionEdge?: RootQueryToPageConnectionEdge; - UserToPageConnectionEdge?: UserToPageConnectionEdge; -} - -export interface $PageConnectionPageInfo { - PageToRevisionConnectionPageInfo?: PageToRevisionConnectionPageInfo; - RootQueryToPageConnectionPageInfo?: RootQueryToPageConnectionPageInfo; - UserToPageConnectionPageInfo?: UserToPageConnectionPageInfo; -} - -export interface $PageInfo { - CategoryToAncestorsCategoryConnectionPageInfo?: CategoryToAncestorsCategoryConnectionPageInfo; - CategoryToCategoryConnectionPageInfo?: CategoryToCategoryConnectionPageInfo; - CategoryToContentNodeConnectionPageInfo?: CategoryToContentNodeConnectionPageInfo; - CategoryToPostConnectionPageInfo?: CategoryToPostConnectionPageInfo; - CommentToCommentConnectionPageInfo?: CommentToCommentConnectionPageInfo; - ContentNodeToEnqueuedScriptConnectionPageInfo?: ContentNodeToEnqueuedScriptConnectionPageInfo; - ContentNodeToEnqueuedStylesheetConnectionPageInfo?: ContentNodeToEnqueuedStylesheetConnectionPageInfo; - ContentTypeToContentNodeConnectionPageInfo?: ContentTypeToContentNodeConnectionPageInfo; - ContentTypeToTaxonomyConnectionPageInfo?: ContentTypeToTaxonomyConnectionPageInfo; - HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo?: HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo; - HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo?: HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo; - MediaItemToCommentConnectionPageInfo?: MediaItemToCommentConnectionPageInfo; - MenuItemToMenuItemConnectionPageInfo?: MenuItemToMenuItemConnectionPageInfo; - MenuToMenuItemConnectionPageInfo?: MenuToMenuItemConnectionPageInfo; - PageToCommentConnectionPageInfo?: PageToCommentConnectionPageInfo; - PageToRevisionConnectionPageInfo?: PageToRevisionConnectionPageInfo; - PostFormatToContentNodeConnectionPageInfo?: PostFormatToContentNodeConnectionPageInfo; - PostFormatToPostConnectionPageInfo?: PostFormatToPostConnectionPageInfo; - PostToCategoryConnectionPageInfo?: PostToCategoryConnectionPageInfo; - PostToCommentConnectionPageInfo?: PostToCommentConnectionPageInfo; - PostToPostFormatConnectionPageInfo?: PostToPostFormatConnectionPageInfo; - PostToRevisionConnectionPageInfo?: PostToRevisionConnectionPageInfo; - PostToTagConnectionPageInfo?: PostToTagConnectionPageInfo; - PostToTermNodeConnectionPageInfo?: PostToTermNodeConnectionPageInfo; - RootQueryToCategoryConnectionPageInfo?: RootQueryToCategoryConnectionPageInfo; - RootQueryToCommentConnectionPageInfo?: RootQueryToCommentConnectionPageInfo; - RootQueryToContentNodeConnectionPageInfo?: RootQueryToContentNodeConnectionPageInfo; - RootQueryToContentTypeConnectionPageInfo?: RootQueryToContentTypeConnectionPageInfo; - RootQueryToEnqueuedScriptConnectionPageInfo?: RootQueryToEnqueuedScriptConnectionPageInfo; - RootQueryToEnqueuedStylesheetConnectionPageInfo?: RootQueryToEnqueuedStylesheetConnectionPageInfo; - RootQueryToMediaItemConnectionPageInfo?: RootQueryToMediaItemConnectionPageInfo; - RootQueryToMenuConnectionPageInfo?: RootQueryToMenuConnectionPageInfo; - RootQueryToMenuItemConnectionPageInfo?: RootQueryToMenuItemConnectionPageInfo; - RootQueryToPageConnectionPageInfo?: RootQueryToPageConnectionPageInfo; - RootQueryToPluginConnectionPageInfo?: RootQueryToPluginConnectionPageInfo; - RootQueryToPostConnectionPageInfo?: RootQueryToPostConnectionPageInfo; - RootQueryToPostFormatConnectionPageInfo?: RootQueryToPostFormatConnectionPageInfo; - RootQueryToRevisionsConnectionPageInfo?: RootQueryToRevisionsConnectionPageInfo; - RootQueryToTagConnectionPageInfo?: RootQueryToTagConnectionPageInfo; - RootQueryToTaxonomyConnectionPageInfo?: RootQueryToTaxonomyConnectionPageInfo; - RootQueryToTermNodeConnectionPageInfo?: RootQueryToTermNodeConnectionPageInfo; - RootQueryToThemeConnectionPageInfo?: RootQueryToThemeConnectionPageInfo; - RootQueryToUserConnectionPageInfo?: RootQueryToUserConnectionPageInfo; - RootQueryToUserRoleConnectionPageInfo?: RootQueryToUserRoleConnectionPageInfo; - TagToContentNodeConnectionPageInfo?: TagToContentNodeConnectionPageInfo; - TagToPostConnectionPageInfo?: TagToPostConnectionPageInfo; - TaxonomyToContentTypeConnectionPageInfo?: TaxonomyToContentTypeConnectionPageInfo; - TaxonomyToTermNodeConnectionPageInfo?: TaxonomyToTermNodeConnectionPageInfo; - TermNodeToEnqueuedScriptConnectionPageInfo?: TermNodeToEnqueuedScriptConnectionPageInfo; - TermNodeToEnqueuedStylesheetConnectionPageInfo?: TermNodeToEnqueuedStylesheetConnectionPageInfo; - UserToCommentConnectionPageInfo?: UserToCommentConnectionPageInfo; - UserToEnqueuedScriptConnectionPageInfo?: UserToEnqueuedScriptConnectionPageInfo; - UserToEnqueuedStylesheetConnectionPageInfo?: UserToEnqueuedStylesheetConnectionPageInfo; - UserToMediaItemConnectionPageInfo?: UserToMediaItemConnectionPageInfo; - UserToPageConnectionPageInfo?: UserToPageConnectionPageInfo; - UserToPostConnectionPageInfo?: UserToPostConnectionPageInfo; - UserToRevisionsConnectionPageInfo?: UserToRevisionsConnectionPageInfo; - UserToUserRoleConnectionPageInfo?: UserToUserRoleConnectionPageInfo; -} - -export interface $PluginConnection { - RootQueryToPluginConnection?: RootQueryToPluginConnection; -} - -export interface $PluginConnectionEdge { - RootQueryToPluginConnectionEdge?: RootQueryToPluginConnectionEdge; -} - -export interface $PluginConnectionPageInfo { - RootQueryToPluginConnectionPageInfo?: RootQueryToPluginConnectionPageInfo; -} - -export interface $PostConnection { - CategoryToPostConnection?: CategoryToPostConnection; - PostFormatToPostConnection?: PostFormatToPostConnection; - PostToRevisionConnection?: PostToRevisionConnection; - RootQueryToPostConnection?: RootQueryToPostConnection; - TagToPostConnection?: TagToPostConnection; - UserToPostConnection?: UserToPostConnection; -} - -export interface $PostConnectionEdge { - CategoryToPostConnectionEdge?: CategoryToPostConnectionEdge; - PostFormatToPostConnectionEdge?: PostFormatToPostConnectionEdge; - PostToPreviewConnectionEdge?: PostToPreviewConnectionEdge; - PostToRevisionConnectionEdge?: PostToRevisionConnectionEdge; - RootQueryToPostConnectionEdge?: RootQueryToPostConnectionEdge; - TagToPostConnectionEdge?: TagToPostConnectionEdge; - UserToPostConnectionEdge?: UserToPostConnectionEdge; -} - -export interface $PostConnectionPageInfo { - CategoryToPostConnectionPageInfo?: CategoryToPostConnectionPageInfo; - PostFormatToPostConnectionPageInfo?: PostFormatToPostConnectionPageInfo; - PostToRevisionConnectionPageInfo?: PostToRevisionConnectionPageInfo; - RootQueryToPostConnectionPageInfo?: RootQueryToPostConnectionPageInfo; - TagToPostConnectionPageInfo?: TagToPostConnectionPageInfo; - UserToPostConnectionPageInfo?: UserToPostConnectionPageInfo; -} - -export interface $PostFormatConnection { - PostToPostFormatConnection?: PostToPostFormatConnection; - RootQueryToPostFormatConnection?: RootQueryToPostFormatConnection; -} - -export interface $PostFormatConnectionEdge { - PostToPostFormatConnectionEdge?: PostToPostFormatConnectionEdge; - RootQueryToPostFormatConnectionEdge?: RootQueryToPostFormatConnectionEdge; -} - -export interface $PostFormatConnectionPageInfo { - PostToPostFormatConnectionPageInfo?: PostToPostFormatConnectionPageInfo; - RootQueryToPostFormatConnectionPageInfo?: RootQueryToPostFormatConnectionPageInfo; -} - -export interface $Previewable { - Page?: Page; - Post?: Post; -} - -export interface $TagConnection { - PostToTagConnection?: PostToTagConnection; - RootQueryToTagConnection?: RootQueryToTagConnection; -} - -export interface $TagConnectionEdge { - PostToTagConnectionEdge?: PostToTagConnectionEdge; - RootQueryToTagConnectionEdge?: RootQueryToTagConnectionEdge; -} - -export interface $TagConnectionPageInfo { - PostToTagConnectionPageInfo?: PostToTagConnectionPageInfo; - RootQueryToTagConnectionPageInfo?: RootQueryToTagConnectionPageInfo; -} - -export interface $TaxonomyConnection { - ContentTypeToTaxonomyConnection?: ContentTypeToTaxonomyConnection; - RootQueryToTaxonomyConnection?: RootQueryToTaxonomyConnection; -} - -export interface $TaxonomyConnectionEdge { - CategoryToTaxonomyConnectionEdge?: CategoryToTaxonomyConnectionEdge; - ContentTypeToTaxonomyConnectionEdge?: ContentTypeToTaxonomyConnectionEdge; - PostFormatToTaxonomyConnectionEdge?: PostFormatToTaxonomyConnectionEdge; - RootQueryToTaxonomyConnectionEdge?: RootQueryToTaxonomyConnectionEdge; - TagToTaxonomyConnectionEdge?: TagToTaxonomyConnectionEdge; -} - -export interface $TaxonomyConnectionPageInfo { - ContentTypeToTaxonomyConnectionPageInfo?: ContentTypeToTaxonomyConnectionPageInfo; - RootQueryToTaxonomyConnectionPageInfo?: RootQueryToTaxonomyConnectionPageInfo; -} - -export interface $TermNode { - Category?: Category; - PostFormat?: PostFormat; - Tag?: Tag; -} - -export interface $TermNodeConnection { - PostToTermNodeConnection?: PostToTermNodeConnection; - RootQueryToTermNodeConnection?: RootQueryToTermNodeConnection; - TaxonomyToTermNodeConnection?: TaxonomyToTermNodeConnection; -} - -export interface $TermNodeConnectionEdge { - PostToTermNodeConnectionEdge?: PostToTermNodeConnectionEdge; - RootQueryToTermNodeConnectionEdge?: RootQueryToTermNodeConnectionEdge; - TaxonomyToTermNodeConnectionEdge?: TaxonomyToTermNodeConnectionEdge; -} - -export interface $TermNodeConnectionPageInfo { - PostToTermNodeConnectionPageInfo?: PostToTermNodeConnectionPageInfo; - RootQueryToTermNodeConnectionPageInfo?: RootQueryToTermNodeConnectionPageInfo; - TaxonomyToTermNodeConnectionPageInfo?: TaxonomyToTermNodeConnectionPageInfo; -} - -export interface $ThemeConnection { - RootQueryToThemeConnection?: RootQueryToThemeConnection; -} - -export interface $ThemeConnectionEdge { - RootQueryToThemeConnectionEdge?: RootQueryToThemeConnectionEdge; -} - -export interface $ThemeConnectionPageInfo { - RootQueryToThemeConnectionPageInfo?: RootQueryToThemeConnectionPageInfo; -} - -export interface $UniformResourceIdentifiable { - Category?: Category; - ContentType?: ContentType; - MediaItem?: MediaItem; - Page?: Page; - Post?: Post; - PostFormat?: PostFormat; - Tag?: Tag; - User?: User; -} - -export interface $UserConnection { - RootQueryToUserConnection?: RootQueryToUserConnection; -} - -export interface $UserConnectionEdge { - ContentNodeToEditLastConnectionEdge?: ContentNodeToEditLastConnectionEdge; - ContentNodeToEditLockConnectionEdge?: ContentNodeToEditLockConnectionEdge; - NodeWithAuthorToUserConnectionEdge?: NodeWithAuthorToUserConnectionEdge; - RootQueryToUserConnectionEdge?: RootQueryToUserConnectionEdge; -} - -export interface $UserConnectionPageInfo { - RootQueryToUserConnectionPageInfo?: RootQueryToUserConnectionPageInfo; -} - -export interface $UserRoleConnection { - RootQueryToUserRoleConnection?: RootQueryToUserRoleConnection; - UserToUserRoleConnection?: UserToUserRoleConnection; -} - -export interface $UserRoleConnectionEdge { - RootQueryToUserRoleConnectionEdge?: RootQueryToUserRoleConnectionEdge; - UserToUserRoleConnectionEdge?: UserToUserRoleConnectionEdge; -} - -export interface $UserRoleConnectionPageInfo { - RootQueryToUserRoleConnectionPageInfo?: RootQueryToUserRoleConnectionPageInfo; - UserToUserRoleConnectionPageInfo?: UserToUserRoleConnectionPageInfo; -} - -export interface $WPPageInfo { - CategoryToAncestorsCategoryConnectionPageInfo?: CategoryToAncestorsCategoryConnectionPageInfo; - CategoryToCategoryConnectionPageInfo?: CategoryToCategoryConnectionPageInfo; - CategoryToContentNodeConnectionPageInfo?: CategoryToContentNodeConnectionPageInfo; - CategoryToPostConnectionPageInfo?: CategoryToPostConnectionPageInfo; - CommentToCommentConnectionPageInfo?: CommentToCommentConnectionPageInfo; - ContentNodeToEnqueuedScriptConnectionPageInfo?: ContentNodeToEnqueuedScriptConnectionPageInfo; - ContentNodeToEnqueuedStylesheetConnectionPageInfo?: ContentNodeToEnqueuedStylesheetConnectionPageInfo; - ContentTypeToContentNodeConnectionPageInfo?: ContentTypeToContentNodeConnectionPageInfo; - ContentTypeToTaxonomyConnectionPageInfo?: ContentTypeToTaxonomyConnectionPageInfo; - HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo?: HierarchicalContentNodeToContentNodeAncestorsConnectionPageInfo; - HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo?: HierarchicalContentNodeToContentNodeChildrenConnectionPageInfo; - MediaItemToCommentConnectionPageInfo?: MediaItemToCommentConnectionPageInfo; - MenuItemToMenuItemConnectionPageInfo?: MenuItemToMenuItemConnectionPageInfo; - MenuToMenuItemConnectionPageInfo?: MenuToMenuItemConnectionPageInfo; - PageToCommentConnectionPageInfo?: PageToCommentConnectionPageInfo; - PageToRevisionConnectionPageInfo?: PageToRevisionConnectionPageInfo; - PostFormatToContentNodeConnectionPageInfo?: PostFormatToContentNodeConnectionPageInfo; - PostFormatToPostConnectionPageInfo?: PostFormatToPostConnectionPageInfo; - PostToCategoryConnectionPageInfo?: PostToCategoryConnectionPageInfo; - PostToCommentConnectionPageInfo?: PostToCommentConnectionPageInfo; - PostToPostFormatConnectionPageInfo?: PostToPostFormatConnectionPageInfo; - PostToRevisionConnectionPageInfo?: PostToRevisionConnectionPageInfo; - PostToTagConnectionPageInfo?: PostToTagConnectionPageInfo; - PostToTermNodeConnectionPageInfo?: PostToTermNodeConnectionPageInfo; - RootQueryToCategoryConnectionPageInfo?: RootQueryToCategoryConnectionPageInfo; - RootQueryToCommentConnectionPageInfo?: RootQueryToCommentConnectionPageInfo; - RootQueryToContentNodeConnectionPageInfo?: RootQueryToContentNodeConnectionPageInfo; - RootQueryToContentTypeConnectionPageInfo?: RootQueryToContentTypeConnectionPageInfo; - RootQueryToEnqueuedScriptConnectionPageInfo?: RootQueryToEnqueuedScriptConnectionPageInfo; - RootQueryToEnqueuedStylesheetConnectionPageInfo?: RootQueryToEnqueuedStylesheetConnectionPageInfo; - RootQueryToMediaItemConnectionPageInfo?: RootQueryToMediaItemConnectionPageInfo; - RootQueryToMenuConnectionPageInfo?: RootQueryToMenuConnectionPageInfo; - RootQueryToMenuItemConnectionPageInfo?: RootQueryToMenuItemConnectionPageInfo; - RootQueryToPageConnectionPageInfo?: RootQueryToPageConnectionPageInfo; - RootQueryToPluginConnectionPageInfo?: RootQueryToPluginConnectionPageInfo; - RootQueryToPostConnectionPageInfo?: RootQueryToPostConnectionPageInfo; - RootQueryToPostFormatConnectionPageInfo?: RootQueryToPostFormatConnectionPageInfo; - RootQueryToRevisionsConnectionPageInfo?: RootQueryToRevisionsConnectionPageInfo; - RootQueryToTagConnectionPageInfo?: RootQueryToTagConnectionPageInfo; - RootQueryToTaxonomyConnectionPageInfo?: RootQueryToTaxonomyConnectionPageInfo; - RootQueryToTermNodeConnectionPageInfo?: RootQueryToTermNodeConnectionPageInfo; - RootQueryToThemeConnectionPageInfo?: RootQueryToThemeConnectionPageInfo; - RootQueryToUserConnectionPageInfo?: RootQueryToUserConnectionPageInfo; - RootQueryToUserRoleConnectionPageInfo?: RootQueryToUserRoleConnectionPageInfo; - TagToContentNodeConnectionPageInfo?: TagToContentNodeConnectionPageInfo; - TagToPostConnectionPageInfo?: TagToPostConnectionPageInfo; - TaxonomyToContentTypeConnectionPageInfo?: TaxonomyToContentTypeConnectionPageInfo; - TaxonomyToTermNodeConnectionPageInfo?: TaxonomyToTermNodeConnectionPageInfo; - TermNodeToEnqueuedScriptConnectionPageInfo?: TermNodeToEnqueuedScriptConnectionPageInfo; - TermNodeToEnqueuedStylesheetConnectionPageInfo?: TermNodeToEnqueuedStylesheetConnectionPageInfo; - UserToCommentConnectionPageInfo?: UserToCommentConnectionPageInfo; - UserToEnqueuedScriptConnectionPageInfo?: UserToEnqueuedScriptConnectionPageInfo; - UserToEnqueuedStylesheetConnectionPageInfo?: UserToEnqueuedStylesheetConnectionPageInfo; - UserToMediaItemConnectionPageInfo?: UserToMediaItemConnectionPageInfo; - UserToPageConnectionPageInfo?: UserToPageConnectionPageInfo; - UserToPostConnectionPageInfo?: UserToPostConnectionPageInfo; - UserToRevisionsConnectionPageInfo?: UserToRevisionsConnectionPageInfo; - UserToUserRoleConnectionPageInfo?: UserToUserRoleConnectionPageInfo; -} - -export interface GeneratedSchema { - query: Query; - mutation: Mutation; - subscription: Subscription; -} - -export type MakeNullable = { - [K in keyof T]: T[K] | undefined; -}; - -export interface ScalarsEnums extends MakeNullable { - AvatarRatingEnum: AvatarRatingEnum | undefined; - CategoryIdType: CategoryIdType | undefined; - CommentNodeIdTypeEnum: CommentNodeIdTypeEnum | undefined; - CommentStatusEnum: CommentStatusEnum | undefined; - CommentsConnectionOrderbyEnum: CommentsConnectionOrderbyEnum | undefined; - ContentNodeIdTypeEnum: ContentNodeIdTypeEnum | undefined; - ContentTypeEnum: ContentTypeEnum | undefined; - ContentTypeIdTypeEnum: ContentTypeIdTypeEnum | undefined; - ContentTypesOfCategoryEnum: ContentTypesOfCategoryEnum | undefined; - ContentTypesOfPostFormatEnum: ContentTypesOfPostFormatEnum | undefined; - ContentTypesOfTagEnum: ContentTypesOfTagEnum | undefined; - MediaItemIdType: MediaItemIdType | undefined; - MediaItemSizeEnum: MediaItemSizeEnum | undefined; - MediaItemStatusEnum: MediaItemStatusEnum | undefined; - MenuItemNodeIdTypeEnum: MenuItemNodeIdTypeEnum | undefined; - MenuLocationEnum: MenuLocationEnum | undefined; - MenuNodeIdTypeEnum: MenuNodeIdTypeEnum | undefined; - MimeTypeEnum: MimeTypeEnum | undefined; - OrderEnum: OrderEnum | undefined; - PageIdType: PageIdType | undefined; - PluginStatusEnum: PluginStatusEnum | undefined; - PostFormatIdType: PostFormatIdType | undefined; - PostIdType: PostIdType | undefined; - PostObjectFieldFormatEnum: PostObjectFieldFormatEnum | undefined; - PostObjectsConnectionDateColumnEnum: - | PostObjectsConnectionDateColumnEnum - | undefined; - PostObjectsConnectionOrderbyEnum: - | PostObjectsConnectionOrderbyEnum - | undefined; - PostStatusEnum: PostStatusEnum | undefined; - RelationEnum: RelationEnum | undefined; - ScriptLoadingStrategyEnum: ScriptLoadingStrategyEnum | undefined; - TagIdType: TagIdType | undefined; - TaxonomyEnum: TaxonomyEnum | undefined; - TaxonomyIdTypeEnum: TaxonomyIdTypeEnum | undefined; - TermNodeIdTypeEnum: TermNodeIdTypeEnum | undefined; - TermObjectsConnectionOrderbyEnum: - | TermObjectsConnectionOrderbyEnum - | undefined; - UserNodeIdTypeEnum: UserNodeIdTypeEnum | undefined; - UserRoleEnum: UserRoleEnum | undefined; - UsersConnectionOrderbyEnum: UsersConnectionOrderbyEnum | undefined; - UsersConnectionSearchColumnEnum: UsersConnectionSearchColumnEnum | undefined; -} diff --git a/examples/next/getting-started/src/components/CTA.tsx b/examples/next/getting-started/src/components/CTA.tsx deleted file mode 100644 index 039cdc088..000000000 --- a/examples/next/getting-started/src/components/CTA.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react'; -import styles from 'scss/components/CTA.module.scss'; -import Heading, { HeadingProps } from './Heading'; - -interface Props { - title: string; - buttonText?: string; - buttonURL?: string; - children?: React.ReactNode; - headingLevel?: HeadingProps['level']; -} - -function CTA({ - title = 'Get in touch', - buttonText, - buttonURL, - children, - headingLevel = 'h1', -}: Props): JSX.Element { - return ( -
- -
- ); -} - -export default CTA; diff --git a/examples/next/getting-started/src/components/Footer.tsx b/examples/next/getting-started/src/components/Footer.tsx deleted file mode 100644 index f3e35d913..000000000 --- a/examples/next/getting-started/src/components/Footer.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; -import styles from 'scss/components/Footer.module.scss'; - -interface Props { - copyrightHolder?: string; -} - -function Footer({ copyrightHolder = 'Company Name' }: Props): JSX.Element { - const year = new Date().getFullYear(); - - return ( -
-
-

{`© ${year} ${copyrightHolder}. All rights reserved.`}

-
-
- ); -} - -export default Footer; diff --git a/examples/next/getting-started/src/components/Header.tsx b/examples/next/getting-started/src/components/Header.tsx deleted file mode 100644 index 3e75d462c..000000000 --- a/examples/next/getting-started/src/components/Header.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from 'react'; -import styles from 'scss/components/Header.module.scss'; -import Link from 'next/link'; -import { client, MenuLocationEnum } from 'client'; - -interface Props { - title?: string; - description?: string; -} - -function Header({ - title = 'Headless by WP Engine', - description, -}: Props): JSX.Element { - const { menuItems } = client.useQuery() - const links = menuItems({ - where: { location: MenuLocationEnum.PRIMARY }, - }).nodes; - - return ( -
-
-
-

- - {title} - -

- {description &&

{description}

} -
-
- -
-
-
- ); -} - -export default Header; diff --git a/examples/next/getting-started/src/components/Heading.tsx b/examples/next/getting-started/src/components/Heading.tsx deleted file mode 100644 index b408fee48..000000000 --- a/examples/next/getting-started/src/components/Heading.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import React from 'react'; - -// HeadingProps constrains headings to levels h1-h6. -interface HeadingProps extends React.HTMLAttributes { - level: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'; -} - -// Heading allows components to pass a heading level via props. -function Heading({ - level = 'h1', - children, - className, -}: HeadingProps): JSX.Element { - const H = ({ ...props }: React.HTMLAttributes) => - React.createElement(level, props, children); - - return {children}; -} - -export default Heading; -export type { HeadingProps }; diff --git a/examples/next/getting-started/src/components/Hero.tsx b/examples/next/getting-started/src/components/Hero.tsx deleted file mode 100644 index a767ef47d..000000000 --- a/examples/next/getting-started/src/components/Hero.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react'; -import styles from 'scss/components/Hero.module.scss'; - -interface Props { - title: string; - id?: string; - bgImage?: string; - buttonText?: string; - buttonURL?: string; - button2Text?: string; - button2URL?: string; - children?: React.ReactNode; -} - -function Hero({ - title = 'Hero Title', - id, - bgImage, - buttonText, - buttonURL, - button2Text, - button2URL, - children, -}: Props): JSX.Element { - return ( -
-
-

{title}

-
-
{children}
- {buttonText && buttonURL && ( -

- - {buttonText} - -

- )} - {button2Text && button2URL && ( -

- - {button2Text} - -

- )} -
-
-
- ); -} - -export default Hero; diff --git a/examples/next/getting-started/src/components/Pagination.tsx b/examples/next/getting-started/src/components/Pagination.tsx deleted file mode 100644 index c48270cd8..000000000 --- a/examples/next/getting-started/src/components/Pagination.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import Link from 'next/link'; -import type { RootQueryToPostConnectionPageInfo } from 'client'; - -interface NextPageNavigationProps { - href: string; -} - -function NextPageNavigation(props: NextPageNavigationProps) { - return ( - - Next Page → - - ); -} - -interface PreviousPageNavigationProps { - href: string; -} - -function PreviousPageNavigation(props: PreviousPageNavigationProps) { - return ( - - ← Previous Page - - ); -} - -export interface PaginationProps { - pageInfo: RootQueryToPostConnectionPageInfo; - basePath: string; -} - -export default function Pagination({ pageInfo, basePath }: PaginationProps) { - const previousPageUrl = `${basePath}/before/${pageInfo?.startCursor}`; - const nextPageUrl = `${basePath}/after/${pageInfo?.endCursor}`; - - return ( - - ); -} diff --git a/examples/next/getting-started/src/components/Posts.tsx b/examples/next/getting-started/src/components/Posts.tsx deleted file mode 100644 index 45f2600ce..000000000 --- a/examples/next/getting-started/src/components/Posts.tsx +++ /dev/null @@ -1,68 +0,0 @@ -import React from 'react'; -import Link from 'next/link'; -import type { Post } from 'client'; -import styles from 'scss/components/Posts.module.scss'; -import Heading, { HeadingProps } from './Heading'; - -interface Props { - posts: Post[] | undefined; - intro?: string; - id?: string; - heading?: string; - headingLevel?: HeadingProps['level']; - postTitleLevel?: HeadingProps['level']; - readMoreText?: string; -} - -function Posts({ - posts, - intro, - heading, - id, - headingLevel = 'h1', - postTitleLevel = 'h2', - readMoreText = 'Read more', -}: Props): JSX.Element { - return ( - // eslint-disable-next-line react/jsx-props-no-spreading -
-
- {heading && ( - - {heading} - - )} - {intro &&

{intro}

} -
- {posts.map((post) => ( -
-
- - - {post.title()} - - - -
- ))} - {posts && posts?.length < 1 &&

No posts found.

} -
-
-
- ); -} - -export default Posts; diff --git a/examples/next/getting-started/src/components/index.ts b/examples/next/getting-started/src/components/index.ts deleted file mode 100644 index 2d7b9aa2b..000000000 --- a/examples/next/getting-started/src/components/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -import CTA from './CTA'; -import Footer from './Footer'; -import Header from './Header'; -import Hero from './Hero'; -import Posts from './Posts'; -import Pagination from './Pagination'; - -export { CTA, Footer, Header, Hero, Posts, Pagination }; diff --git a/examples/next/getting-started/src/faust.config.js b/examples/next/getting-started/src/faust.config.js deleted file mode 100644 index fdd1fbde3..000000000 --- a/examples/next/getting-started/src/faust.config.js +++ /dev/null @@ -1,15 +0,0 @@ -import { config as coreConfig } from '@faustjs/core'; - -if (!process.env.NEXT_PUBLIC_WORDPRESS_URL) { - console.error( - 'You must provide a NEXT_PUBLIC_WORDPRESS_URL environment variable, did you forget to load your .env.local file?', - ); -} - -/** - * @type {import("@faustjs/core").Config} - */ -export default coreConfig({ - wpUrl: process.env.NEXT_PUBLIC_WORDPRESS_URL, - apiClientSecret: process.env.FAUSTWP_SECRET_KEY, -}); diff --git a/examples/next/getting-started/src/pages/404.tsx b/examples/next/getting-started/src/pages/404.tsx deleted file mode 100644 index 8893f85df..000000000 --- a/examples/next/getting-started/src/pages/404.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import React from 'react'; -import { client } from 'client'; -import { Header, Hero, Footer } from '../components'; - -export default function Page(): JSX.Element { - const { useQuery } = client; - const generalSettings = useQuery().generalSettings; - - return ( - <> -
-
- -
-
-
-

- The page you were looking for does not exist or is no longer - available. -

-
-
-
-
-