From 519e0c5f770fb73daf4e9fd5398ca3ae21be2c77 Mon Sep 17 00:00:00 2001 From: Michael Axelsson Date: Wed, 4 Oct 2023 16:52:39 +0200 Subject: [PATCH 01/35] DIGG-70: Update env example file with info regarding apollo router --- .env.local.example | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.env.local.example b/.env.local.example index dabc3f401..1a5e8cdaf 100644 --- a/.env.local.example +++ b/.env.local.example @@ -2,9 +2,6 @@ PORT=3000 HOST=http://localhost:$PORT REACT_APP_RUNTIME_ENV=dev -# Screen9 token for video player. -REACT_APP_SCREEN9_API_TOKEN=secret - LOGFILE_PATH=dataportal.log LOGGING_LEVELS=warn,error,info HEALTHCHECK_SECRET=1234 @@ -14,13 +11,22 @@ HTTP_PROXY=http://proxy.digg.se:8080 HTTP_PROXY_USER=secretuser HTTP_PROXY_PASS=secretpass -# Connect to a local backend. +# Screen9 token for video player. +REACT_APP_SCREEN9_API_TOKEN=secret + +## Connect to a local backend. #APOLLO_URL=http://localhost:1301 #REACT_APP_APOLLO_URL=http://localhost:1301 #IMAGE_DOMAIN=localhost #REACT_APP_MEDIA_BASE_URL=http://localhost:1337 -# Connect to production backend (beta.dataportal.se). +## Connect to local apollo-gateway proxy server. +#APOLLO_URL=http://localhost:1400 +#REACT_APP_APOLLO_URL=http://localhost:1400 +#IMAGE_DOMAIN=localhost +#REACT_APP_MEDIA_BASE_URL=http://localhost:1337 + +## Connect to production backend (dataportal.se). APOLLO_URL=https://graphql.digg.se/ REACT_APP_APOLLO_URL=https://graphql.digg.se/ IMAGE_DOMAIN=graphql.digg.se From 24bff9798c26b284ec7d99246d7c51b8e52f8b01 Mon Sep 17 00:00:00 2001 From: Alessandro Gasperini Date: Tue, 28 Nov 2023 10:46:44 +0100 Subject: [PATCH 02/35] DIGG-107-beta update sandbox.editera url in settings.sandbox --- README.md | 36 +++++++++++++++++++++++----- env/Settings.Sandbox.ts | 52 ++++++++++++++++++++++++----------------- 2 files changed, 60 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 718b9809f..92a701843 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,57 @@ -![Swedish data portal](https://www.dataportal.se/images/svdp-favicon-64.png) +![Swedish data portal](https://www.dataportal.se/images/svdp-favicon-64.png) + # The Swedish data portal web client – [dataportal.se](https://www.dataportal.se) -Sweden´s national data portal gathers and shares data for re-use to make it easier for users to find and explore it across sectors and domains.The portal only contains information about datasets, i.e. metadata. The actual datasets are retrieved via links for download or requested by the respective organization responsible for their own datasets. The Agency for Digital Government (DIGG) is responsible for Sweden's national data portal. +Sweden´s national data portal gathers and shares data for re-use to make it easier for users to find and explore it across sectors and domains.The portal only contains information about datasets, i.e. metadata. The actual datasets are retrieved via links for download or requested by the respective organization responsible for their own datasets. The Agency for Digital Government (DIGG) is responsible for Sweden's national data portal. ## Entryscape + [Entryscape logotype](https://entryscape.com/en) The Swedish data portal is tightly integrated with the EntryScape product suite from MetaSolutions AB. EntryScape Registry is a solution for managing a registry of data catalogs and related information ## Requirements + ![node-current](https://img.shields.io/badge/node-16.13.2-green) ![npm-current](https://img.shields.io/badge/npm-8.1.2-green) ![nextjs-current](https://img.shields.io/badge/nextjs-13.0.2-green) ## Development -Start by creating an ```.env.local``` file. Use the ```.env.local.example``` as template. + +Start by creating an `.env.local` file. Use the `.env.local.example` as template. (Environment variables and tokens in .env.local.example that has placeholder value of "secret" is not available here and needs to be changed to a valid value). ### Run application in development mode + Starts the application in development mode with hot-code reloading, error reporting, and more. See [Nextjs Development](https://nextjs.org/docs/app/api-reference/next-cli#development) for more information. Run: -```sh + +```sh yarn yarn dev ``` + Visit [http://localhost:3000](http://localhost:3000) in the browser. ### Run application in production mode + Builds the application for production usage. See [Nextjs production build](https://nextjs.org/docs/app/api-reference/next-cli#build) for more info. And Start the Next.js production server. See [Nextjs start production](https://nextjs.org/docs/app/api-reference/next-cli#production) for more info. Run: + ```sh yarn yarn build yarn start ``` + Visit [http://localhost:3000](http://localhost:3000) in the browser. ### Run application with Docker + Run the following to start the application with docker. + ```sh #build image docker build . -t dataportal-web @@ -49,6 +61,7 @@ docker run -p 3000:3000 -e PORT=3000 -e HOST=http://localhost:3000 -e REACT_APP_ ``` ### Health check + NextJs answers on [http://localhost:1300/api/healthcheck?secret=[HEALTHCHECK_SECRET from env]](http://localhost:1300/api/healthcheck?secret=) No cache, Do a request to content backend with startpage query. @@ -63,23 +76,34 @@ No cache, Do a request to content backend with startpage query. ## Notes ### Stack -- [![Nextjs](https://badgen.net/badge/Nextjs/JS%20framework/blue)](https://nextjs.org/) + +- [![Nextjs](https://badgen.net/badge/Nextjs/JS%20framework/blue)](https://nextjs.org/) - [![TypeScript](https://badgen.net/badge/TypeScript/For%20static%20types/blue)](https://www.typescriptlang.org/) - [![React](https://badgen.net/badge/React/For%20UI/blue)](https://reactjs.org/) - [![Emotion](https://badgen.net/badge/Emotion/For%20styling/blue)](https://emotion.sh) - [![Apollo Client](https://badgen.net/badge/Apollo%20Client/For%20federated%20content/blue)](https://www.apollographql.com/docs/react/) - ### Content backend + The Swedish Dataportal consumes news and content via a GraphQL proxy. The content is rendered with Apollo GraphQl and React. The proxy is not published on Github. ### Component library + The project has a dependency to [Digg component library](https://github.com/DIGGSweden/react-component-library). The package is published via NMP under [`@digg/design-system`](https://www.npmjs.com/package/@digg/design-system) ### Videos + [Screen9 logotype](https://screen9.com/) Display of video is done via [screen9](https://screen9.com/). To be able to display videos an account from screen9 is needed and an API key. The key for this frontend application has read access only to DIGG screen9 account. + +### Sandbox editera + +To test locally in the sandbox environment, set the sandbox.editera URL on lines 6, 7, and 12 in Settings.Dev.ts + +Line 6: ENTRYSCAPE_SPECS_PATH="sandbox.editera.dataportal.se" +Line 7: ENTRYSCAPE_TERMS_PATH="sandbox.editera.dataportal.se" +Line 12: ENTRYSCAPE_CONCEPT_STATS_URL="https://sandbox.editera.dataportal.se/stats/entityData.json" diff --git a/env/Settings.Sandbox.ts b/env/Settings.Sandbox.ts index 2a1d9a695..24bfc641d 100644 --- a/env/Settings.Sandbox.ts +++ b/env/Settings.Sandbox.ts @@ -2,22 +2,31 @@ import { generateRandomKey } from "../utilities"; import { EnvSettings } from "./EnvSettings"; export class Settings_Sandbox extends EnvSettings { - ENTRYSCAPE_DATASETS_PATH="sandbox.admin.dataportal.se" - ENTRYSCAPE_SPECS_PATH="editera.dataportal.se" - ENTRYSCAPE_TERMS_PATH="editera.dataportal.se" - ENTRYSCAPE_ORG_STATS_URL="https://sandbox.admin.dataportal.se/charts/orgData.json" - ENTRYSCAPE_THEME_STATS_URL="https://sandbox.admin.dataportal.se/charts/themeData.json" - ENTRYSCAPE_THEME_STATS_URL_EN="https://sandbox.admin.dataportal.se/charts/themeData_en.json" - - ENTRYSCAPE_CONCEPT_STATS_URL="https://editera.dataportal.se/stats/entityData.json" - ENTRYSCAPE_HISTORY_STATS_URL="https://sandbox.admin.dataportal.se/stats/historyData.json" - - ENTRYSCAPE_BLOCKS_URL="https://static.cdn.entryscape.com/blocks/0.20/app.js" - - ENTRYSCAPE_OPENDATA_SV_URL="https://static.entryscape.com/blocks/0.20/ext/opendata-sv.js" - ENTRYSCAPE_OPENDATA_EN_URL="https://static.entryscape.com/blocks/0.20/ext/opendata-en.js" - - ENTRYSCAPE_SITEMAP_JSON_URL="https://sandbox.admin.dataportal.se/sitemap.json"; + ENTRYSCAPE_DATASETS_PATH = "sandbox.admin.dataportal.se"; + ENTRYSCAPE_SPECS_PATH = "sandbox.editera.dataportal.se"; + ENTRYSCAPE_TERMS_PATH = "sandbox.editera.dataportal.se"; + ENTRYSCAPE_ORG_STATS_URL = + "https://sandbox.admin.dataportal.se/charts/orgData.json"; + ENTRYSCAPE_THEME_STATS_URL = + "https://sandbox.admin.dataportal.se/charts/themeData.json"; + ENTRYSCAPE_THEME_STATS_URL_EN = + "https://sandbox.admin.dataportal.se/charts/themeData_en.json"; + + ENTRYSCAPE_CONCEPT_STATS_URL = + "https://sandbox.editera.dataportal.se/stats/entityData.json"; + ENTRYSCAPE_HISTORY_STATS_URL = + "https://sandbox.admin.dataportal.se/stats/historyData.json"; + + ENTRYSCAPE_BLOCKS_URL = + "https://static.cdn.entryscape.com/blocks/0.20/app.js"; + + ENTRYSCAPE_OPENDATA_SV_URL = + "https://static.entryscape.com/blocks/0.20/ext/opendata-sv.js"; + ENTRYSCAPE_OPENDATA_EN_URL = + "https://static.entryscape.com/blocks/0.20/ext/opendata-en.js"; + + ENTRYSCAPE_SITEMAP_JSON_URL = + "https://sandbox.admin.dataportal.se/sitemap.json"; API_DETECTION_PATH = "https://sandbox.admin.dataportal.se/detectedapis.json"; @@ -25,12 +34,11 @@ export class Settings_Sandbox extends EnvSettings { DCAT_BUNDLE_PATH = "/dcatse_bundle_2022-02-20.json"; - envName = 'sandbox'; + envName = "sandbox"; - nonce = generateRandomKey(256) + nonce = generateRandomKey(256); - public constructor() - { - super(); + public constructor() { + super(); } -} \ No newline at end of file +} From e122f5dbd508f3cd767e97e7560298a5a7f8aef1 Mon Sep 17 00:00:00 2001 From: Alessandro Gasperini Date: Mon, 4 Dec 2023 17:28:31 +0100 Subject: [PATCH 03/35] DIGG-127-beta get correct description in datasets --- components/EntrystoreProvider/EntrystoreProvider.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/EntrystoreProvider/EntrystoreProvider.tsx b/components/EntrystoreProvider/EntrystoreProvider.tsx index 9477c2bba..de2b7660a 100644 --- a/components/EntrystoreProvider/EntrystoreProvider.tsx +++ b/components/EntrystoreProvider/EntrystoreProvider.tsx @@ -209,9 +209,7 @@ export const EntrystoreProvider: React.FC = ({ es, ), ); - valuePromises.push( - getLocalizedValue(graph, "dcterms:description", nextLang, es), - ); + valuePromises.push(getLocalizedValue(graph, 'dcterms:description', nextLang, es, { resourceURI })); if (fetchMore) { valuePromises.push( getLocalizedValue(graph, "dcterms:publisher", nextLang, es), From 379c85c0442962643936430e02be5e3241ca107a Mon Sep 17 00:00:00 2001 From: Alessandro Gasperini Date: Mon, 8 Jan 2024 16:18:46 +0100 Subject: [PATCH 04/35] DIGG-190: Main menu url fix --- components/Navigation/Menu/Menu-Main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Navigation/Menu/Menu-Main.tsx b/components/Navigation/Menu/Menu-Main.tsx index 9a6e945d5..8175d5af4 100644 --- a/components/Navigation/Menu/Menu-Main.tsx +++ b/components/Navigation/Menu/Menu-Main.tsx @@ -40,7 +40,7 @@ const MenuMain: React.FC = ({ setOpenSidebar }) => { {menues.map((menu: MenuItem, idx: number) => ( Date: Tue, 9 Jan 2024 09:36:39 +0100 Subject: [PATCH 05/35] DIGG-92: Fix so the form is working as before after refactoring --- graphql/__generated__/operations.ts | 4 +- graphql/__generated__/types.ts | 48 - graphql/formQuery.ts | 20 +- graphql/schema.json | 18864 ++++---------------------- 4 files changed, 2425 insertions(+), 16511 deletions(-) diff --git a/graphql/__generated__/operations.ts b/graphql/__generated__/operations.ts index d7e14b2b2..7046f6b77 100644 --- a/graphql/__generated__/operations.ts +++ b/graphql/__generated__/operations.ts @@ -55,6 +55,8 @@ export type CategoriesQueryVariables = Types.Exact<{ export type CategoriesQuery = { categories: Array<{ __typename: 'dataportal_Digg_Category', id: string, name: string, slug: string, taxonomy: string | null, updatedAt: any, locale: string }> }; +export type FormDataFragment = { __typename: 'dataportal_Digg_Form', id: string, identifier: string, elements: Array<{ __typename: 'dataportal_Digg_FormCheckbox', title: string, info: string | null, required: boolean, choices: Array<{ __typename: 'dataportal_Digg_FormChoice', popup: string | null, label: string }> } | { __typename: 'dataportal_Digg_FormDescription', title: string, text: { __typename: 'dataportal_Digg_RichText', markdown: string | null } } | { __typename: 'dataportal_Digg_FormDropdown', items: Array, title: string, info: string | null, required: boolean } | { __typename: 'dataportal_Digg_FormPageBreak', title: string } | { __typename: 'dataportal_Digg_FormRadio', title: string, info: string | null, required: boolean, choices: Array<{ __typename: 'dataportal_Digg_FormChoice', popup: string | null, label: string }> } | { __typename: 'dataportal_Digg_FormText', title: string, info: string | null, required: boolean } | { __typename: 'dataportal_Digg_FormTextArea', title: string, info: string | null, required: boolean }> }; + export type FormQueryVariables = Types.Exact<{ identifier: Types.Scalars['String']['input']; locale?: Types.InputMaybe; @@ -63,8 +65,6 @@ export type FormQueryVariables = Types.Exact<{ export type FormQuery = { dataportal_Digg_Form: { __typename: 'dataportal_Digg_Form', id: string, identifier: string, elements: Array<{ __typename: 'dataportal_Digg_FormCheckbox', title: string, info: string | null, required: boolean, choices: Array<{ __typename: 'dataportal_Digg_FormChoice', popup: string | null, label: string }> } | { __typename: 'dataportal_Digg_FormDescription', title: string, text: { __typename: 'dataportal_Digg_RichText', markdown: string | null } } | { __typename: 'dataportal_Digg_FormDropdown', items: Array, title: string, info: string | null, required: boolean } | { __typename: 'dataportal_Digg_FormPageBreak', title: string } | { __typename: 'dataportal_Digg_FormRadio', title: string, info: string | null, required: boolean, choices: Array<{ __typename: 'dataportal_Digg_FormChoice', popup: string | null, label: string }> } | { __typename: 'dataportal_Digg_FormText', title: string, info: string | null, required: boolean } | { __typename: 'dataportal_Digg_FormTextArea', title: string, info: string | null, required: boolean }> } }; -export type FormDataFragment = { __typename: 'dataportal_Digg_Form', id: string, identifier: string, elements: Array<{ __typename: 'dataportal_Digg_FormCheckbox', title: string, info: string | null, required: boolean, choices: Array<{ __typename: 'dataportal_Digg_FormChoice', popup: string | null, label: string }> } | { __typename: 'dataportal_Digg_FormDescription', title: string, text: { __typename: 'dataportal_Digg_RichText', markdown: string | null } } | { __typename: 'dataportal_Digg_FormDropdown', items: Array, title: string, info: string | null, required: boolean } | { __typename: 'dataportal_Digg_FormPageBreak', title: string } | { __typename: 'dataportal_Digg_FormRadio', title: string, info: string | null, required: boolean, choices: Array<{ __typename: 'dataportal_Digg_FormChoice', popup: string | null, label: string }> } | { __typename: 'dataportal_Digg_FormText', title: string, info: string | null, required: boolean } | { __typename: 'dataportal_Digg_FormTextArea', title: string, info: string | null, required: boolean }> }; - export type MediaBase_Dataportal_Digg_File_Fragment = { __typename: 'dataportal_Digg_File', url: string, alt: string | null, name: string | null, description: string | null, mime: string, ext: string | null, screen9: any | null }; export type MediaBase_Dataportal_Digg_Image_Fragment = { __typename: 'dataportal_Digg_Image', url: string, alt: string | null, name: string | null, description: string | null, mime: string, ext: string | null, screen9: any | null }; diff --git a/graphql/__generated__/types.ts b/graphql/__generated__/types.ts index b1947e777..c0a80bb02 100644 --- a/graphql/__generated__/types.ts +++ b/graphql/__generated__/types.ts @@ -17,10 +17,6 @@ export interface Scalars { Float: { input: number; output: number; } dataportal_DateTime: { input: any; output: any; } dataportal_JSON: { input: any; output: any; } - dataportal_v1_DateTime: { input: any; output: any; } - dataportal_v1_JSON: { input: any; output: any; } - devportal_v1_DateTime: { input: any; output: any; } - devportal_v1_JSON: { input: any; output: any; } } /** The publicationstate of a container, either preview or live */ @@ -71,47 +67,3 @@ export interface Dataportal_QuerySearchArgs { offset?: InputMaybe; query?: InputMaybe; } - -/** The publicationstate of a container, either preview or live */ -export enum Dataportal_V1_ContainerState { - Live = 'live', - Preview = 'preview' -} - -export enum Dataportal_V1_LinkType { - Document = 'DOCUMENT', - External = 'EXTERNAL', - Internal = 'INTERNAL' -} - -export interface Dataportal_V1_QueryContainerArgs { - id?: InputMaybe; - limit?: InputMaybe; - locale?: InputMaybe; - /** secret to be able to access containers that are in preview state */ - previewSecret?: InputMaybe; - slug?: InputMaybe; - state?: InputMaybe; -} - -/** The publicationstate of a container, either preview or live */ -export enum Devportal_V1_ContainerState { - Live = 'live', - Preview = 'preview' -} - -export enum Devportal_V1_LinkType { - Document = 'DOCUMENT', - External = 'EXTERNAL', - Internal = 'INTERNAL' -} - -export interface Devportal_V1_QueryContainerArgs { - id?: InputMaybe; - limit?: InputMaybe; - locale?: InputMaybe; - /** secret to be able to access containers that are in preview state */ - previewSecret?: InputMaybe; - slug?: InputMaybe; - state?: InputMaybe; -} diff --git a/graphql/formQuery.ts b/graphql/formQuery.ts index a0df75579..08391c3ea 100644 --- a/graphql/formQuery.ts +++ b/graphql/formQuery.ts @@ -1,15 +1,6 @@ import { gql } from "@apollo/client"; import { FORM_ELEMENT_FRAGMENT, CHOICE_FRAGMENT } from "./fragments"; -export const FORM_QUERY = gql` - query Form($identifier: String!, $locale: String) { - dataportal_Digg_Form(identifier: $identifier, locale: $locale) { - ...FormData - } - } - ${FORM_ELEMENT_FRAGMENT} - ${CHOICE_FRAGMENT} -`; export const FORM_DATA_FRAGMENT = gql` fragment FormData on dataportal_Digg_Form { @@ -20,3 +11,14 @@ export const FORM_DATA_FRAGMENT = gql` } } `; + +export const FORM_QUERY = gql` + query Form($identifier: String!, $locale: String) { + dataportal_Digg_Form(identifier: $identifier, locale: $locale) { + ...FormData + } + } + ${FORM_ELEMENT_FRAGMENT} + ${CHOICE_FRAGMENT} + ${FORM_DATA_FRAGMENT} +`; diff --git a/graphql/schema.json b/graphql/schema.json index 04ec21d60..41826dba4 100644 --- a/graphql/schema.json +++ b/graphql/schema.json @@ -300,13532 +300,30 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Containers", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Footer", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Menu", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_News", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Settings", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Start", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Containers", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Footer", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Menu", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_News", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Settings", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Start", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRepeatable", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "QUERY", - "description": "Location adjacent to a query operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Location adjacent to a field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VARIABLE_DEFINITION", - "description": "Location adjacent to a variable definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Location adjacent to a union definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Location adjacent to an enum definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ - { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "specifiedByURL", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given `__Type` is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "live", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "A unique identifier for this category", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Category belongs to this taxonomy", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomies", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": "The building blocks of the form", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": "A unique identifier", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IForm", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "description": null, - "fields": [ - { - "name": "choices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "description": null, - "fields": [ - { - "name": "label", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "popup", - "description": "Text corresponding to if the choice is active", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "description": null, - "fields": [ - { - "name": "choices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "A unique identifier for this category", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Category belongs to this taxonomy", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomies", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IForm", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": "The building blocks of the form", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": "A unique identifier", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IPublication", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "startDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "description": null, - "fields": [ - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "dataportal_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_Digg_MediaType", - "description": "A mediatype of image, video or file", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "modules", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "startDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IPublication", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Link", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "description": null, - "fields": [ - { - "name": "html", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "markdown", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "raw", - "description": "AST JSON", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lang", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsFollow", - "description": "Allow robots to crawl this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsIndex", - "description": "Allow robots to index this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHighlight", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHit", - "description": null, - "fields": [ - { - "name": "highlights", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHighlight", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hit", - "description": null, - "args": [], - "type": { - "kind": "UNION", - "name": "dataportal_Digg_SearchableTypes", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchResult", - "description": null, - "fields": [ - { - "name": "hits", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHit", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalNrOfHits", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_Digg_SearchableTypes", - "description": "A type enumerating all types from a search result", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "description": null, - "fields": [ - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "description": null, - "fields": [ - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Error", - "description": null, - "fields": [ - { - "name": "code", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "message", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_LinkType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DOCUMENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EXTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryCategoryArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "categories", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "state", - "description": null, - "type": { - "kind": "ENUM", - "name": "dataportal_ContainerState", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryDomainArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QuerySearchArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "getHighlights", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightPostText", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightPreText", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightsLength", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal__Service", - "description": null, - "fields": [ - { - "name": "sdl", - "description": "The sdl representing the federated service capabilities. Includes federation directives, removes federation types, and includes rest of full schema after schema directives have been applied", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_v1_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "live", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "description": null, - "fields": [ - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "description": null, - "fields": [ - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFaqBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "description": null, - "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFooter", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IGroupBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IHeroBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFaqBlock", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFooter", - "description": null, - "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IGroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IHeroBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ILinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMediaBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "description": null, - "fields": [ - { - "name": "children", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_INews", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IPuffBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISettings", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContentContainer", - "description": null, - "fields": [ - { - "name": "contents", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IStart", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ITextBlock", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "description": null, - "fields": [ - { - "name": "key", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "dataportal_v1_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ILinksBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMediaBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "description": "A mediatype of image, video or file", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "description": null, - "fields": [ - { - "name": "children", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_INews", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "description": null, - "fields": [ - { - "name": "buttonText", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "container", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "theme", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IPuffBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "description": null, - "fields": [ - { - "name": "html", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "markdown", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "raw", - "description": "AST JSON", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lang", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsFollow", - "description": "Allow robots to crawl this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsIndex", - "description": "Allow robots to index this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISettings", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "description": null, - "fields": [ - { - "name": "contents", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], + "kind": "SCALAR", + "name": "String", + "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "fields": null, "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContentContainer", - "ofType": null - } - ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "description": null, + "name": "__Directive", + "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", "fields": [ { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", + "name": "name", "description": null, "args": [], "type": { @@ -13833,7 +331,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "dataportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -13841,7 +339,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "description", "description": null, "args": [], "type": { @@ -13853,7 +351,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "isRepeatable", "description": null, "args": [], "type": { @@ -13861,7 +359,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, @@ -13869,314 +367,214 @@ "deprecationReason": null }, { - "name": "image", + "name": "locations", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__DirectiveLocation", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "args", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__DirectiveLocation", + "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "QUERY", + "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, + "name": "MUTATION", + "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, + "name": "SUBSCRIPTION", + "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "FIELD", + "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null + "name": "FRAGMENT_DEFINITION", + "description": "Location adjacent to a fragment definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IStart", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, + "name": "FRAGMENT_SPREAD", + "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "INLINE_FRAGMENT", + "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "SCHEMA", + "description": "Location adjacent to a schema definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "SCALAR", + "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "OBJECT", + "description": "Location adjacent to an object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FIELD_DEFINITION", + "description": "Location adjacent to a field definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, + "name": "ARGUMENT_DEFINITION", + "description": "Location adjacent to an argument definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "INTERFACE", + "description": "Location adjacent to an interface definition.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null + "name": "UNION", + "description": "Location adjacent to a union definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null + "name": "ENUM", + "description": "Location adjacent to an enum definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null + "name": "ENUM_VALUE", + "description": "Location adjacent to an enum value definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null + "name": "INPUT_OBJECT", + "description": "Location adjacent to an input object type definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ITextBlock", - "ofType": null + "name": "INPUT_FIELD_DEFINITION", + "description": "Location adjacent to an input object field definition.", + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "description": null, + "name": "__EnumValue", + "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { - "name": "alt", + "name": "name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -14194,23 +592,7 @@ "deprecationReason": null }, { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", + "name": "isDeprecated", "description": null, "args": [], "type": { @@ -14218,7 +600,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -14226,7 +608,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "deprecationReason", "description": null, "args": [], "type": { @@ -14236,42 +618,20 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Error", - "description": null, + "name": "__Field", + "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { - "name": "code", + "name": "name", "description": null, "args": [], "type": { @@ -14287,7 +647,7 @@ "deprecationReason": null }, { - "name": "message", + "name": "description", "description": null, "args": [], "type": { @@ -14297,143 +657,79 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_v1_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_v1_LinkType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DOCUMENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EXTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "limit", + "name": "args", "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", + "name": "type", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "isDeprecated", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "state", + "name": "deprecationReason", "description": null, - "type": { - "kind": "ENUM", - "name": "dataportal_v1_ContainerState", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1__Service", - "description": null, - "fields": [ - { - "name": "sdl", - "description": "The sdl representing the federated service capabilities. Includes federation directives, removes federation types, and includes rest of full schema after schema directives have been applied", "args": [], "type": { "kind": "SCALAR", @@ -14450,45 +746,40 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "devportal_v1_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "kind": "OBJECT", + "name": "__InputValue", + "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", + "fields": [ { - "name": "live", + "name": "name", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "preview", + "name": "description", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "description": null, - "fields": [ + }, { - "name": "link", + "name": "type", "description": null, "args": [], "type": { @@ -14496,7 +787,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", + "name": "__Type", "ofType": null } }, @@ -14504,42 +795,27 @@ "deprecationReason": null }, { - "name": "name", - "description": null, + "name": "defaultValue", + "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "description": null, - "fields": [ + }, { - "name": "text", + "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -14547,7 +823,7 @@ "deprecationReason": null }, { - "name": "title", + "name": "deprecationReason", "description": null, "args": [], "type": { @@ -14566,13 +842,25 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "description": null, + "name": "__Schema", + "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { - "name": "blocks", + "name": "description", "description": null, "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "types", + "description": "A list of all types supported by this server.", + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14580,9 +868,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } } }, @@ -14590,8 +882,48 @@ "deprecationReason": null }, { - "name": "breadcrumb", - "description": null, + "name": "queryType", + "description": "The type that query operations will be rooted at.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mutationType", + "description": "If this server supports mutation, the type that mutation operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subscriptionType", + "description": "If this server support subscription, the type that subscription operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directives", + "description": "A list of all directives supported by this server.", "args": [], "type": { "kind": "NON_NULL", @@ -14600,25 +932,40 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Type", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", + "fields": [ { - "name": "createdAt", + "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "kind": "ENUM", + "name": "__TypeKind", "ofType": null } }, @@ -14626,7 +973,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "name", "description": null, "args": [], "type": { @@ -14638,122 +985,161 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "specifiedByURL", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "fields", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "interfaces", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", + "name": "possibleTypes", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "enumValues", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], + "name": "inputFields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__InputValue", "ofType": null } } @@ -14762,56 +1148,118 @@ "deprecationReason": null }, { - "name": "updatedAt", + "name": "ofType", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "OBJECT", + "name": "__Type", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__TypeKind", + "description": "An enum describing what kind of type a given `__Type` is.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null + "name": "SCALAR", + "description": "Indicates this type is a scalar.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", - "ofType": null + "name": "OBJECT", + "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null + "name": "INTERFACE", + "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null + "name": "UNION", + "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null + "name": "ENUM", + "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIST", + "description": "Indicates this type is a list. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NON_NULL", + "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "dataportal_ContainerState", + "description": "The publicationstate of a container, either preview or live", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "live", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", + "fields": null, + "inputFields": null, + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", + "name": "dataportal_Digg_Category", "description": null, "fields": [ { @@ -14823,7 +1271,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -14831,7 +1279,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "id", "description": null, "args": [], "type": { @@ -14839,7 +1287,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -14847,15 +1295,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -14863,21 +1311,9 @@ "deprecationReason": null }, { - "name": "image", + "name": "name", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14892,7 +1328,7 @@ }, { "name": "slug", - "description": null, + "description": "A unique identifier for this category", "args": [], "type": { "kind": "NON_NULL", @@ -14907,17 +1343,13 @@ "deprecationReason": null }, { - "name": "title", - "description": null, + "name": "taxonomy", + "description": "Category belongs to this taxonomy", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -14931,7 +1363,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -14943,7 +1375,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_ICategory", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -14952,43 +1389,59 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", + "name": "dataportal_Digg_Container", "description": null, "fields": [ { - "name": "answer", + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -14996,7 +1449,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15004,39 +1457,43 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "heading", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "question", + "name": "id", "description": null, "args": [], "type": { @@ -15044,7 +1501,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -15052,27 +1509,35 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "image", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", "description": null, "args": [], "type": { @@ -15080,52 +1545,15 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFaqBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", + "name": "preamble", "description": null, "args": [], "type": { @@ -15137,19 +1565,19 @@ "deprecationReason": null }, { - "name": "description", + "name": "seo", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", + "name": "slug", "description": null, "args": [], "type": { @@ -15165,35 +1593,31 @@ "deprecationReason": null }, { - "name": "mime", + "name": "tags", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -15201,7 +1625,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15213,7 +1637,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", + "name": "dataportal_Digg_IContainer", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15222,31 +1651,27 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", + "name": "dataportal_Digg_Domain", "description": null, "fields": [ { - "name": "columns", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -15254,7 +1679,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -15262,15 +1687,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -15278,8 +1703,8 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "name", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -15294,20 +1719,24 @@ "deprecationReason": null }, { - "name": "logo", + "name": "slug", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "taxonomies", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -15316,9 +1745,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ITaxonomy", + "ofType": null + } } } }, @@ -15334,7 +1767,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15346,56 +1779,35 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IDomain", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFooter", + "name": "dataportal_Digg_IEntity", "ofType": null } ], "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Faq", + "description": null, + "fields": [ { - "name": "body", + "name": "answer", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -15409,25 +1821,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -15461,7 +1861,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "question", "description": null, "args": [], "type": { @@ -15469,33 +1869,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -15505,7 +1885,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15517,27 +1897,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IGroupBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15546,11 +1911,47 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", + "name": "dataportal_Digg_File", "description": null, "fields": [ { - "name": "createdAt", + "name": "alt", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ext", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mime", "description": null, "args": [], "type": { @@ -15558,7 +1959,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -15566,7 +1967,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "name", "description": null, "args": [], "type": { @@ -15578,7 +1979,19 @@ "deprecationReason": null }, { - "name": "id", + "name": "screen9", + "description": "Data from screen9 media", + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", "description": null, "args": [], "type": { @@ -15586,23 +1999,40 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "locale", - "description": "two-letter lang", + "kind": "INTERFACE", + "name": "dataportal_Digg_IMediaBase", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Form", + "description": null, + "fields": [ + { + "name": "createdAt", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15610,23 +2040,31 @@ "deprecationReason": null }, { - "name": "media", - "description": null, + "name": "elements", + "description": "The building blocks of the form", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -15634,7 +2072,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -15642,32 +2080,32 @@ "deprecationReason": null }, { - "name": "text", - "description": null, + "name": "identifier", + "description": "A unique identifier", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15682,7 +2120,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15694,27 +2132,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IHeroBlock", + "name": "dataportal_Digg_IForm", "ofType": null } ], @@ -15722,8 +2145,8 @@ "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", "description": null, "fields": [ { @@ -15735,7 +2158,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15743,39 +2166,31 @@ "deprecationReason": null }, { - "name": "id", + "name": "elements", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -15783,7 +2198,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -15791,20 +2206,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15819,7 +2230,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15828,56 +2239,50 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", "description": null, "fields": [ + { + "name": "choices", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "createdAt", "description": null, @@ -15887,7 +2292,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15910,6 +2315,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "locale", "description": "two-letter lang", @@ -15927,15 +2344,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null } }, @@ -15943,20 +2360,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15971,7 +2384,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15980,121 +2393,112 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null - }, + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "description": null, + "fields": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", - "ofType": null + "name": "label", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", - "ofType": null + "name": "popup", + "description": "Text corresponding to if the choice is active", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } - ] + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "breadcrumb", + "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -16102,19 +2506,23 @@ "deprecationReason": null }, { - "name": "heading", + "name": "text", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "title", "description": null, "args": [], "type": { @@ -16122,7 +2530,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -16130,23 +2538,45 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "updatedAt", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null }, { - "name": "name", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -16154,7 +2584,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16162,7 +2592,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -16170,7 +2600,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -16178,8 +2608,8 @@ "deprecationReason": null }, { - "name": "preamble", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { "kind": "SCALAR", @@ -16190,20 +2620,32 @@ "deprecationReason": null }, { - "name": "seo", + "name": "items", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", @@ -16218,20 +2660,32 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16246,7 +2700,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16255,61 +2709,66 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", @@ -16324,56 +2783,83 @@ "deprecationReason": null }, { - "name": "preamble", + "name": "title", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", + "name": "updatedAt", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", "description": null, "fields": [ + { + "name": "choices", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "createdAt", "description": null, @@ -16383,7 +2869,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16406,6 +2892,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "locale", "description": "two-letter lang", @@ -16423,27 +2921,23 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "title", "description": null, "args": [], "type": { @@ -16451,88 +2945,54 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "name": "updatedAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", "description": null, "fields": [ { @@ -16544,7 +3004,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16567,6 +3027,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "locale", "description": "two-letter lang", @@ -16583,6 +3055,38 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "required", + "description": "If the specific input field should be required or not", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "updatedAt", "description": null, @@ -16592,7 +3096,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16601,101 +3105,41 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFaqBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", "description": null, "fields": [ { - "name": "answer", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16703,7 +3147,7 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -16711,7 +3155,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -16719,17 +3163,13 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -16751,15 +3191,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null } }, @@ -16767,7 +3207,7 @@ "deprecationReason": null }, { - "name": "question", + "name": "title", "description": null, "args": [], "type": { @@ -16782,26 +3222,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -16811,7 +3231,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16820,41 +3240,31 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFooter", + "name": "dataportal_Digg_IBlock", "description": null, "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "createdAt", "description": null, @@ -16864,7 +3274,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16896,40 +3306,8 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16944,7 +3322,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16958,50 +3336,59 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", + "name": "dataportal_Digg_Faq", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Media", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Text", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IGroupBlock", + "name": "dataportal_Digg_ICategory", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -17009,7 +3396,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -17017,27 +3404,15 @@ "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17045,8 +3420,8 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "name", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -17061,15 +3436,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "slug", + "description": "A unique identifier for this category", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -17077,21 +3452,13 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "taxonomy", + "description": "Category belongs to this taxonomy", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -17105,7 +3472,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17119,46 +3486,66 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", + "name": "dataportal_Digg_Category", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IHeroBlock", + "name": "dataportal_Digg_IContainer", "description": null, "fields": [ { - "name": "createdAt", + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", + "name": "categories", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -17166,7 +3553,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17174,39 +3561,43 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "media", + "name": "heading", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17214,7 +3605,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17222,80 +3613,27 @@ "deprecationReason": null }, { - "name": "text", + "name": "image", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ILinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -17303,7 +3641,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "name", "description": null, "args": [], "type": { @@ -17311,7 +3649,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17319,43 +3657,31 @@ "deprecationReason": null }, { - "name": "links", + "name": "preamble", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "seo", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "slug", "description": null, "args": [], "type": { @@ -17363,7 +3689,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -17371,8 +3697,8 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "tags", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -17381,9 +3707,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } } } }, @@ -17399,7 +3729,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17413,42 +3743,71 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", + "name": "dataportal_Digg_Container", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", + "name": "dataportal_Digg_IDomain", "description": null, "fields": [ { - "name": "alt", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", + "name": "locale", + "description": "two-letter lang", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", "description": null, "args": [], "type": { @@ -17464,7 +3823,7 @@ "deprecationReason": null }, { - "name": "mime", + "name": "slug", "description": null, "args": [], "type": { @@ -17480,19 +3839,31 @@ "deprecationReason": null }, { - "name": "name", + "name": "taxonomies", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ITaxonomy", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -17500,7 +3871,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17514,24 +3885,14 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", + "name": "dataportal_Digg_Domain", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMediaBlock", + "name": "dataportal_Digg_IEntity", "description": null, "fields": [ { @@ -17543,37 +3904,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -17606,58 +3943,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17667,7 +3952,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17681,26 +3966,121 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", + "name": "dataportal_Digg_Category", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Container", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Domain", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Faq", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Form", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Media", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Module", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Taxonomy", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Text", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "name": "dataportal_Digg_IForm", "description": null, "fields": [ { - "name": "children", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "kind": "SCALAR", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17708,16 +4088,24 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "elements", + "description": "The building blocks of the form", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, @@ -17740,20 +4128,8 @@ "deprecationReason": null }, { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", + "name": "identifier", + "description": "A unique identifier", "args": [], "type": { "kind": "NON_NULL", @@ -17768,53 +4144,21 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17824,7 +4168,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17838,66 +4182,58 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "name": "dataportal_Digg_Form", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_INews", + "name": "dataportal_Digg_IFormElement", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "breadcrumb", + "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -17905,19 +4241,7 @@ "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", + "name": "title", "description": null, "args": [], "type": { @@ -17925,7 +4249,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17933,35 +4257,70 @@ "deprecationReason": null }, { - "name": "image", + "name": "updatedAt", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null }, { - "name": "name", + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17969,7 +4328,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17977,7 +4336,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17985,7 +4344,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17993,8 +4352,8 @@ "deprecationReason": null }, { - "name": "preamble", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { "kind": "SCALAR", @@ -18005,15 +4364,15 @@ "deprecationReason": null }, { - "name": "publishedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18021,27 +4380,15 @@ "deprecationReason": null }, { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -18049,20 +4396,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -18077,7 +4420,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18091,28 +4434,44 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IPuffBlock", + "name": "dataportal_Digg_IMediaBase", "description": null, "fields": [ { - "name": "createdAt", + "name": "alt", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -18130,7 +4489,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "ext", "description": null, "args": [], "type": { @@ -18142,25 +4501,9 @@ "deprecationReason": null }, { - "name": "id", + "name": "mime", "description": null, "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -18174,63 +4517,31 @@ "deprecationReason": null }, { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", + "name": "name", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "url", "description": null, "args": [], "type": { @@ -18238,7 +4549,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18252,47 +4563,24 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", + "name": "dataportal_Digg_File", "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISettings", - "description": null, - "fields": [ + }, { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", + "name": "dataportal_Digg_Video", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", + "name": "dataportal_Digg_IModule", "description": null, "fields": [ { @@ -18300,15 +4588,19 @@ "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } } } }, @@ -18324,7 +4616,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18388,7 +4680,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18402,30 +4694,34 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", + "name": "dataportal_Digg_Module", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContentContainer", + "name": "dataportal_Digg_IPublication", "description": null, "fields": [ { - "name": "contents", + "name": "blocks", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } } } }, @@ -18433,23 +4729,31 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -18457,7 +4761,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18465,59 +4769,55 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "endDate", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "heading", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "id", "description": null, "args": [], "type": { @@ -18525,52 +4825,43 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IStart", - "description": null, - "fields": [ + }, { - "name": "blocks", + "name": "image", "description": null, "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "name", "description": null, "args": [], "type": { @@ -18578,7 +4869,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18586,7 +4877,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "preamble", "description": null, "args": [], "type": { @@ -18598,7 +4889,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "publishedAt", "description": null, "args": [], "type": { @@ -18606,7 +4897,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18614,35 +4905,19 @@ "deprecationReason": null }, { - "name": "image", + "name": "seo", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", + "name": "slug", "description": null, "args": [], "type": { @@ -18658,33 +4933,21 @@ "deprecationReason": null }, { - "name": "preamble", + "name": "startDate", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", + "name": "tags", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -18692,9 +4955,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } } } }, @@ -18710,7 +4977,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18724,27 +4991,35 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "name": "dataportal_Digg_Publication", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ITextBlock", + "name": "dataportal_Digg_ITaxonomy", "description": null, "fields": [ { - "name": "body", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, @@ -18759,25 +5034,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -18811,7 +5074,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "name", "description": null, "args": [], "type": { @@ -18819,7 +5082,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -18827,20 +5090,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -18855,7 +5114,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18869,14 +5128,14 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "name": "dataportal_Digg_Taxonomy", "ofType": null } ] }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "description": null, "fields": [ { @@ -18908,13 +5167,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -18960,107 +5215,19 @@ "deprecationReason": null }, { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "description": null, - "fields": [ - { - "name": "key", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", + "name": "url", "description": null, "args": [], "type": { @@ -19076,28 +5243,12 @@ "deprecationReason": null }, { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "devportal_v1_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", + "name": "width", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -19105,77 +5256,43 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IMediaBase", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", + "name": "dataportal_Digg_Link", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", + "name": "description", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "linktype", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "dataportal_LinkType", "ofType": null } }, @@ -19183,7 +5300,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "slug", "description": null, "args": [], "type": { @@ -19191,7 +5308,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -19199,76 +5316,26 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", + "name": "title", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ILinksBlock", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", + "name": "dataportal_Digg_Media", "description": null, "fields": [ { @@ -19280,7 +5347,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19352,49 +5419,13 @@ "name": null, "ofType": { "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "dataportal_Digg_MediaType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -19404,7 +5435,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19416,27 +5447,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMediaBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -19445,7 +5461,7 @@ }, { "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "name": "dataportal_Digg_MediaType", "description": "A mediatype of image, video or file", "fields": null, "inputFields": null, @@ -19454,37 +5470,45 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_File", + "name": "dataportal_Digg_File", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", + "name": "dataportal_Digg_Video", "ofType": null } ] }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "name": "dataportal_Digg_Module", "description": null, "fields": [ { - "name": "children", + "name": "blocks", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, @@ -19499,7 +5523,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19523,21 +5547,9 @@ "deprecationReason": null }, { - "name": "link", + "name": "identifier", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -19551,53 +5563,21 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -19607,7 +5587,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19619,22 +5599,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "name": "dataportal_Digg_IModule", "ofType": null } ], @@ -19643,49 +5613,9 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "name": "dataportal_Digg_ModuleList", "description": null, "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "createdAt", "description": null, @@ -19695,21 +5625,9 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -19730,18 +5648,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "locale", "description": "two-letter lang", @@ -19759,23 +5665,31 @@ "deprecationReason": null }, { - "name": "name", + "name": "modules", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IModule", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -19783,55 +5697,85 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [ { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null }, { - "name": "publishedAt", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "description": null, + "fields": [ + { + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", + "name": "categories", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "createdAt", "description": null, "args": [], "type": { @@ -19839,7 +5783,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19847,8 +5791,8 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -19857,9 +5801,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } } } }, @@ -19867,65 +5815,19 @@ "deprecationReason": null }, { - "name": "updatedAt", + "name": "endDate", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_INews", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "description": null, - "fields": [ - { - "name": "buttonText", + "name": "heading", "description": null, "args": [], "type": { @@ -19937,55 +5839,67 @@ "deprecationReason": null }, { - "name": "container", + "name": "id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "image", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", + "name": "name", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "theme", + "name": "preamble", "description": null, "args": [], "type": { @@ -19997,7 +5911,7 @@ "deprecationReason": null }, { - "name": "type", + "name": "publishedAt", "description": null, "args": [], "type": { @@ -20005,26 +5919,27 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "description": null, - "fields": [ + }, { - "name": "createdAt", + "name": "seo", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", "description": null, "args": [], "type": { @@ -20032,7 +5947,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20040,31 +5955,43 @@ "deprecationReason": null }, { - "name": "description", + "name": "startDate", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", + "name": "tags", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -20072,23 +5999,50 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IContainer", + "ofType": null }, { - "name": "locale", - "description": "two-letter lang", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IPublication", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "description": null, + "fields": [ + { + "name": "createdAt", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20096,7 +6050,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -20104,7 +6058,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -20112,19 +6066,23 @@ "deprecationReason": null }, { - "name": "puffs", + "name": "links", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Link", + "ofType": null + } } } }, @@ -20132,20 +6090,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -20160,7 +6114,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20172,27 +6126,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IPuffBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -20201,7 +6140,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "name": "dataportal_Digg_RichText", "description": null, "fields": [ { @@ -20260,7 +6199,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "name": "dataportal_Digg_SEO", "description": null, "fields": [ { @@ -20281,7 +6220,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, @@ -20343,88 +6282,93 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", + "name": "dataportal_Digg_SearchHighlight", "description": null, "fields": [ { - "name": "items", + "name": "name", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISettings", - "ofType": null + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", + "name": "dataportal_Digg_SearchHit", "description": null, "fields": [ { - "name": "blocks", + "name": "highlights", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_SearchHighlight", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "hit", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "UNION", + "name": "dataportal_Digg_SearchableTypes", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_SearchResult", + "description": null, + "fields": [ { - "name": "id", + "name": "hits", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "dataportal_Digg_SearchHit", "ofType": null } }, @@ -20432,39 +6376,51 @@ "deprecationReason": null }, { - "name": "identifier", + "name": "totalNrOfHits", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "UNION", + "name": "dataportal_Digg_SearchableTypes", + "description": "A type enumerating all types from a search result", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "dataportal_Digg_Container", + "ofType": null }, { - "name": "updatedAt", + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "description": null, + "fields": [ + { + "name": "value", "description": null, "args": [], "type": { @@ -20472,7 +6428,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20481,40 +6437,33 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "name": "dataportal_Digg_Taxonomy", "description": null, "fields": [ { - "name": "contents", + "name": "categories", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } } } }, @@ -20530,7 +6479,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20570,7 +6519,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "name", "description": null, "args": [], "type": { @@ -20578,7 +6527,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -20586,20 +6535,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -20614,7 +6559,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20626,27 +6571,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContentContainer", + "name": "dataportal_Digg_ITaxonomy", "ofType": null } ], @@ -20655,24 +6585,20 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "name": "dataportal_Digg_Text", "description": null, "fields": [ { - "name": "blocks", + "name": "body", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null } }, "isDeprecated": false, @@ -20687,7 +6613,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20722,18 +6648,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "locale", "description": "two-letter lang", @@ -20751,7 +6665,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -20759,15 +6673,37 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null }, { - "name": "preamble", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Video", + "description": null, + "fields": [ + { + "name": "alt", "description": null, "args": [], "type": { @@ -20779,39 +6715,71 @@ "deprecationReason": null }, { - "name": "seo", + "name": "description", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ext", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "mime", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "screen9", + "description": "Data from screen9 media", + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", "description": null, "args": [], "type": { @@ -20819,7 +6787,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20831,22 +6799,7 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IStart", + "name": "dataportal_Digg_IMediaBase", "ofType": null } ], @@ -20855,19 +6808,19 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "name": "dataportal_Error", "description": null, "fields": [ { - "name": "body", + "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -20875,90 +6828,155 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "message", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "dataportal_JSON", + "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "dataportal_LinkType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "DOCUMENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "heading", + "name": "EXTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryCategoryArgs", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "limit", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "locale", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], + "name": "slug", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "taxonomy", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryContainerArgs", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "categories", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], + "name": "domains", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -20967,248 +6985,190 @@ } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "id", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ITextBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", - "description": null, - "fields": [ - { - "name": "alt", + "name": "limit", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "locale", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", - "description": null, - "args": [], + "name": "previewSecret", + "description": "secret to be able to access containers that are in preview state", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mime", + "name": "slug", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "state", "description": null, - "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "dataportal_ContainerState", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", + "name": "tags", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "ofType": null - } - ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Error", + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryDomainArgs", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "code", + "name": "limit", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "message", + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "devportal_v1_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "devportal_v1_LinkType", + "kind": "INPUT_OBJECT", + "name": "dataportal_QuerySearchArgs", "description": null, "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "inputFields": [ { - "name": "DOCUMENT", + "name": "getHighlights", "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "EXTERNAL", + "name": "highlightPostText", "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", + "name": "highlightPreText", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21216,7 +7176,7 @@ "deprecationReason": null }, { - "name": "limit", + "name": "highlightsLength", "description": null, "type": { "kind": "SCALAR", @@ -21228,11 +7188,11 @@ "deprecationReason": null }, { - "name": "locale", + "name": "limit", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21240,8 +7200,8 @@ "deprecationReason": null }, { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", + "name": "locale", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -21252,11 +7212,11 @@ "deprecationReason": null }, { - "name": "slug", + "name": "offset", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21264,11 +7224,11 @@ "deprecationReason": null }, { - "name": "state", + "name": "query", "description": null, "type": { - "kind": "ENUM", - "name": "devportal_v1_ContainerState", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21282,7 +7242,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1__Service", + "name": "dataportal__Service", "description": null, "fields": [ { From e3dfea55011490bb44bdb5e00ee7c2bb7f11fffa Mon Sep 17 00:00:00 2001 From: Alessandro Gasperini Date: Tue, 9 Jan 2024 10:04:42 +0100 Subject: [PATCH 06/35] DIGG-92: menu path fix --- locales/en/routes.json | 4 ++-- locales/sv/routes.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en/routes.json b/locales/en/routes.json index f61aeec57..e2a002cf6 100644 --- a/locales/en/routes.json +++ b/locales/en/routes.json @@ -1,6 +1,6 @@ { "about-website": { - "path": "about-this-website", + "path": "/about-this-website", "title": "About website" }, "accessibility": { @@ -60,7 +60,7 @@ "title": "Statistics" }, "about-us": { - "path": "about-us", + "path": "/about-us", "title": "About us" }, "api_explore": { diff --git a/locales/sv/routes.json b/locales/sv/routes.json index e29f960f9..5dcc2af4b 100644 --- a/locales/sv/routes.json +++ b/locales/sv/routes.json @@ -1,6 +1,6 @@ { "about-website": { - "path": "om-webbplatsen", + "path": "/om-webbplatsen", "title": "Om webbplatsen" }, "accessibility": { @@ -60,7 +60,7 @@ "title": "Statistik" }, "about-us": { - "path": "om-oss", + "path": "/om-oss", "title": "Om oss" }, "api_explore": { From 79eaa2ddb2b7cfcd91649576503829a39b5ba598 Mon Sep 17 00:00:00 2001 From: Michael Axelsson Date: Tue, 9 Jan 2024 17:11:20 +0100 Subject: [PATCH 07/35] Fix linting error --- components/EntrystoreProvider/EntrystoreProvider.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/EntrystoreProvider/EntrystoreProvider.tsx b/components/EntrystoreProvider/EntrystoreProvider.tsx index de2b7660a..daf9d25d5 100644 --- a/components/EntrystoreProvider/EntrystoreProvider.tsx +++ b/components/EntrystoreProvider/EntrystoreProvider.tsx @@ -209,7 +209,11 @@ export const EntrystoreProvider: React.FC = ({ es, ), ); - valuePromises.push(getLocalizedValue(graph, 'dcterms:description', nextLang, es, { resourceURI })); + valuePromises.push( + getLocalizedValue(graph, "dcterms:description", nextLang, es, { + resourceURI, + }), + ); if (fetchMore) { valuePromises.push( getLocalizedValue(graph, "dcterms:publisher", nextLang, es), From 1ac0777da8619f78f1ae304cb9c00900059d1b39 Mon Sep 17 00:00:00 2001 From: Michael Axelsson Date: Thu, 11 Jan 2024 10:03:01 +0100 Subject: [PATCH 08/35] Run codegen --- graphql/__generated__/types.ts | 48 - graphql/schema.json | 18883 ++++--------------------------- 2 files changed, 2402 insertions(+), 16529 deletions(-) diff --git a/graphql/__generated__/types.ts b/graphql/__generated__/types.ts index b1947e777..c0a80bb02 100644 --- a/graphql/__generated__/types.ts +++ b/graphql/__generated__/types.ts @@ -17,10 +17,6 @@ export interface Scalars { Float: { input: number; output: number; } dataportal_DateTime: { input: any; output: any; } dataportal_JSON: { input: any; output: any; } - dataportal_v1_DateTime: { input: any; output: any; } - dataportal_v1_JSON: { input: any; output: any; } - devportal_v1_DateTime: { input: any; output: any; } - devportal_v1_JSON: { input: any; output: any; } } /** The publicationstate of a container, either preview or live */ @@ -71,47 +67,3 @@ export interface Dataportal_QuerySearchArgs { offset?: InputMaybe; query?: InputMaybe; } - -/** The publicationstate of a container, either preview or live */ -export enum Dataportal_V1_ContainerState { - Live = 'live', - Preview = 'preview' -} - -export enum Dataportal_V1_LinkType { - Document = 'DOCUMENT', - External = 'EXTERNAL', - Internal = 'INTERNAL' -} - -export interface Dataportal_V1_QueryContainerArgs { - id?: InputMaybe; - limit?: InputMaybe; - locale?: InputMaybe; - /** secret to be able to access containers that are in preview state */ - previewSecret?: InputMaybe; - slug?: InputMaybe; - state?: InputMaybe; -} - -/** The publicationstate of a container, either preview or live */ -export enum Devportal_V1_ContainerState { - Live = 'live', - Preview = 'preview' -} - -export enum Devportal_V1_LinkType { - Document = 'DOCUMENT', - External = 'EXTERNAL', - Internal = 'INTERNAL' -} - -export interface Devportal_V1_QueryContainerArgs { - id?: InputMaybe; - limit?: InputMaybe; - locale?: InputMaybe; - /** secret to be able to access containers that are in preview state */ - previewSecret?: InputMaybe; - slug?: InputMaybe; - state?: InputMaybe; -} diff --git a/graphql/schema.json b/graphql/schema.json index 1b1735d5f..41826dba4 100644 --- a/graphql/schema.json +++ b/graphql/schema.json @@ -300,13532 +300,30 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Containers", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Footer", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Menu", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_News", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Settings", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Start", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Containers", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Footer", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Menu", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_News", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Settings", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Start", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRepeatable", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "QUERY", - "description": "Location adjacent to a query operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Location adjacent to a field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VARIABLE_DEFINITION", - "description": "Location adjacent to a variable definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Location adjacent to a union definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Location adjacent to an enum definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ - { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "specifiedByURL", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given `__Type` is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "live", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "A unique identifier for this category", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Category belongs to this taxonomy", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomies", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": "The building blocks of the form", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": "A unique identifier", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IForm", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "description": null, - "fields": [ - { - "name": "choices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "description": null, - "fields": [ - { - "name": "label", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "popup", - "description": "Text corresponding to if the choice is active", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "description": null, - "fields": [ - { - "name": "choices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "A unique identifier for this category", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Category belongs to this taxonomy", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomies", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IForm", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": "The building blocks of the form", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": "A unique identifier", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IPublication", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "startDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "description": null, - "fields": [ - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "dataportal_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_Digg_MediaType", - "description": "A mediatype of image, video or file", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "modules", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "startDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IPublication", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Link", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "description": null, - "fields": [ - { - "name": "html", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "markdown", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "raw", - "description": "AST JSON", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lang", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsFollow", - "description": "Allow robots to crawl this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsIndex", - "description": "Allow robots to index this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHighlight", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHit", - "description": null, - "fields": [ - { - "name": "highlights", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHighlight", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hit", - "description": null, - "args": [], - "type": { - "kind": "UNION", - "name": "dataportal_Digg_SearchableTypes", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchResult", - "description": null, - "fields": [ - { - "name": "hits", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHit", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalNrOfHits", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_Digg_SearchableTypes", - "description": "A type enumerating all types from a search result", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "description": null, - "fields": [ - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "description": null, - "fields": [ - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Error", - "description": null, - "fields": [ - { - "name": "code", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "message", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_LinkType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DOCUMENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EXTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryCategoryArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "categories", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "state", - "description": null, - "type": { - "kind": "ENUM", - "name": "dataportal_ContainerState", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryDomainArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QuerySearchArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "getHighlights", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightPostText", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightPreText", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightsLength", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal__Service", - "description": null, - "fields": [ - { - "name": "sdl", - "description": "The sdl representing the federated service capabilities. Includes federation directives, removes federation types, and includes rest of full schema after schema directives have been applied", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_v1_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "live", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "description": null, - "fields": [ - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "description": null, - "fields": [ - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFaqBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "description": null, - "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFooter", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IGroupBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IHeroBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFaqBlock", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFooter", - "description": null, - "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IGroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IHeroBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ILinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMediaBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "description": null, - "fields": [ - { - "name": "children", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_INews", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IPuffBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISettings", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContentContainer", - "description": null, - "fields": [ - { - "name": "contents", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IStart", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ITextBlock", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "description": null, - "fields": [ - { - "name": "key", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "dataportal_v1_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ILinksBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMediaBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "description": "A mediatype of image, video or file", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "description": null, - "fields": [ - { - "name": "children", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_INews", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "description": null, - "fields": [ - { - "name": "buttonText", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "container", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "theme", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IPuffBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "description": null, - "fields": [ - { - "name": "html", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "markdown", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "raw", - "description": "AST JSON", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lang", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsFollow", - "description": "Allow robots to crawl this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsIndex", - "description": "Allow robots to index this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISettings", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "description": null, - "fields": [ - { - "name": "contents", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], + "kind": "SCALAR", + "name": "String", + "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "fields": null, "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContentContainer", - "ofType": null - } - ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "__Directive", + "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", + "fields": [ { - "name": "createdAt", + "name": "name", "description": null, "args": [], "type": { @@ -13833,7 +331,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "dataportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -13841,7 +339,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "description", "description": null, "args": [], "type": { @@ -13853,7 +351,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "isRepeatable", "description": null, "args": [], "type": { @@ -13861,7 +359,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, @@ -13869,314 +367,214 @@ "deprecationReason": null }, { - "name": "image", + "name": "locations", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__DirectiveLocation", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "args", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__DirectiveLocation", + "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "QUERY", + "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, + "name": "MUTATION", + "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, + "name": "SUBSCRIPTION", + "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "FIELD", + "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null + "name": "FRAGMENT_DEFINITION", + "description": "Location adjacent to a fragment definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IStart", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, + "name": "FRAGMENT_SPREAD", + "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "INLINE_FRAGMENT", + "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "SCHEMA", + "description": "Location adjacent to a schema definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "SCALAR", + "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "OBJECT", + "description": "Location adjacent to an object type definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, + "name": "FIELD_DEFINITION", + "description": "Location adjacent to a field definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "ARGUMENT_DEFINITION", + "description": "Location adjacent to an argument definition.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null + "name": "INTERFACE", + "description": "Location adjacent to an interface definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null + "name": "UNION", + "description": "Location adjacent to a union definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null + "name": "ENUM", + "description": "Location adjacent to an enum definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null + "name": "ENUM_VALUE", + "description": "Location adjacent to an enum value definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ITextBlock", - "ofType": null + "name": "INPUT_OBJECT", + "description": "Location adjacent to an input object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_FIELD_DEFINITION", + "description": "Location adjacent to an input object field definition.", + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "description": null, + "name": "__EnumValue", + "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { - "name": "alt", + "name": "name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -14194,23 +592,7 @@ "deprecationReason": null }, { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", + "name": "isDeprecated", "description": null, "args": [], "type": { @@ -14218,7 +600,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -14226,7 +608,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "deprecationReason", "description": null, "args": [], "type": { @@ -14236,42 +618,20 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Error", - "description": null, + "name": "__Field", + "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { - "name": "code", + "name": "name", "description": null, "args": [], "type": { @@ -14287,7 +647,7 @@ "deprecationReason": null }, { - "name": "message", + "name": "description", "description": null, "args": [], "type": { @@ -14297,143 +657,79 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_v1_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_v1_LinkType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DOCUMENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EXTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "limit", + "name": "args", "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", + "name": "type", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "isDeprecated", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "state", + "name": "deprecationReason", "description": null, - "type": { - "kind": "ENUM", - "name": "dataportal_v1_ContainerState", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1__Service", - "description": null, - "fields": [ - { - "name": "sdl", - "description": "The sdl representing the federated service capabilities. Includes federation directives, removes federation types, and includes rest of full schema after schema directives have been applied", "args": [], "type": { "kind": "SCALAR", @@ -14450,45 +746,40 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "devportal_v1_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "kind": "OBJECT", + "name": "__InputValue", + "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", + "fields": [ { - "name": "live", + "name": "name", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "preview", + "name": "description", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "description": null, - "fields": [ + }, { - "name": "link", + "name": "type", "description": null, "args": [], "type": { @@ -14496,7 +787,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", + "name": "__Type", "ofType": null } }, @@ -14504,42 +795,27 @@ "deprecationReason": null }, { - "name": "name", - "description": null, + "name": "defaultValue", + "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "description": null, - "fields": [ + }, { - "name": "text", + "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -14547,7 +823,7 @@ "deprecationReason": null }, { - "name": "title", + "name": "deprecationReason", "description": null, "args": [], "type": { @@ -14566,13 +842,25 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "description": null, + "name": "__Schema", + "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { - "name": "blocks", + "name": "description", "description": null, "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "types", + "description": "A list of all types supported by this server.", + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14580,9 +868,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } } }, @@ -14590,8 +882,48 @@ "deprecationReason": null }, { - "name": "breadcrumb", - "description": null, + "name": "queryType", + "description": "The type that query operations will be rooted at.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mutationType", + "description": "If this server supports mutation, the type that mutation operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subscriptionType", + "description": "If this server support subscription, the type that subscription operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directives", + "description": "A list of all directives supported by this server.", "args": [], "type": { "kind": "NON_NULL", @@ -14600,25 +932,40 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Type", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", + "fields": [ { - "name": "createdAt", + "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "kind": "ENUM", + "name": "__TypeKind", "ofType": null } }, @@ -14626,7 +973,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "name", "description": null, "args": [], "type": { @@ -14638,122 +985,161 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "specifiedByURL", + "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "interfaces", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "possibleTypes", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", + "name": "enumValues", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], + "name": "inputFields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__InputValue", "ofType": null } } @@ -14762,56 +1148,118 @@ "deprecationReason": null }, { - "name": "updatedAt", + "name": "ofType", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "OBJECT", + "name": "__Type", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__TypeKind", + "description": "An enum describing what kind of type a given `__Type` is.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null + "name": "SCALAR", + "description": "Indicates this type is a scalar.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", - "ofType": null + "name": "OBJECT", + "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null + "name": "INTERFACE", + "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null + "name": "UNION", + "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null + "name": "ENUM", + "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIST", + "description": "Indicates this type is a list. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NON_NULL", + "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "dataportal_ContainerState", + "description": "The publicationstate of a container, either preview or live", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "live", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", + "fields": null, + "inputFields": null, + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", + "name": "dataportal_Digg_Category", "description": null, "fields": [ { @@ -14823,7 +1271,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -14831,7 +1279,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "id", "description": null, "args": [], "type": { @@ -14839,7 +1287,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -14847,15 +1295,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -14863,21 +1311,9 @@ "deprecationReason": null }, { - "name": "image", + "name": "name", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14892,7 +1328,7 @@ }, { "name": "slug", - "description": null, + "description": "A unique identifier for this category", "args": [], "type": { "kind": "NON_NULL", @@ -14907,17 +1343,13 @@ "deprecationReason": null }, { - "name": "title", - "description": null, + "name": "taxonomy", + "description": "Category belongs to this taxonomy", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -14931,7 +1363,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -14943,7 +1375,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_ICategory", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -14952,43 +1389,59 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", + "name": "dataportal_Digg_Container", "description": null, "fields": [ { - "name": "answer", + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -14996,7 +1449,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15004,39 +1457,43 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "heading", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "question", + "name": "id", "description": null, "args": [], "type": { @@ -15044,7 +1501,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -15052,27 +1509,35 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "image", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", "description": null, "args": [], "type": { @@ -15080,52 +1545,15 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFaqBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", + "name": "preamble", "description": null, "args": [], "type": { @@ -15137,19 +1565,19 @@ "deprecationReason": null }, { - "name": "description", + "name": "seo", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", + "name": "slug", "description": null, "args": [], "type": { @@ -15165,35 +1593,31 @@ "deprecationReason": null }, { - "name": "mime", + "name": "tags", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -15201,7 +1625,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15213,7 +1637,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", + "name": "dataportal_Digg_IContainer", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15222,31 +1651,27 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", + "name": "dataportal_Digg_Domain", "description": null, "fields": [ { - "name": "columns", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -15254,7 +1679,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -15262,15 +1687,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -15278,8 +1703,8 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "name", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -15294,20 +1719,24 @@ "deprecationReason": null }, { - "name": "logo", + "name": "slug", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "taxonomies", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -15316,9 +1745,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ITaxonomy", + "ofType": null + } } } }, @@ -15334,7 +1767,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15346,17 +1779,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IDomain", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFooter", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15365,51 +1793,19 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", + "name": "dataportal_Digg_Faq", "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + "fields": [ { - "name": "createdAt", + "name": "answer", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", "ofType": null } }, @@ -15417,13 +1813,17 @@ "deprecationReason": null }, { - "name": "heading", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -15461,7 +1861,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "question", "description": null, "args": [], "type": { @@ -15469,33 +1869,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -15505,7 +1885,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15517,27 +1897,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IGroupBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15546,27 +1911,11 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", + "name": "dataportal_Digg_File", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", + "name": "alt", "description": null, "args": [], "type": { @@ -15578,55 +1927,31 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "media", + "name": "ext", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "mime", "description": null, "args": [], "type": { @@ -15634,7 +1959,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -15642,39 +1967,31 @@ "deprecationReason": null }, { - "name": "text", + "name": "name", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "url", "description": null, "args": [], "type": { @@ -15682,7 +1999,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -15694,27 +2011,7 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IHeroBlock", + "name": "dataportal_Digg_IMediaBase", "ofType": null } ], @@ -15722,8 +2019,8 @@ "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_Form", "description": null, "fields": [ { @@ -15735,7 +2032,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15743,31 +2040,39 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "elements", + "description": "The building blocks of the form", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -15775,15 +2080,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "identifier", + "description": "A unique identifier", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -15791,20 +2096,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15819,7 +2120,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15828,74 +2129,28 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IForm", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "description": null, + "fields": [ { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -15903,7 +2158,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15911,23 +2166,31 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "elements", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -15935,7 +2198,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -15943,20 +2206,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15971,7 +2230,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15980,73 +2239,28 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", "description": null, "fields": [ { - "name": "blocks", + "name": "choices", "description": null, "args": [], "type": { @@ -16056,9 +2270,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "ofType": null + } } } }, @@ -16066,27 +2284,23 @@ "deprecationReason": null }, { - "name": "breadcrumb", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -16094,7 +2308,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -16102,8 +2316,8 @@ "deprecationReason": null }, { - "name": "heading", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { "kind": "SCALAR", @@ -16114,15 +2328,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -16130,15 +2344,15 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -16146,7 +2360,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "title", "description": null, "args": [], "type": { @@ -16162,7 +2376,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -16170,39 +2384,81 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null }, { - "name": "preamble", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "description": null, + "fields": [ + { + "name": "label", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", - "description": null, + "name": "popup", + "description": "Text corresponding to if the choice is active", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "description": null, + "fields": [ { - "name": "slug", + "name": "createdAt", "description": null, "args": [], "type": { @@ -16210,7 +2466,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16218,97 +2474,55 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "description": null, - "fields": [ - { - "name": "blocks", + "name": "text", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", + "name": "title", "description": null, "args": [], "type": { @@ -16324,54 +2538,41 @@ "deprecationReason": null }, { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", + "name": "updatedAt", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", "description": null, "fields": [ { @@ -16383,7 +2584,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16406,6 +2607,42 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "items", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "locale", "description": "two-letter lang", @@ -16423,20 +2660,32 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16451,7 +2700,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16460,79 +2709,29 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", "description": null, "fields": [ { @@ -16544,7 +2743,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16583,6 +2782,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "updatedAt", "description": null, @@ -16592,7 +2807,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16601,102 +2816,45 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFaqBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", "description": null, "fields": [ { - "name": "answer", + "name": "choices", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "ofType": null + } + } } }, "isDeprecated": false, @@ -16711,7 +2869,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16735,31 +2893,27 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -16767,15 +2921,15 @@ "deprecationReason": null }, { - "name": "question", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -16783,20 +2937,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16811,7 +2961,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16820,43 +2970,49 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFooter", + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", "description": null, "fields": [ { - "name": "columns", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -16864,7 +3020,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -16872,17 +3028,13 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -16904,32 +3056,32 @@ "deprecationReason": null }, { - "name": "logo", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16944,7 +3096,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16953,55 +3105,109 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IGroupBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "body", + "name": "id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "locale", + "description": "two-letter lang", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "required", + "description": "If the specific input field should be required or not", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", "description": null, "args": [], "type": { @@ -17009,7 +3215,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -17017,19 +3223,50 @@ "deprecationReason": null }, { - "name": "heading", + "name": "updatedAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null }, { - "name": "id", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17037,7 +3274,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17045,15 +3282,15 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -17061,41 +3298,21 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17105,7 +3322,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17119,14 +3336,39 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", + "name": "dataportal_Digg_Faq", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Media", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Text", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IHeroBlock", + "name": "dataportal_Digg_ICategory", "description": null, "fields": [ { @@ -17138,25 +3380,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -17190,15 +3420,15 @@ "deprecationReason": null }, { - "name": "media", + "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -17206,15 +3436,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "slug", + "description": "A unique identifier for this category", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -17222,37 +3452,17 @@ "deprecationReason": null }, { - "name": "text", - "description": null, + "name": "taxonomy", + "description": "Category belongs to this taxonomy", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17262,7 +3472,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17276,34 +3486,66 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", + "name": "dataportal_Digg_Category", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ILinksBlock", + "name": "dataportal_Digg_IContainer", "description": null, "fields": [ { - "name": "createdAt", + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "categories", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17311,7 +3553,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17319,19 +3561,23 @@ "deprecationReason": null }, { - "name": "links", + "name": "domains", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } } } }, @@ -17339,23 +3585,19 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "heading", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17363,7 +3605,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17371,72 +3613,51 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "image", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "description": null, - "fields": [ + }, { - "name": "alt", + "name": "name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "preamble", "description": null, "args": [], "type": { @@ -17448,23 +3669,19 @@ "deprecationReason": null }, { - "name": "ext", + "name": "seo", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mime", + "name": "slug", "description": null, "args": [], "type": { @@ -17480,19 +3697,31 @@ "deprecationReason": null }, { - "name": "name", + "name": "tags", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -17500,7 +3729,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17514,24 +3743,19 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Container", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", + "name": "dataportal_Digg_Publication", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMediaBlock", + "name": "dataportal_Digg_IDomain", "description": null, "fields": [ { @@ -17543,7 +3767,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17551,31 +3775,39 @@ "deprecationReason": null }, { - "name": "description", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "name", "description": null, "args": [], "type": { @@ -17583,7 +3815,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17591,8 +3823,8 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -17607,15 +3839,72 @@ "deprecationReason": null }, { - "name": "media", + "name": "taxonomies", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ITaxonomy", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "dataportal_Digg_Domain", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "description": null, + "fields": [ + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17623,7 +3912,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17631,7 +3920,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17639,20 +3928,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -17667,7 +3952,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17681,26 +3966,121 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", + "name": "dataportal_Digg_Category", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Container", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Domain", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Faq", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Form", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Media", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Module", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Taxonomy", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Text", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "name": "dataportal_Digg_IForm", "description": null, "fields": [ { - "name": "children", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "kind": "SCALAR", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17708,16 +4088,24 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "elements", + "description": "The building blocks of the form", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, @@ -17740,20 +4128,8 @@ "deprecationReason": null }, { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", + "name": "identifier", + "description": "A unique identifier", "args": [], "type": { "kind": "NON_NULL", @@ -17768,53 +4144,21 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17824,7 +4168,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17838,66 +4182,58 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "name": "dataportal_Digg_Form", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_INews", + "name": "dataportal_Digg_IFormElement", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "breadcrumb", + "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -17905,19 +4241,7 @@ "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", + "name": "title", "description": null, "args": [], "type": { @@ -17925,7 +4249,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17933,35 +4257,70 @@ "deprecationReason": null }, { - "name": "image", + "name": "updatedAt", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null }, { - "name": "name", + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17969,7 +4328,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17977,7 +4336,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17985,7 +4344,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17993,8 +4352,8 @@ "deprecationReason": null }, { - "name": "preamble", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { "kind": "SCALAR", @@ -18005,15 +4364,15 @@ "deprecationReason": null }, { - "name": "publishedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18021,27 +4380,15 @@ "deprecationReason": null }, { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -18049,20 +4396,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -18077,7 +4420,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18091,46 +4434,38 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IPuffBlock", + "name": "dataportal_Digg_IMediaBase", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", + "name": "alt", "description": null, "args": [], "type": { @@ -18142,39 +4477,31 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "ext", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "mime", "description": null, "args": [], "type": { @@ -18182,7 +4509,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -18190,47 +4517,31 @@ "deprecationReason": null }, { - "name": "puffs", + "name": "name", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "url", "description": null, "args": [], "type": { @@ -18238,7 +4549,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18252,47 +4563,24 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", + "name": "dataportal_Digg_File", "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISettings", - "description": null, - "fields": [ + }, { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", + "name": "dataportal_Digg_Video", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", + "name": "dataportal_Digg_IModule", "description": null, "fields": [ { @@ -18300,15 +4588,19 @@ "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } } } }, @@ -18324,7 +4616,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18388,7 +4680,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18402,30 +4694,34 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", + "name": "dataportal_Digg_Module", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContentContainer", + "name": "dataportal_Digg_IPublication", "description": null, "fields": [ { - "name": "contents", + "name": "blocks", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } } } }, @@ -18433,23 +4729,31 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -18457,7 +4761,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18465,59 +4769,55 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "endDate", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "heading", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "id", "description": null, "args": [], "type": { @@ -18525,52 +4825,43 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IStart", - "description": null, - "fields": [ + }, { - "name": "blocks", + "name": "image", "description": null, "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "name", "description": null, "args": [], "type": { @@ -18578,7 +4869,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18586,7 +4877,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "preamble", "description": null, "args": [], "type": { @@ -18598,7 +4889,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "publishedAt", "description": null, "args": [], "type": { @@ -18606,7 +4897,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18614,35 +4905,19 @@ "deprecationReason": null }, { - "name": "image", + "name": "seo", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", + "name": "slug", "description": null, "args": [], "type": { @@ -18658,33 +4933,21 @@ "deprecationReason": null }, { - "name": "preamble", + "name": "startDate", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", + "name": "tags", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -18692,9 +4955,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } } } }, @@ -18710,7 +4977,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18724,27 +4991,35 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "name": "dataportal_Digg_Publication", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ITextBlock", + "name": "dataportal_Digg_ITaxonomy", "description": null, "fields": [ { - "name": "body", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, @@ -18759,25 +5034,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -18811,7 +5074,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "name", "description": null, "args": [], "type": { @@ -18819,7 +5082,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -18827,20 +5090,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -18855,7 +5114,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18869,14 +5128,14 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "name": "dataportal_Digg_Taxonomy", "ofType": null } ] }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "description": null, "fields": [ { @@ -18908,13 +5167,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -18960,107 +5215,19 @@ "deprecationReason": null }, { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "description": null, - "fields": [ - { - "name": "key", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", + "name": "url", "description": null, "args": [], "type": { @@ -19076,28 +5243,12 @@ "deprecationReason": null }, { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "devportal_v1_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", + "name": "width", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -19105,93 +5256,43 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IMediaBase", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", + "name": "dataportal_Digg_Link", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", + "name": "description", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "linktype", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "dataportal_LinkType", "ofType": null } }, @@ -19199,76 +5300,42 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "title", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ILinksBlock", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", + "name": "dataportal_Digg_Media", "description": null, "fields": [ { @@ -19280,7 +5347,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19352,49 +5419,13 @@ "name": null, "ofType": { "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "dataportal_Digg_MediaType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -19404,7 +5435,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19416,27 +5447,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMediaBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -19445,7 +5461,7 @@ }, { "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "name": "dataportal_Digg_MediaType", "description": "A mediatype of image, video or file", "fields": null, "inputFields": null, @@ -19454,37 +5470,45 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_File", + "name": "dataportal_Digg_File", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", + "name": "dataportal_Digg_Video", "ofType": null } ] }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "name": "dataportal_Digg_Module", "description": null, "fields": [ { - "name": "children", + "name": "blocks", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, @@ -19499,7 +5523,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19523,13 +5547,17 @@ "deprecationReason": null }, { - "name": "link", + "name": "identifier", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -19551,7 +5579,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -19559,28 +5587,86 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null }, { - "name": "title", + "kind": "INTERFACE", + "name": "dataportal_Digg_IModule", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "modules", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -19589,9 +5675,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IModule", + "ofType": null + } } } }, @@ -19607,7 +5697,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19619,22 +5709,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -19643,11 +5723,35 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "name": "dataportal_Digg_Publication", "description": null, "fields": [ { - "name": "blocks", + "name": "blocks", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "categories", "description": null, "args": [], "type": { @@ -19657,9 +5761,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } } } }, @@ -19667,41 +5775,57 @@ "deprecationReason": null }, { - "name": "breadcrumb", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "domains", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "endDate", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "heading", "description": null, @@ -19736,7 +5860,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, @@ -19774,22 +5898,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "preamble", "description": null, @@ -19811,7 +5919,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19824,7 +5932,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, @@ -19847,8 +5955,20 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "startDate", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -19857,9 +5977,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } } } }, @@ -19875,7 +5999,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19887,32 +6011,17 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", + "name": "dataportal_Digg_IContainer", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_INews", + "name": "dataportal_Digg_IPublication", "ofType": null } ], @@ -19921,106 +6030,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "description": null, - "fields": [ - { - "name": "buttonText", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "container", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "theme", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", + "name": "dataportal_Digg_RelatedContent", "description": null, "fields": [ { @@ -20032,37 +6042,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -20080,51 +6066,23 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", + "name": "links", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Link", + "ofType": null + } } } }, @@ -20132,20 +6090,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -20160,7 +6114,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20172,27 +6126,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IPuffBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -20201,7 +6140,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "name": "dataportal_Digg_RichText", "description": null, "fields": [ { @@ -20260,7 +6199,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "name": "dataportal_Digg_SEO", "description": null, "fields": [ { @@ -20281,7 +6220,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, @@ -20343,88 +6282,93 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", + "name": "dataportal_Digg_SearchHighlight", "description": null, "fields": [ { - "name": "items", + "name": "name", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISettings", - "ofType": null + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", + "name": "dataportal_Digg_SearchHit", "description": null, "fields": [ { - "name": "blocks", + "name": "highlights", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_SearchHighlight", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "hit", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "UNION", + "name": "dataportal_Digg_SearchableTypes", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_SearchResult", + "description": null, + "fields": [ { - "name": "id", + "name": "hits", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "dataportal_Digg_SearchHit", "ofType": null } }, @@ -20432,39 +6376,51 @@ "deprecationReason": null }, { - "name": "identifier", + "name": "totalNrOfHits", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "UNION", + "name": "dataportal_Digg_SearchableTypes", + "description": "A type enumerating all types from a search result", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "dataportal_Digg_Container", + "ofType": null }, { - "name": "updatedAt", + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "description": null, + "fields": [ + { + "name": "value", "description": null, "args": [], "type": { @@ -20472,7 +6428,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20481,40 +6437,33 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "name": "dataportal_Digg_Taxonomy", "description": null, "fields": [ { - "name": "contents", + "name": "categories", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } } } }, @@ -20530,7 +6479,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20570,7 +6519,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "name", "description": null, "args": [], "type": { @@ -20578,7 +6527,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -20586,20 +6535,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -20614,7 +6559,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20626,27 +6571,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContentContainer", + "name": "dataportal_Digg_ITaxonomy", "ofType": null } ], @@ -20655,24 +6585,20 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "name": "dataportal_Digg_Text", "description": null, "fields": [ { - "name": "blocks", + "name": "body", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null } }, "isDeprecated": false, @@ -20687,7 +6613,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20716,20 +6642,8 @@ "ofType": { "kind": "SCALAR", "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -20751,7 +6665,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -20759,15 +6673,37 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null }, { - "name": "preamble", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Video", + "description": null, + "fields": [ + { + "name": "alt", "description": null, "args": [], "type": { @@ -20779,39 +6715,71 @@ "deprecationReason": null }, { - "name": "seo", + "name": "description", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ext", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "mime", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "screen9", + "description": "Data from screen9 media", + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", "description": null, "args": [], "type": { @@ -20819,7 +6787,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20831,22 +6799,7 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IStart", + "name": "dataportal_Digg_IMediaBase", "ofType": null } ], @@ -20855,19 +6808,19 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "name": "dataportal_Error", "description": null, "fields": [ { - "name": "body", + "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -20875,90 +6828,135 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "message", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "dataportal_JSON", + "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "dataportal_LinkType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "DOCUMENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "heading", + "name": "EXTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryCategoryArgs", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "limit", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "locale", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], + "name": "slug", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "taxonomy", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryContainerArgs", + "description": null, + "fields": null, + "inputFields": [ { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], + "name": "categories", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -20967,248 +6965,210 @@ } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "domains", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ITextBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", - "description": null, - "fields": [ - { - "name": "alt", + "name": "limit", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "locale", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", - "description": null, - "args": [], + "name": "previewSecret", + "description": "secret to be able to access containers that are in preview state", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mime", + "name": "slug", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "state", "description": null, - "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "dataportal_ContainerState", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", + "name": "tags", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "ofType": null - } - ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Error", + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryDomainArgs", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "code", + "name": "limit", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "message", + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "devportal_v1_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "devportal_v1_LinkType", + "kind": "INPUT_OBJECT", + "name": "dataportal_QuerySearchArgs", "description": null, "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "inputFields": [ { - "name": "DOCUMENT", + "name": "getHighlights", "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "EXTERNAL", + "name": "highlightPostText", "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", + "name": "highlightPreText", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21216,7 +7176,7 @@ "deprecationReason": null }, { - "name": "limit", + "name": "highlightsLength", "description": null, "type": { "kind": "SCALAR", @@ -21228,11 +7188,11 @@ "deprecationReason": null }, { - "name": "locale", + "name": "limit", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21240,8 +7200,8 @@ "deprecationReason": null }, { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", + "name": "locale", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -21252,11 +7212,11 @@ "deprecationReason": null }, { - "name": "slug", + "name": "offset", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21264,11 +7224,11 @@ "deprecationReason": null }, { - "name": "state", + "name": "query", "description": null, "type": { - "kind": "ENUM", - "name": "devportal_v1_ContainerState", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21282,7 +7242,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1__Service", + "name": "dataportal__Service", "description": null, "fields": [ { @@ -21305,45 +7265,6 @@ } ], "directives": [ - { - "name": "defer", - "description": null, - "isRepeatable": false, - "locations": [ - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ] - }, { "name": "defer", "description": null, From fbeb881be38456be75053595013e02eff3d706ab Mon Sep 17 00:00:00 2001 From: Alessandro Gasperini Date: Thu, 11 Jan 2024 10:34:59 +0100 Subject: [PATCH 09/35] srtage-beta-redesign types fix on publications --- graphql/__generated__/types.ts | 48 - graphql/schema.json | 18883 ++++--------------------------- utilities/queryHelpers.ts | 30 +- 3 files changed, 2417 insertions(+), 16544 deletions(-) diff --git a/graphql/__generated__/types.ts b/graphql/__generated__/types.ts index b1947e777..c0a80bb02 100644 --- a/graphql/__generated__/types.ts +++ b/graphql/__generated__/types.ts @@ -17,10 +17,6 @@ export interface Scalars { Float: { input: number; output: number; } dataportal_DateTime: { input: any; output: any; } dataportal_JSON: { input: any; output: any; } - dataportal_v1_DateTime: { input: any; output: any; } - dataportal_v1_JSON: { input: any; output: any; } - devportal_v1_DateTime: { input: any; output: any; } - devportal_v1_JSON: { input: any; output: any; } } /** The publicationstate of a container, either preview or live */ @@ -71,47 +67,3 @@ export interface Dataportal_QuerySearchArgs { offset?: InputMaybe; query?: InputMaybe; } - -/** The publicationstate of a container, either preview or live */ -export enum Dataportal_V1_ContainerState { - Live = 'live', - Preview = 'preview' -} - -export enum Dataportal_V1_LinkType { - Document = 'DOCUMENT', - External = 'EXTERNAL', - Internal = 'INTERNAL' -} - -export interface Dataportal_V1_QueryContainerArgs { - id?: InputMaybe; - limit?: InputMaybe; - locale?: InputMaybe; - /** secret to be able to access containers that are in preview state */ - previewSecret?: InputMaybe; - slug?: InputMaybe; - state?: InputMaybe; -} - -/** The publicationstate of a container, either preview or live */ -export enum Devportal_V1_ContainerState { - Live = 'live', - Preview = 'preview' -} - -export enum Devportal_V1_LinkType { - Document = 'DOCUMENT', - External = 'EXTERNAL', - Internal = 'INTERNAL' -} - -export interface Devportal_V1_QueryContainerArgs { - id?: InputMaybe; - limit?: InputMaybe; - locale?: InputMaybe; - /** secret to be able to access containers that are in preview state */ - previewSecret?: InputMaybe; - slug?: InputMaybe; - state?: InputMaybe; -} diff --git a/graphql/schema.json b/graphql/schema.json index 1b1735d5f..41826dba4 100644 --- a/graphql/schema.json +++ b/graphql/schema.json @@ -300,13532 +300,30 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Containers", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Footer", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Menu", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_News", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Settings", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataportal_v1_Digg_Start", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Containers", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Footer", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Menu", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_News", - "description": null, - "args": [ - { - "name": "filter", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Settings", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "devportal_v1_Digg_Start", - "description": null, - "args": [ - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isRepeatable", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "QUERY", - "description": "Location adjacent to a query operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Location adjacent to a field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "VARIABLE_DEFINITION", - "description": "Location adjacent to a variable definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Location adjacent to a union definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Location adjacent to an enum definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ - { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "specifiedByURL", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false", - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given `__Type` is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "live", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "A unique identifier for this category", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Category belongs to this taxonomy", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomies", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": "The building blocks of the form", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": "A unique identifier", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IForm", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "description": null, - "fields": [ - { - "name": "choices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "description": null, - "fields": [ - { - "name": "label", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "popup", - "description": "Text corresponding to if the choice is active", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "description": null, - "fields": [ - { - "name": "choices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_FormChoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": "A unique identifier for this category", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": "Category belongs to this taxonomy", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomies", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Category", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Domain", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Faq", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IForm", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "elements", - "description": "The building blocks of the form", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": "A unique identifier", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Form", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormElement", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDescription", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormPageBreak", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IFormInput", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "info", - "description": "Info about the specific input field", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "required", - "description": "If the specific input field should be required or not", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormDropdown", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormRadio", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_FormTextArea", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IPublication", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "startDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "description": null, - "fields": [ - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "dataportal_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Media", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_Digg_MediaType", - "description": "A mediatype of image, video or file", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Module", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_ModuleList", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "modules", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IModule", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_IDomain", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "startDate", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IPublication", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RelatedContent", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_Link", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "description": null, - "fields": [ - { - "name": "html", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "markdown", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "raw", - "description": "AST JSON", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SEO", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lang", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsFollow", - "description": "Allow robots to crawl this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsIndex", - "description": "Allow robots to index this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHighlight", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHit", - "description": null, - "fields": [ - { - "name": "highlights", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHighlight", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hit", - "description": null, - "args": [], - "type": { - "kind": "UNION", - "name": "dataportal_Digg_SearchableTypes", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchResult", - "description": null, - "fields": [ - { - "name": "hits", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_SearchHit", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalNrOfHits", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_Digg_SearchableTypes", - "description": "A type enumerating all types from a search result", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Publication", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Tag", - "description": null, - "fields": [ - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Taxonomy", - "description": null, - "fields": [ - { - "name": "categories", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_Digg_ICategory", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_ITaxonomy", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Text", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Digg_Video", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "screen9", - "description": "Data from screen9 media", - "args": [], - "type": { - "kind": "SCALAR", - "name": "dataportal_JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_Digg_IMediaBase", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_Error", - "description": null, - "fields": [ - { - "name": "code", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "message", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_LinkType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DOCUMENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EXTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryCategoryArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "taxonomy", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "categories", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "domains", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "state", - "description": null, - "type": { - "kind": "ENUM", - "name": "dataportal_ContainerState", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "tags", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QueryDomainArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_QuerySearchArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "getHighlights", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightPostText", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightPreText", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "highlightsLength", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "query", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal__Service", - "description": null, - "fields": [ - { - "name": "sdl", - "description": "The sdl representing the federated service capabilities. Includes federation directives, removes federation types, and includes rest of full schema after schema directives have been applied", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_v1_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "live", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preview", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "description": null, - "fields": [ - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "description": null, - "fields": [ - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFaqBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "description": null, - "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFooter", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IGroupBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IHeroBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFaqBlock", - "description": null, - "fields": [ - { - "name": "answer", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_FaqBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IFooter", - "description": null, - "fields": [ - { - "name": "columns", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Column", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "logo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Footer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IGroupBlock", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_GroupBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IHeroBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_HeroBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ILinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMediaBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "description": null, - "fields": [ - { - "name": "children", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_INews", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IPuffBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISettings", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContentContainer", - "description": null, - "fields": [ - { - "name": "contents", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IStart", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ITextBlock", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "description": null, - "fields": [ - { - "name": "alt", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "description": null, - "fields": [ - { - "name": "key", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "dataportal_v1_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_LinksBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ILinksBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MediaBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "media", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMediaBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "dataportal_v1_Digg_MediaType", - "description": "A mediatype of image, video or file", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_MenuList", - "description": null, - "fields": [ - { - "name": "children", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMenu", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_News", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "breadcrumb", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Breadrumb", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "publishedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_INews", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "description": null, - "fields": [ - { - "name": "buttonText", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "container", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_ContainerMeta", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "theme", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_PuffBlock", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Puff", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IPuffBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "description": null, - "fields": [ - { - "name": "html", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "markdown", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "raw", - "description": "AST JSON", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "description": null, - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lang", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsFollow", - "description": "Allow robots to crawl this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "robotsIndex", - "description": "Allow robots to index this content", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SettingsList", - "description": null, - "fields": [ - { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISettings", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContent", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "identifier", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SharedContentContainer", - "description": null, - "fields": [ - { - "name": "contents", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContent", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], + "kind": "SCALAR", + "name": "String", + "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "fields": null, "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ISharedContentContainer", - "ofType": null - } - ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Start", - "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "__Directive", + "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", + "fields": [ { - "name": "createdAt", + "name": "name", "description": null, "args": [], "type": { @@ -13833,7 +331,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "dataportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -13841,7 +339,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "description", "description": null, "args": [], "type": { @@ -13853,7 +351,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "isRepeatable", "description": null, "args": [], "type": { @@ -13861,7 +359,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, @@ -13869,314 +367,214 @@ "deprecationReason": null }, { - "name": "image", + "name": "locations", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__DirectiveLocation", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "args", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__DirectiveLocation", + "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "QUERY", + "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_SEO", - "ofType": null - }, + "name": "MUTATION", + "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, + "name": "SUBSCRIPTION", + "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "FIELD", + "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null + "name": "FRAGMENT_DEFINITION", + "description": "Location adjacent to a fragment definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IStart", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_TextBlock", - "description": null, - "fields": [ - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "dataportal_v1_Digg_RichText", - "ofType": null - } - }, + "name": "FRAGMENT_SPREAD", + "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "INLINE_FRAGMENT", + "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "name": "SCHEMA", + "description": "Location adjacent to a schema definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "name": "SCALAR", + "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, + "name": "OBJECT", + "description": "Location adjacent to an object type definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, + "name": "FIELD_DEFINITION", + "description": "Location adjacent to a field definition.", "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "dataportal_v1_DateTime", - "ofType": null - } - }, + "name": "ARGUMENT_DEFINITION", + "description": "Location adjacent to an argument definition.", "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IBlock", - "ofType": null + "name": "INTERFACE", + "description": "Location adjacent to an interface definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ICollection", - "ofType": null + "name": "UNION", + "description": "Location adjacent to a union definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IContent", - "ofType": null + "name": "ENUM", + "description": "Location adjacent to an enum definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IEntity", - "ofType": null + "name": "ENUM_VALUE", + "description": "Location adjacent to an enum value definition.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_ITextBlock", - "ofType": null + "name": "INPUT_OBJECT", + "description": "Location adjacent to an input object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_FIELD_DEFINITION", + "description": "Location adjacent to an input object field definition.", + "isDeprecated": false, + "deprecationReason": null } ], - "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Digg_Video", - "description": null, + "name": "__EnumValue", + "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { - "name": "alt", + "name": "name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -14194,23 +592,7 @@ "deprecationReason": null }, { - "name": "ext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mime", + "name": "isDeprecated", "description": null, "args": [], "type": { @@ -14218,7 +600,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -14226,7 +608,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "deprecationReason", "description": null, "args": [], "type": { @@ -14236,42 +618,20 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "dataportal_v1_Digg_IMedia", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "dataportal_v1_Error", - "description": null, + "name": "__Field", + "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { - "name": "code", + "name": "name", "description": null, "args": [], "type": { @@ -14287,7 +647,7 @@ "deprecationReason": null }, { - "name": "message", + "name": "description", "description": null, "args": [], "type": { @@ -14297,143 +657,79 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "dataportal_v1_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "dataportal_v1_LinkType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "DOCUMENT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EXTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "dataportal_v1_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "limit", + "name": "args", "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", + "name": "type", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "slug", + "name": "isDeprecated", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "state", + "name": "deprecationReason", "description": null, - "type": { - "kind": "ENUM", - "name": "dataportal_v1_ContainerState", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "dataportal_v1__Service", - "description": null, - "fields": [ - { - "name": "sdl", - "description": "The sdl representing the federated service capabilities. Includes federation directives, removes federation types, and includes rest of full schema after schema directives have been applied", "args": [], "type": { "kind": "SCALAR", @@ -14450,45 +746,40 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "devportal_v1_ContainerState", - "description": "The publicationstate of a container, either preview or live", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "kind": "OBJECT", + "name": "__InputValue", + "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", + "fields": [ { - "name": "live", + "name": "name", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "preview", + "name": "description", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "description": null, - "fields": [ + }, { - "name": "link", + "name": "type", "description": null, "args": [], "type": { @@ -14496,7 +787,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", + "name": "__Type", "ofType": null } }, @@ -14504,42 +795,27 @@ "deprecationReason": null }, { - "name": "name", - "description": null, + "name": "defaultValue", + "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "description": null, - "fields": [ + }, { - "name": "text", + "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -14547,7 +823,7 @@ "deprecationReason": null }, { - "name": "title", + "name": "deprecationReason", "description": null, "args": [], "type": { @@ -14566,13 +842,25 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "description": null, + "name": "__Schema", + "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { - "name": "blocks", + "name": "description", "description": null, "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "types", + "description": "A list of all types supported by this server.", + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14580,9 +868,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } } }, @@ -14590,8 +882,48 @@ "deprecationReason": null }, { - "name": "breadcrumb", - "description": null, + "name": "queryType", + "description": "The type that query operations will be rooted at.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mutationType", + "description": "If this server supports mutation, the type that mutation operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subscriptionType", + "description": "If this server support subscription, the type that subscription operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directives", + "description": "A list of all directives supported by this server.", "args": [], "type": { "kind": "NON_NULL", @@ -14600,25 +932,40 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Type", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", + "fields": [ { - "name": "createdAt", + "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "kind": "ENUM", + "name": "__TypeKind", "ofType": null } }, @@ -14626,7 +973,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "name", "description": null, "args": [], "type": { @@ -14638,122 +985,161 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "specifiedByURL", + "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "interfaces", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "possibleTypes", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", + "name": "enumValues", "description": null, - "args": [], + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], + "name": "inputFields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "__InputValue", "ofType": null } } @@ -14762,56 +1148,118 @@ "deprecationReason": null }, { - "name": "updatedAt", + "name": "ofType", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "OBJECT", + "name": "__Type", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__TypeKind", + "description": "An enum describing what kind of type a given `__Type` is.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null + "name": "SCALAR", + "description": "Indicates this type is a scalar.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", - "ofType": null + "name": "OBJECT", + "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null + "name": "INTERFACE", + "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null + "name": "UNION", + "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "isDeprecated": false, + "deprecationReason": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null + "name": "ENUM", + "description": "Indicates this type is an enum. `enumValues` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIST", + "description": "Indicates this type is a list. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NON_NULL", + "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "dataportal_ContainerState", + "description": "The publicationstate of a container, either preview or live", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "live", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "preview", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", + "fields": null, + "inputFields": null, + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", + "name": "dataportal_Digg_Category", "description": null, "fields": [ { @@ -14823,7 +1271,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -14831,7 +1279,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "id", "description": null, "args": [], "type": { @@ -14839,7 +1287,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -14847,15 +1295,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -14863,21 +1311,9 @@ "deprecationReason": null }, { - "name": "image", + "name": "name", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -14892,7 +1328,7 @@ }, { "name": "slug", - "description": null, + "description": "A unique identifier for this category", "args": [], "type": { "kind": "NON_NULL", @@ -14907,17 +1343,13 @@ "deprecationReason": null }, { - "name": "title", - "description": null, + "name": "taxonomy", + "description": "Category belongs to this taxonomy", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -14931,7 +1363,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -14943,7 +1375,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_ICategory", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -14952,43 +1389,59 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", + "name": "dataportal_Digg_Container", "description": null, "fields": [ { - "name": "answer", + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -14996,7 +1449,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15004,39 +1457,43 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "heading", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "question", + "name": "id", "description": null, "args": [], "type": { @@ -15044,7 +1501,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -15052,27 +1509,35 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "image", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", "description": null, "args": [], "type": { @@ -15080,52 +1545,15 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFaqBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_File", - "description": null, - "fields": [ - { - "name": "alt", + "name": "preamble", "description": null, "args": [], "type": { @@ -15137,19 +1565,19 @@ "deprecationReason": null }, { - "name": "description", + "name": "seo", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", + "name": "slug", "description": null, "args": [], "type": { @@ -15165,35 +1593,31 @@ "deprecationReason": null }, { - "name": "mime", + "name": "tags", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -15201,7 +1625,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15213,7 +1637,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", + "name": "dataportal_Digg_IContainer", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15222,31 +1651,27 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", + "name": "dataportal_Digg_Domain", "description": null, "fields": [ { - "name": "columns", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -15254,7 +1679,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -15262,15 +1687,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -15278,8 +1703,8 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "name", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -15294,20 +1719,24 @@ "deprecationReason": null }, { - "name": "logo", + "name": "slug", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "taxonomies", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -15316,9 +1745,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ITaxonomy", + "ofType": null + } } } }, @@ -15334,7 +1767,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15346,17 +1779,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IDomain", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFooter", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15365,51 +1793,19 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", + "name": "dataportal_Digg_Faq", "description": null, - "fields": [ - { - "name": "blocks", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "body", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + "fields": [ { - "name": "createdAt", + "name": "answer", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", "ofType": null } }, @@ -15417,13 +1813,17 @@ "deprecationReason": null }, { - "name": "heading", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -15461,7 +1861,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "question", "description": null, "args": [], "type": { @@ -15469,33 +1869,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -15505,7 +1885,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15517,27 +1897,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IGroupBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -15546,27 +1911,11 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", + "name": "dataportal_Digg_File", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", + "name": "alt", "description": null, "args": [], "type": { @@ -15578,55 +1927,31 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "media", + "name": "ext", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "mime", "description": null, "args": [], "type": { @@ -15634,7 +1959,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -15642,39 +1967,31 @@ "deprecationReason": null }, { - "name": "text", + "name": "name", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "url", "description": null, "args": [], "type": { @@ -15682,7 +1999,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -15694,27 +2011,7 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IHeroBlock", + "name": "dataportal_Digg_IMediaBase", "ofType": null } ], @@ -15722,8 +2019,8 @@ "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_Form", "description": null, "fields": [ { @@ -15735,7 +2032,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15743,31 +2040,39 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "elements", + "description": "The building blocks of the form", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -15775,15 +2080,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "identifier", + "description": "A unique identifier", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -15791,20 +2096,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15819,7 +2120,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15828,74 +2129,28 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IForm", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "description": null, - "fields": [ - { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "description": null, + "fields": [ { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -15903,7 +2158,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15911,23 +2166,31 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "elements", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -15935,7 +2198,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -15943,20 +2206,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -15971,7 +2230,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -15980,73 +2239,28 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", "description": null, "fields": [ { - "name": "blocks", + "name": "choices", "description": null, "args": [], "type": { @@ -16056,9 +2270,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "ofType": null + } } } }, @@ -16066,27 +2284,23 @@ "deprecationReason": null }, { - "name": "breadcrumb", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -16094,7 +2308,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -16102,8 +2316,8 @@ "deprecationReason": null }, { - "name": "heading", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { "kind": "SCALAR", @@ -16114,15 +2328,15 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -16130,15 +2344,15 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -16146,7 +2360,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "title", "description": null, "args": [], "type": { @@ -16162,7 +2376,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -16170,39 +2384,81 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null }, { - "name": "preamble", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "description": null, + "fields": [ + { + "name": "label", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", - "description": null, + "name": "popup", + "description": "Text corresponding to if the choice is active", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "description": null, + "fields": [ { - "name": "slug", + "name": "createdAt", "description": null, "args": [], "type": { @@ -16210,7 +2466,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16218,97 +2474,55 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "description": null, - "fields": [ - { - "name": "blocks", + "name": "text", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", + "name": "title", "description": null, "args": [], "type": { @@ -16324,54 +2538,41 @@ "deprecationReason": null }, { - "name": "preamble", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "seo", + "name": "updatedAt", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", "description": null, "fields": [ { @@ -16383,7 +2584,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16406,6 +2607,42 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "items", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "locale", "description": "two-letter lang", @@ -16423,20 +2660,32 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16451,7 +2700,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16460,79 +2709,29 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", "description": null, "fields": [ { @@ -16544,7 +2743,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16583,6 +2782,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "updatedAt", "description": null, @@ -16592,7 +2807,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16601,102 +2816,45 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Container", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_News", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", - "ofType": null - }, + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", "ofType": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFaqBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", "description": null, "fields": [ { - "name": "answer", + "name": "choices", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_FormChoice", + "ofType": null + } + } } }, "isDeprecated": false, @@ -16711,7 +2869,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16735,31 +2893,27 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -16767,15 +2921,15 @@ "deprecationReason": null }, { - "name": "question", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -16783,20 +2937,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16811,7 +2961,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16820,43 +2970,49 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_FaqBlock", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IFooter", + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", "description": null, "fields": [ { - "name": "columns", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Column", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "id", "description": null, "args": [], "type": { @@ -16864,7 +3020,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, @@ -16872,17 +3028,13 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -16904,32 +3056,32 @@ "deprecationReason": null }, { - "name": "logo", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -16944,7 +3096,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -16953,55 +3105,109 @@ } ], "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "interfaces": [ { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Footer", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", "ofType": null } - ] + ], + "enumValues": null, + "possibleTypes": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IGroupBlock", + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "body", + "name": "id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "info", + "description": "Info about the specific input field", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "locale", + "description": "two-letter lang", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "required", + "description": "If the specific input field should be required or not", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", "description": null, "args": [], "type": { @@ -17009,7 +3215,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -17017,19 +3223,50 @@ "deprecationReason": null }, { - "name": "heading", + "name": "updatedAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null }, { - "name": "id", + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17037,7 +3274,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17045,15 +3282,15 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -17061,41 +3298,21 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17105,7 +3322,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17119,14 +3336,39 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_GroupBlock", + "name": "dataportal_Digg_Faq", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Media", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Text", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IHeroBlock", + "name": "dataportal_Digg_ICategory", "description": null, "fields": [ { @@ -17138,25 +3380,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -17190,15 +3420,15 @@ "deprecationReason": null }, { - "name": "media", + "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -17206,15 +3436,15 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "slug", + "description": "A unique identifier for this category", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -17222,37 +3452,17 @@ "deprecationReason": null }, { - "name": "text", - "description": null, + "name": "taxonomy", + "description": "Category belongs to this taxonomy", "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17262,7 +3472,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17276,34 +3486,66 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_HeroBlock", + "name": "dataportal_Digg_Category", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ILinksBlock", + "name": "dataportal_Digg_IContainer", "description": null, "fields": [ { - "name": "createdAt", + "name": "blocks", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "categories", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17311,7 +3553,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17319,19 +3561,23 @@ "deprecationReason": null }, { - "name": "links", + "name": "domains", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } } } }, @@ -17339,23 +3585,19 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "heading", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17363,7 +3605,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17371,72 +3613,51 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "image", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "description": null, - "fields": [ + }, { - "name": "alt", + "name": "name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "preamble", "description": null, "args": [], "type": { @@ -17448,23 +3669,19 @@ "deprecationReason": null }, { - "name": "ext", + "name": "seo", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_SEO", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mime", + "name": "slug", "description": null, "args": [], "type": { @@ -17480,19 +3697,31 @@ "deprecationReason": null }, { - "name": "name", + "name": "tags", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } + } + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -17500,7 +3729,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17514,24 +3743,19 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Container", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", + "name": "dataportal_Digg_Publication", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMediaBlock", + "name": "dataportal_Digg_IDomain", "description": null, "fields": [ { @@ -17543,7 +3767,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17551,31 +3775,39 @@ "deprecationReason": null }, { - "name": "description", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "heading", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "name", "description": null, "args": [], "type": { @@ -17583,7 +3815,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17591,8 +3823,8 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -17607,15 +3839,72 @@ "deprecationReason": null }, { - "name": "media", + "name": "taxonomies", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ITaxonomy", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "dataportal_Digg_Domain", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "description": null, + "fields": [ + { + "name": "createdAt", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17623,7 +3912,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17631,7 +3920,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17639,20 +3928,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -17667,7 +3952,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17681,26 +3966,121 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", + "name": "dataportal_Digg_Category", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Container", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Domain", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Faq", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Form", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Media", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Module", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_RelatedContent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Taxonomy", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Text", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "name": "dataportal_Digg_IForm", "description": null, "fields": [ { - "name": "children", + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "kind": "SCALAR", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17708,16 +4088,24 @@ "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "elements", + "description": "The building blocks of the form", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormElement", + "ofType": null + } + } } }, "isDeprecated": false, @@ -17740,20 +4128,8 @@ "deprecationReason": null }, { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", + "name": "identifier", + "description": "A unique identifier", "args": [], "type": { "kind": "NON_NULL", @@ -17768,53 +4144,21 @@ "deprecationReason": null }, { - "name": "order", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -17824,7 +4168,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17838,66 +4182,58 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "name": "dataportal_Digg_Form", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_INews", + "name": "dataportal_Digg_IFormElement", "description": null, "fields": [ { - "name": "blocks", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "breadcrumb", + "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -17905,19 +4241,7 @@ "deprecationReason": null }, { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", + "name": "title", "description": null, "args": [], "type": { @@ -17925,7 +4249,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -17933,35 +4257,70 @@ "deprecationReason": null }, { - "name": "image", + "name": "updatedAt", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null }, { - "name": "name", + "kind": "OBJECT", + "name": "dataportal_Digg_FormDescription", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormPageBreak", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IFormInput", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { @@ -17969,7 +4328,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, @@ -17977,7 +4336,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "id", "description": null, "args": [], "type": { @@ -17985,7 +4344,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, @@ -17993,8 +4352,8 @@ "deprecationReason": null }, { - "name": "preamble", - "description": null, + "name": "info", + "description": "Info about the specific input field", "args": [], "type": { "kind": "SCALAR", @@ -18005,15 +4364,15 @@ "deprecationReason": null }, { - "name": "publishedAt", - "description": null, + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18021,27 +4380,15 @@ "deprecationReason": null }, { - "name": "seo", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slug", - "description": null, + "name": "required", + "description": "If the specific input field should be required or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -18049,20 +4396,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "title", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -18077,7 +4420,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18091,46 +4434,38 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "name": "dataportal_Digg_FormCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormDropdown", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormRadio", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_FormTextArea", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IPuffBlock", + "name": "dataportal_Digg_IMediaBase", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", + "name": "alt", "description": null, "args": [], "type": { @@ -18142,39 +4477,31 @@ "deprecationReason": null }, { - "name": "id", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "ext", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "mime", "description": null, "args": [], "type": { @@ -18182,7 +4509,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -18190,47 +4517,31 @@ "deprecationReason": null }, { - "name": "puffs", + "name": "name", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "url", "description": null, "args": [], "type": { @@ -18238,7 +4549,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18252,47 +4563,24 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", + "name": "dataportal_Digg_File", "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISettings", - "description": null, - "fields": [ + }, { - "name": "items", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", + "name": "dataportal_Digg_Video", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", + "name": "dataportal_Digg_IModule", "description": null, "fields": [ { @@ -18300,15 +4588,19 @@ "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } } } }, @@ -18324,7 +4616,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18388,7 +4680,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18402,30 +4694,34 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", + "name": "dataportal_Digg_Module", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContentContainer", + "name": "dataportal_Digg_IPublication", "description": null, "fields": [ { - "name": "contents", + "name": "blocks", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } } } }, @@ -18433,23 +4729,31 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "createdAt", "description": null, "args": [], "type": { @@ -18457,7 +4761,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18465,59 +4769,55 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", + "name": "domains", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "endDate", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "heading", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "id", "description": null, "args": [], "type": { @@ -18525,52 +4825,43 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IStart", - "description": null, - "fields": [ + }, { - "name": "blocks", + "name": "image", "description": null, "args": [], + "type": { + "kind": "OBJECT", + "name": "dataportal_Digg_Image", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "name", "description": null, "args": [], "type": { @@ -18578,7 +4869,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -18586,7 +4877,7 @@ "deprecationReason": null }, { - "name": "heading", + "name": "preamble", "description": null, "args": [], "type": { @@ -18598,7 +4889,7 @@ "deprecationReason": null }, { - "name": "id", + "name": "publishedAt", "description": null, "args": [], "type": { @@ -18606,7 +4897,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18614,35 +4905,19 @@ "deprecationReason": null }, { - "name": "image", + "name": "seo", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", + "name": "slug", "description": null, "args": [], "type": { @@ -18658,33 +4933,21 @@ "deprecationReason": null }, { - "name": "preamble", + "name": "startDate", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "seo", + "name": "tags", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -18692,9 +4955,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } } } }, @@ -18710,7 +4977,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18724,27 +4991,35 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "name": "dataportal_Digg_Publication", "ofType": null } ] }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ITextBlock", + "name": "dataportal_Digg_ITaxonomy", "description": null, "fields": [ { - "name": "body", + "name": "categories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } + } } }, "isDeprecated": false, @@ -18759,25 +5034,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -18811,7 +5074,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "name", "description": null, "args": [], "type": { @@ -18819,7 +5082,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -18827,20 +5090,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -18855,7 +5114,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -18869,14 +5128,14 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "name": "dataportal_Digg_Taxonomy", "ofType": null } ] }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "description": null, "fields": [ { @@ -18908,13 +5167,9 @@ "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -18960,107 +5215,19 @@ "deprecationReason": null }, { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "description": null, - "fields": [ - { - "name": "key", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "description": null, - "fields": [ - { - "name": "description", - "description": null, + "name": "screen9", + "description": "Data from screen9 media", "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "link", + "name": "url", "description": null, "args": [], "type": { @@ -19076,28 +5243,12 @@ "deprecationReason": null }, { - "name": "linktype", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "devportal_v1_LinkType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", + "name": "width", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -19105,93 +5256,43 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IMediaBase", + "ofType": null + } + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_LinksBlock", + "name": "dataportal_Digg_Link", "description": null, "fields": [ { - "name": "createdAt", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "links", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locale", - "description": "two-letter lang", + "name": "description", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "linktype", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "dataportal_LinkType", "ofType": null } }, @@ -19199,76 +5300,42 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "title", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ILinksBlock", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_MediaBlock", + "name": "dataportal_Digg_Media", "description": null, "fields": [ { @@ -19280,7 +5347,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19352,49 +5419,13 @@ "name": null, "ofType": { "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "dataportal_Digg_MediaType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "updatedAt", "description": null, @@ -19404,7 +5435,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19416,27 +5447,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMediaBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -19445,7 +5461,7 @@ }, { "kind": "UNION", - "name": "devportal_v1_Digg_MediaType", + "name": "dataportal_Digg_MediaType", "description": "A mediatype of image, video or file", "fields": null, "inputFields": null, @@ -19454,37 +5470,45 @@ "possibleTypes": [ { "kind": "OBJECT", - "name": "devportal_v1_Digg_File", + "name": "dataportal_Digg_File", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", + "name": "dataportal_Digg_Video", "ofType": null } ] }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_MenuList", + "name": "dataportal_Digg_Module", "description": null, "fields": [ { - "name": "children", + "name": "blocks", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } } }, "isDeprecated": false, @@ -19499,7 +5523,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19523,13 +5547,17 @@ "deprecationReason": null }, { - "name": "link", + "name": "identifier", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -19551,7 +5579,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -19559,28 +5587,86 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null }, { - "name": "title", + "kind": "INTERFACE", + "name": "dataportal_Digg_IModule", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_ModuleList", + "description": null, + "fields": [ + { + "name": "createdAt", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locale", + "description": "two-letter lang", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "modules", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -19589,9 +5675,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IModule", + "ofType": null + } } } }, @@ -19607,7 +5697,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19619,22 +5709,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMenu", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -19643,11 +5723,35 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_News", + "name": "dataportal_Digg_Publication", "description": null, "fields": [ { - "name": "blocks", + "name": "blocks", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "categories", "description": null, "args": [], "type": { @@ -19657,9 +5761,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } } } }, @@ -19667,41 +5775,57 @@ "deprecationReason": null }, { - "name": "breadcrumb", + "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Breadrumb", - "ofType": null - } + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "domains", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_IDomain", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, + { + "name": "endDate", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "heading", "description": null, @@ -19736,7 +5860,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, @@ -19774,22 +5898,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "order", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "preamble", "description": null, @@ -19811,7 +5919,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19824,7 +5932,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "name": "dataportal_Digg_SEO", "ofType": null }, "isDeprecated": false, @@ -19847,8 +5955,20 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "startDate", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -19857,9 +5977,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "ofType": null + } } } }, @@ -19875,7 +5999,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -19887,32 +6011,17 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainer", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", + "name": "dataportal_Digg_IContainer", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_INews", + "name": "dataportal_Digg_IPublication", "ofType": null } ], @@ -19921,106 +6030,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "description": null, - "fields": [ - { - "name": "buttonText", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "container", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_ContainerMeta", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "link", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Link", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "theme", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_PuffBlock", + "name": "dataportal_Digg_RelatedContent", "description": null, "fields": [ { @@ -20032,37 +6042,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "id", "description": null, @@ -20080,51 +6066,23 @@ "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "order", + "name": "links", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "puffs", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Puff", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "dataportal_Digg_Link", + "ofType": null + } } } }, @@ -20132,20 +6090,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "locale", + "description": "two-letter lang", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -20160,7 +6114,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20172,27 +6126,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IBlock", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IPuffBlock", + "name": "dataportal_Digg_IEntity", "ofType": null } ], @@ -20201,7 +6140,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "name": "dataportal_Digg_RichText", "description": null, "fields": [ { @@ -20260,7 +6199,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "name": "dataportal_Digg_SEO", "description": null, "fields": [ { @@ -20281,7 +6220,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", + "name": "dataportal_Digg_Image", "ofType": null }, "isDeprecated": false, @@ -20343,88 +6282,93 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SettingsList", + "name": "dataportal_Digg_SearchHighlight", "description": null, "fields": [ { - "name": "items", + "name": "name", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_KeyVal", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISettings", - "ofType": null + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContent", + "name": "dataportal_Digg_SearchHit", "description": null, "fields": [ { - "name": "blocks", + "name": "highlights", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_SearchHighlight", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createdAt", + "name": "hit", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "UNION", + "name": "dataportal_Digg_SearchableTypes", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_SearchResult", + "description": null, + "fields": [ { - "name": "id", + "name": "hits", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "dataportal_Digg_SearchHit", "ofType": null } }, @@ -20432,39 +6376,51 @@ "deprecationReason": null }, { - "name": "identifier", + "name": "totalNrOfHits", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "UNION", + "name": "dataportal_Digg_SearchableTypes", + "description": "A type enumerating all types from a search result", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ { - "name": "locale", - "description": "two-letter lang", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "dataportal_Digg_Container", + "ofType": null }, { - "name": "updatedAt", + "kind": "OBJECT", + "name": "dataportal_Digg_Publication", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Tag", + "description": null, + "fields": [ + { + "name": "value", "description": null, "args": [], "type": { @@ -20472,7 +6428,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20481,40 +6437,33 @@ } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_SharedContentContainer", + "name": "dataportal_Digg_Taxonomy", "description": null, "fields": [ { - "name": "contents", + "name": "categories", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContent", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "dataportal_Digg_ICategory", + "ofType": null + } } } }, @@ -20530,7 +6479,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20570,7 +6519,7 @@ "deprecationReason": null }, { - "name": "order", + "name": "name", "description": null, "args": [], "type": { @@ -20578,7 +6527,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -20586,20 +6535,16 @@ "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "slug", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -20614,7 +6559,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20626,27 +6571,12 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", + "name": "dataportal_Digg_IEntity", "ofType": null }, { "kind": "INTERFACE", - "name": "devportal_v1_Digg_ISharedContentContainer", + "name": "dataportal_Digg_ITaxonomy", "ofType": null } ], @@ -20655,24 +6585,20 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_Start", + "name": "dataportal_Digg_Text", "description": null, "fields": [ { - "name": "blocks", + "name": "body", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - } + "kind": "OBJECT", + "name": "dataportal_Digg_RichText", + "ofType": null } }, "isDeprecated": false, @@ -20687,7 +6613,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "dataportal_DateTime", "ofType": null } }, @@ -20716,20 +6642,8 @@ "ofType": { "kind": "SCALAR", "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "image", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Image", - "ofType": null + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -20751,7 +6665,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "updatedAt", "description": null, "args": [], "type": { @@ -20759,15 +6673,37 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "dataportal_DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "dataportal_Digg_IBlock", + "ofType": null }, { - "name": "preamble", + "kind": "INTERFACE", + "name": "dataportal_Digg_IEntity", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "dataportal_Digg_Video", + "description": null, + "fields": [ + { + "name": "alt", "description": null, "args": [], "type": { @@ -20779,39 +6715,71 @@ "deprecationReason": null }, { - "name": "seo", + "name": "description", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_SEO", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ext", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", + "name": "mime", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "screen9", + "description": "Data from screen9 media", + "args": [], + "type": { + "kind": "SCALAR", + "name": "dataportal_JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", "description": null, "args": [], "type": { @@ -20819,7 +6787,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "devportal_v1_DateTime", + "name": "String", "ofType": null } }, @@ -20831,22 +6799,7 @@ "interfaces": [ { "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContainerBase", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IStart", + "name": "dataportal_Digg_IMediaBase", "ofType": null } ], @@ -20855,19 +6808,19 @@ }, { "kind": "OBJECT", - "name": "devportal_v1_Digg_TextBlock", + "name": "dataportal_Error", "description": null, "fields": [ { - "name": "body", + "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "devportal_v1_Digg_RichText", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -20875,90 +6828,135 @@ "deprecationReason": null }, { - "name": "createdAt", + "name": "message", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "dataportal_JSON", + "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "dataportal_LinkType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "DOCUMENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "heading", + "name": "EXTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryCategoryArgs", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "limit", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "id", + "name": "locale", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "locale", - "description": "two-letter lang", - "args": [], + "name": "slug", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "taxonomy", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryContainerArgs", + "description": null, + "fields": null, + "inputFields": [ { - "name": "uiHints", - "description": "Parameters that effects how the ui should be rendererd", - "args": [], + "name": "categories", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -20967,248 +6965,210 @@ } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatedAt", + "name": "domains", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "devportal_v1_DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IBlock", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ICollection", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IContent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IEntity", - "ofType": null }, { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_ITextBlock", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "devportal_v1_Digg_Video", - "description": null, - "fields": [ - { - "name": "alt", + "name": "limit", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", + "name": "locale", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ext", - "description": null, - "args": [], + "name": "previewSecret", + "description": "secret to be able to access containers that are in preview state", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mime", + "name": "slug", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "state", "description": null, - "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "dataportal_ContainerState", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "url", + "name": "tags", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "devportal_v1_Digg_IMedia", - "ofType": null - } - ], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "devportal_v1_Error", + "kind": "INPUT_OBJECT", + "name": "dataportal_QueryDomainArgs", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "code", + "name": "limit", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "message", + "name": "locale", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "devportal_v1_JSON", - "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", - "fields": null, - "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "ENUM", - "name": "devportal_v1_LinkType", + "kind": "INPUT_OBJECT", + "name": "dataportal_QuerySearchArgs", "description": null, "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + "inputFields": [ { - "name": "DOCUMENT", + "name": "getHighlights", "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "EXTERNAL", + "name": "highlightPostText", "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "INTERNAL", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "devportal_v1_QueryContainerArgs", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "id", + "name": "highlightPreText", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21216,7 +7176,7 @@ "deprecationReason": null }, { - "name": "limit", + "name": "highlightsLength", "description": null, "type": { "kind": "SCALAR", @@ -21228,11 +7188,11 @@ "deprecationReason": null }, { - "name": "locale", + "name": "limit", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21240,8 +7200,8 @@ "deprecationReason": null }, { - "name": "previewSecret", - "description": "secret to be able to access containers that are in preview state", + "name": "locale", + "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -21252,11 +7212,11 @@ "deprecationReason": null }, { - "name": "slug", + "name": "offset", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21264,11 +7224,11 @@ "deprecationReason": null }, { - "name": "state", + "name": "query", "description": null, "type": { - "kind": "ENUM", - "name": "devportal_v1_ContainerState", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21282,7 +7242,7 @@ }, { "kind": "OBJECT", - "name": "devportal_v1__Service", + "name": "dataportal__Service", "description": null, "fields": [ { @@ -21305,45 +7265,6 @@ } ], "directives": [ - { - "name": "defer", - "description": null, - "isRepeatable": false, - "locations": [ - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "label", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ] - }, { "name": "defer", "description": null, diff --git a/utilities/queryHelpers.ts b/utilities/queryHelpers.ts index 4a122f4f6..0e6eef618 100644 --- a/utilities/queryHelpers.ts +++ b/utilities/queryHelpers.ts @@ -76,7 +76,7 @@ export const containerArgsFromSlugs = ( locale: string, domain?: DiggDomain, state?: Dataportal_ContainerState, - secret?: string, + secret?: string ): MultiContainersQueryVariables => { const defaultVars = { category: { @@ -126,7 +126,7 @@ const hasIdendicalSibling = (slugs: string[], domain?: DiggDomain) => { const getRelatedContainers = async ( categories: CategoryFragment[], locale: string, - domain?: DiggDomain, + domain?: DiggDomain ) => { const relatedCategories = categories.map((c) => c.slug); @@ -196,9 +196,9 @@ export interface RootAggregateResponse type: "RootAggregate"; areas?: IPuff[]; themes?: IPuff[]; - news?: PublicationDataFragment; - examples?: PublicationDataFragment; - events?: PublicationDataFragment; + news?: PublicationDataFragment[]; + examples?: PublicationDataFragment[]; + events?: PublicationDataFragment[]; } export interface FormResponse extends FormDataFragment { @@ -242,7 +242,7 @@ export interface PublicationQueryOptions extends QueryOptions { * @returns {Array} An array with stringarrays based on all containerslugs */ export const extractSlugs = ( - containers: (ContainerData_Dataportal_Digg_Container_Fragment | null)[], + containers: (ContainerData_Dataportal_Digg_Container_Fragment | null)[] ) => { const slugsArray: Array = []; containers.map((page) => { @@ -262,14 +262,14 @@ export const getMultiContainer = async ( slugs: string[], locale: string, domain?: DiggDomain, - opts: QueryOptions = { revalidate: true }, + opts: QueryOptions = { revalidate: true } ) => { const { state, secret, revalidate } = opts; if (hasIdendicalSibling(slugs, domain)) { console.warn( `Cannot have identicall slugs after another: '${ domain ? `/${domain}/` : "" - }${slugs.join("/")}'`, + }${slugs.join("/")}'` ); return notFound(revalidate); } @@ -338,7 +338,7 @@ export const getPublicationsList = async ( domains: DiggDomain[], tags: string[], locale: string, - opts?: PublicationListOptions, + opts?: PublicationListOptions ) => { // If nextjs should check for changes on the server const revalidate = true; @@ -372,7 +372,7 @@ export const getPublicationsList = async ( console.warn( `No publications found${ domains.length > 0 ? ` in domain(s) ${domains.join(",")}` : "" - } with tags: '${tags.join(",")}'`, + } with tags: '${tags.join(",")}'` ); } @@ -417,7 +417,7 @@ export const getPublicationsList = async ( export const getPublication = async ( slug: string, locale: string, - opts: PublicationQueryOptions = { revalidate: true }, + opts: PublicationQueryOptions = { revalidate: true } ) => { const { state, secret, revalidate, domain, tags } = opts; try { @@ -475,7 +475,7 @@ export const getPublication = async ( ...publication, related: relatedPublicationResult?.data?.dataportal_Digg_Publications.filter( - (pub) => pub?.id !== publication.id, + (pub) => pub?.id !== publication.id ) || [], } as PublicationResponse, ...(revalidate @@ -497,7 +497,7 @@ export const getPublication = async ( export const getDomainAggregate = async ( domainSlug: string, locale: string, - opts: QueryOptions = { revalidate: true }, + opts: QueryOptions = { revalidate: true } ) => { const { state, secret, revalidate } = opts; const sharedVariables = { @@ -574,7 +574,7 @@ export const getDomainAggregate = async ( export const getRootAggregate = async ( locale: string, - opts: QueryOptions = { revalidate: true }, + opts: QueryOptions = { revalidate: true } ) => { const { state, secret, revalidate } = opts; // todo - add localization to translate files @@ -675,7 +675,7 @@ export const querySearch = async ( locale: string, limit: number, offset: number, - clientQuery: boolean, + clientQuery: boolean ) => { try { let cl = clientQuery ? browserclient : client; From eb43f966ba3b0b2e364c04d76e8b54ca0f6b4abe Mon Sep 17 00:00:00 2001 From: Mika Munterud Date: Fri, 12 Jan 2024 13:47:51 +0100 Subject: [PATCH 10/35] DIGG-196-beta: Updating active trail in header and sideBar --- components/Navigation/Menu/Menu-Main.tsx | 4 +++- components/Navigation/Menu/Menu-SideBar.tsx | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/Navigation/Menu/Menu-Main.tsx b/components/Navigation/Menu/Menu-Main.tsx index 8175d5af4..cbab51642 100644 --- a/components/Navigation/Menu/Menu-Main.tsx +++ b/components/Navigation/Menu/Menu-Main.tsx @@ -42,7 +42,9 @@ const MenuMain: React.FC = ({ setOpenSidebar }) => { key={idx} href={`/${t(`routes|${menu.title}$path`)}`} className={`header-link${ - pathname === `/${t(`routes|${menu.title}$path`)}` ? " active" : "" + pathname?.startsWith(`/${t(`routes|${menu.title}$path`)}`) + ? " active" + : "" }`} onClick={() => setOpenSidebar(false)} > diff --git a/components/Navigation/Menu/Menu-SideBar.tsx b/components/Navigation/Menu/Menu-SideBar.tsx index 724d9de28..a8f9bcfd1 100644 --- a/components/Navigation/Menu/Menu-SideBar.tsx +++ b/components/Navigation/Menu/Menu-SideBar.tsx @@ -30,7 +30,8 @@ const SideBar: React.FC = ({ openSideBar, setOpenSidebar }) => { const isActive = (path: string) => { if ( pathname === path || - (pathname === "/" && path === t(`common|lang-path`)) + (pathname === "/" && path === t(`common|lang-path`)) || + pathname?.startsWith(path) ) { return " active"; } else return ""; From 4ab5c45368cc7f4cd687685318b5e426b520ce16 Mon Sep 17 00:00:00 2001 From: Mika Munterud Date: Fri, 12 Jan 2024 13:57:13 +0100 Subject: [PATCH 11/35] DIGG-196-beta: Updating broken link in sidebar --- components/Navigation/Menu/Menu-SideBar.tsx | 2 +- styles/sidebar/sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Navigation/Menu/Menu-SideBar.tsx b/components/Navigation/Menu/Menu-SideBar.tsx index a8f9bcfd1..d52708cdc 100644 --- a/components/Navigation/Menu/Menu-SideBar.tsx +++ b/components/Navigation/Menu/Menu-SideBar.tsx @@ -124,7 +124,7 @@ const SideBar: React.FC = ({ openSideBar, setOpenSidebar }) => { ) : ( setOpenSidebar(false)} >
Date: Fri, 12 Jan 2024 14:16:40 +0100 Subject: [PATCH 12/35] DIGG-198-beta: Updating url for publications on startpage --- components/blocks/Article.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/blocks/Article.tsx b/components/blocks/Article.tsx index 6e6f75ac3..ba18ab23f 100644 --- a/components/blocks/Article.tsx +++ b/components/blocks/Article.tsx @@ -86,7 +86,7 @@ export const ArticleBlock: React.FC = ({ function getUrl(article: Article) { const { slug, type } = article; - const publicationUrl = `/aktuellt${slug}`; + const publicationUrl = `/${showMoreLink?.slug}${slug}`; const containerUrl = `${slug}`; return type === "publication" ? publicationUrl : containerUrl; } From b83af081fdfd7aed4eed57fc600198fb4a07a2e9 Mon Sep 17 00:00:00 2001 From: Mika Munterud Date: Tue, 16 Jan 2024 09:39:04 +0100 Subject: [PATCH 13/35] DIGG-201-beta: Fixing active trail --- components/Navigation/Menu/Menu-Main.tsx | 6 +++++- components/Navigation/Menu/Menu-SideBar.tsx | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/Navigation/Menu/Menu-Main.tsx b/components/Navigation/Menu/Menu-Main.tsx index cbab51642..0c51cb5a8 100644 --- a/components/Navigation/Menu/Menu-Main.tsx +++ b/components/Navigation/Menu/Menu-Main.tsx @@ -22,6 +22,7 @@ const MenuMain: React.FC = ({ setOpenSidebar }) => { const pathname = usePathname(); const { t, lang } = useTranslation(); const isEn = lang === "en"; + const paths = pathname?.split("/").splice(1); useEffect(() => { let enMenu; @@ -42,7 +43,10 @@ const MenuMain: React.FC = ({ setOpenSidebar }) => { key={idx} href={`/${t(`routes|${menu.title}$path`)}`} className={`header-link${ - pathname?.startsWith(`/${t(`routes|${menu.title}$path`)}`) + (pathname?.startsWith(`/${t(`routes|${menu.title}$path`)}`) && + paths && + paths.length > 1) || + pathname === `/${t(`routes|${menu.title}$path`)}` ? " active" : "" }`} diff --git a/components/Navigation/Menu/Menu-SideBar.tsx b/components/Navigation/Menu/Menu-SideBar.tsx index d52708cdc..be4956384 100644 --- a/components/Navigation/Menu/Menu-SideBar.tsx +++ b/components/Navigation/Menu/Menu-SideBar.tsx @@ -24,6 +24,7 @@ interface SidebarProps { const SideBar: React.FC = ({ openSideBar, setOpenSidebar }) => { const [menues, setMenues] = useState([]); const pathname = usePathname(); + const paths = pathname?.split("/").splice(1); const { t, lang } = useTranslation(); const isEn = lang === "en"; @@ -31,7 +32,7 @@ const SideBar: React.FC = ({ openSideBar, setOpenSidebar }) => { if ( pathname === path || (pathname === "/" && path === t(`common|lang-path`)) || - pathname?.startsWith(path) + (pathname?.startsWith(path) && paths && paths.length > 1) ) { return " active"; } else return ""; From 9f5647732e627354c85089caced42832e30ab062 Mon Sep 17 00:00:00 2001 From: Mika Munterud Date: Tue, 16 Jan 2024 10:17:13 +0100 Subject: [PATCH 14/35] DIGG-202-beta: Fixing routing for related publications --- components/blocks/Article.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/components/blocks/Article.tsx b/components/blocks/Article.tsx index ba18ab23f..9dc78548c 100644 --- a/components/blocks/Article.tsx +++ b/components/blocks/Article.tsx @@ -85,12 +85,14 @@ export const ArticleBlock: React.FC = ({ const articles = makeArticles(unknownArticles, theme); function getUrl(article: Article) { - const { slug, type } = article; - const publicationUrl = `/${showMoreLink?.slug}${slug}`; + const { slug, type, tags } = article; + const publicationUrl = `/${ + tags && tags[0].value === "Nyhet" ? "nyheter" : "goda-exempel" + }${slug}`; const containerUrl = `${slug}`; + return type === "publication" ? publicationUrl : containerUrl; } - function handleClick( e: React.MouseEvent, url: string, @@ -149,11 +151,11 @@ export const ArticleBlock: React.FC = ({ {checkLang(title)} @@ -164,7 +166,7 @@ export const ArticleBlock: React.FC = ({ })} {showMoreLink && ( - + {showMoreLink.title || showMoreLink.slug} )} From 1d0e94371f06fdc56599dec5b957fd57c3a1bc0d Mon Sep 17 00:00:00 2001 From: Mika Munterud Date: Tue, 16 Jan 2024 13:58:38 +0100 Subject: [PATCH 15/35] DIGG-175-beta: Adding inital SkipToContent component --- components/content/ContainerPage/index.tsx | 1 + components/navigation/SkipToContent/index.tsx | 118 ++++++++++++++++++ pages/_app.tsx | 42 ++++--- 3 files changed, 144 insertions(+), 17 deletions(-) create mode 100644 components/navigation/SkipToContent/index.tsx diff --git a/components/content/ContainerPage/index.tsx b/components/content/ContainerPage/index.tsx index 2c3bd4b44..e688d0497 100644 --- a/components/content/ContainerPage/index.tsx +++ b/components/content/ContainerPage/index.tsx @@ -138,6 +138,7 @@ export const ContainerPage: React.FC = ({ return (
{ + const { showFocus, includeHeading } = options; + if (ev) { + ev.preventDefault(); + } + let content = document.querySelector("#Hero"); + if (!content) content = document.querySelector("#ContainerPage"); + if (!content) content = document.querySelector("main"); + if (!content) return; + + const focusable = content.querySelectorAll( + `${ + includeHeading ? "h1, " : "" + }button, a, [href]:not(.view-more-text-link), input, select, textarea, [tabindex]:not([tabindex="-1"])`, + ); + + const first = focusable[0]; + + if (first) { + if (first.nodeName === "H1") { + first.tabIndex = -1; + } + if (showFocus) { + setTimeout(() => { + document.documentElement.classList.remove("no-focus-outline"); + }, 50); + } + + startFromTop(); + first.focus(); + } +}; + +export const SkipToContent: FC<{ text: string }> = ({ text }) => { + return ( + <> + + {!settingsOpen && ( + + )} +
+ + + ) : ( <> ); diff --git a/components/global/Form/Toggle/index.tsx b/components/global/Form/Toggle/index.tsx new file mode 100644 index 000000000..3123abde1 --- /dev/null +++ b/components/global/Form/Toggle/index.tsx @@ -0,0 +1,18 @@ +import React, { FC } from "react"; + +export const Toggle: FC = () => ( +
+); diff --git a/providers/LocalStoreProvider/index.tsx b/providers/LocalStoreProvider/index.tsx index d100497ca..cebed0723 100644 --- a/providers/LocalStoreProvider/index.tsx +++ b/providers/LocalStoreProvider/index.tsx @@ -1,8 +1,9 @@ import React, { useEffect } from "react"; import { useStateCallback } from "@/hooks/useStateCallback"; +import { CookieSetting } from "@/components/global/CookieBanner"; export interface LocalStore { - cookieSettings: null | undefined; + cookieSettings?: CookieSetting; } /* eslint-disable no-unused-vars */ diff --git a/styles/base.css b/styles/base.css index bed0c5923..9de38c917 100644 --- a/styles/base.css +++ b/styles/base.css @@ -99,7 +99,7 @@ body { @apply gap-sm px-md py-[6px] text-sm; } .button--large { - @apply gap-sm p-sm py-[10px] text-md; + @apply gap-sm px-md py-[10px] text-md; } } From 3b1d20e507e19409ee44cdc0d98a4e9d961915a9 Mon Sep 17 00:00:00 2001 From: Konstantin Pinaev Date: Wed, 17 Jan 2024 17:15:47 +0100 Subject: [PATCH 23/35] DIGG-187: Small refactor --- .../{CookieOptions.tsx => CookieOptions/index.tsx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename components/global/CookieBanner/{CookieOptions.tsx => CookieOptions/index.tsx} (96%) diff --git a/components/global/CookieBanner/CookieOptions.tsx b/components/global/CookieBanner/CookieOptions/index.tsx similarity index 96% rename from components/global/CookieBanner/CookieOptions.tsx rename to components/global/CookieBanner/CookieOptions/index.tsx index ad74eefb2..3632c5aac 100644 --- a/components/global/CookieBanner/CookieOptions.tsx +++ b/components/global/CookieBanner/CookieOptions/index.tsx @@ -7,14 +7,14 @@ import { useEffect, useRef } from "react"; import { Heading } from "@/components/global/Typography/Heading"; import { Toggle } from "@/components/global/Form/Toggle"; -export interface CookieSettingsProps { +export interface CookieOptionsProps { cookieSettingsHeading: string; cookieSettings: CookieSetting; setCookieSettings: React.Dispatch>; necessaryCookieText?: NecessaryCookies; } -export const CookieOptions: React.FC = ({ +export const CookieOptions: React.FC = ({ cookieSettingsHeading, cookieSettings, setCookieSettings, From 30e7ebaf43a79ea087bb745a861126715ca3fc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikke=20Schir=C3=A9n?= Date: Wed, 17 Jan 2024 17:23:46 +0100 Subject: [PATCH 24/35] trigger pipeline --- .gitlab-ci.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88c482b3a..b1448e3b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,4 +47,24 @@ image:build:tagged: script: - mkdir -p /kaniko/.docker - cat $DOCKER_AUTH_CONFIG > /kaniko/.docker/config.json - - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile Dockerfile --destination $IMAGE:$CI_COMMIT_TAG \ No newline at end of file + - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile Dockerfile --destination $IMAGE:$CI_COMMIT_TAG + +deploy:branch: + rules: + - if: '$CI_COMMIT_BRANCH == "beta"' + variables: + IMAGE_DATAPORTAL_WEB: $IMAGE:$TAG + stage: deploy + trigger: + project: digg/deploy-dataportal + branch: main + +deploy:tag: + rules: + - if: $CI_COMMIT_TAG + variables: + IMAGE_DATAPORTAL_WEB: $IMAGE:$CI_COMMIT_TAG + stage: deploy + trigger: + project: digg/deploy-dataportal + branch: main From ea7f7a2eaf38e979e3b7419875c0a4252186880a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikke=20Schir=C3=A9n?= Date: Wed, 17 Jan 2024 17:25:51 +0100 Subject: [PATCH 25/35] add step in gitlab ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1448e3b7..177f94f6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ variables: stages: - build + - deploy image:build:release: stage: build cache: From e1895bd570e78da7443fa9f114281f96e84d3b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikke=20Schir=C3=A9n?= Date: Wed, 17 Jan 2024 17:32:26 +0100 Subject: [PATCH 26/35] update docker ignore --- .dockerignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8ade29a35..7f6dd6088 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,4 @@ Dockerfile*.* -.dockerignore -node_modules yarn-error.log README.md .env @@ -8,4 +6,5 @@ README.md .env.test .env.development .yarnrc -__ENV.js \ No newline at end of file +__ENV.js +.git From 99f98e32a642e68b1f116117853223901489ab63 Mon Sep 17 00:00:00 2001 From: Konstantin Pinaev Date: Wed, 17 Jan 2024 17:40:23 +0100 Subject: [PATCH 27/35] Testing husky --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 66118d485..2fa84e3dc 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,8 @@ "eslint": "8.23.0", "eslint-config-next": "13.0.2", "eslint-plugin-prettier": "^5.0.0", + "husky": "^8.0.3", + "lint-staged": "^15.2.0", "next-translate-plugin": "^2.6.2", "postcss": "^8.4.32", "prettier": "3.0.3", From 10b2258a831d1d2f29be69df89ef67971072df8d Mon Sep 17 00:00:00 2001 From: Alessandro Gasperini Date: Thu, 18 Jan 2024 11:18:19 +0100 Subject: [PATCH 28/35] DIGG-216: Yarn build lint fix --- .../content/Publication/PublicationTeaser/index.tsx | 2 +- components/global/Pagination/index.tsx | 2 +- components/navigation/MainNav/index.tsx | 2 +- styles/base.css | 10 ++++++++++ styles/entryscape.css | 8 -------- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/components/content/Publication/PublicationTeaser/index.tsx b/components/content/Publication/PublicationTeaser/index.tsx index 888eff2db..29bf78348 100644 --- a/components/content/Publication/PublicationTeaser/index.tsx +++ b/components/content/Publication/PublicationTeaser/index.tsx @@ -43,7 +43,7 @@ export const PublicationTeaser: FC = ({ image={image} className="h-[184px] w-full object-cover md:h-[240px] lg:h-[184px]" /> -
+
{tag ? tag : t("pages|listpage$fallback-tag")} |{" "} {formatDate(lang, createdAt)} diff --git a/components/global/Pagination/index.tsx b/components/global/Pagination/index.tsx index 2329669f8..f5930ddbc 100644 --- a/components/global/Pagination/index.tsx +++ b/components/global/Pagination/index.tsx @@ -5,7 +5,7 @@ import { useRouter } from "next/navigation"; import { usePathname } from "next/navigation"; type Pagination = { - searchResult: number; + searchResult: number | any; itemsPerPage: number; setPageNumber: Dispatch>; }; diff --git a/components/navigation/MainNav/index.tsx b/components/navigation/MainNav/index.tsx index e8df81b76..536a01316 100644 --- a/components/navigation/MainNav/index.tsx +++ b/components/navigation/MainNav/index.tsx @@ -55,7 +55,7 @@ const MainNav: FC = ({ setOpenSideBar, openSideBar }) => { viewBox="0 0 228 44" className={`${ openSearch - ? "2xl:w-[228px] hidden lg:block xl:w-[150px]" + ? "hidden lg:block xl:w-[150px] 2xl:w-[228px]" : "h-[32px] w-[160px] md:h-[44px] md:w-[228px] " } `} /> diff --git a/styles/base.css b/styles/base.css index 9de38c917..5142afecc 100644 --- a/styles/base.css +++ b/styles/base.css @@ -168,3 +168,13 @@ input[type="radio"]:focus-visible { @apply outline-dashed outline-2 outline-offset-2 outline-primary group-focus:outline-dashed group-focus:outline-2 group-focus:outline-offset-2 group-focus:outline-primary; } + +/* SWAGGER UI */ + +.try-out__btn { + @apply button--secondary button--large; +} + +.explore-api-btn { + @apply button--primary button--large button bg-brown-600 text-white hover:bg-brown-800 !important; +} diff --git a/styles/entryscape.css b/styles/entryscape.css index fef6b0b3e..006b86fdb 100644 --- a/styles/entryscape.css +++ b/styles/entryscape.css @@ -203,14 +203,6 @@ @apply p-sm text-brown-900; } -.try-out__btn { - @apply button--secondary button--large; -} - -.explore-api-btn { - @apply button--primary button--large button bg-brown-600 text-white hover:bg-brown-800 !important; -} - .entryscape a { @apply block break-all text-sm text-green-600 underline !important; } From 9dc4e139a27d523bf3aa819377c337aa72a75d2a Mon Sep 17 00:00:00 2001 From: Mika Munterud Date: Thu, 18 Jan 2024 11:39:48 +0100 Subject: [PATCH 29/35] DIGG-175-beta: Fixing skip-to-content to work on containerpage and formPage --- components/content/ContainerPage/index.tsx | 20 +++---- components/content/FormPage/index.tsx | 5 +- .../content/Search/SearchFilters/index.tsx | 6 ++- .../SearchPage/SearchContentPage/index.tsx | 3 +- .../content/Search/SearchResults/index.tsx | 4 +- components/global/Form/RadioInput/index.tsx | 3 +- components/global/Pagination/index.tsx | 6 +-- components/global/Tab/index.tsx | 4 +- .../global/Typography/Heading/index.tsx | 10 ++-- components/navigation/ContainerNav/index.tsx | 35 +++++++++---- components/navigation/FormNav/index.tsx | 39 ++++++++------ components/navigation/MainNav/index.tsx | 14 ++--- .../SideBar/SideBarLink.tsx/index.tsx | 4 +- components/navigation/SkipToContent/index.tsx | 52 ++++--------------- components/navigation/StickyNav/index.tsx | 9 +++- components/navigation/TopNav/index.tsx | 6 +-- pages/_app.tsx | 5 +- styles/base.css | 33 ++++++++---- styles/codeBlock.css | 4 +- styles/entryscape.css | 2 +- 20 files changed, 142 insertions(+), 122 deletions(-) diff --git a/components/content/ContainerPage/index.tsx b/components/content/ContainerPage/index.tsx index e688d0497..b138761a1 100644 --- a/components/content/ContainerPage/index.tsx +++ b/components/content/ContainerPage/index.tsx @@ -138,7 +138,6 @@ export const ContainerPage: React.FC = ({ return (
= ({ {hasRelatedContent && ( )} + {!image && heading && ( @@ -159,14 +159,6 @@ export const ContainerPage: React.FC = ({ )} -
-

{checkLang(preamble)}

- {blocks && blocks.length > 0 && } -
- {menuItems.length > 2 && ( )} + +
+

{checkLang(preamble)}

+ {blocks && blocks.length > 0 && } +
); diff --git a/components/content/FormPage/index.tsx b/components/content/FormPage/index.tsx index 495cdec67..b3df8a497 100644 --- a/components/content/FormPage/index.tsx +++ b/components/content/FormPage/index.tsx @@ -221,7 +221,10 @@ export const FormPage: FC = ({ elements, module }) => { return ( {formDataArray[0] && ( -
+
{page !== 0 && formSteps.length > 0 && ( = ({ id={filterKey} name={filterKey} placeholder={t("search$filtersearch")} - className="border-none hover:outline-0 focus-visible:outline-0" + className="focus--in border-none" value={filter[filterKey] || ""} onChange={(e) => ( clearCurrentScrollPos(), @@ -314,6 +314,7 @@ export const SearchFilters: React.FC = ({ {searchMode == "datasets" && (
= ({ }} />