export type Maybe = T | null; export type Exact = { [K in keyof T]: T[K] }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID: string; String: string; Boolean: boolean; Int: number; Float: number; Any: any; Binary: any; Date: any; DateTime: any; DateTimeTz: any; DatetimeIso8601: any; Integer: any; Map: any; Timespan: any; /** * The `Int` scalar type represents non-fractional signed whole numeric * values. Int can represent values between -(2^31) and 2^31 - 1. */ Timestamp: any; Upload: any; }; /** The 'Custom block' entity type. */ export type BlockContent = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: The block type. */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** The custom block ID. */ id?: Maybe; /** The custom block UUID. */ uuid?: Maybe; /** The revision ID. */ revisionId?: Maybe; /** The custom block language code. */ langcode?: Maybe; /** The block type. */ type?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** The log entry explaining the changes in this revision. */ revisionLog?: Maybe; status?: Maybe; /** A brief description of your block. */ info?: Maybe; /** The time that the custom block was last edited. */ changed?: Maybe; /** A boolean indicating whether this block is reusable. */ reusable?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Custom block' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentEntityTranslationArgs = { language: LanguageId; }; /** The 'Custom block' entity type. */ export type BlockContentEntityChangedArgs = { format?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Custom block' entity type. */ export type BlockContentEntityCreatedArgs = { format?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Custom block' entity type. */ export type BlockContentEntityRenderedArgs = { mode?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasic = BlockContent & Entity & EntityPublishable & EntityRevisionable & { __typename?: 'BlockContentBasic'; /** Query reference: The block type. */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** The custom block ID. */ id?: Maybe; /** The custom block UUID. */ uuid?: Maybe; /** The revision ID. */ revisionId?: Maybe; /** The custom block language code. */ langcode?: Maybe; /** The block type. */ type?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** The log entry explaining the changes in this revision. */ revisionLog?: Maybe; status?: Maybe; /** A brief description of your block. */ info?: Maybe; /** The time that the custom block was last edited. */ changed?: Maybe; /** A boolean indicating whether this block is reusable. */ reusable?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Custom block' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; body?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityRenderedArgs = { mode?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityTranslationArgs = { language: LanguageId; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityChangedArgs = { format?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityCreatedArgs = { format?: Maybe; }; /** The 'Basic block' bundle of the 'Custom block' entity type. */ export type BlockContentBasicEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The available display modes for 'Custom block' entities. */ export enum BlockContentDisplayModeId { /** The 'Full' display mode for 'Custom block' entities. */ Full = 'FULL', /** The 'Token' display mode for 'Custom block' entities. */ Token = 'TOKEN' } /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlock = BlockContent & Entity & EntityPublishable & EntityRevisionable & { __typename?: 'BlockContentReferenceBlock'; /** Query reference: The block type. */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** The custom block ID. */ id?: Maybe; /** The custom block UUID. */ uuid?: Maybe; /** The revision ID. */ revisionId?: Maybe; /** The custom block language code. */ langcode?: Maybe; /** The block type. */ type?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** The log entry explaining the changes in this revision. */ revisionLog?: Maybe; status?: Maybe; /** A brief description of your block. */ info?: Maybe; /** The time that the custom block was last edited. */ changed?: Maybe; /** A boolean indicating whether this block is reusable. */ reusable?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Custom block' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldReferencedContent?: Maybe; fieldReferencedContent?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityRenderedArgs = { mode?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityTranslationArgs = { language: LanguageId; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityChangedArgs = { format?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityCreatedArgs = { format?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Reference block' bundle of the 'Custom block' entity type. */ export type BlockContentReferenceBlockQueryFieldReferencedContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The available display modes for 'Block' entities. */ export enum BlockDisplayModeId { /** The 'Token' display mode for 'Block' entities. */ Token = 'TOKEN' } export type ConstraintViolation = { __typename?: 'ConstraintViolation'; message?: Maybe; code?: Maybe; path?: Maybe; }; /** The 'Crop' entity type. */ export type Crop = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: The crop type. */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** The crop ID. */ cid?: Maybe; /** The crop UUID. */ uuid?: Maybe; /** The crop revision ID. */ vid?: Maybe; /** The crop type. */ type?: Maybe; /** The node language code. */ langcode?: Maybe; /** The URI of the image crop belongs to. */ uri?: Maybe; /** The crop height. */ height?: Maybe; /** The crop width. */ width?: Maybe; /** The crop's X coordinate. */ x?: Maybe; /** The crop's Y coordinate. */ y?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** The log entry explaining the changes in this revision. */ revisionLog?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** ID of entity crop belongs to. */ entityIdOfCrop?: Maybe; /** The type of entity crop belongs to. */ entityTypeOfCrop?: Maybe; }; /** The 'Crop' entity type. */ export type CropEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Crop' entity type. */ export type CropEntityTranslationArgs = { language: LanguageId; }; /** The 'Crop' entity type. */ export type CropEntityChangedArgs = { format?: Maybe; }; /** The 'Crop' entity type. */ export type CropEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Crop' entity type. */ export type CropEntityCreatedArgs = { format?: Maybe; }; /** The 'Crop' entity type. */ export type CropEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Crop' entity type. */ export type CropQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Crop' entity type. */ export type CropQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPoint = Crop & Entity & EntityRevisionable & { __typename?: 'CropFocalPoint'; /** Query reference: The crop type. */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** The crop ID. */ cid?: Maybe; /** The crop UUID. */ uuid?: Maybe; /** The crop revision ID. */ vid?: Maybe; /** The crop type. */ type?: Maybe; /** The node language code. */ langcode?: Maybe; /** The URI of the image crop belongs to. */ uri?: Maybe; /** The crop height. */ height?: Maybe; /** The crop width. */ width?: Maybe; /** The crop's X coordinate. */ x?: Maybe; /** The crop's Y coordinate. */ y?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** The log entry explaining the changes in this revision. */ revisionLog?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** ID of entity crop belongs to. */ entityIdOfCrop?: Maybe; /** The type of entity crop belongs to. */ entityTypeOfCrop?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityRevisions: EntityQueryResult; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointEntityTranslationArgs = { language: LanguageId; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointEntityChangedArgs = { format?: Maybe; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointEntityCreatedArgs = { format?: Maybe; }; /** The 'Focal point' bundle of the 'Crop' entity type. */ export type CropFocalPointEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; export type DefaultInternalUrl = InternalUrl & Url & { __typename?: 'DefaultInternalUrl'; /** The url's path alias if any. */ pathAlias?: Maybe; request?: Maybe; /** The route's internal path. */ pathInternal?: Maybe; languageSwitchLinks?: Maybe>>; languageInterfaceContext?: Maybe; languageContentContext?: Maybe; nodeContext?: Maybe; currentUserContext?: Maybe; blocksByRegion?: Maybe>>; breadcrumb?: Maybe>>; /** The processed url path. */ path?: Maybe; /** Boolean indicating whether this is a routed (internal) path. */ routed?: Maybe; /** The translated url object. */ translate?: Maybe; }; export type DefaultInternalUrlLanguageSwitchLinksArgs = { language?: Maybe; }; export type DefaultInternalUrlBlocksByRegionArgs = { region: Scalars['String']; }; export type DefaultInternalUrlTranslateArgs = { language: LanguageId; }; /** Common entity interface containing generic entity properties. */ export type Entity = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; }; /** Common entity interface containing generic entity properties. */ export type EntityEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** Common entity interface containing generic entity properties. */ export type EntityEntityTranslationArgs = { language: LanguageId; }; /** Common entity interface containing generic entity properties. */ export type EntityEntityChangedArgs = { format?: Maybe; }; /** Common entity interface containing generic entity properties. */ export type EntityEntityAccessArgs = { operation: Scalars['String']; }; /** Common entity interface containing generic entity properties. */ export type EntityEntityCreatedArgs = { format?: Maybe; }; /** The canonical entity url. */ export type EntityCanonicalUrl = InternalUrl & Url & { __typename?: 'EntityCanonicalUrl'; /** The url's path alias if any. */ pathAlias?: Maybe; request?: Maybe; /** The route's internal path. */ pathInternal?: Maybe; languageSwitchLinks?: Maybe>>; languageInterfaceContext?: Maybe; languageContentContext?: Maybe; nodeContext?: Maybe; currentUserContext?: Maybe; blocksByRegion?: Maybe>>; breadcrumb?: Maybe>>; /** The processed url path. */ path?: Maybe; /** Boolean indicating whether this is a routed (internal) path. */ routed?: Maybe; /** The translated url object. */ translate?: Maybe; /** The entity belonging to the current url. */ entity?: Maybe; }; /** The canonical entity url. */ export type EntityCanonicalUrlLanguageSwitchLinksArgs = { language?: Maybe; }; /** The canonical entity url. */ export type EntityCanonicalUrlBlocksByRegionArgs = { region: Scalars['String']; }; /** The canonical entity url. */ export type EntityCanonicalUrlTranslateArgs = { language: LanguageId; }; export type EntityCrudOutput = { __typename?: 'EntityCrudOutput'; entity?: Maybe; violations?: Maybe>>; errors?: Maybe>>; }; /** Common interface for entities that are describable. */ export type EntityDescribable = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityDescription?: Maybe; }; /** Common interface for entities that are describable. */ export type EntityDescribableEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** Common interface for entities that are describable. */ export type EntityDescribableEntityTranslationArgs = { language: LanguageId; }; /** Common interface for entities that are describable. */ export type EntityDescribableEntityChangedArgs = { format?: Maybe; }; /** Common interface for entities that are describable. */ export type EntityDescribableEntityAccessArgs = { operation: Scalars['String']; }; /** Common interface for entities that are describable. */ export type EntityDescribableEntityCreatedArgs = { format?: Maybe; }; /** The 'Fake entity type' entity type. */ export type EntityEmbedFakeEntity = Entity & { __typename?: 'EntityEmbedFakeEntity'; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; }; /** The 'Fake entity type' entity type. */ export type EntityEmbedFakeEntityEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Fake entity type' entity type. */ export type EntityEmbedFakeEntityEntityTranslationArgs = { language: LanguageId; }; /** The 'Fake entity type' entity type. */ export type EntityEmbedFakeEntityEntityChangedArgs = { format?: Maybe; }; /** The 'Fake entity type' entity type. */ export type EntityEmbedFakeEntityEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Fake entity type' entity type. */ export type EntityEmbedFakeEntityEntityCreatedArgs = { format?: Maybe; }; /** Common interface for entities that have a owner. */ export type EntityOwnable = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityOwner?: Maybe; }; /** Common interface for entities that have a owner. */ export type EntityOwnableEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** Common interface for entities that have a owner. */ export type EntityOwnableEntityTranslationArgs = { language: LanguageId; }; /** Common interface for entities that have a owner. */ export type EntityOwnableEntityChangedArgs = { format?: Maybe; }; /** Common interface for entities that have a owner. */ export type EntityOwnableEntityAccessArgs = { operation: Scalars['String']; }; /** Common interface for entities that have a owner. */ export type EntityOwnableEntityCreatedArgs = { format?: Maybe; }; /** Common interface for entities that are publishable. */ export type EntityPublishable = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; }; /** Common interface for entities that are publishable. */ export type EntityPublishableEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** Common interface for entities that are publishable. */ export type EntityPublishableEntityTranslationArgs = { language: LanguageId; }; /** Common interface for entities that are publishable. */ export type EntityPublishableEntityChangedArgs = { format?: Maybe; }; /** Common interface for entities that are publishable. */ export type EntityPublishableEntityAccessArgs = { operation: Scalars['String']; }; /** Common interface for entities that are publishable. */ export type EntityPublishableEntityCreatedArgs = { format?: Maybe; }; export enum EntityQueryBundleMode { /** Loads only entities that share the same bundle with the parent entity. */ Same = 'SAME', /** Loads entities across all bundles. */ All = 'ALL' } export type EntityQueryFilterConditionInput = { field: Scalars['String']; value?: Maybe>>; operator?: Maybe; language?: Maybe; enabled?: Maybe; }; export type EntityQueryFilterInput = { conditions?: Maybe>>; groups?: Maybe>>; conjunction?: Maybe; }; /** Wrapper type for entity query results containing the list of loaded entities and the full entity count for pagination purposes. */ export type EntityQueryResult = { __typename?: 'EntityQueryResult'; count?: Maybe; entities?: Maybe>>; }; /** Wrapper type for entity query results containing the list of loaded entities and the full entity count for pagination purposes. */ export type EntityQueryResultEntitiesArgs = { language?: Maybe; }; export enum EntityQueryRevisionMode { /** Loads the current (default) revisions. */ Default = 'DEFAULT', /** Loads all revisions. */ All = 'ALL', /** Loads latest revision. */ Latest = 'LATEST' } export type EntityQuerySortInput = { field: Scalars['String']; direction?: Maybe; language?: Maybe; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionable = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityRevisions: EntityQueryResult; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionableEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionableEntityTranslationArgs = { language: LanguageId; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionableEntityChangedArgs = { format?: Maybe; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionableEntityAccessArgs = { operation: Scalars['String']; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionableEntityCreatedArgs = { format?: Maybe; }; /** Common interface for entities that are revisionable. */ export type EntityRevisionableEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; export type ExternalResponse = { __typename?: 'ExternalResponse'; content?: Maybe; header?: Maybe; code?: Maybe; }; export type ExternalResponseHeaderArgs = { key?: Maybe; }; export type ExternalUrl = Url & { __typename?: 'ExternalUrl'; /** The processed url path. */ path?: Maybe; /** Boolean indicating whether this is a routed (internal) path. */ routed?: Maybe; /** The translated url object. */ translate?: Maybe; request?: Maybe; }; export type ExternalUrlTranslateArgs = { language: LanguageId; }; export type FieldBlockContentBasicBody = { __typename?: 'FieldBlockContentBasicBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; /** The custom block language code. */ export type FieldBlockContentLangcode = { __typename?: 'FieldBlockContentLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; export type FieldBlockContentReferenceBlockFieldReferencedContent = { __typename?: 'FieldBlockContentReferenceBlockFieldReferencedContent'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The user ID of the author of the current revision. */ export type FieldBlockContentRevisionUser = { __typename?: 'FieldBlockContentRevisionUser'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The block type. */ export type FieldBlockContentType = { __typename?: 'FieldBlockContentType'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The node language code. */ export type FieldCropLangcode = { __typename?: 'FieldCropLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The user ID of the author of the current revision. */ export type FieldCropRevisionUid = { __typename?: 'FieldCropRevisionUid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The crop type. */ export type FieldCropType = { __typename?: 'FieldCropType'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The file language code. */ export type FieldFileLangcode = { __typename?: 'FieldFileLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The user ID of the file. */ export type FieldFileUid = { __typename?: 'FieldFileUid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The URI to access the file (either local or remote). */ export type FieldFileUri = { __typename?: 'FieldFileUri'; value?: Maybe; url?: Maybe; }; export type FieldMediaBundle = { __typename?: 'FieldMediaBundle'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldMediaFileFieldMediaFile = { __typename?: 'FieldMediaFileFieldMediaFile'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Flag to control whether this file should be displayed when viewing content */ display?: Maybe; description?: Maybe; }; /** * Accessibility notes: *

If a Title field is entered, it will be displayed as a visible caption. Both Title and Alt will be read by screen readers. For example, given the following fields:

*

Title: "Cornell University was founded in 1865."
Alt: "Flowering trees beside the main entrance to Day Hall"

*

A screen reader will recite: "Flowering trees beside the main entrance to Day Hall. Caption: Cornell University was founded in 1865."

*/ export type FieldMediaGalleryImageFieldMediaImage = { __typename?: 'FieldMediaGalleryImageFieldMediaImage'; derivative?: Maybe; width?: Maybe; height?: Maybe; url?: Maybe; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Alternative image text, for the image's 'alt' attribute. */ alt?: Maybe; /** Image title text, for the image's 'title' attribute. */ title?: Maybe; }; /** * Accessibility notes: *

If a Title field is entered, it will be displayed as a visible caption. Both Title and Alt will be read by screen readers. For example, given the following fields:

*

Title: "Cornell University was founded in 1865."
Alt: "Flowering trees beside the main entrance to Day Hall"

*

A screen reader will recite: "Flowering trees beside the main entrance to Day Hall. Caption: Cornell University was founded in 1865."

*/ export type FieldMediaGalleryImageFieldMediaImageDerivativeArgs = { style: ImageStyleId; }; /** * Long description for making certain technical/complex images compliant with web accessibility criteria.
* Visibly hidden, used by screen readers via aria-describedby.
* If you use this field, you MUST enter alt text for the image. Otherwise, the image itself will ignored by assistive technology (as "decorative"), and the aria-describedby value will not be provided to users. */ export type FieldMediaImageFieldAriaDescription = { __typename?: 'FieldMediaImageFieldAriaDescription'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; }; export type FieldMediaImageFieldMediaImage = { __typename?: 'FieldMediaImageFieldMediaImage'; derivative?: Maybe; width?: Maybe; height?: Maybe; url?: Maybe; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Alternative image text, for the image's 'alt' attribute. */ alt?: Maybe; /** Image title text, for the image's 'title' attribute. */ title?: Maybe; }; export type FieldMediaImageFieldMediaImageDerivativeArgs = { style: ImageStyleId; }; export type FieldMediaLangcode = { __typename?: 'FieldMediaLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; export type FieldMediaPath = { __typename?: 'FieldMediaPath'; alias?: Maybe; pid?: Maybe; langcode?: Maybe; /** Whether an automated alias should be created or not. */ pathauto?: Maybe; }; /** The user ID of the author of the current revision. */ export type FieldMediaRevisionUser = { __typename?: 'FieldMediaRevisionUser'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The thumbnail of the media item. */ export type FieldMediaThumbnail = { __typename?: 'FieldMediaThumbnail'; derivative?: Maybe; width?: Maybe; height?: Maybe; url?: Maybe; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Alternative image text, for the image's 'alt' attribute. */ alt?: Maybe; /** Image title text, for the image's 'title' attribute. */ title?: Maybe; }; /** The thumbnail of the media item. */ export type FieldMediaThumbnailDerivativeArgs = { style: ImageStyleId; }; /** The user ID of the author. */ export type FieldMediaUid = { __typename?: 'FieldMediaUid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The menu link language code. */ export type FieldMenuLinkContentLangcode = { __typename?: 'FieldMenuLinkContentLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The location this menu link points to. */ export type FieldMenuLinkContentLink = { __typename?: 'FieldMenuLinkContentLink'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; /** The location this menu link points to. */ export type FieldMenuLinkContentLinkAttributeArgs = { key: Scalars['String']; }; /** The user ID of the author of the current revision. */ export type FieldMenuLinkContentRevisionUser = { __typename?: 'FieldMenuLinkContentRevisionUser'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeEventBody = { __typename?: 'FieldNodeEventBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; export type FieldNodeEventFieldAttachments = { __typename?: 'FieldNodeEventFieldAttachments'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Flag to control whether this file should be displayed when viewing content */ display?: Maybe; description?: Maybe; }; export type FieldNodeEventFieldDestinationUrl = { __typename?: 'FieldNodeEventFieldDestinationUrl'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; export type FieldNodeEventFieldDestinationUrlAttributeArgs = { key: Scalars['String']; }; export type FieldNodeEventFieldEventDate = { __typename?: 'FieldNodeEventFieldEventDate'; value?: Maybe; /** The computed DateTime object. */ date?: Maybe; }; export type FieldNodeEventFieldEventDateEnd = { __typename?: 'FieldNodeEventFieldEventDateEnd'; value?: Maybe; /** The computed DateTime object. */ date?: Maybe; }; export type FieldNodeEventFieldEventImage = { __typename?: 'FieldNodeEventFieldEventImage'; derivative?: Maybe; width?: Maybe; height?: Maybe; url?: Maybe; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Alternative image text, for the image's 'alt' attribute. */ alt?: Maybe; /** Image title text, for the image's 'title' attribute. */ title?: Maybe; }; export type FieldNodeEventFieldEventImageDerivativeArgs = { style: ImageStyleId; }; export type FieldNodeEventFieldShortDescription = { __typename?: 'FieldNodeEventFieldShortDescription'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; }; export type FieldNodeEventFieldTags = { __typename?: 'FieldNodeEventFieldTags'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeGalleryBody = { __typename?: 'FieldNodeGalleryBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; /** * Hint: Video content can be mixed with images in a single gallery, though it's worth considering what the best experience will be for visitors. Perhaps separate image and video galleries would be more intuitive, and allow visitors to choose the content that suits their interests or viewing environment.

* Accessibility notes: *

If a Title field is entered, it will be displayed as a visible caption. Both Title and Alt will be read by screen readers. For example, given the following fields:

*

Title: "Cornell University was founded in 1865."
Alt: "Flowering trees beside the main entrance to Day Hall"

*

A screen reader will recite: "Flowering trees beside the main entrance to Day Hall. Caption: Cornell University was founded in 1865."

*/ export type FieldNodeGalleryFieldGalleryMedia = { __typename?: 'FieldNodeGalleryFieldGalleryMedia'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeLangcode = { __typename?: 'FieldNodeLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** Computed menu link for the node (only available during node saving). */ export type FieldNodeMenuLink = { __typename?: 'FieldNodeMenuLink'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeNewsBody = { __typename?: 'FieldNodeNewsBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; /** Adding a site link or web address to this field will cause listings for this News item to link to another page instead of to the News item itself. If this field is left blank, the listing will simply link to the News item, showing the full Body content entered below. */ export type FieldNodeNewsFieldDestinationUrl = { __typename?: 'FieldNodeNewsFieldDestinationUrl'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; /** Adding a site link or web address to this field will cause listings for this News item to link to another page instead of to the News item itself. If this field is left blank, the listing will simply link to the News item, showing the full Body content entered below. */ export type FieldNodeNewsFieldDestinationUrlAttributeArgs = { key: Scalars['String']; }; /** *

A featured image to represent this content in listings (and on the News item's full page, if one exists). The image provided will be used to generate thumbnails at various sizes.

*

Image Recommendations:

*
    *
  • This image should be a minimum of 480x480.
  • *
  • If a full page exists for this News item, the featured image should be a minimum of 832x520.
  • *
  • When editing an image in Drupal, drag the crosshair icon (+) to the most important region of the image, to make it more prominent in cropped thumbnails.
  • *
*/ export type FieldNodeNewsFieldImage = { __typename?: 'FieldNodeNewsFieldImage'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeNewsFieldPostDate = { __typename?: 'FieldNodeNewsFieldPostDate'; value?: Maybe; /** The computed DateTime object. */ date?: Maybe; }; export type FieldNodeNewsFieldTags = { __typename?: 'FieldNodeNewsFieldTags'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** A summary of around 300 characters or fewer, commonly present in listings and teasers. This text should usually be a single paragraph and not include HTML markup. However, it can accommodate links and light formatting of text if needed. */ export type FieldNodeNewsFieldTeaser = { __typename?: 'FieldNodeNewsFieldTeaser'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; }; export type FieldNodePageBody = { __typename?: 'FieldNodePageBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; export type FieldNodePageFieldAttachedView = { __typename?: 'FieldNodePageFieldAttachedView'; targetId?: Maybe; /** The referenced view */ entity?: Maybe; /** The view display ID */ displayId?: Maybe; /** An optional comma-delimited list of arguments for the display */ arguments?: Maybe; /** Override the number of displayed items. */ itemsToDisplay?: Maybe; }; export type FieldNodePageFieldBannerImage = { __typename?: 'FieldNodePageFieldBannerImage'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** Include an embedded media gallery at the bottom of the main page content. */ export type FieldNodePageFieldGallery = { __typename?: 'FieldNodePageFieldGallery'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** Include an embedded carousel at the bottom of the main page content. On the homepage, it will instead display in the site header. */ export type FieldNodePageFieldSlider = { __typename?: 'FieldNodePageFieldSlider'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodePath = { __typename?: 'FieldNodePath'; alias?: Maybe; pid?: Maybe; langcode?: Maybe; /** Whether an automated alias should be created or not. */ pathauto?: Maybe; }; /** * This field is used for an optional bio, as well as areas of expertise, CBB Projects, etc.
* EITHER use this field OR the External bio link field. */ export type FieldNodePersonBody = { __typename?: 'FieldNodePersonBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; /** EITHER use this field OR the Bio text field. */ export type FieldNodePersonFieldDestinationUrl = { __typename?: 'FieldNodePersonFieldDestinationUrl'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; /** EITHER use this field OR the Bio text field. */ export type FieldNodePersonFieldDestinationUrlAttributeArgs = { key: Scalars['String']; }; /** TO DO: help text */ export type FieldNodePersonFieldImage = { __typename?: 'FieldNodePersonFieldImage'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** TO DO: help text */ export type FieldNodePersonFieldPersonRef = { __typename?: 'FieldNodePersonFieldPersonRef'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The user ID of the author of the current revision. */ export type FieldNodeRevisionUid = { __typename?: 'FieldNodeRevisionUid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeSlideshowFieldSlides = { __typename?: 'FieldNodeSlideshowFieldSlides'; targetId?: Maybe; /** The referenced entity revision */ entity?: Maybe; targetRevisionId?: Maybe; }; export type FieldNodeSpotlightBody = { __typename?: 'FieldNodeSpotlightBody'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; summary?: Maybe; /** The summary text with the text format applied. */ summaryProcessed?: Maybe; }; /** Adding a site link or web address to this field will cause listings for this Spotlight to link to another page instead of to the Spotlight itself. If this field is left blank, the listing will simply link to the Spotlight, showing the full Body content entered below. */ export type FieldNodeSpotlightFieldDestinationUrl = { __typename?: 'FieldNodeSpotlightFieldDestinationUrl'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; /** Adding a site link or web address to this field will cause listings for this Spotlight to link to another page instead of to the Spotlight itself. If this field is left blank, the listing will simply link to the Spotlight, showing the full Body content entered below. */ export type FieldNodeSpotlightFieldDestinationUrlAttributeArgs = { key: Scalars['String']; }; /** *

A featured image to represent this content in listings (and on the Spotlight's full page, if one exists). The image provided will be used to generate thumbnails at various sizes.

*

Image Recommendations:

*
    *
  • This image should be a minimum of 480x480.
  • *
  • If a full page exists for this Spotlight, the featured image should be a minimum of 832x520.
  • *
  • When editing an image in Drupal, drag the crosshair icon (+) to the most important region of the image, to make it more prominent in cropped thumbnails.
  • *
*/ export type FieldNodeSpotlightFieldImage = { __typename?: 'FieldNodeSpotlightFieldImage'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldNodeSpotlightFieldPostDate = { __typename?: 'FieldNodeSpotlightFieldPostDate'; value?: Maybe; /** The computed DateTime object. */ date?: Maybe; }; export type FieldNodeSpotlightFieldTags = { __typename?: 'FieldNodeSpotlightFieldTags'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** A summary of around 300 characters or fewer, commonly present in listings and teasers. This text should usually be a single paragraph and not include HTML markup. However, it can accommodate links and light formatting of text if needed. */ export type FieldNodeSpotlightFieldTeaser = { __typename?: 'FieldNodeSpotlightFieldTeaser'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; }; export type FieldNodeType = { __typename?: 'FieldNodeType'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The username of the content author. */ export type FieldNodeUid = { __typename?: 'FieldNodeUid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The paragraphs entity language code. */ export type FieldParagraphLangcode = { __typename?: 'FieldParagraphLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; export type FieldParagraphSlideshowSlideFieldMediaImage = { __typename?: 'FieldParagraphSlideshowSlideFieldMediaImage'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** If filled in, the title and/or caption will be a clickable link. Hint: Requires a title and/or caption be present. If not, Image alt text should be provided. */ export type FieldParagraphSlideshowSlideFieldSlideLink = { __typename?: 'FieldParagraphSlideshowSlideFieldSlideLink'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; /** If filled in, the title and/or caption will be a clickable link. Hint: Requires a title and/or caption be present. If not, Image alt text should be provided. */ export type FieldParagraphSlideshowSlideFieldSlideLinkAttributeArgs = { key: Scalars['String']; }; export type FieldParagraphType = { __typename?: 'FieldParagraphType'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldPathAliasLangcode = { __typename?: 'FieldPathAliasLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The redirect language. */ export type FieldRedirectLanguage = { __typename?: 'FieldRedirectLanguage'; value?: Maybe; /** The referenced language */ language?: Maybe; }; export type FieldRedirectRedirectRedirect = { __typename?: 'FieldRedirectRedirectRedirect'; url?: Maybe; attribute?: Maybe; uri?: Maybe; title?: Maybe; options?: Maybe; }; export type FieldRedirectRedirectRedirectAttributeArgs = { key: Scalars['String']; }; /** Enter an internal Drupal path or path alias to redirect (e.g. node/123 or taxonomy/term/123). Fragment anchors (e.g. #anchor) are not allowed. */ export type FieldRedirectRedirectSource = { __typename?: 'FieldRedirectRedirectSource'; path?: Maybe; query?: Maybe; }; /** The user ID of the node author. */ export type FieldRedirectUid = { __typename?: 'FieldRedirectUid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldTaxonomyTermDescription = { __typename?: 'FieldTaxonomyTermDescription'; value?: Maybe; format?: Maybe; /** The text with the text format applied. */ processed?: Maybe; }; /** The term language code. */ export type FieldTaxonomyTermLangcode = { __typename?: 'FieldTaxonomyTermLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The parents of this term. */ export type FieldTaxonomyTermParent = { __typename?: 'FieldTaxonomyTermParent'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; export type FieldTaxonomyTermPath = { __typename?: 'FieldTaxonomyTermPath'; alias?: Maybe; pid?: Maybe; langcode?: Maybe; /** Whether an automated alias should be created or not. */ pathauto?: Maybe; }; /** The user ID of the author of the current revision. */ export type FieldTaxonomyTermRevisionUser = { __typename?: 'FieldTaxonomyTermRevisionUser'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The parents of this term. */ export type FieldTaxonomyTermTagsParent = { __typename?: 'FieldTaxonomyTermTagsParent'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The vocabulary to which the term is assigned. */ export type FieldTaxonomyTermVid = { __typename?: 'FieldTaxonomyTermVid'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** The user language code. */ export type FieldUserLangcode = { __typename?: 'FieldUserLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The password of this user (hashed). */ export type FieldUserPass = { __typename?: 'FieldUserPass'; value?: Maybe; existing?: Maybe; preHashed?: Maybe; }; export type FieldUserPath = { __typename?: 'FieldUserPath'; alias?: Maybe; pid?: Maybe; langcode?: Maybe; /** Whether an automated alias should be created or not. */ pathauto?: Maybe; }; /** The user's preferred language code for viewing administration pages. */ export type FieldUserPreferredAdminLangcode = { __typename?: 'FieldUserPreferredAdminLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The user's preferred language code for receiving emails and viewing the site. */ export type FieldUserPreferredLangcode = { __typename?: 'FieldUserPreferredLangcode'; value?: Maybe; /** The referenced language */ language?: Maybe; }; /** The roles the user has. */ export type FieldUserRoles = { __typename?: 'FieldUserRoles'; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; }; /** Your virtual face or picture. */ export type FieldUserUserPicture = { __typename?: 'FieldUserUserPicture'; derivative?: Maybe; width?: Maybe; height?: Maybe; url?: Maybe; targetId?: Maybe; /** The referenced entity */ entity?: Maybe; /** Alternative image text, for the image's 'alt' attribute. */ alt?: Maybe; /** Image title text, for the image's 'title' attribute. */ title?: Maybe; }; /** Your virtual face or picture. */ export type FieldUserUserPictureDerivativeArgs = { style: ImageStyleId; }; /** The 'File' entity type. */ export type File = Entity & EntityOwnable & { __typename?: 'File'; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityOwner?: Maybe; /** Query reference: The user ID of the file. */ queryUid?: Maybe; url?: Maybe; /** The file ID. */ fid?: Maybe; /** The file UUID. */ uuid?: Maybe; /** The file language code. */ langcode?: Maybe; /** The user ID of the file. */ uid?: Maybe; /** Name of the file with no path components. */ filename?: Maybe; /** The URI to access the file (either local or remote). */ uri?: Maybe; /** The file's MIME type. */ filemime?: Maybe; /** The size of the file in bytes. */ filesize?: Maybe; /** The status of the file, temporary (FALSE) and permanent (TRUE). */ status?: Maybe; /** The timestamp that the file was created. */ created?: Maybe; /** The timestamp that the file was last changed. */ changed?: Maybe; /** Renders 'File' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'File' entity type. */ export type FileEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'File' entity type. */ export type FileEntityTranslationArgs = { language: LanguageId; }; /** The 'File' entity type. */ export type FileEntityChangedArgs = { format?: Maybe; }; /** The 'File' entity type. */ export type FileEntityAccessArgs = { operation: Scalars['String']; }; /** The 'File' entity type. */ export type FileEntityCreatedArgs = { format?: Maybe; }; /** The 'File' entity type. */ export type FileQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'File' entity type. */ export type FileEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'File' entities. */ export enum FileDisplayModeId { /** The 'Token' display mode for 'File' entities. */ Token = 'TOKEN' } export type ImageResource = { __typename?: 'ImageResource'; url?: Maybe; height?: Maybe; width?: Maybe; }; export enum ImageStyleId { /** Article Banner (832x520) */ Articlebanner = 'ARTICLEBANNER', /** Gallery Thumbnail (240x240) */ Gallerythumbnail = 'GALLERYTHUMBNAIL', /** Large (800×800) */ Large = 'LARGE', /** Thumbnail, Linkit Result (50x50) */ Linkitresultthumbnail = 'LINKITRESULTTHUMBNAIL', /** Medium (480×480) */ Medium = 'MEDIUM', /** Medium square (480x480) */ Mediumsquare = 'MEDIUMSQUARE', /** Page Banner (1280×500) */ Pagebannerimage = 'PAGEBANNERIMAGE', /** Drupal Core: Thumbnail (100×100) */ Thumbnail = 'THUMBNAIL', /** Thumbnail, Entity Browser (386x200) */ Viewsthumbnail = 'VIEWSTHUMBNAIL' } export type InternalResponse = { __typename?: 'InternalResponse'; content?: Maybe; header?: Maybe; code?: Maybe; }; export type InternalResponseHeaderArgs = { key?: Maybe; }; /** Common interface for internal urls. */ export type InternalUrl = { /** The processed url path. */ path?: Maybe; /** Boolean indicating whether this is a routed (internal) path. */ routed?: Maybe; /** The translated url object. */ translate?: Maybe; /** The url's path alias if any. */ pathAlias?: Maybe; request?: Maybe; /** The route's internal path. */ pathInternal?: Maybe; languageSwitchLinks?: Maybe>>; languageInterfaceContext?: Maybe; languageContentContext?: Maybe; nodeContext?: Maybe; currentUserContext?: Maybe; blocksByRegion?: Maybe>>; breadcrumb?: Maybe>>; }; /** Common interface for internal urls. */ export type InternalUrlTranslateArgs = { language: LanguageId; }; /** Common interface for internal urls. */ export type InternalUrlLanguageSwitchLinksArgs = { language?: Maybe; }; /** Common interface for internal urls. */ export type InternalUrlBlocksByRegionArgs = { region: Scalars['String']; }; export type Language = { __typename?: 'Language'; /** The human-readable name of the language. */ name?: Maybe; /** The language id prepared as a language enum value. */ argument?: Maybe; /** Boolean indicating if this is the configured default language. */ isDefault?: Maybe; /** The weight of the language. */ weight?: Maybe; /** The language id. */ id?: Maybe; /** Boolean indicating if this language is locked. */ isLocked?: Maybe; /** The language direction (rtl or ltr). */ direction?: Maybe; }; export enum LanguageId { /** English */ En = 'EN' } export type LanguageSwitchLink = { __typename?: 'LanguageSwitchLink'; language?: Maybe; title?: Maybe; active?: Maybe; url?: Maybe; }; export type Link = { __typename?: 'Link'; /** The label of a link. */ text?: Maybe; /** The url of a link. */ url?: Maybe; }; /** The 'Media' entity type. */ export type Media = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Reverse reference: */ reverseFieldBannerImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryMediaNode: EntityQueryResult; /** Reverse reference: */ reverseFieldImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldMediaImageParagraph: EntityQueryResult; /** Query reference: */ queryBundle?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The user ID of the author. */ queryUid?: Maybe; mid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; /** The user ID of the author. */ uid?: Maybe; name?: Maybe; /** The thumbnail of the media item. */ thumbnail?: Maybe; /** The time the media item was created. */ created?: Maybe; /** The time the media item was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Media' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'Media' entity type. */ export type MediaEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Media' entity type. */ export type MediaEntityTranslationArgs = { language: LanguageId; }; /** The 'Media' entity type. */ export type MediaEntityChangedArgs = { format?: Maybe; }; /** The 'Media' entity type. */ export type MediaEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Media' entity type. */ export type MediaEntityCreatedArgs = { format?: Maybe; }; /** The 'Media' entity type. */ export type MediaEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Media' entity type. */ export type MediaReverseFieldBannerImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaReverseFieldGalleryMediaNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaReverseFieldImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaReverseFieldMediaImageParagraphArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaQueryBundleArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Media' entity type. */ export type MediaEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'Media' entities. */ export enum MediaDisplayModeId { /** The 'Article Banner' display mode for 'Media' entities. */ Articlebanner = 'ARTICLEBANNER', /** The 'Full content' display mode for 'Media' entities. */ Full = 'FULL', /** The 'Large' display mode for 'Media' entities. */ Largesized = 'LARGESIZED', /** The 'TO DO: is this needed, or just the image style? Thumbnail, square' display mode for 'Media' entities. */ Listingpagethumbnail = 'LISTINGPAGETHUMBNAIL', /** The 'Medium' display mode for 'Media' entities. */ Mediumsized = 'MEDIUMSIZED', /** The 'Thumbnail, entity browser' display mode for 'Media' entities. */ Viewsimagethumbnail = 'VIEWSIMAGETHUMBNAIL' } /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFile = Media & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'MediaFile'; /** Reverse reference: */ reverseFieldBannerImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryMediaNode: EntityQueryResult; /** Reverse reference: */ reverseFieldImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldMediaImageParagraph: EntityQueryResult; /** Query reference: */ queryBundle?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The user ID of the author. */ queryUid?: Maybe; mid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; /** The user ID of the author. */ uid?: Maybe; name?: Maybe; /** The thumbnail of the media item. */ thumbnail?: Maybe; /** The time the media item was created. */ created?: Maybe; /** The time the media item was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Media' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; fieldMediaFile?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileReverseFieldBannerImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileReverseFieldGalleryMediaNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileReverseFieldImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileReverseFieldMediaImageParagraphArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileQueryBundleArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityRenderedArgs = { mode?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityTranslationArgs = { language: LanguageId; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityChangedArgs = { format?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityCreatedArgs = { format?: Maybe; }; /** The 'Document (general)' bundle of the 'Media' entity type. */ export type MediaFileEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImage = Media & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'MediaGalleryImage'; /** Reverse reference: */ reverseFieldBannerImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryMediaNode: EntityQueryResult; /** Reverse reference: */ reverseFieldImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldMediaImageParagraph: EntityQueryResult; /** Query reference: */ queryBundle?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The user ID of the author. */ queryUid?: Maybe; mid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; /** The user ID of the author. */ uid?: Maybe; name?: Maybe; /** The thumbnail of the media item. */ thumbnail?: Maybe; /** The time the media item was created. */ created?: Maybe; /** The time the media item was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Media' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** * Accessibility notes: *

If a Title field is entered, it will be displayed as a visible caption. Both Title and Alt will be read by screen readers. For example, given the following fields:

*

Title: "Cornell University was founded in 1865."
Alt: "Flowering trees beside the main entrance to Day Hall"

*

A screen reader will recite: "Flowering trees beside the main entrance to Day Hall. Caption: Cornell University was founded in 1865."

*/ fieldMediaImage?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageReverseFieldBannerImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageReverseFieldGalleryMediaNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageReverseFieldImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageReverseFieldMediaImageParagraphArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageQueryBundleArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityRenderedArgs = { mode?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityTranslationArgs = { language: LanguageId; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityChangedArgs = { format?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityCreatedArgs = { format?: Maybe; }; /** The 'Gallery image' bundle of the 'Media' entity type. */ export type MediaGalleryImageEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImage = Media & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'MediaImage'; /** Reverse reference: */ reverseFieldBannerImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryMediaNode: EntityQueryResult; /** Reverse reference: */ reverseFieldImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldMediaImageParagraph: EntityQueryResult; /** Query reference: */ queryBundle?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The user ID of the author. */ queryUid?: Maybe; mid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; /** The user ID of the author. */ uid?: Maybe; name?: Maybe; /** The thumbnail of the media item. */ thumbnail?: Maybe; /** The time the media item was created. */ created?: Maybe; /** The time the media item was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Media' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** * Long description for making certain technical/complex images compliant with web accessibility criteria.
* Visibly hidden, used by screen readers via aria-describedby.
* If you use this field, you MUST enter alt text for the image. Otherwise, the image itself will ignored by assistive technology (as "decorative"), and the aria-describedby value will not be provided to users. */ fieldAriaDescription?: Maybe; fieldMediaImage?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageReverseFieldBannerImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageReverseFieldGalleryMediaNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageReverseFieldImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageReverseFieldMediaImageParagraphArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageQueryBundleArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityRenderedArgs = { mode?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityTranslationArgs = { language: LanguageId; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityChangedArgs = { format?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityCreatedArgs = { format?: Maybe; }; /** The 'Image' bundle of the 'Media' entity type. */ export type MediaImageEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideo = Media & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'MediaVideo'; /** Reverse reference: */ reverseFieldBannerImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryMediaNode: EntityQueryResult; /** Reverse reference: */ reverseFieldImageNode: EntityQueryResult; /** Reverse reference: */ reverseFieldMediaImageParagraph: EntityQueryResult; /** Query reference: */ queryBundle?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The user ID of the author. */ queryUid?: Maybe; mid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; /** The user ID of the author. */ uid?: Maybe; name?: Maybe; /** The thumbnail of the media item. */ thumbnail?: Maybe; /** The time the media item was created. */ created?: Maybe; /** The time the media item was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Media' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** * For a single YouTube video, any version of the video URL will work -- normal full URL, short URL, or "share" URL.
* For a YouTube playlist, use the playlist's "watch" URL -- for example: https://www.youtube.com/watch?v=WYQKPFrJXM0&list=PLyCKQqXvm2LaSG69suTgCLdb2mh6fGLk4 * For CornellCast, use the normal video URL -- for example: https://www.cornell.edu/video/glorious-to-view */ fieldMediaVideoEmbedField?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoReverseFieldBannerImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoReverseFieldGalleryMediaNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoReverseFieldImageNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoReverseFieldMediaImageParagraphArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoQueryBundleArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityRenderedArgs = { mode?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityTranslationArgs = { language: LanguageId; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityChangedArgs = { format?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityCreatedArgs = { format?: Maybe; }; /** The 'Video' bundle of the 'Media' entity type. */ export type MediaVideoEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; export type Menu = { __typename?: 'Menu'; links?: Maybe>>; /** The menu's description. */ description?: Maybe; /** The menu's name. */ name?: Maybe; }; export type MenuLink = { __typename?: 'MenuLink'; attribute?: Maybe; links?: Maybe>>; label?: Maybe; expanded?: Maybe; url?: Maybe; description?: Maybe; }; export type MenuLinkAttributeArgs = { key: Scalars['String']; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContent = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** The entity ID for this menu link content entity. */ id?: Maybe; /** The content menu link UUID. */ uuid?: Maybe; revisionId?: Maybe; /** The menu link language code. */ langcode?: Maybe; /** The content menu link bundle. */ bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; /** A flag for whether the link should be enabled in menus or hidden. */ enabled?: Maybe; /** The text to be used for this link in the menu. */ title?: Maybe; /** Shown when hovering over the menu link. */ description?: Maybe; /** The menu name. All links with the same menu name (such as "tools") are part of the same menu. */ menuName?: Maybe; /** The location this menu link points to. */ link?: Maybe; /** A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal). */ external?: Maybe; rediscover?: Maybe; /** Link weight among links in the same menu at the same depth. In the menu, the links with high weight will sink and links with a low weight will be positioned nearer the top. */ weight?: Maybe; /** If selected and this menu link has children, the menu will always appear expanded. This option may be overridden for the entire menu tree when placing a menu block. */ expanded?: Maybe; /** The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy. */ parent?: Maybe; /** The time that the menu link was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Custom menu link' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityTranslationArgs = { language: LanguageId; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityChangedArgs = { format?: Maybe; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityCreatedArgs = { format?: Maybe; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Custom menu link' entity type. */ export type MenuLinkContentEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'Custom menu link' entities. */ export enum MenuLinkContentDisplayModeId { /** The 'Token' display mode for 'Custom menu link' entities. */ Token = 'TOKEN' } /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContent = MenuLinkContent & Entity & EntityPublishable & EntityRevisionable & { __typename?: 'MenuLinkContentMenuLinkContent'; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** The entity ID for this menu link content entity. */ id?: Maybe; /** The content menu link UUID. */ uuid?: Maybe; revisionId?: Maybe; /** The menu link language code. */ langcode?: Maybe; /** The content menu link bundle. */ bundle?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; /** A flag for whether the link should be enabled in menus or hidden. */ enabled?: Maybe; /** The text to be used for this link in the menu. */ title?: Maybe; /** Shown when hovering over the menu link. */ description?: Maybe; /** The menu name. All links with the same menu name (such as "tools") are part of the same menu. */ menuName?: Maybe; /** The location this menu link points to. */ link?: Maybe; /** A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal). */ external?: Maybe; rediscover?: Maybe; /** Link weight among links in the same menu at the same depth. In the menu, the links with high weight will sink and links with a low weight will be positioned nearer the top. */ weight?: Maybe; /** If selected and this menu link has children, the menu will always appear expanded. This option may be overridden for the entire menu tree when placing a menu block. */ expanded?: Maybe; /** The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy. */ parent?: Maybe; /** The time that the menu link was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Custom menu link' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityRenderedArgs = { mode?: Maybe; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityTranslationArgs = { language: LanguageId; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityChangedArgs = { format?: Maybe; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityCreatedArgs = { format?: Maybe; }; /** The 'Custom menu link' bundle of the 'Custom menu link' entity type. */ export type MenuLinkContentMenuLinkContentEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Content' entity type. */ export type Node = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'Content' entity type. */ export type NodeEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Content' entity type. */ export type NodeEntityTranslationArgs = { language: LanguageId; }; /** The 'Content' entity type. */ export type NodeEntityChangedArgs = { format?: Maybe; }; /** The 'Content' entity type. */ export type NodeEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Content' entity type. */ export type NodeEntityCreatedArgs = { format?: Maybe; }; /** The 'Content' entity type. */ export type NodeEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Content' entity type. */ export type NodeReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Content' entity type. */ export type NodeEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'Content' entities. */ export enum NodeDisplayModeId { /** The 'Revision comparison' display mode for 'Content' entities. */ Diff = 'DIFF', /** The 'Full content' display mode for 'Content' entities. */ Full = 'FULL', /** The 'RSS' display mode for 'Content' entities. */ Rss = 'RSS', /** The 'Search index' display mode for 'Content' entities. */ Searchindex = 'SEARCHINDEX', /** The 'Search result highlighting input' display mode for 'Content' entities. */ Searchresult = 'SEARCHRESULT', /** The 'Teaser' display mode for 'Content' entities. */ Teaser = 'TEASER', /** The 'Token' display mode for 'Content' entities. */ Token = 'TOKEN' } /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEvent = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodeEvent'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldTags?: Maybe; body?: Maybe; fieldAttachments?: Maybe; fieldDestinationUrl?: Maybe; fieldEventDate?: Maybe; fieldEventDateEnd?: Maybe; fieldEventImage?: Maybe; fieldEventLocation?: Maybe; fieldLocalistId?: Maybe; fieldShortDescription?: Maybe; fieldTags?: Maybe>>; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityRenderedArgs = { mode?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityTranslationArgs = { language: LanguageId; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityChangedArgs = { format?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityCreatedArgs = { format?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Event' bundle of the 'Content' entity type. */ export type NodeEventQueryFieldTagsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGallery = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodeGallery'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldGalleryMedia?: Maybe; body?: Maybe; /** * Hint: Video content can be mixed with images in a single gallery, though it's worth considering what the best experience will be for visitors. Perhaps separate image and video galleries would be more intuitive, and allow visitors to choose the content that suits their interests or viewing environment.

* Accessibility notes: *

If a Title field is entered, it will be displayed as a visible caption. Both Title and Alt will be read by screen readers. For example, given the following fields:

*

Title: "Cornell University was founded in 1865."
Alt: "Flowering trees beside the main entrance to Day Hall"

*

A screen reader will recite: "Flowering trees beside the main entrance to Day Hall. Caption: Cornell University was founded in 1865."

*/ fieldGalleryMedia?: Maybe>>; fieldGalleryType?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityRenderedArgs = { mode?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityTranslationArgs = { language: LanguageId; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityChangedArgs = { format?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityCreatedArgs = { format?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Gallery' bundle of the 'Content' entity type. */ export type NodeGalleryQueryFieldGalleryMediaArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNews = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodeNews'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldImage?: Maybe; /** Query reference: */ queryFieldTags?: Maybe; body?: Maybe; /** Adding a site link or web address to this field will cause listings for this News item to link to another page instead of to the News item itself. If this field is left blank, the listing will simply link to the News item, showing the full Body content entered below. */ fieldDestinationUrl?: Maybe; /** *

A featured image to represent this content in listings (and on the News item's full page, if one exists). The image provided will be used to generate thumbnails at various sizes.

*

Image Recommendations:

*
    *
  • This image should be a minimum of 480x480.
  • *
  • If a full page exists for this News item, the featured image should be a minimum of 832x520.
  • *
  • When editing an image in Drupal, drag the crosshair icon (+) to the most important region of the image, to make it more prominent in cropped thumbnails.
  • *
*/ fieldImage?: Maybe; fieldPostDate?: Maybe; fieldTags?: Maybe>>; /** A summary of around 300 characters or fewer, commonly present in listings and teasers. This text should usually be a single paragraph and not include HTML markup. However, it can accommodate links and light formatting of text if needed. */ fieldTeaser?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityRenderedArgs = { mode?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityTranslationArgs = { language: LanguageId; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityChangedArgs = { format?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityAccessArgs = { operation: Scalars['String']; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityCreatedArgs = { format?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsQueryFieldImageArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'News' bundle of the 'Content' entity type. */ export type NodeNewsQueryFieldTagsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePage = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodePage'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldBannerImage?: Maybe; /** Query reference: */ queryFieldGallery?: Maybe; /** Query reference: */ queryFieldSlider?: Maybe; body?: Maybe; fieldAttachedView?: Maybe>>; fieldBannerImage?: Maybe; /** Include an embedded media gallery at the bottom of the main page content. */ fieldGallery?: Maybe; /** Include an embedded carousel at the bottom of the main page content. On the homepage, it will instead display in the site header. */ fieldSlider?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityRenderedArgs = { mode?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityTranslationArgs = { language: LanguageId; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityChangedArgs = { format?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityCreatedArgs = { format?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageQueryFieldBannerImageArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageQueryFieldGalleryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Basic page' bundle of the 'Content' entity type. */ export type NodePageQueryFieldSliderArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePerson = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodePerson'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldImage?: Maybe; /** Query reference: */ queryFieldPersonRef?: Maybe; /** * This field is used for an optional bio, as well as areas of expertise, CBB Projects, etc.
* EITHER use this field OR the External bio link field. */ body?: Maybe; /** EITHER use this field OR the Bio text field. */ fieldDestinationUrl?: Maybe; fieldEmail?: Maybe; /** TO DO: help text */ fieldImage?: Maybe; fieldJobTitle?: Maybe; fieldLocation?: Maybe; fieldPersonLastname?: Maybe; /** TO DO: help text */ fieldPersonRef?: Maybe>>; fieldPhone?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityRenderedArgs = { mode?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityTranslationArgs = { language: LanguageId; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityChangedArgs = { format?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityCreatedArgs = { format?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonQueryFieldImageArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Person' bundle of the 'Content' entity type. */ export type NodePersonQueryFieldPersonRefArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshow = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodeSlideshow'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; fieldSlides?: Maybe>>; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityRenderedArgs = { mode?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityTranslationArgs = { language: LanguageId; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityChangedArgs = { format?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityCreatedArgs = { format?: Maybe; }; /** The 'Slideshow' bundle of the 'Content' entity type. */ export type NodeSlideshowEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlight = Node & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'NodeSpotlight'; /** Reverse reference: */ reverseFieldReferencedContentBlockContent: EntityQueryResult; /** Reverse reference: */ reverseFieldGalleryNode: EntityQueryResult; /** Reverse reference: */ reverseFieldPersonRefNode: EntityQueryResult; /** Reverse reference: */ reverseFieldSliderNode: EntityQueryResult; /** Query reference: */ queryType?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUid?: Maybe; /** Query reference: The username of the content author. */ queryUid?: Maybe; nid?: Maybe; uuid?: Maybe; vid?: Maybe; langcode?: Maybe; type?: Maybe; /** The time that the current revision was created. */ revisionTimestamp?: Maybe; /** The user ID of the author of the current revision. */ revisionUid?: Maybe; /** Briefly describe the changes you have made. */ revisionLog?: Maybe; status?: Maybe; /** The username of the content author. */ uid?: Maybe; title?: Maybe; /** The time that the node was created. */ created?: Maybe; /** The time that the node was last edited. */ changed?: Maybe; promote?: Maybe; sticky?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Computed menu link for the node (only available during node saving). */ menuLink?: Maybe; /** Renders 'Content' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldImage?: Maybe; /** Query reference: */ queryFieldTags?: Maybe; body?: Maybe; /** Adding a site link or web address to this field will cause listings for this Spotlight to link to another page instead of to the Spotlight itself. If this field is left blank, the listing will simply link to the Spotlight, showing the full Body content entered below. */ fieldDestinationUrl?: Maybe; /** *

A featured image to represent this content in listings (and on the Spotlight's full page, if one exists). The image provided will be used to generate thumbnails at various sizes.

*

Image Recommendations:

*
    *
  • This image should be a minimum of 480x480.
  • *
  • If a full page exists for this Spotlight, the featured image should be a minimum of 832x520.
  • *
  • When editing an image in Drupal, drag the crosshair icon (+) to the most important region of the image, to make it more prominent in cropped thumbnails.
  • *
*/ fieldImage?: Maybe; fieldPostDate?: Maybe; fieldTags?: Maybe>>; /** A summary of around 300 characters or fewer, commonly present in listings and teasers. This text should usually be a single paragraph and not include HTML markup. However, it can accommodate links and light formatting of text if needed. */ fieldTeaser?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightReverseFieldReferencedContentBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightReverseFieldGalleryNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightReverseFieldPersonRefNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightReverseFieldSliderNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightQueryRevisionUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityRenderedArgs = { mode?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityTranslationArgs = { language: LanguageId; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityChangedArgs = { format?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityCreatedArgs = { format?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightQueryFieldImageArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Spotlight' bundle of the 'Content' entity type. */ export type NodeSpotlightQueryFieldTagsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Paragraph' entity type. */ export type Paragraph = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryType?: Maybe; id?: Maybe; uuid?: Maybe; revisionId?: Maybe; /** The paragraphs entity language code. */ langcode?: Maybe; type?: Maybe; status?: Maybe; /** The time that the Paragraph was created. */ created?: Maybe; /** The ID of the parent entity of which this entity is referenced. */ parentId?: Maybe; /** The entity parent type to which this entity is referenced. */ parentType?: Maybe; /** The entity parent field name to which this entity is referenced. */ parentFieldName?: Maybe; /** The behavior plugin settings */ behaviorSettings?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Paragraph' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityTranslationArgs = { language: LanguageId; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityChangedArgs = { format?: Maybe; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityCreatedArgs = { format?: Maybe; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Paragraph' entity type. */ export type ParagraphQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Paragraph' entity type. */ export type ParagraphEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'Paragraph' entities. */ export enum ParagraphDisplayModeId { /** The 'Preview' display mode for 'Paragraph' entities. */ Preview = 'PREVIEW' } /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlide = Paragraph & Entity & EntityPublishable & EntityOwnable & EntityRevisionable & { __typename?: 'ParagraphSlideshowSlide'; /** Query reference: */ queryType?: Maybe; id?: Maybe; uuid?: Maybe; revisionId?: Maybe; /** The paragraphs entity language code. */ langcode?: Maybe; type?: Maybe; status?: Maybe; /** The time that the Paragraph was created. */ created?: Maybe; /** The ID of the parent entity of which this entity is referenced. */ parentId?: Maybe; /** The entity parent type to which this entity is referenced. */ parentType?: Maybe; /** The entity parent field name to which this entity is referenced. */ parentFieldName?: Maybe; /** The behavior plugin settings */ behaviorSettings?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; /** Renders 'Paragraph' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityOwner?: Maybe; entityRevisions: EntityQueryResult; /** Query reference: */ queryFieldMediaImage?: Maybe; /** This text will only be used if both title and caption are empty (and should be considered required in such a case). It will be accessible to screen readers and visible to all users on keyboard focus. */ fieldImageAltText?: Maybe; fieldMediaImage?: Maybe; /** This text is displayed on the slide as a small caption. */ fieldSlideCaption?: Maybe; /** If filled in, the title and/or caption will be a clickable link. Hint: Requires a title and/or caption be present. If not, Image alt text should be provided. */ fieldSlideLink?: Maybe; /** This text is displayed on the slide as a large headline. */ fieldSlideTitle?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideQueryTypeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityRenderedArgs = { mode?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityTranslationArgs = { language: LanguageId; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityChangedArgs = { format?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityCreatedArgs = { format?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Slideshow Slide' bundle of the 'Paragraph' entity type. */ export type ParagraphSlideshowSlideQueryFieldMediaImageArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'URL alias' entity type. */ export type PathAlias = Entity & EntityPublishable & EntityRevisionable & { __typename?: 'PathAlias'; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; id?: Maybe; uuid?: Maybe; revisionId?: Maybe; langcode?: Maybe; /** The path that this alias belongs to. */ path?: Maybe; /** An alias used with this path. */ alias?: Maybe; status?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; }; /** The 'URL alias' entity type. */ export type PathAliasEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'URL alias' entity type. */ export type PathAliasEntityTranslationArgs = { language: LanguageId; }; /** The 'URL alias' entity type. */ export type PathAliasEntityChangedArgs = { format?: Maybe; }; /** The 'URL alias' entity type. */ export type PathAliasEntityAccessArgs = { operation: Scalars['String']; }; /** The 'URL alias' entity type. */ export type PathAliasEntityCreatedArgs = { format?: Maybe; }; /** The 'URL alias' entity type. */ export type PathAliasEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; export type Query = { __typename?: 'Query'; /** Loads a menu by its machine-readable name. */ menuByName?: Maybe; /** Loads 'Custom block' entities. */ blockContentQuery?: Maybe; /** Loads 'Crop' entities. */ cropQuery?: Maybe; /** Loads 'Fake entity type' entities. */ entityEmbedFakeEntityQuery?: Maybe; /** Loads 'File' entities. */ fileQuery?: Maybe; /** Loads 'Media' entities. */ mediaQuery?: Maybe; /** Loads 'Content' entities. */ nodeQuery?: Maybe; /** Loads 'URL alias' entities. */ pathAliasQuery?: Maybe; /** Loads 'Redirect' entities. */ redirectQuery?: Maybe; /** Loads 'Taxonomy term' entities. */ taxonomyTermQuery?: Maybe; /** Loads 'User' entities. */ userQuery?: Maybe; /** Loads 'Custom menu link' entities. */ menuLinkContentQuery?: Maybe; /** Loads 'Paragraph' entities. */ paragraphQuery?: Maybe; /** Loads a route by its path. */ route?: Maybe; languageInterfaceContext?: Maybe; languageContentContext?: Maybe; nodeContext?: Maybe; currentUserContext?: Maybe; /** Loads 'Custom block' entities by their id. */ blockContentById?: Maybe; /** Loads 'Crop' entities by their id. */ cropById?: Maybe; /** Loads 'Fake entity type' entities by their id. */ entityEmbedFakeEntityById?: Maybe; /** Loads 'File' entities by their id. */ fileById?: Maybe; /** Loads 'Media' entities by their id. */ mediaById?: Maybe; /** Loads 'Content' entities by their id. */ nodeById?: Maybe; /** Loads 'URL alias' entities by their id. */ pathAliasById?: Maybe; /** Loads 'Redirect' entities by their id. */ redirectById?: Maybe; /** Loads 'Taxonomy term' entities by their id. */ taxonomyTermById?: Maybe; /** Loads 'User' entities by their id. */ userById?: Maybe; /** Loads 'Custom menu link' entities by their id. */ menuLinkContentById?: Maybe; /** Loads 'Paragraph' entities by their id. */ paragraphById?: Maybe; /** Loads 'Custom block' entity revision by their revision id. */ blockContentRevisionById?: Maybe; /** Loads 'Crop' entity revision by their revision id. */ cropRevisionById?: Maybe; /** Loads 'Media' entity revision by their revision id. */ mediaRevisionById?: Maybe; /** Loads 'Content' entity revision by their revision id. */ nodeRevisionById?: Maybe; /** Loads 'URL alias' entity revision by their revision id. */ pathAliasRevisionById?: Maybe; /** Loads 'Taxonomy term' entity revision by their revision id. */ taxonomyTermRevisionById?: Maybe; /** Loads 'Custom menu link' entity revision by their revision id. */ menuLinkContentRevisionById?: Maybe; /** Loads 'Paragraph' entity revision by their revision id. */ paragraphRevisionById?: Maybe; /** Loads the list of available languages. */ availableLanguages?: Maybe>>; }; export type QueryMenuByNameArgs = { name: Scalars['String']; language?: Maybe; }; export type QueryBlockContentQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryCropQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryEntityEmbedFakeEntityQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryFileQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryMediaQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryNodeQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryPathAliasQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryRedirectQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryTaxonomyTermQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryUserQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryMenuLinkContentQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryParagraphQueryArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; export type QueryRouteArgs = { path: Scalars['String']; }; export type QueryBlockContentByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryCropByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryEntityEmbedFakeEntityByIdArgs = { id: Scalars['String']; }; export type QueryFileByIdArgs = { id: Scalars['String']; }; export type QueryMediaByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryNodeByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryPathAliasByIdArgs = { id: Scalars['String']; }; export type QueryRedirectByIdArgs = { id: Scalars['String']; }; export type QueryTaxonomyTermByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryUserByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryMenuLinkContentByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryParagraphByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryBlockContentRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryCropRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryMediaRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryNodeRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryPathAliasRevisionByIdArgs = { id: Scalars['String']; }; export type QueryTaxonomyTermRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryMenuLinkContentRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export type QueryParagraphRevisionByIdArgs = { id: Scalars['String']; language?: Maybe; }; export enum QueryConjunction { And = 'AND', Or = 'OR' } export enum QueryOperator { Equal = 'EQUAL', NotEqual = 'NOT_EQUAL', SmallerThan = 'SMALLER_THAN', SmallerThanOrEqual = 'SMALLER_THAN_OR_EQUAL', GreaterThan = 'GREATER_THAN', GreaterThanOrEqual = 'GREATER_THAN_OR_EQUAL', In = 'IN', NotIn = 'NOT_IN', Like = 'LIKE', NotLike = 'NOT_LIKE', Between = 'BETWEEN', NotBetween = 'NOT_BETWEEN', IsNull = 'IS_NULL', IsNotNull = 'IS_NOT_NULL' } /** The 'Redirect' entity type. */ export type Redirect = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; /** Query reference: The user ID of the node author. */ queryUid?: Maybe; /** The redirect ID. */ rid?: Maybe; /** The record UUID. */ uuid?: Maybe; /** The redirect hash. */ hash?: Maybe; /** The redirect type. */ type?: Maybe; /** The user ID of the node author. */ uid?: Maybe; /** Enter an internal Drupal path or path alias to redirect (e.g. node/123 or taxonomy/term/123). Fragment anchors (e.g. #anchor) are not allowed. */ redirectSource?: Maybe; redirectRedirect?: Maybe; /** The redirect language. */ language?: Maybe; /** The redirect status code. */ statusCode?: Maybe; /** The date when the redirect was created. */ created?: Maybe; }; /** The 'Redirect' entity type. */ export type RedirectEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Redirect' entity type. */ export type RedirectEntityTranslationArgs = { language: LanguageId; }; /** The 'Redirect' entity type. */ export type RedirectEntityChangedArgs = { format?: Maybe; }; /** The 'Redirect' entity type. */ export type RedirectEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Redirect' entity type. */ export type RedirectEntityCreatedArgs = { format?: Maybe; }; /** The 'Redirect' entity type. */ export type RedirectQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirect = Redirect & Entity & { __typename?: 'RedirectRedirect'; /** Query reference: The user ID of the node author. */ queryUid?: Maybe; /** The redirect ID. */ rid?: Maybe; /** The record UUID. */ uuid?: Maybe; /** The redirect hash. */ hash?: Maybe; /** The redirect type. */ type?: Maybe; /** The user ID of the node author. */ uid?: Maybe; /** Enter an internal Drupal path or path alias to redirect (e.g. node/123 or taxonomy/term/123). Fragment anchors (e.g. #anchor) are not allowed. */ redirectSource?: Maybe; redirectRedirect?: Maybe; /** The redirect language. */ language?: Maybe; /** The redirect status code. */ statusCode?: Maybe; /** The date when the redirect was created. */ created?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirectQueryUidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirectEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirectEntityTranslationArgs = { language: LanguageId; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirectEntityChangedArgs = { format?: Maybe; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirectEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Redirect' bundle of the 'Redirect' entity type. */ export type RedirectRedirectEntityCreatedArgs = { format?: Maybe; }; export type RedirectUrl = Url & { __typename?: 'RedirectUrl'; /** The processed url path. */ path?: Maybe; /** Boolean indicating whether this is a routed (internal) path. */ routed?: Maybe; /** The translated url object. */ translate?: Maybe; /** The redirect target. */ target?: Maybe; /** The redirect code. */ code?: Maybe; }; export type RedirectUrlTranslateArgs = { language: LanguageId; }; export enum SortOrder { Asc = 'ASC', Desc = 'DESC' } /** The 'Taxonomy term' entity type. */ export type TaxonomyTerm = { entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; /** Reverse reference: */ reverseFieldTagsNode: EntityQueryResult; /** Reverse reference: The parents of this term. */ reverseParentTaxonomyTerm: EntityQueryResult; /** Query reference: The vocabulary to which the term is assigned. */ queryVid?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The parents of this term. */ queryParent?: Maybe; /** The term ID. */ tid?: Maybe; /** The term UUID. */ uuid?: Maybe; revisionId?: Maybe; /** The term language code. */ langcode?: Maybe; /** The vocabulary to which the term is assigned. */ vid?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; name?: Maybe; description?: Maybe; /** The weight of this term in relation to other terms. */ weight?: Maybe; /** The parents of this term. */ parent?: Maybe>>; /** The time that the term was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Taxonomy term' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityTranslationArgs = { language: LanguageId; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityChangedArgs = { format?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityCreatedArgs = { format?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermReverseFieldTagsNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermReverseParentTaxonomyTermArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermQueryVidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermQueryParentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Taxonomy term' entity type. */ export type TaxonomyTermEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'Taxonomy term' entities. */ export enum TaxonomyTermDisplayModeId { /** The 'Taxonomy term page' display mode for 'Taxonomy term' entities. */ Full = 'FULL', /** The 'Token' display mode for 'Taxonomy term' entities. */ Token = 'TOKEN' } /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTags = TaxonomyTerm & Entity & EntityPublishable & EntityRevisionable & { __typename?: 'TaxonomyTermTags'; /** Reverse reference: */ reverseFieldTagsNode: EntityQueryResult; /** Reverse reference: The parents of this term. */ reverseParentTaxonomyTerm: EntityQueryResult; /** Query reference: The vocabulary to which the term is assigned. */ queryVid?: Maybe; /** Query reference: The user ID of the author of the current revision. */ queryRevisionUser?: Maybe; /** Query reference: The parents of this term. */ queryParent?: Maybe; /** The term ID. */ tid?: Maybe; /** The term UUID. */ uuid?: Maybe; revisionId?: Maybe; /** The term language code. */ langcode?: Maybe; /** The vocabulary to which the term is assigned. */ vid?: Maybe; /** The time that the current revision was created. */ revisionCreated?: Maybe; /** The user ID of the author of the current revision. */ revisionUser?: Maybe; /** Briefly describe the changes you have made. */ revisionLogMessage?: Maybe; status?: Maybe; name?: Maybe; description?: Maybe; /** The weight of this term in relation to other terms. */ weight?: Maybe; /** The parents of this term. */ parent?: Maybe>>; /** The time that the term was last edited. */ changed?: Maybe; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; /** A flag indicating whether this was a default revision when it was saved. */ revisionDefault?: Maybe; /** Indicates if the last edit of a translation belongs to current revision. */ revisionTranslationAffected?: Maybe; path?: Maybe; /** Renders 'Taxonomy term' entities in the given view mode. */ entityRendered?: Maybe; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; entityPublished?: Maybe; entityRevisions: EntityQueryResult; /** The parents of this term. */ parentOfTaxonomyTermTags?: Maybe>>; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsReverseFieldTagsNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsReverseParentTaxonomyTermArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsQueryVidArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsQueryRevisionUserArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsQueryParentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityRenderedArgs = { mode?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityTranslationArgs = { language: LanguageId; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityChangedArgs = { format?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityAccessArgs = { operation: Scalars['String']; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityCreatedArgs = { format?: Maybe; }; /** The 'Tags' bundle of the 'Taxonomy term' entity type. */ export type TaxonomyTermTagsEntityRevisionsArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; }; /** Fallback type for otherwise unexposed entities. */ export type UnexposedEntity = Entity & { __typename?: 'UnexposedEntity'; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; }; /** Fallback type for otherwise unexposed entities. */ export type UnexposedEntityEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** Fallback type for otherwise unexposed entities. */ export type UnexposedEntityEntityTranslationArgs = { language: LanguageId; }; /** Fallback type for otherwise unexposed entities. */ export type UnexposedEntityEntityChangedArgs = { format?: Maybe; }; /** Fallback type for otherwise unexposed entities. */ export type UnexposedEntityEntityAccessArgs = { operation: Scalars['String']; }; /** Fallback type for otherwise unexposed entities. */ export type UnexposedEntityEntityCreatedArgs = { format?: Maybe; }; /** Common interface for internal and external urls. */ export type Url = { /** The processed url path. */ path?: Maybe; /** Boolean indicating whether this is a routed (internal) path. */ routed?: Maybe; /** The translated url object. */ translate?: Maybe; }; /** Common interface for internal and external urls. */ export type UrlTranslateArgs = { language: LanguageId; }; /** The 'User' entity type. */ export type User = Entity & { __typename?: 'User'; entityTranslations?: Maybe>>; entityLabel?: Maybe; entityLanguage?: Maybe; entityQueryExclusive: EntityQueryResult; entityTranslation?: Maybe; entityUrl?: Maybe; entityChanged?: Maybe; entityAccess?: Maybe; entityBundle?: Maybe; entityType?: Maybe; entityCreated?: Maybe; entityUuid?: Maybe; entityId?: Maybe; /** Reverse reference: The user ID of the author of the current revision. */ reverseRevisionUserBlockContent: EntityQueryResult; /** Reverse reference: The user ID of the author of the current revision. */ reverseRevisionUidCrop: EntityQueryResult; /** Reverse reference: The user ID of the file. */ reverseUidFile: EntityQueryResult; /** Reverse reference: The user ID of the author of the current revision. */ reverseRevisionUserMedia: EntityQueryResult; /** Reverse reference: The user ID of the author. */ reverseUidMedia: EntityQueryResult; /** Reverse reference: The user ID of the author of the current revision. */ reverseRevisionUidNode: EntityQueryResult; /** Reverse reference: The username of the content author. */ reverseUidNode: EntityQueryResult; /** Reverse reference: The user ID of the node author. */ reverseUidRedirect: EntityQueryResult; /** Reverse reference: The user ID of the author of the current revision. */ reverseRevisionUserTaxonomyTerm: EntityQueryResult; /** Reverse reference: The user ID of the author of the current revision. */ reverseRevisionUserMenuLinkContent: EntityQueryResult; /** Query reference: The roles the user has. */ queryRoles?: Maybe; /** The user ID. */ uid?: Maybe; /** The user UUID. */ uuid?: Maybe; /** The user language code. */ langcode?: Maybe; /** The user's preferred language code for receiving emails and viewing the site. */ preferredLangcode?: Maybe; /** The user's preferred language code for viewing administration pages. */ preferredAdminLangcode?: Maybe; /** The name of this user. */ name?: Maybe; /** The password of this user (hashed). */ pass?: Maybe; /** The email of this user. */ mail?: Maybe; /** The timezone of this user. */ timezone?: Maybe; /** Whether the user is active or blocked. */ status?: Maybe; /** The time that the user was created. */ created?: Maybe; /** The time that the user was last edited. */ changed?: Maybe; /** The time that the user last accessed the site. */ access?: Maybe; /** The time that the user last logged in. */ login?: Maybe; /** The email address used for initial account creation. */ init?: Maybe; /** The roles the user has. */ roles?: Maybe>>; /** A flag indicating whether this is the default translation. */ defaultLangcode?: Maybe; path?: Maybe; /** Your virtual face or picture. */ userPicture?: Maybe; /** Renders 'User' entities in the given view mode. */ entityRendered?: Maybe; }; /** The 'User' entity type. */ export type UserEntityQueryExclusiveArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; bundles?: Maybe; }; /** The 'User' entity type. */ export type UserEntityTranslationArgs = { language: LanguageId; }; /** The 'User' entity type. */ export type UserEntityChangedArgs = { format?: Maybe; }; /** The 'User' entity type. */ export type UserEntityAccessArgs = { operation: Scalars['String']; }; /** The 'User' entity type. */ export type UserEntityCreatedArgs = { format?: Maybe; }; /** The 'User' entity type. */ export type UserReverseRevisionUserBlockContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseRevisionUidCropArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseUidFileArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseRevisionUserMediaArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseUidMediaArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseRevisionUidNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseUidNodeArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseUidRedirectArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseRevisionUserTaxonomyTermArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserReverseRevisionUserMenuLinkContentArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserQueryRolesArgs = { filter?: Maybe; sort?: Maybe>>; offset?: Maybe; limit?: Maybe; revisions?: Maybe; }; /** The 'User' entity type. */ export type UserEntityRenderedArgs = { mode?: Maybe; }; /** The available display modes for 'User' entities. */ export enum UserDisplayModeId { /** The 'Compact' display mode for 'User' entities. */ Compact = 'COMPACT', /** The 'User account' display mode for 'User' entities. */ Full = 'FULL', /** The 'Token' display mode for 'User' entities. */ Token = 'TOKEN' } export type GetEventsByDateQueryQueryVariables = Exact<{ startDate?: Maybe; endDate?: Maybe; limit?: Maybe; offset?: Maybe; }>; export type GetEventsByDateQueryQuery = ( { __typename?: 'Query' } & { nodeQuery?: Maybe<( { __typename?: 'EntityQueryResult' } & Pick & { entities?: Maybe & { fieldEventDate?: Maybe<( { __typename?: 'FieldNodeEventFieldEventDate' } & Pick )>, fieldEventDateEnd?: Maybe<( { __typename?: 'FieldNodeEventFieldEventDateEnd' } & Pick )>, fieldEventImage?: Maybe<( { __typename?: 'FieldNodeEventFieldEventImage' } & Pick )>, fieldDestinationUrl?: Maybe<( { __typename?: 'FieldNodeEventFieldDestinationUrl' } & Pick & { url?: Maybe<( { __typename?: 'DefaultInternalUrl' } & Pick ) | ( { __typename?: 'EntityCanonicalUrl' } & Pick ) | ( { __typename?: 'ExternalUrl' } & Pick ) | ( { __typename?: 'RedirectUrl' } & Pick )> } )>, fieldShortDescription?: Maybe<( { __typename?: 'FieldNodeEventFieldShortDescription' } & Pick )>, fieldTags?: Maybe & { entity?: Maybe<( { __typename?: 'TaxonomyTermTags' } & Pick )> } )>>> } ) | { __typename?: 'NodeGallery' } | { __typename?: 'NodeNews' } | { __typename?: 'NodePage' } | { __typename?: 'NodePerson' } | { __typename?: 'NodeSlideshow' } | { __typename?: 'NodeSpotlight' } | { __typename?: 'ParagraphSlideshowSlide' } | { __typename?: 'PathAlias' } | { __typename?: 'RedirectRedirect' } | { __typename?: 'TaxonomyTermTags' } | { __typename?: 'UnexposedEntity' } | { __typename?: 'User' }>>> } )> } );