From 9e8037d8c9dafe8cedc58d4fade0315663194428 Mon Sep 17 00:00:00 2001 From: Alexa Grey Date: Tue, 18 Nov 2025 06:40:44 -0800 Subject: [PATCH] [E] Update GQL API to Reduce Reliance on Unions --- .gitattributes | 4 + ...lectionContributionListFragment.graphql.ts | 79 +- .../CollectionListSearchFragment.graphql.ts | 185 ++- .../CollectionUpdateDrawerQuery.graphql.ts | 220 ++-- .../CollectionUpdateFormMutation.graphql.ts | 207 ++-- .../CommunityUpdateDrawerQuery.graphql.ts | 218 ++-- .../CommunityUpdateFormMutation.graphql.ts | 203 ++-- .../ContributorLayoutFragment.graphql.ts | 8 +- .../ContributorUpdateDrawerQuery.graphql.ts | 24 +- .../ContributorUpdateFormFragment.graphql.ts | 8 +- ...eOrganizationFormFieldsFragment.graphql.ts | 8 +- ...rUpdateOrganizationFormFragment.graphql.ts | 8 +- ...rUpdateOrganizationFormMutation.graphql.ts | 10 +- ...rUpdatePersonFormFieldsFragment.graphql.ts | 8 +- ...ributorUpdatePersonFormFragment.graphql.ts | 8 +- ...ributorUpdatePersonFormMutation.graphql.ts | 10 +- .../ContributorsColumnFragment.graphql.ts | 4 +- .../CurrentSearchFiltersFragment.graphql.ts | 46 +- .../EntitiesPropertyFragment.graphql.ts | 74 +- ...ntityAnnouncementAddDrawerQuery.graphql.ts | 8 +- ...tityAnnouncementAddFormFragment.graphql.ts | 8 +- ...tyAnnouncementUpdateDrawerQuery.graphql.ts | 46 +- ...yAnnouncementUpdateFormFragment.graphql.ts | 8 +- ...EntityAnnouncementsListFragment.graphql.ts | 8 +- .../EntityLinksAddDrawerQuery.graphql.ts | 10 +- .../EntityLinksAddFormFragment.graphql.ts | 8 +- .../EntityLinksAddFormMutation.graphql.ts | 29 +- .../EntityLinksListFragment.graphql.ts | 8 +- .../EntityOrderingListFragment.graphql.ts | 8 +- .../EntityPageAddDrawerQuery.graphql.ts | 8 +- .../EntityPageAddFormFragment.graphql.ts | 8 +- .../EntityPageUpdateDrawerQuery.graphql.ts | 137 ++- .../EntityPageUpdateFormFragment.graphql.ts | 123 +- .../EntityPagesListFragment.graphql.ts | 8 +- .../EntityPermalinksAddDrawerQuery.graphql.ts | 10 +- ...EntityPermalinksAddFormFragment.graphql.ts | 8 +- .../EntityPermalinksListFragment.graphql.ts | 8 +- .../EntityPropertyFragment.graphql.ts | 74 +- .../EntityTitleFactoryFragment.graphql.ts | 11 +- .../FileEditDrawerQuery.graphql.ts | 155 ++- .../__generated__/FileListFragment.graphql.ts | 151 ++- .../HarvestingStatusFragment.graphql.ts | 8 +- .../ItemContributionListFragment.graphql.ts | 89 +- .../__generated__/ItemListFragment.graphql.ts | 6 +- .../ItemListSearchFragment.graphql.ts | 320 +++-- .../ItemUpdateDrawerQuery.graphql.ts | 220 ++-- .../ItemUpdateFormMutation.graphql.ts | 213 ++-- .../LayoutContributorQuery.graphql.ts | 8 +- .../LinkTargetTypeaheadQuery.graphql.ts | 134 +-- .../ParentSelectorFragment.graphql.ts | 8 +- .../SchemaInstancePropertyFragment.graphql.ts | 8 +- .../SchemaPropertyFragment.graphql.ts | 8 +- .../SchemaSelectorDataFragment.graphql.ts | 8 +- .../SearchFilterFormFragment.graphql.ts | 25 +- .../SearchLayoutQuery.graphql.ts | 310 ++--- .../SearchResultListFragment.graphql.ts | 173 ++- ...ManageSlugCollectionsPagesQuery.graphql.ts | 10 +- ...ManageSlugCommunitiesPagesQuery.graphql.ts | 10 +- ...ementsManageSlugItemsPagesQuery.graphql.ts | 10 +- .../collectionsListQuery.graphql.ts | 262 +++-- ...ManageSlugCollectionsPagesQuery.graphql.ts | 262 +++-- ...ctionsSlugCommunitiesPagesQuery.graphql.ts | 262 +++-- ...tionsSlugContributorsPagesQuery.graphql.ts | 153 ++- ...ManageSlugCollectionsPagesQuery.graphql.ts | 153 ++- ...ntributionsManageSlugItemsQuery.graphql.ts | 159 ++- ...ManageSlugCollectionsPagesQuery.graphql.ts | 222 ++-- ...ManageSlugCommunitiesPagesQuery.graphql.ts | 218 ++-- .../detailsManageSlugItemsQuery.graphql.ts | 222 ++-- ...tailsSlugContributorsPagesQuery.graphql.ts | 24 +- .../filesManageSlugCollectionQuery.graphql.ts | 155 ++- .../filesManageSlugItemsQuery.graphql.ts | 155 ++- .../getEntityTitleFragment.graphql.ts | 4 +- .../__generated__/itemsListQuery.graphql.ts | 437 ++++--- .../itemsSlugCollectionsPagesQuery.graphql.ts | 437 ++++--- ...itemsSlugContributorsPagesQuery.graphql.ts | 159 ++- .../itemsSlugItemsPagesQuery.graphql.ts | 437 ++++--- ...inksManageCollectionsPagesQuery.graphql.ts | 10 +- .../linksManageSlugItemsQuery.graphql.ts | 10 +- ...erManageSlugOrderingsPagesQuery.graphql.ts | 10 +- .../ordersManageSlugItemsQuery.graphql.ts | 10 +- ...ManageSlugCollectionsPagesQuery.graphql.ts | 10 +- ...esManageSlugCommunityPagesQuery.graphql.ts | 10 +- .../pagesManageSlugItemsQuery.graphql.ts | 10 +- ...geSlugCollectionPermalinksQuery.graphql.ts | 10 +- ...ageSlugCommunityPermalinksQuery.graphql.ts | 10 +- ...ksManageSlugItemPermalinksQuery.graphql.ts | 10 +- .../useSchemaPropertiesFragment.graphql.ts | 21 +- packages/admin/__schema__/schema.json | 954 ++++++++------- .../api/HarvestingStatus/HarvestingStatus.tsx | 2 +- .../SchemaProperty/SchemaProperty.tsx | 2 +- .../SchemaInstanceProperty.tsx | 2 +- .../EntityAnnouncementAddForm.tsx | 2 +- .../EntityAnnouncementUpdateForm.tsx | 2 +- .../EntityAnnouncementsList.tsx | 2 +- .../ContributorLayout/ContributorLayout.tsx | 2 +- .../ContributorUpdateForm.tsx | 2 +- .../ContributorUpdateOrganizationForm.tsx | 4 +- .../ContributorUpdatePersonForm.tsx | 4 +- .../composed/file/FileList/FileList.tsx | 2 +- .../EntityLinksAddForm/EntityLinksAddForm.tsx | 2 +- .../links/EntityLinksList/EntityLinksList.tsx | 2 +- .../model/ModelColumns/ContributorsColumn.tsx | 2 +- .../EntityOrderingList/EntityOrderingList.tsx | 2 +- .../EntityPageAddForm/EntityPageAddForm.tsx | 2 +- .../EntityPageUpdateForm.tsx | 2 +- .../pages/EntityPagesList/EntityPagesList.tsx | 2 +- .../EntityPermalinksAddForm.tsx | 2 +- .../EntityPermalinksList.tsx | 2 +- .../forms/ParentSelector/ParentSelector.tsx | 2 +- .../forms/SchemaSelector/SchemaSelector.tsx | 2 +- packages/admin/schema.graphql | 363 +++--- packages/admin/types/graphql-schema.d.ts | 1030 +++++++++-------- 112 files changed, 4866 insertions(+), 5113 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f81129660 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/packages/*/__generated__/**/* binary +/packages/*/__schema__/**/* binary +/packages/*/schema.graphql binary +/packages/*/types/graphql-schema.d.ts binary diff --git a/packages/admin/__generated__/CollectionContributionListFragment.graphql.ts b/packages/admin/__generated__/CollectionContributionListFragment.graphql.ts index f56241959..5fb2f9a5e 100644 --- a/packages/admin/__generated__/CollectionContributionListFragment.graphql.ts +++ b/packages/admin/__generated__/CollectionContributionListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<56f3b04f90ebced947602ed3fc24989e>> * @lightSyntaxTransform * @nogrep */ @@ -178,54 +178,47 @@ return { "kind": "InlineDataFragmentSpread", "name": "ContributorNameColumnFragment", "selections": [ + (v1/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "image", + "plural": false, "selections": [ - (v1/*: any*/), { - "alias": null, "args": null, - "concreteType": "ImageAttachment", - "kind": "LinkedField", - "name": "image", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "AvatarFragment" - } - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/) - ], - "type": "Sluggable", - "abstractKey": "__isSluggable" - }, - { - "kind": "InlineFragment", - "selections": [ - (v2/*: any*/) - ], - "type": "OrganizationContributor", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - (v3/*: any*/), - (v4/*: any*/) - ], - "type": "PersonContributor", - "abstractKey": null + "kind": "FragmentSpread", + "name": "AvatarFragment" } ], - "type": "Contributor", - "abstractKey": "__isContributor" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v0/*: any*/) + ], + "type": "Sluggable", + "abstractKey": "__isSluggable" + }, + { + "kind": "InlineFragment", + "selections": [ + (v2/*: any*/) + ], + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v3/*: any*/), + (v4/*: any*/) + ], + "type": "PersonContributor", + "abstractKey": null } ], "args": null, diff --git a/packages/admin/__generated__/CollectionListSearchFragment.graphql.ts b/packages/admin/__generated__/CollectionListSearchFragment.graphql.ts index eab9cf61d..bcc15ce1b 100644 --- a/packages/admin/__generated__/CollectionListSearchFragment.graphql.ts +++ b/packages/admin/__generated__/CollectionListSearchFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7729f136f52e725ce8cb450458393396>> + * @generated SignedSource<<0f760b733660a27b76b687d8b293d9e9>> * @lightSyntaxTransform * @nogrep */ @@ -14,15 +14,15 @@ export type CollectionListSearchFragment$data = { readonly results?: { readonly nodes: ReadonlyArray<{ readonly entity: { - readonly allowedActions?: ReadonlyArray; + readonly allowedActions: ReadonlyArray; readonly createdAt?: string; readonly id?: string; - readonly schemaVersion?: { + readonly schemaVersion: { readonly name: string; readonly number: string; }; readonly slug?: string; - readonly title?: string; + readonly title: string; readonly " $fragmentSpreads": FragmentRefs<"EntityThumbnailColumnFragment" | "PublishedDateColumnFragment">; }; readonly slug: string; @@ -193,151 +193,144 @@ return { "selections": [ (v1/*: any*/), (v2/*: any*/), + (v3/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v3/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "number", - "storageKey": null - } - ], + "kind": "ScalarField", + "name": "name", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "allowedActions", + "name": "number", "storageKey": null - }, + } + ], + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v4/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v4/*: any*/), + "type": "Item", + "abstractKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "allowedActions", + "storageKey": null + }, + { + "kind": "InlineDataFragmentSpread", + "name": "PublishedDateColumnFragment", + "selections": [ { - "kind": "InlineDataFragmentSpread", - "name": "PublishedDateColumnFragment", + "kind": "InlineFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "VariablePrecisionDate", + "kind": "LinkedField", + "name": "published", + "plural": false, "selections": [ { - "alias": null, "args": null, - "concreteType": "VariablePrecisionDate", - "kind": "LinkedField", - "name": "published", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "PrecisionDateFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "PrecisionDateFragment" } ], - "type": "ReferencesGlobalEntityDates", - "abstractKey": "__isReferencesGlobalEntityDates" + "storageKey": null } ], + "type": "ReferencesGlobalEntityDates", + "abstractKey": "__isReferencesGlobalEntityDates" + } + ], + "args": null, + "argumentDefinitions": [] + }, + { + "kind": "InlineDataFragmentSpread", + "name": "EntityThumbnailColumnFragment", + "selections": [ + { + "alias": null, "args": null, - "argumentDefinitions": [] + "kind": "ScalarField", + "name": "__typename", + "storageKey": null }, + (v3/*: any*/), { - "kind": "InlineDataFragmentSpread", - "name": "EntityThumbnailColumnFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "__typename", + "name": "storage", "storageKey": null }, - (v3/*: any*/), { - "alias": null, + "alias": "thumb", "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "thumbnail", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { - "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "ImageFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "ImageFragment" } ], "storageKey": null } ], "storageKey": null - }, - (v2/*: any*/), - (v1/*: any*/) + } ], - "args": null, - "argumentDefinitions": [] - } + "storageKey": null + }, + (v2/*: any*/), + (v1/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - { - "kind": "InlineFragment", - "selections": (v4/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v4/*: any*/), - "type": "Item", - "abstractKey": null + "args": null, + "argumentDefinitions": [] } ], "storageKey": null diff --git a/packages/admin/__generated__/CollectionUpdateDrawerQuery.graphql.ts b/packages/admin/__generated__/CollectionUpdateDrawerQuery.graphql.ts index 45b6c8310..fdba02c39 100644 --- a/packages/admin/__generated__/CollectionUpdateDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/CollectionUpdateDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8f7dc9c55c9d5d46ca4f9ad838051e78>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -315,7 +315,6 @@ v25 = { v26 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -329,7 +328,8 @@ v26 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -349,14 +349,14 @@ v28 = { v29 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -364,7 +364,6 @@ v29 = { v30 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -378,7 +377,8 @@ v30 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -386,7 +386,6 @@ v30 = { v31 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -400,7 +399,8 @@ v31 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -408,7 +408,6 @@ v31 = { v32 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -422,7 +421,8 @@ v32 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -435,7 +435,6 @@ v33 = { "storageKey": null }, v34 = [ - (v22/*: any*/), (v33/*: any*/), { "alias": null, @@ -443,7 +442,8 @@ v34 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v22/*: any*/) ], v35 = { "kind": "InlineFragment", @@ -451,34 +451,31 @@ v35 = { "type": "MarkdownProperty", "abstractKey": null }, -v36 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v7/*: any*/), - (v8/*: any*/) - ], - "storageKey": null -}, +v36 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v7/*: any*/), + (v8/*: any*/) + ], + "storageKey": null + }, + (v22/*: any*/) +], v37 = { "kind": "InlineFragment", - "selections": [ - (v22/*: any*/), - (v36/*: any*/) - ], + "selections": (v36/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v38 = { "kind": "InlineFragment", - "selections": [ - (v36/*: any*/), - (v22/*: any*/) - ], + "selections": (v36/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -491,14 +488,14 @@ v39 = { v40 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -506,7 +503,6 @@ v40 = { v41 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -533,7 +529,8 @@ v41 = { } ], "storageKey": null - } + }, + (v22/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -541,7 +538,6 @@ v41 = { v42 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -561,7 +557,8 @@ v42 = { (v3/*: any*/) ], "storageKey": null - } + }, + (v22/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -569,7 +566,6 @@ v42 = { v43 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -579,12 +575,17 @@ v43 = { "plural": false, "selections": (v11/*: any*/), "storageKey": null - } + }, + (v22/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, -v44 = [ +v44 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v45 = [ { "alias": null, "args": null, @@ -602,14 +603,8 @@ v44 = [ "plural": false, "selections": [ (v13/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v3/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, + (v44/*: any*/), + (v3/*: any*/), (v20/*: any*/) ], "storageKey": null @@ -618,7 +613,7 @@ v44 = [ "storageKey": null } ], -v45 = [ +v46 = [ { "alias": null, "args": null, @@ -638,38 +633,32 @@ v45 = [ "plural": false, "selections": [ (v13/*: any*/), + (v44/*: any*/), + (v3/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v3/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v15/*: any*/), - (v2/*: any*/) - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v44/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v44/*: any*/), - "type": "Item", - "abstractKey": null - } + (v15/*: any*/), + (v2/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v45/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v45/*: any*/), + "type": "Item", + "abstractKey": null }, (v20/*: any*/) ], @@ -680,19 +669,19 @@ v45 = [ }, (v22/*: any*/) ], -v46 = { +v47 = { "kind": "InlineFragment", - "selections": (v45/*: any*/), + "selections": (v46/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v47 = { +v48 = { "kind": "InlineFragment", - "selections": (v45/*: any*/), + "selections": (v46/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v48 = { +v49 = { "alias": null, "args": null, "concreteType": "SchemaVersion", @@ -718,8 +707,8 @@ v48 = { ], "storageKey": null }, -v49 = [ - (v48/*: any*/) +v50 = [ + (v49/*: any*/) ]; return { "fragment": { @@ -1015,8 +1004,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "InlineFragment", @@ -1032,7 +1021,14 @@ return { (v13/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null }, { "kind": "InlineFragment", @@ -1056,7 +1052,7 @@ return { (v13/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v24/*: any*/), (v25/*: any*/), @@ -1075,8 +1071,8 @@ return { (v41/*: any*/), (v42/*: any*/), (v43/*: any*/), - (v46/*: any*/), - (v47/*: any*/) + (v47/*: any*/), + (v48/*: any*/) ], "storageKey": null } @@ -1104,25 +1100,11 @@ return { (v41/*: any*/), (v42/*: any*/), (v43/*: any*/), - (v46/*: any*/), - (v47/*: any*/) - ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } + (v47/*: any*/), + (v48/*: any*/) ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1132,13 +1114,13 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v49/*: any*/), + "selections": (v50/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v49/*: any*/), + "selections": (v50/*: any*/), "type": "Item", "abstractKey": null }, @@ -1146,14 +1128,14 @@ return { "kind": "InlineFragment", "selections": [ (v14/*: any*/), - (v48/*: any*/) + (v49/*: any*/) ], "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1169,12 +1151,12 @@ return { ] }, "params": { - "cacheID": "04e0b33f63519c23504e2a312e8dc744", + "cacheID": "a81421838d6f8b8da16ad1c10ec3d712", "id": null, "metadata": {}, "name": "CollectionUpdateDrawerQuery", "operationKind": "query", - "text": "query CollectionUpdateDrawerQuery(\n $collectionSlug: Slug!\n) {\n collection(slug: $collectionSlug) {\n id\n title\n ...CollectionUpdateFormFragment\n schemaVersion {\n enforcedChildKinds\n id\n }\n allowedActions\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CollectionUpdateFormFieldsFragment on Collection {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment CollectionUpdateFormFragment on Collection {\n collectionId: id\n ...HarvestingStatusFragment\n ...ParentSelectorFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...CollectionUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ... on SchemaProperty {\n __isSchemaProperty: __typename\n fullPath\n }\n }\n}\n" + "text": "query CollectionUpdateDrawerQuery(\n $collectionSlug: Slug!\n) {\n collection(slug: $collectionSlug) {\n id\n title\n ...CollectionUpdateFormFragment\n schemaVersion {\n enforcedChildKinds\n id\n }\n allowedActions\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CollectionUpdateFormFieldsFragment on Collection {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment CollectionUpdateFormFragment on Collection {\n collectionId: id\n ...HarvestingStatusFragment\n ...ParentSelectorFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...CollectionUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n __isSchemaProperty: __typename\n fullPath\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/CollectionUpdateFormMutation.graphql.ts b/packages/admin/__generated__/CollectionUpdateFormMutation.graphql.ts index 670d77270..6d10955c9 100644 --- a/packages/admin/__generated__/CollectionUpdateFormMutation.graphql.ts +++ b/packages/admin/__generated__/CollectionUpdateFormMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1768c59daa6c4ca97d46e54b793ba312>> + * @generated SignedSource<<86f6d80ffe3684fd90e8ab860b87aa92>> * @lightSyntaxTransform * @nogrep */ @@ -323,7 +323,6 @@ v18 = { v19 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -337,7 +336,8 @@ v19 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v15/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -357,14 +357,14 @@ v21 = { v22 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v15/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -372,7 +372,6 @@ v22 = { v23 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -386,7 +385,8 @@ v23 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v15/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -394,7 +394,6 @@ v23 = { v24 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -408,7 +407,8 @@ v24 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v15/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -416,7 +416,6 @@ v24 = { v25 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -430,7 +429,8 @@ v25 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v15/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -443,7 +443,6 @@ v26 = { "storageKey": null }, v27 = [ - (v15/*: any*/), (v26/*: any*/), { "alias": null, @@ -451,7 +450,8 @@ v27 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v15/*: any*/) ], v28 = { "kind": "InlineFragment", @@ -459,34 +459,31 @@ v28 = { "type": "MarkdownProperty", "abstractKey": null }, -v29 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v14/*: any*/), - (v9/*: any*/) - ], - "storageKey": null -}, +v29 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v14/*: any*/), + (v9/*: any*/) + ], + "storageKey": null + }, + (v15/*: any*/) +], v30 = { "kind": "InlineFragment", - "selections": [ - (v15/*: any*/), - (v29/*: any*/) - ], + "selections": (v29/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v31 = { "kind": "InlineFragment", - "selections": [ - (v29/*: any*/), - (v15/*: any*/) - ], + "selections": (v29/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -499,14 +496,14 @@ v32 = { v33 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v15/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -521,7 +518,6 @@ v34 = { v35 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -548,7 +544,8 @@ v35 = { } ], "storageKey": null - } + }, + (v15/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -556,7 +553,6 @@ v35 = { v36 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -576,7 +572,8 @@ v36 = { (v7/*: any*/) ], "storageKey": null - } + }, + (v15/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -584,7 +581,6 @@ v36 = { v37 = { "kind": "InlineFragment", "selections": [ - (v15/*: any*/), { "alias": null, "args": null, @@ -594,12 +590,17 @@ v37 = { "plural": false, "selections": (v10/*: any*/), "storageKey": null - } + }, + (v15/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, v38 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v39 = { "kind": "InlineFragment", "selections": [ (v11/*: any*/) @@ -607,7 +608,7 @@ v38 = { "type": "Node", "abstractKey": "__isNode" }, -v39 = [ +v40 = [ { "alias": null, "args": null, @@ -625,15 +626,9 @@ v39 = [ "plural": false, "selections": [ (v13/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v7/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - (v38/*: any*/) + (v38/*: any*/), + (v7/*: any*/), + (v39/*: any*/) ], "storageKey": null } @@ -641,7 +636,7 @@ v39 = [ "storageKey": null } ], -v40 = [ +v41 = [ { "alias": null, "args": null, @@ -661,46 +656,40 @@ v40 = [ "plural": false, "selections": [ (v13/*: any*/), + (v38/*: any*/), + (v7/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v7/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - }, - (v11/*: any*/) - ], + "kind": "ScalarField", + "name": "identifier", "storageKey": null }, - { - "kind": "InlineFragment", - "selections": (v39/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v39/*: any*/), - "type": "Item", - "abstractKey": null - } + (v11/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v40/*: any*/), + "type": "Collection", + "abstractKey": null }, - (v38/*: any*/) + { + "kind": "InlineFragment", + "selections": (v40/*: any*/), + "type": "Item", + "abstractKey": null + }, + (v39/*: any*/) ], "storageKey": null } @@ -709,24 +698,24 @@ v40 = [ }, (v15/*: any*/) ], -v41 = { +v42 = { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v42 = { +v43 = { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v43 = [ +v44 = [ (v34/*: any*/), (v14/*: any*/), (v9/*: any*/) ], -v44 = [ +v45 = [ { "alias": "entityId", "args": null, @@ -964,8 +953,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "InlineFragment", @@ -981,7 +970,7 @@ return { (v13/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" }, { "kind": "InlineFragment", @@ -1005,7 +994,7 @@ return { (v13/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v17/*: any*/), (v18/*: any*/), @@ -1024,8 +1013,8 @@ return { (v35/*: any*/), (v36/*: any*/), (v37/*: any*/), - (v41/*: any*/), - (v42/*: any*/) + (v42/*: any*/), + (v43/*: any*/) ], "storageKey": null } @@ -1053,11 +1042,11 @@ return { (v35/*: any*/), (v36/*: any*/), (v37/*: any*/), - (v41/*: any*/), - (v42/*: any*/) + (v42/*: any*/), + (v43/*: any*/) ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1077,7 +1066,7 @@ return { "kind": "LinkedField", "name": "assets", "plural": true, - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "storageKey": null }, { @@ -1087,7 +1076,7 @@ return { "kind": "LinkedField", "name": "contributors", "plural": true, - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "storageKey": null }, { @@ -1126,25 +1115,25 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Item", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1165,12 +1154,12 @@ return { ] }, "params": { - "cacheID": "6f33f3b29530325757ae450b76ced23d", + "cacheID": "2edb63d69695a63a21cfe1d487534c6d", "id": null, "metadata": {}, "name": "CollectionUpdateFormMutation", "operationKind": "mutation", - "text": "mutation CollectionUpdateFormMutation(\n $input: UpdateCollectionInput!\n) {\n updateCollection(input: $input) {\n collection {\n ...HarvestingStatusFragment\n ...CollectionUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n ...CollectionUpdateForm_schemaErrorsFragment\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CollectionUpdateFormFieldsFragment on Collection {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment CollectionUpdateForm_schemaErrorsFragment on UpdateCollectionPayload {\n schemaErrors {\n hint\n message\n metadata\n path\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n" + "text": "mutation CollectionUpdateFormMutation(\n $input: UpdateCollectionInput!\n) {\n updateCollection(input: $input) {\n collection {\n ...HarvestingStatusFragment\n ...CollectionUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n ...CollectionUpdateForm_schemaErrorsFragment\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CollectionUpdateFormFieldsFragment on Collection {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment CollectionUpdateForm_schemaErrorsFragment on UpdateCollectionPayload {\n schemaErrors {\n hint\n message\n metadata\n path\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n" } }; })(); diff --git a/packages/admin/__generated__/CommunityUpdateDrawerQuery.graphql.ts b/packages/admin/__generated__/CommunityUpdateDrawerQuery.graphql.ts index 7f2e0b47a..f93ee874f 100644 --- a/packages/admin/__generated__/CommunityUpdateDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/CommunityUpdateDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<22614be8f69bd6d996a3119859646aec>> + * @generated SignedSource<<93eff809db6d46a80cba291f2c824a37>> * @lightSyntaxTransform * @nogrep */ @@ -210,7 +210,6 @@ v16 = { v17 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -224,7 +223,8 @@ v17 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v13/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -244,14 +244,14 @@ v19 = { v20 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v13/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -259,7 +259,6 @@ v20 = { v21 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -273,7 +272,8 @@ v21 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v13/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -281,7 +281,6 @@ v21 = { v22 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -295,7 +294,8 @@ v22 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v13/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -303,7 +303,6 @@ v22 = { v23 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -317,7 +316,8 @@ v23 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v13/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -330,7 +330,6 @@ v24 = { "storageKey": null }, v25 = [ - (v13/*: any*/), (v24/*: any*/), { "alias": null, @@ -338,7 +337,8 @@ v25 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v13/*: any*/) ], v26 = { "kind": "InlineFragment", @@ -346,34 +346,31 @@ v26 = { "type": "MarkdownProperty", "abstractKey": null }, -v27 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v8/*: any*/), - (v9/*: any*/) - ], - "storageKey": null -}, +v27 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v8/*: any*/), + (v9/*: any*/) + ], + "storageKey": null + }, + (v13/*: any*/) +], v28 = { "kind": "InlineFragment", - "selections": [ - (v13/*: any*/), - (v27/*: any*/) - ], + "selections": (v27/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v29 = { "kind": "InlineFragment", - "selections": [ - (v27/*: any*/), - (v13/*: any*/) - ], + "selections": (v27/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -386,14 +383,14 @@ v30 = { v31 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v13/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -401,7 +398,6 @@ v31 = { v32 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -428,7 +424,8 @@ v32 = { } ], "storageKey": null - } + }, + (v13/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -436,7 +433,6 @@ v32 = { v33 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -456,7 +452,8 @@ v33 = { (v3/*: any*/) ], "storageKey": null - } + }, + (v13/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -464,7 +461,6 @@ v33 = { v34 = { "kind": "InlineFragment", "selections": [ - (v13/*: any*/), { "alias": null, "args": null, @@ -483,12 +479,17 @@ v34 = { (v9/*: any*/) ], "storageKey": null - } + }, + (v13/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, v35 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v36 = { "kind": "InlineFragment", "selections": [ (v2/*: any*/) @@ -496,7 +497,7 @@ v35 = { "type": "Node", "abstractKey": "__isNode" }, -v36 = [ +v37 = [ { "alias": null, "args": null, @@ -514,15 +515,9 @@ v36 = [ "plural": false, "selections": [ (v11/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v3/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - (v35/*: any*/) + (v35/*: any*/), + (v3/*: any*/), + (v36/*: any*/) ], "storageKey": null } @@ -530,7 +525,7 @@ v36 = [ "storageKey": null } ], -v37 = [ +v38 = [ { "alias": null, "args": null, @@ -550,46 +545,40 @@ v37 = [ "plural": false, "selections": [ (v11/*: any*/), + (v35/*: any*/), + (v3/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v3/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - }, - (v2/*: any*/) - ], + "kind": "ScalarField", + "name": "identifier", "storageKey": null }, - { - "kind": "InlineFragment", - "selections": (v36/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v36/*: any*/), - "type": "Item", - "abstractKey": null - } + (v2/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v37/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v37/*: any*/), + "type": "Item", + "abstractKey": null }, - (v35/*: any*/) + (v36/*: any*/) ], "storageKey": null } @@ -598,19 +587,19 @@ v37 = [ }, (v13/*: any*/) ], -v38 = { +v39 = { "kind": "InlineFragment", - "selections": (v37/*: any*/), + "selections": (v38/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v39 = { +v40 = { "kind": "InlineFragment", - "selections": (v37/*: any*/), + "selections": (v38/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v40 = [ +v41 = [ { "alias": "entityId", "args": null, @@ -839,7 +828,14 @@ return { (v11/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null }, { "kind": "InlineFragment", @@ -863,7 +859,7 @@ return { (v11/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v15/*: any*/), (v16/*: any*/), @@ -882,8 +878,8 @@ return { (v32/*: any*/), (v33/*: any*/), (v34/*: any*/), - (v38/*: any*/), - (v39/*: any*/) + (v39/*: any*/), + (v40/*: any*/) ], "storageKey": null } @@ -911,25 +907,11 @@ return { (v32/*: any*/), (v33/*: any*/), (v34/*: any*/), - (v38/*: any*/), - (v39/*: any*/) - ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } + (v39/*: any*/), + (v40/*: any*/) ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -939,25 +921,25 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "Item", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -973,12 +955,12 @@ return { ] }, "params": { - "cacheID": "1cfa5ff65989d44e68a7c94025264102", + "cacheID": "9ae76fa54de36a5dd3a5368a972440ca", "id": null, "metadata": {}, "name": "CommunityUpdateDrawerQuery", "operationKind": "query", - "text": "query CommunityUpdateDrawerQuery(\n $communitySlug: Slug!\n) {\n community(slug: $communitySlug) {\n id\n title\n ...CommunityUpdateFormFragment\n allowedActions\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CommunityUpdateFormFieldsFragment on Community {\n title\n tagline\n summary\n heroImageLayout\n position\n heroImage {\n ...FileUploadFragment\n }\n logo {\n ...FileUploadFragment\n }\n heroImageMetadata {\n alt\n }\n}\n\nfragment CommunityUpdateFormFragment on Community {\n communityId: id\n ...CommunityUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ... on SchemaProperty {\n __isSchemaProperty: __typename\n fullPath\n }\n }\n}\n" + "text": "query CommunityUpdateDrawerQuery(\n $communitySlug: Slug!\n) {\n community(slug: $communitySlug) {\n id\n title\n ...CommunityUpdateFormFragment\n allowedActions\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CommunityUpdateFormFieldsFragment on Community {\n title\n tagline\n summary\n heroImageLayout\n position\n heroImage {\n ...FileUploadFragment\n }\n logo {\n ...FileUploadFragment\n }\n heroImageMetadata {\n alt\n }\n}\n\nfragment CommunityUpdateFormFragment on Community {\n communityId: id\n ...CommunityUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n __isSchemaProperty: __typename\n fullPath\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/CommunityUpdateFormMutation.graphql.ts b/packages/admin/__generated__/CommunityUpdateFormMutation.graphql.ts index da3d060d7..42673e004 100644 --- a/packages/admin/__generated__/CommunityUpdateFormMutation.graphql.ts +++ b/packages/admin/__generated__/CommunityUpdateFormMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -301,7 +301,6 @@ v17 = { v18 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -315,7 +314,8 @@ v18 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -335,14 +335,14 @@ v20 = { v21 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -350,7 +350,6 @@ v21 = { v22 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -364,7 +363,8 @@ v22 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -372,7 +372,6 @@ v22 = { v23 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -386,7 +385,8 @@ v23 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -394,7 +394,6 @@ v23 = { v24 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -408,7 +407,8 @@ v24 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -421,7 +421,6 @@ v25 = { "storageKey": null }, v26 = [ - (v14/*: any*/), (v25/*: any*/), { "alias": null, @@ -429,7 +428,8 @@ v26 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v14/*: any*/) ], v27 = { "kind": "InlineFragment", @@ -444,34 +444,31 @@ v28 = { "name": "value", "storageKey": null }, -v29 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v13/*: any*/), - (v28/*: any*/) - ], - "storageKey": null -}, +v29 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v13/*: any*/), + (v28/*: any*/) + ], + "storageKey": null + }, + (v14/*: any*/) +], v30 = { "kind": "InlineFragment", - "selections": [ - (v14/*: any*/), - (v29/*: any*/) - ], + "selections": (v29/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v31 = { "kind": "InlineFragment", - "selections": [ - (v29/*: any*/), - (v14/*: any*/) - ], + "selections": (v29/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -484,14 +481,14 @@ v32 = { v33 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -506,7 +503,6 @@ v34 = { v35 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -533,7 +529,8 @@ v35 = { } ], "storageKey": null - } + }, + (v14/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -541,7 +538,6 @@ v35 = { v36 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -561,7 +557,8 @@ v36 = { (v8/*: any*/) ], "storageKey": null - } + }, + (v14/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -569,7 +566,6 @@ v36 = { v37 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -588,12 +584,17 @@ v37 = { (v28/*: any*/) ], "storageKey": null - } + }, + (v14/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, v38 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v39 = { "kind": "InlineFragment", "selections": [ (v11/*: any*/) @@ -601,7 +602,7 @@ v38 = { "type": "Node", "abstractKey": "__isNode" }, -v39 = [ +v40 = [ { "alias": null, "args": null, @@ -619,15 +620,9 @@ v39 = [ "plural": false, "selections": [ (v12/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v8/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - (v38/*: any*/) + (v38/*: any*/), + (v8/*: any*/), + (v39/*: any*/) ], "storageKey": null } @@ -635,7 +630,7 @@ v39 = [ "storageKey": null } ], -v40 = [ +v41 = [ { "alias": null, "args": null, @@ -655,46 +650,40 @@ v40 = [ "plural": false, "selections": [ (v12/*: any*/), + (v38/*: any*/), + (v8/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v8/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - }, - (v11/*: any*/) - ], + "kind": "ScalarField", + "name": "identifier", "storageKey": null }, - { - "kind": "InlineFragment", - "selections": (v39/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v39/*: any*/), - "type": "Item", - "abstractKey": null - } + (v11/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v40/*: any*/), + "type": "Collection", + "abstractKey": null }, - (v38/*: any*/) + { + "kind": "InlineFragment", + "selections": (v40/*: any*/), + "type": "Item", + "abstractKey": null + }, + (v39/*: any*/) ], "storageKey": null } @@ -703,24 +692,24 @@ v40 = [ }, (v14/*: any*/) ], -v41 = { +v42 = { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v42 = { +v43 = { "kind": "InlineFragment", - "selections": (v40/*: any*/), + "selections": (v41/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v43 = [ +v44 = [ (v34/*: any*/), (v13/*: any*/), (v28/*: any*/) ], -v44 = [ +v45 = [ { "alias": "entityId", "args": null, @@ -916,7 +905,7 @@ return { (v12/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" }, { "kind": "InlineFragment", @@ -940,7 +929,7 @@ return { (v12/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v16/*: any*/), (v17/*: any*/), @@ -959,8 +948,8 @@ return { (v35/*: any*/), (v36/*: any*/), (v37/*: any*/), - (v41/*: any*/), - (v42/*: any*/) + (v42/*: any*/), + (v43/*: any*/) ], "storageKey": null } @@ -988,11 +977,11 @@ return { (v35/*: any*/), (v36/*: any*/), (v37/*: any*/), - (v41/*: any*/), - (v42/*: any*/) + (v42/*: any*/), + (v43/*: any*/) ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1012,7 +1001,7 @@ return { "kind": "LinkedField", "name": "assets", "plural": true, - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "storageKey": null }, { @@ -1022,7 +1011,7 @@ return { "kind": "LinkedField", "name": "contributors", "plural": true, - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "storageKey": null }, { @@ -1061,25 +1050,25 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Item", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1100,12 +1089,12 @@ return { ] }, "params": { - "cacheID": "6833436caf278625363421ac9c8e6a19", + "cacheID": "1b5239962c729b38b62e8fa31a8b055e", "id": null, "metadata": {}, "name": "CommunityUpdateFormMutation", "operationKind": "mutation", - "text": "mutation CommunityUpdateFormMutation(\n $input: UpdateCommunityInput!\n) {\n updateCommunity(input: $input) {\n community {\n position\n ...CommunityUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n ...CommunityUpdateFormSchemaErrorsFragment\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CommunityUpdateFormFieldsFragment on Community {\n title\n tagline\n summary\n heroImageLayout\n position\n heroImage {\n ...FileUploadFragment\n }\n logo {\n ...FileUploadFragment\n }\n heroImageMetadata {\n alt\n }\n}\n\nfragment CommunityUpdateFormSchemaErrorsFragment on UpdateCommunityPayload {\n schemaErrors {\n hint\n message\n metadata\n path\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n" + "text": "mutation CommunityUpdateFormMutation(\n $input: UpdateCommunityInput!\n) {\n updateCommunity(input: $input) {\n community {\n position\n ...CommunityUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n ...CommunityUpdateFormSchemaErrorsFragment\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CommunityUpdateFormFieldsFragment on Community {\n title\n tagline\n summary\n heroImageLayout\n position\n heroImage {\n ...FileUploadFragment\n }\n logo {\n ...FileUploadFragment\n }\n heroImageMetadata {\n alt\n }\n}\n\nfragment CommunityUpdateFormSchemaErrorsFragment on UpdateCommunityPayload {\n schemaErrors {\n hint\n message\n metadata\n path\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ContributorLayoutFragment.graphql.ts b/packages/admin/__generated__/ContributorLayoutFragment.graphql.ts index 0919a2fd5..51039accb 100644 --- a/packages/admin/__generated__/ContributorLayoutFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorLayoutFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<6d6d9e23dcd56f99484ce7b059ad9d61>> * @lightSyntaxTransform * @nogrep */ @@ -87,10 +87,10 @@ const node: ReaderFragment = { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }; -(node as any).hash = "b76a4ba0e2cf7b59772be71339028909"; +(node as any).hash = "e8e8a6a8f63929ba8d41f82def482c48"; export default node; diff --git a/packages/admin/__generated__/ContributorUpdateDrawerQuery.graphql.ts b/packages/admin/__generated__/ContributorUpdateDrawerQuery.graphql.ts index 38cf637ab..8434a5783 100644 --- a/packages/admin/__generated__/ContributorUpdateDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdateDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7d53031c52ac8dbb9cdcf63e7ece9877>> * @lightSyntaxTransform * @nogrep */ @@ -262,7 +262,7 @@ return { (v2/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyContributor" + "abstractKey": "__isContributor" }, { "kind": "InlineFragment", @@ -301,16 +301,16 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "OrganizationContributor", "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "OrganizationContributor", @@ -354,16 +354,16 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "PersonContributor", "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "PersonContributor", @@ -383,12 +383,12 @@ return { ] }, "params": { - "cacheID": "824b9e9dc8b6f40ee498286a6e0c3328", + "cacheID": "fa6d91b8edb5edee734d4fcd0d32f2b8", "id": null, "metadata": {}, "name": "ContributorUpdateDrawerQuery", "operationKind": "query", - "text": "query ContributorUpdateDrawerQuery(\n $contributorSlug: Slug!\n) {\n contributor(slug: $contributorSlug) {\n __typename\n ... on OrganizationContributor {\n id\n slug\n legalName\n }\n ... on PersonContributor {\n id\n slug\n givenName\n familyName\n }\n ...ContributorUpdateFormFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment ContributorUpdateFormFragment on AnyContributor {\n __isAnyContributor: __typename\n __typename\n ... on PersonContributor {\n ...ContributorUpdatePersonFormFragment\n }\n ... on OrganizationContributor {\n ...ContributorUpdateOrganizationFormFragment\n }\n}\n\nfragment ContributorUpdateOrganizationFormFieldsFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on OrganizationContributor {\n legalName\n email\n location\n bio\n url\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdateOrganizationFormFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on OrganizationContributor {\n contributorId: id\n ...ContributorUpdateOrganizationFormFieldsFragment\n }\n}\n\nfragment ContributorUpdatePersonFormFieldsFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on PersonContributor {\n givenName\n familyName\n title\n email\n affiliation\n bio\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdatePersonFormFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on PersonContributor {\n contributorId: id\n ...ContributorUpdatePersonFormFieldsFragment\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" + "text": "query ContributorUpdateDrawerQuery(\n $contributorSlug: Slug!\n) {\n contributor(slug: $contributorSlug) {\n __typename\n ... on OrganizationContributor {\n id\n slug\n legalName\n }\n ... on PersonContributor {\n id\n slug\n givenName\n familyName\n }\n ...ContributorUpdateFormFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment ContributorUpdateFormFragment on Contributor {\n __isContributor: __typename\n __typename\n ... on PersonContributor {\n ...ContributorUpdatePersonFormFragment\n }\n ... on OrganizationContributor {\n ...ContributorUpdateOrganizationFormFragment\n }\n}\n\nfragment ContributorUpdateOrganizationFormFieldsFragment on Contributor {\n __isContributor: __typename\n ... on OrganizationContributor {\n legalName\n email\n location\n bio\n url\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdateOrganizationFormFragment on Contributor {\n __isContributor: __typename\n ... on OrganizationContributor {\n contributorId: id\n ...ContributorUpdateOrganizationFormFieldsFragment\n }\n}\n\nfragment ContributorUpdatePersonFormFieldsFragment on Contributor {\n __isContributor: __typename\n ... on PersonContributor {\n givenName\n familyName\n title\n email\n affiliation\n bio\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdatePersonFormFragment on Contributor {\n __isContributor: __typename\n ... on PersonContributor {\n contributorId: id\n ...ContributorUpdatePersonFormFieldsFragment\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ContributorUpdateFormFragment.graphql.ts b/packages/admin/__generated__/ContributorUpdateFormFragment.graphql.ts index 23668946c..93f14be2f 100644 --- a/packages/admin/__generated__/ContributorUpdateFormFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdateFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<4f7f5f5a0521cdd2eac2e6c683033756>> * @lightSyntaxTransform * @nogrep */ @@ -67,10 +67,10 @@ const node: ReaderFragment = { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }; -(node as any).hash = "7833270fdaaf931399f758ef12db259f"; +(node as any).hash = "1c3cc90493502ee269ced14ae5f6295d"; export default node; diff --git a/packages/admin/__generated__/ContributorUpdateOrganizationFormFieldsFragment.graphql.ts b/packages/admin/__generated__/ContributorUpdateOrganizationFormFieldsFragment.graphql.ts index 4fbcfad5e..8e141ab43 100644 --- a/packages/admin/__generated__/ContributorUpdateOrganizationFormFieldsFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdateOrganizationFormFieldsFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9092c8ce6de49757a0a618c0f9487e9d>> + * @generated SignedSource<<3a47f8fa2be3068cfc76a6ff0848b42e>> * @lightSyntaxTransform * @nogrep */ @@ -124,11 +124,11 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }; })(); -(node as any).hash = "7bdbdea655625413e55dec53d46368f3"; +(node as any).hash = "409d51807326ec7fcc9e54a10aba68fb"; export default node; diff --git a/packages/admin/__generated__/ContributorUpdateOrganizationFormFragment.graphql.ts b/packages/admin/__generated__/ContributorUpdateOrganizationFormFragment.graphql.ts index ddcb9647b..3fc0a4bdf 100644 --- a/packages/admin/__generated__/ContributorUpdateOrganizationFormFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdateOrganizationFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<3a8958d42dfb66ddcc07ff927df6ec3f>> * @lightSyntaxTransform * @nogrep */ @@ -46,10 +46,10 @@ const node: ReaderFragment = { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }; -(node as any).hash = "8aac5d127955ead680077e83080d9d09"; +(node as any).hash = "1882a586ce5435d112539298ca862632"; export default node; diff --git a/packages/admin/__generated__/ContributorUpdateOrganizationFormMutation.graphql.ts b/packages/admin/__generated__/ContributorUpdateOrganizationFormMutation.graphql.ts index 007db37e3..9e530bb60 100644 --- a/packages/admin/__generated__/ContributorUpdateOrganizationFormMutation.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdateOrganizationFormMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<820848a0d5cfa583b32b0109c5a6a9a3>> + * @generated SignedSource<<3dde83a0f224c529d6c528d93eb1c8f8>> * @lightSyntaxTransform * @nogrep */ @@ -327,8 +327,8 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }, { "alias": null, @@ -347,12 +347,12 @@ return { ] }, "params": { - "cacheID": "752186d66b7fa6c3679ec7774f9a2e68", + "cacheID": "9eafb4cf29e50e9c0afe9e302dcb159a", "id": null, "metadata": {}, "name": "ContributorUpdateOrganizationFormMutation", "operationKind": "mutation", - "text": "mutation ContributorUpdateOrganizationFormMutation(\n $input: UpdateOrganizationContributorInput!\n) {\n updateOrganizationContributor(input: $input) {\n contributor {\n ...ContributorUpdateOrganizationFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n }\n}\n\nfragment ContributorUpdateOrganizationFormFieldsFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on OrganizationContributor {\n legalName\n email\n location\n bio\n url\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n" + "text": "mutation ContributorUpdateOrganizationFormMutation(\n $input: UpdateOrganizationContributorInput!\n) {\n updateOrganizationContributor(input: $input) {\n contributor {\n ...ContributorUpdateOrganizationFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n }\n}\n\nfragment ContributorUpdateOrganizationFormFieldsFragment on Contributor {\n __isContributor: __typename\n ... on OrganizationContributor {\n legalName\n email\n location\n bio\n url\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ContributorUpdatePersonFormFieldsFragment.graphql.ts b/packages/admin/__generated__/ContributorUpdatePersonFormFieldsFragment.graphql.ts index 0591ede0f..ea188b0e7 100644 --- a/packages/admin/__generated__/ContributorUpdatePersonFormFieldsFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdatePersonFormFieldsFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<190345f44fbfed2c000b85d2441e0c04>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -132,11 +132,11 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }; })(); -(node as any).hash = "b9e3acbb91341d96ec0c2bcb75e52f10"; +(node as any).hash = "77521551537c164b3cc558f31bda76e3"; export default node; diff --git a/packages/admin/__generated__/ContributorUpdatePersonFormFragment.graphql.ts b/packages/admin/__generated__/ContributorUpdatePersonFormFragment.graphql.ts index bd200ef26..36c89916f 100644 --- a/packages/admin/__generated__/ContributorUpdatePersonFormFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdatePersonFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8e2a14b966d387626953c9a12a429b8b>> + * @generated SignedSource<<4e2e2eddb5117e855a55aa93161d9f7d>> * @lightSyntaxTransform * @nogrep */ @@ -46,10 +46,10 @@ const node: ReaderFragment = { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }; -(node as any).hash = "a77f1ff1a5a4354bd6bfc930eabe6549"; +(node as any).hash = "073f3350fbf8ed9c7fe5774842757117"; export default node; diff --git a/packages/admin/__generated__/ContributorUpdatePersonFormMutation.graphql.ts b/packages/admin/__generated__/ContributorUpdatePersonFormMutation.graphql.ts index a50387167..355f2a3bb 100644 --- a/packages/admin/__generated__/ContributorUpdatePersonFormMutation.graphql.ts +++ b/packages/admin/__generated__/ContributorUpdatePersonFormMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7a7ce7485fa31bd2d4140a5cfcf40cc3>> + * @generated SignedSource<<33818b5f412fce08a0effb6577d32707>> * @lightSyntaxTransform * @nogrep */ @@ -337,8 +337,8 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" }, { "alias": null, @@ -357,12 +357,12 @@ return { ] }, "params": { - "cacheID": "167540c99aac74639c1f981409592eb6", + "cacheID": "2999d6f612aebcae541d96cc7a3bec52", "id": null, "metadata": {}, "name": "ContributorUpdatePersonFormMutation", "operationKind": "mutation", - "text": "mutation ContributorUpdatePersonFormMutation(\n $input: UpdatePersonContributorInput!\n) {\n updatePersonContributor(input: $input) {\n contributor {\n ...ContributorUpdatePersonFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n }\n}\n\nfragment ContributorUpdatePersonFormFieldsFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on PersonContributor {\n givenName\n familyName\n title\n email\n affiliation\n bio\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n" + "text": "mutation ContributorUpdatePersonFormMutation(\n $input: UpdatePersonContributorInput!\n) {\n updatePersonContributor(input: $input) {\n contributor {\n ...ContributorUpdatePersonFormFieldsFragment\n id\n }\n ...MutationForm_mutationErrors\n }\n}\n\nfragment ContributorUpdatePersonFormFieldsFragment on Contributor {\n __isContributor: __typename\n ... on PersonContributor {\n givenName\n familyName\n title\n email\n affiliation\n bio\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ContributorsColumnFragment.graphql.ts b/packages/admin/__generated__/ContributorsColumnFragment.graphql.ts index 7b68da75c..badb9ae68 100644 --- a/packages/admin/__generated__/ContributorsColumnFragment.graphql.ts +++ b/packages/admin/__generated__/ContributorsColumnFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9fe848c0362f9077273f1231112f28ca>> + * @generated SignedSource<<700152629f45f30aea95f62c54c33b93>> * @lightSyntaxTransform * @nogrep */ @@ -47,6 +47,6 @@ const node: ReaderInlineDataFragment = { "name": "ContributorsColumnFragment" }; -(node as any).hash = "49688186c330c39f7f10f5d677d52844"; +(node as any).hash = "7f7557aa623f4131688ca1c195090c55"; export default node; diff --git a/packages/admin/__generated__/CurrentSearchFiltersFragment.graphql.ts b/packages/admin/__generated__/CurrentSearchFiltersFragment.graphql.ts index e85cb88c1..f5fcd9354 100644 --- a/packages/admin/__generated__/CurrentSearchFiltersFragment.graphql.ts +++ b/packages/admin/__generated__/CurrentSearchFiltersFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<234244b2111bc841315323a4aef0ca58>> + * @generated SignedSource<<3490fe43d6b2b2fed790b0cc16da1da2>> * @lightSyntaxTransform * @nogrep */ @@ -21,8 +21,8 @@ export type CurrentSearchFiltersFragment$data = { readonly slug: string; }; readonly searchableProperties: ReadonlyArray<{ - readonly label?: string; - readonly searchPath?: string; + readonly label: string; + readonly searchPath: string; }>; }>; readonly " $fragmentType": "CurrentSearchFiltersFragment"; @@ -35,25 +35,18 @@ export type CurrentSearchFiltersFragment$key = { const node: ReaderFragment = (function(){ var v0 = [ { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "label", - "storageKey": null - } - ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchPath", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "label", + "storageKey": null } ]; return { @@ -69,7 +62,14 @@ return { "kind": "LinkedField", "name": "coreProperties", "plural": true, - "selections": (v0/*: any*/), + "selections": [ + { + "kind": "InlineFragment", + "selections": (v0/*: any*/), + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], "storageKey": null }, { diff --git a/packages/admin/__generated__/EntitiesPropertyFragment.graphql.ts b/packages/admin/__generated__/EntitiesPropertyFragment.graphql.ts index 26b251104..d401fecb0 100644 --- a/packages/admin/__generated__/EntitiesPropertyFragment.graphql.ts +++ b/packages/admin/__generated__/EntitiesPropertyFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<4e123720bda18b88fb8b7f7c581a2cd6>> * @lightSyntaxTransform * @nogrep */ @@ -51,14 +51,7 @@ v1 = [ "name": "ancestor", "plural": false, "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - } + (v0/*: any*/) ], "storageKey": null } @@ -112,49 +105,42 @@ return { "name": "getEntityTitleFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "__typename", + "storageKey": null + }, + (v0/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "__typename", - "storageKey": null - }, - (v0/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - } - ], + "name": "identifier", "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v1/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v1/*: any*/), - "type": "Item", - "abstractKey": null } ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v1/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v1/*: any*/), + "type": "Item", + "abstractKey": null } ], "args": null, diff --git a/packages/admin/__generated__/EntityAnnouncementAddDrawerQuery.graphql.ts b/packages/admin/__generated__/EntityAnnouncementAddDrawerQuery.graphql.ts index 4c5243f81..280840e6d 100644 --- a/packages/admin/__generated__/EntityAnnouncementAddDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/EntityAnnouncementAddDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9f3cb6668f682d727b924d025accece8>> + * @generated SignedSource<<018554ff100d27634e7d4227b6294a7f>> * @lightSyntaxTransform * @nogrep */ @@ -61,7 +61,7 @@ v3 = [ }, { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyEntity" + "abstractKey": "__isEntity" } ]; return { @@ -144,12 +144,12 @@ return { ] }, "params": { - "cacheID": "f16c03ca75d925c24465eff1b3e3cc1e", + "cacheID": "f3e086a34b9cbb6cdc24b1164b27b193", "id": null, "metadata": {}, "name": "EntityAnnouncementAddDrawerQuery", "operationKind": "query", - "text": "query EntityAnnouncementAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityAnnouncementAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityAnnouncementAddFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityAnnouncementAddFormFragment\n id\n }\n}\n\nfragment EntityAnnouncementAddFormFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n id\n }\n ... on Collection {\n id\n }\n ... on Item {\n id\n }\n}\n" + "text": "query EntityAnnouncementAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityAnnouncementAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityAnnouncementAddFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityAnnouncementAddFormFragment\n id\n }\n}\n\nfragment EntityAnnouncementAddFormFragment on Entity {\n __isEntity: __typename\n ... on Community {\n id\n }\n ... on Collection {\n id\n }\n ... on Item {\n id\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityAnnouncementAddFormFragment.graphql.ts b/packages/admin/__generated__/EntityAnnouncementAddFormFragment.graphql.ts index ac68347bf..04093ad42 100644 --- a/packages/admin/__generated__/EntityAnnouncementAddFormFragment.graphql.ts +++ b/packages/admin/__generated__/EntityAnnouncementAddFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -54,11 +54,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "d1f14fd94b38d522cfd35a18dd70b539"; +(node as any).hash = "705b4eea3455aed49bad65f914bca4af"; export default node; diff --git a/packages/admin/__generated__/EntityAnnouncementUpdateDrawerQuery.graphql.ts b/packages/admin/__generated__/EntityAnnouncementUpdateDrawerQuery.graphql.ts index 0db5a5862..f3d7e1705 100644 --- a/packages/admin/__generated__/EntityAnnouncementUpdateDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/EntityAnnouncementUpdateDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<37d6b38e330c1e36fa701ef2817e4765>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -60,30 +60,29 @@ v3 = [ "name": "EntityAnnouncementUpdateFormFragment" } ], -v4 = [ - { - "kind": "Variable", - "name": "slug", - "variableName": "announcementSlug" - } -], -v5 = { +v4 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, +v5 = [ + { + "kind": "Variable", + "name": "slug", + "variableName": "announcementSlug" + } +], v6 = [ { "alias": null, - "args": (v4/*: any*/), + "args": (v5/*: any*/), "concreteType": "Announcement", "kind": "LinkedField", "name": "announcement", "plural": false, "selections": [ - (v5/*: any*/), { "alias": null, "args": null, @@ -124,28 +123,22 @@ v6 = [ } ], v7 = [ + (v4/*: any*/), { "kind": "InlineFragment", "selections": [ { "alias": null, - "args": (v4/*: any*/), + "args": (v5/*: any*/), "concreteType": "Announcement", "kind": "LinkedField", "name": "announcement", "plural": false, "selections": [ - (v5/*: any*/) + (v4/*: any*/) ], "storageKey": null - } - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - { - "kind": "InlineFragment", - "selections": [ + }, { "kind": "InlineFragment", "selections": (v6/*: any*/), @@ -165,10 +158,9 @@ v7 = [ "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - (v5/*: any*/) + "type": "Entity", + "abstractKey": "__isEntity" + } ]; return { "fragment": { @@ -256,12 +248,12 @@ return { ] }, "params": { - "cacheID": "cbecdb3cd32db23c0a7511f17eefcd90", + "cacheID": "cfafaf3171db7eb9e48b0f311b3d048e", "id": null, "metadata": {}, "name": "EntityAnnouncementUpdateDrawerQuery", "operationKind": "query", - "text": "query EntityAnnouncementUpdateDrawerQuery(\n $entitySlug: Slug!\n $announcementSlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityAnnouncementDrawerActionsFragment\n ...EntityAnnouncementUpdateFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityAnnouncementDrawerActionsFragment\n ...EntityAnnouncementUpdateFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityAnnouncementDrawerActionsFragment\n ...EntityAnnouncementUpdateFormFragment\n id\n }\n}\n\nfragment EntityAnnouncementDrawerActionsFragment on Entity {\n __isEntity: __typename\n announcement(slug: $announcementSlug) {\n id\n }\n}\n\nfragment EntityAnnouncementUpdateFormFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n announcement(slug: $announcementSlug) {\n id\n slug\n header\n publishedOn\n teaser\n body\n }\n }\n ... on Collection {\n announcement(slug: $announcementSlug) {\n id\n slug\n header\n publishedOn\n teaser\n body\n }\n }\n ... on Item {\n announcement(slug: $announcementSlug) {\n id\n slug\n header\n publishedOn\n teaser\n body\n }\n }\n}\n" + "text": "query EntityAnnouncementUpdateDrawerQuery(\n $entitySlug: Slug!\n $announcementSlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityAnnouncementDrawerActionsFragment\n ...EntityAnnouncementUpdateFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityAnnouncementDrawerActionsFragment\n ...EntityAnnouncementUpdateFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityAnnouncementDrawerActionsFragment\n ...EntityAnnouncementUpdateFormFragment\n id\n }\n}\n\nfragment EntityAnnouncementDrawerActionsFragment on Entity {\n __isEntity: __typename\n announcement(slug: $announcementSlug) {\n id\n }\n}\n\nfragment EntityAnnouncementUpdateFormFragment on Entity {\n __isEntity: __typename\n ... on Community {\n announcement(slug: $announcementSlug) {\n id\n slug\n header\n publishedOn\n teaser\n body\n }\n }\n ... on Collection {\n announcement(slug: $announcementSlug) {\n id\n slug\n header\n publishedOn\n teaser\n body\n }\n }\n ... on Item {\n announcement(slug: $announcementSlug) {\n id\n slug\n header\n publishedOn\n teaser\n body\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityAnnouncementUpdateFormFragment.graphql.ts b/packages/admin/__generated__/EntityAnnouncementUpdateFormFragment.graphql.ts index a407f3d9b..d74668819 100644 --- a/packages/admin/__generated__/EntityAnnouncementUpdateFormFragment.graphql.ts +++ b/packages/admin/__generated__/EntityAnnouncementUpdateFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -118,11 +118,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "a1fbbb1094b11bcb06174c2866b43a78"; +(node as any).hash = "a4a594c543e664a74620945ee1eaeb3c"; export default node; diff --git a/packages/admin/__generated__/EntityAnnouncementsListFragment.graphql.ts b/packages/admin/__generated__/EntityAnnouncementsListFragment.graphql.ts index 49f17d35f..a5a290bdb 100644 --- a/packages/admin/__generated__/EntityAnnouncementsListFragment.graphql.ts +++ b/packages/admin/__generated__/EntityAnnouncementsListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<09c97c5d50b37a1370f8dbc7e8af9360>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -89,11 +89,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "9189369a467e5233dc54d317539aa61f"; +(node as any).hash = "d6665c22f4b3f3ba8b320ecf2612f108"; export default node; diff --git a/packages/admin/__generated__/EntityLinksAddDrawerQuery.graphql.ts b/packages/admin/__generated__/EntityLinksAddDrawerQuery.graphql.ts index b9a4c5015..3e3acc71d 100644 --- a/packages/admin/__generated__/EntityLinksAddDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/EntityLinksAddDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<9b990ed0df75554051702ab6fc23787e>> * @lightSyntaxTransform * @nogrep */ @@ -88,8 +88,8 @@ v4 = [ "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" } ]; return { @@ -152,12 +152,12 @@ return { ] }, "params": { - "cacheID": "57bf8a4ded79302b45326fbb8886ef42", + "cacheID": "46516b2697f4a92816b20973fae777cf", "id": null, "metadata": {}, "name": "EntityLinksAddDrawerQuery", "operationKind": "query", - "text": "query EntityLinksAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityLinksAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityLinksAddFormFragment\n id\n }\n}\n\nfragment EntityLinksAddFormFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n id\n title\n slug\n }\n ... on Item {\n id\n title\n slug\n }\n}\n" + "text": "query EntityLinksAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityLinksAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityLinksAddFormFragment\n id\n }\n}\n\nfragment EntityLinksAddFormFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n id\n title\n slug\n }\n ... on Item {\n id\n title\n slug\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityLinksAddFormFragment.graphql.ts b/packages/admin/__generated__/EntityLinksAddFormFragment.graphql.ts index 577428963..be66e1123 100644 --- a/packages/admin/__generated__/EntityLinksAddFormFragment.graphql.ts +++ b/packages/admin/__generated__/EntityLinksAddFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5b93f2a3ec3978994d24cccc0f459618>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -64,11 +64,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "bf1726f2b094fd23d19a7d72ca3b6c04"; +(node as any).hash = "c39b23ed5fb12039b9bd72f94c490d96"; export default node; diff --git a/packages/admin/__generated__/EntityLinksAddFormMutation.graphql.ts b/packages/admin/__generated__/EntityLinksAddFormMutation.graphql.ts index 445b71e64..4918239dd 100644 --- a/packages/admin/__generated__/EntityLinksAddFormMutation.graphql.ts +++ b/packages/admin/__generated__/EntityLinksAddFormMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7cb22bd723511c842bc62c90180ff46e>> + * @generated SignedSource<<338ce4bc68febd295d114fb332269a47>> * @lightSyntaxTransform * @nogrep */ @@ -24,7 +24,7 @@ export type EntityLinksAddFormMutation$data = { readonly linkEntity: { readonly link: { readonly target: { - readonly title?: string; + readonly title: string; }; } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"MutationForm_mutationErrors">; @@ -51,18 +51,11 @@ v1 = [ } ], v2 = { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "title", - "storageKey": null - } - ], - "type": "Entity", - "abstractKey": "__isEntity" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "title", + "storageKey": null }, v3 = { "kind": "InlineFragment", @@ -219,6 +212,10 @@ return { "name": "__typename", "storageKey": null }, + { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" + }, (v2/*: any*/), { "kind": "InlineFragment", @@ -242,12 +239,12 @@ return { ] }, "params": { - "cacheID": "e66c472f8a83f9eb14bf54ff463c7828", + "cacheID": "c4dc93606a5966ffdff6d8875694a065", "id": null, "metadata": {}, "name": "EntityLinksAddFormMutation", "operationKind": "mutation", - "text": "mutation EntityLinksAddFormMutation(\n $input: LinkEntityInput!\n) {\n linkEntity(input: $input) {\n link {\n target {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n ...MutationForm_mutationErrors\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n" + "text": "mutation EntityLinksAddFormMutation(\n $input: LinkEntityInput!\n) {\n linkEntity(input: $input) {\n link {\n target {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n ...MutationForm_mutationErrors\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityLinksListFragment.graphql.ts b/packages/admin/__generated__/EntityLinksListFragment.graphql.ts index 0a41174f2..77d638f9e 100644 --- a/packages/admin/__generated__/EntityLinksListFragment.graphql.ts +++ b/packages/admin/__generated__/EntityLinksListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6a6294002e187f6d359e6c8d7bdd26ea>> + * @generated SignedSource<<9c8e6177238777869f3fe90d0efb2fb2>> * @lightSyntaxTransform * @nogrep */ @@ -78,11 +78,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "ccd84ab7c43918048aa6b09cc32b0fd9"; +(node as any).hash = "bcbf9f9418bab79a7fac3d5c78e98ece"; export default node; diff --git a/packages/admin/__generated__/EntityOrderingListFragment.graphql.ts b/packages/admin/__generated__/EntityOrderingListFragment.graphql.ts index 68b14a5cc..2b144a35f 100644 --- a/packages/admin/__generated__/EntityOrderingListFragment.graphql.ts +++ b/packages/admin/__generated__/EntityOrderingListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -78,11 +78,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "8af1724791b39b3c39573c748a33e425"; +(node as any).hash = "fc26567ea97f2b036ec4bbea4b3b97cd"; export default node; diff --git a/packages/admin/__generated__/EntityPageAddDrawerQuery.graphql.ts b/packages/admin/__generated__/EntityPageAddDrawerQuery.graphql.ts index 4247dc455..2a91f3f89 100644 --- a/packages/admin/__generated__/EntityPageAddDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/EntityPageAddDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3bd320f09e86a51514463dcaf7e7fa06>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -61,7 +61,7 @@ v3 = [ }, { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyEntity" + "abstractKey": "__isEntity" } ]; return { @@ -144,12 +144,12 @@ return { ] }, "params": { - "cacheID": "98298044e7f266073e46206bbb3e45c7", + "cacheID": "225393f88863c1e4de2e3ed081624513", "id": null, "metadata": {}, "name": "EntityPageAddDrawerQuery", "operationKind": "query", - "text": "query EntityPageAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityPageAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityPageAddFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityPageAddFormFragment\n id\n }\n}\n\nfragment EntityPageAddFormFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n id\n }\n ... on Collection {\n id\n }\n ... on Item {\n id\n }\n}\n" + "text": "query EntityPageAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityPageAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityPageAddFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityPageAddFormFragment\n id\n }\n}\n\nfragment EntityPageAddFormFragment on Entity {\n __isEntity: __typename\n ... on Community {\n id\n }\n ... on Collection {\n id\n }\n ... on Item {\n id\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityPageAddFormFragment.graphql.ts b/packages/admin/__generated__/EntityPageAddFormFragment.graphql.ts index 0222bde48..acf09fa3a 100644 --- a/packages/admin/__generated__/EntityPageAddFormFragment.graphql.ts +++ b/packages/admin/__generated__/EntityPageAddFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<9cff5ec323d3af0ab8b32c5c410f9c45>> * @lightSyntaxTransform * @nogrep */ @@ -54,11 +54,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "9d6a21052eb73a33e56564d1c480375e"; +(node as any).hash = "2a0d71a655e3dbf8d5375cb0eca365ce"; export default node; diff --git a/packages/admin/__generated__/EntityPageUpdateDrawerQuery.graphql.ts b/packages/admin/__generated__/EntityPageUpdateDrawerQuery.graphql.ts index 49e266043..2c9398295 100644 --- a/packages/admin/__generated__/EntityPageUpdateDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/EntityPageUpdateDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<485317d1041ac3b96b398253b046d338>> * @lightSyntaxTransform * @nogrep */ @@ -69,104 +69,98 @@ v4 = [ "kind": "InlineFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": [ + { + "kind": "Variable", + "name": "slug", + "variableName": "pageSlug" + } + ], + "concreteType": "Page", + "kind": "LinkedField", + "name": "page", + "plural": false, "selections": [ + (v3/*: any*/), { "alias": null, - "args": [ - { - "kind": "Variable", - "name": "slug", - "variableName": "pageSlug" - } - ], - "concreteType": "Page", + "args": null, + "kind": "ScalarField", + "name": "title", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "slug", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "body", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "position", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", "kind": "LinkedField", - "name": "page", + "name": "heroImage", "plural": false, "selections": [ - (v3/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "title", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "slug", - "storageKey": null - }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "body", + "name": "originalFilename", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "position", + "name": "storage", "storageKey": null }, { "alias": null, "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "heroImage", + "name": "thumb", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "originalFilename", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "thumb", + "name": "png", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "png", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], + "kind": "ScalarField", + "name": "alt", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "url", "storageKey": null } ], @@ -179,12 +173,11 @@ v4 = [ "storageKey": null } ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v3/*: any*/) ]; @@ -268,12 +261,12 @@ return { ] }, "params": { - "cacheID": "afd42c362252437920ecbea036884c7c", + "cacheID": "ec84286c5480d94ea1087907f6653b71", "id": null, "metadata": {}, "name": "EntityPageUpdateDrawerQuery", "operationKind": "query", - "text": "query EntityPageUpdateDrawerQuery(\n $entitySlug: Slug!\n $pageSlug: String!\n) {\n item(slug: $entitySlug) {\n ...EntityPageUpdateFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityPageUpdateFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityPageUpdateFormFragment\n id\n }\n}\n\nfragment EntityPageUpdateFormFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Entity {\n __isEntity: __typename\n page(slug: $pageSlug) {\n id\n title\n slug\n body\n position\n heroImage {\n ...FileUploadFragment\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" + "text": "query EntityPageUpdateDrawerQuery(\n $entitySlug: Slug!\n $pageSlug: String!\n) {\n item(slug: $entitySlug) {\n ...EntityPageUpdateFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityPageUpdateFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityPageUpdateFormFragment\n id\n }\n}\n\nfragment EntityPageUpdateFormFragment on Entity {\n __isEntity: __typename\n page(slug: $pageSlug) {\n id\n title\n slug\n body\n position\n heroImage {\n ...FileUploadFragment\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityPageUpdateFormFragment.graphql.ts b/packages/admin/__generated__/EntityPageUpdateFormFragment.graphql.ts index 520edd074..d2c437c3f 100644 --- a/packages/admin/__generated__/EntityPageUpdateFormFragment.graphql.ts +++ b/packages/admin/__generated__/EntityPageUpdateFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4b42ca449b6569f9de35f73b16b9e49a>> + * @generated SignedSource<<5c5ef57047c7dcca57882836ad278e1f>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { Fragment, ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type EntityPageUpdateFormFragment$data = { - readonly page?: { + readonly page: { readonly body: string; readonly heroImage: { readonly " $fragmentSpreads": FragmentRefs<"FileUploadFragment">; @@ -40,85 +40,78 @@ const node: ReaderFragment = { "name": "EntityPageUpdateFormFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": [ + { + "kind": "Variable", + "name": "slug", + "variableName": "pageSlug" + } + ], + "concreteType": "Page", + "kind": "LinkedField", + "name": "page", + "plural": false, "selections": [ { "alias": null, - "args": [ - { - "kind": "Variable", - "name": "slug", - "variableName": "pageSlug" - } - ], - "concreteType": "Page", + "args": null, + "kind": "ScalarField", + "name": "id", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "title", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "slug", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "body", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "position", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", "kind": "LinkedField", - "name": "page", + "name": "heroImage", "plural": false, "selections": [ { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "id", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "title", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "slug", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "body", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "position", - "storageKey": null - }, - { - "alias": null, "args": null, - "concreteType": "ImageAttachment", - "kind": "LinkedField", - "name": "heroImage", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "FileUploadFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "FileUploadFragment" } ], "storageKey": null } ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; -(node as any).hash = "82f678137bd046988abc897b96202089"; +(node as any).hash = "388e2a379f6e6be8b761ffca6cc3574e"; export default node; diff --git a/packages/admin/__generated__/EntityPagesListFragment.graphql.ts b/packages/admin/__generated__/EntityPagesListFragment.graphql.ts index ea4b453cd..35d55c231 100644 --- a/packages/admin/__generated__/EntityPagesListFragment.graphql.ts +++ b/packages/admin/__generated__/EntityPagesListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<89cd4759a58b926fb9288b9a5c45c76d>> + * @generated SignedSource<<4da73637a6836ac8eacfab03ea4c7932>> * @lightSyntaxTransform * @nogrep */ @@ -89,11 +89,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "9342dd1e810ef085767d99753475f816"; +(node as any).hash = "1877f078b3cabab4f370ccf6d1971530"; export default node; diff --git a/packages/admin/__generated__/EntityPermalinksAddDrawerQuery.graphql.ts b/packages/admin/__generated__/EntityPermalinksAddDrawerQuery.graphql.ts index 0f39da8aa..f59aa5cb8 100644 --- a/packages/admin/__generated__/EntityPermalinksAddDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/EntityPermalinksAddDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<09f395a1444545bcfcb5f7f16ae3fd2a>> + * @generated SignedSource<<2d7a85d7c1768077607de95b61b63659>> * @lightSyntaxTransform * @nogrep */ @@ -97,8 +97,8 @@ v4 = [ "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" } ]; return { @@ -181,12 +181,12 @@ return { ] }, "params": { - "cacheID": "daab547a70c64d7c2250bd38eba7504a", + "cacheID": "ad07bfe7fe853088a0b01f61975ee5bd", "id": null, "metadata": {}, "name": "EntityPermalinksAddDrawerQuery", "operationKind": "query", - "text": "query EntityPermalinksAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityPermalinksAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityPermalinksAddFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityPermalinksAddFormFragment\n id\n }\n}\n\nfragment EntityPermalinksAddFormFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n id\n title\n slug\n }\n ... on Item {\n id\n title\n slug\n }\n ... on Community {\n id\n title\n slug\n }\n}\n" + "text": "query EntityPermalinksAddDrawerQuery(\n $entitySlug: Slug!\n) {\n item(slug: $entitySlug) {\n ...EntityPermalinksAddFormFragment\n id\n }\n collection(slug: $entitySlug) {\n ...EntityPermalinksAddFormFragment\n id\n }\n community(slug: $entitySlug) {\n ...EntityPermalinksAddFormFragment\n id\n }\n}\n\nfragment EntityPermalinksAddFormFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n id\n title\n slug\n }\n ... on Item {\n id\n title\n slug\n }\n ... on Community {\n id\n title\n slug\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/EntityPermalinksAddFormFragment.graphql.ts b/packages/admin/__generated__/EntityPermalinksAddFormFragment.graphql.ts index bef46a056..977787403 100644 --- a/packages/admin/__generated__/EntityPermalinksAddFormFragment.graphql.ts +++ b/packages/admin/__generated__/EntityPermalinksAddFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<60c432175d984bba9b1ac57c5387ad51>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -70,11 +70,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "db643c51ed7db8a9f1fefc36f5c2fc4a"; +(node as any).hash = "1a29db41441d3bcc81a5b1a6c459d76e"; export default node; diff --git a/packages/admin/__generated__/EntityPermalinksListFragment.graphql.ts b/packages/admin/__generated__/EntityPermalinksListFragment.graphql.ts index 5407a6cac..b79fc6945 100644 --- a/packages/admin/__generated__/EntityPermalinksListFragment.graphql.ts +++ b/packages/admin/__generated__/EntityPermalinksListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8f944b79a9dd9620e2e20b9e34ac8007>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -94,11 +94,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "0eccdaad1b15a823a803cda58030ab72"; +(node as any).hash = "aabf0bdebba1b70e82646008bcc24545"; export default node; diff --git a/packages/admin/__generated__/EntityPropertyFragment.graphql.ts b/packages/admin/__generated__/EntityPropertyFragment.graphql.ts index 6735e226e..c8cecd5c7 100644 --- a/packages/admin/__generated__/EntityPropertyFragment.graphql.ts +++ b/packages/admin/__generated__/EntityPropertyFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7ca3c79846cc898b476b71ac90105efa>> + * @generated SignedSource<<5a6aba11567e8f8d91472079a96d4b37>> * @lightSyntaxTransform * @nogrep */ @@ -51,14 +51,7 @@ v1 = [ "name": "ancestor", "plural": false, "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - } + (v0/*: any*/) ], "storageKey": null } @@ -112,49 +105,42 @@ return { "name": "getEntityTitleFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "__typename", + "storageKey": null + }, + (v0/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "__typename", - "storageKey": null - }, - (v0/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - } - ], + "name": "identifier", "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v1/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v1/*: any*/), - "type": "Item", - "abstractKey": null } ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v1/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v1/*: any*/), + "type": "Item", + "abstractKey": null } ], "args": null, diff --git a/packages/admin/__generated__/EntityTitleFactoryFragment.graphql.ts b/packages/admin/__generated__/EntityTitleFactoryFragment.graphql.ts index 40e455aba..4c52b41ee 100644 --- a/packages/admin/__generated__/EntityTitleFactoryFragment.graphql.ts +++ b/packages/admin/__generated__/EntityTitleFactoryFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<396e2b9646a9122f8805c6bd0af17f03>> + * @generated SignedSource<<2d67c03d4820eeb38050d784b759d184>> * @lightSyntaxTransform * @nogrep */ @@ -44,14 +44,7 @@ v1 = [ "name": "ancestor", "plural": false, "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - } + (v0/*: any*/) ], "storageKey": null } diff --git a/packages/admin/__generated__/FileEditDrawerQuery.graphql.ts b/packages/admin/__generated__/FileEditDrawerQuery.graphql.ts index fc2071fae..5ca2a7b25 100644 --- a/packages/admin/__generated__/FileEditDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/FileEditDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<70bedfcf306f4499e71219ee51049ec4>> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type FileEditDrawerQuery$variables = { }; export type FileEditDrawerQuery$data = { readonly asset: { - readonly name?: string; + readonly name: string; readonly " $fragmentSpreads": FragmentRefs<"FileEditFormFragment">; } | null | undefined; }; @@ -47,13 +47,6 @@ v2 = { "storageKey": null }, v3 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "id", - "storageKey": null -}, -v4 = { "alias": null, "args": null, "kind": "ScalarField", @@ -75,14 +68,7 @@ return { "name": "asset", "plural": false, "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v2/*: any*/) - ], - "type": "Asset", - "abstractKey": "__isAsset" - }, + (v2/*: any*/), { "args": null, "kind": "FragmentSpread", @@ -117,85 +103,89 @@ return { "storageKey": null }, { - "kind": "InlineFragment", + "kind": "TypeDiscriminator", + "abstractKey": "__isAsset" + }, + (v2/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "id", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "altText", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "caption", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fileSize", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "preview", + "plural": false, "selections": [ - (v2/*: any*/), - (v3/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "altText", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "caption", - "storageKey": null - }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "kind", + "name": "originalFilename", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "fileSize", + "name": "storage", "storageKey": null }, { "alias": null, "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "preview", + "name": "thumb", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "originalFilename", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "thumb", + "name": "png", "plural": false, "selections": [ + (v3/*: any*/), { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "png", - "plural": false, - "selections": [ - (v4/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], + "kind": "ScalarField", + "name": "url", "storageKey": null } ], @@ -203,30 +193,21 @@ return { } ], "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageMetadata", - "kind": "LinkedField", - "name": "previewMetadata", - "plural": false, - "selections": [ - (v4/*: any*/) - ], - "storageKey": null } ], - "type": "Asset", - "abstractKey": "__isAsset" + "storageKey": null }, { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ImageMetadata", + "kind": "LinkedField", + "name": "previewMetadata", + "plural": false, "selections": [ (v3/*: any*/) ], - "type": "Node", - "abstractKey": "__isNode" + "storageKey": null } ], "storageKey": null @@ -234,12 +215,12 @@ return { ] }, "params": { - "cacheID": "6b2710ea5486f152b50a4e9c5c0cbc55", + "cacheID": "bf9e9ee6073fbac7c9d350eb35d469e2", "id": null, "metadata": {}, "name": "FileEditDrawerQuery", "operationKind": "query", - "text": "query FileEditDrawerQuery(\n $slug: Slug!\n) {\n asset(slug: $slug) {\n __typename\n ... on Asset {\n __isAsset: __typename\n name\n }\n ...FileEditFormFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment FileEditFormFragment on Asset {\n __isAsset: __typename\n id\n altText\n name\n caption\n kind\n fileSize\n preview {\n ...FileUploadFragment\n }\n previewMetadata {\n alt\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" + "text": "query FileEditDrawerQuery(\n $slug: Slug!\n) {\n asset(slug: $slug) {\n __typename\n __isAsset: __typename\n name\n ...FileEditFormFragment\n id\n }\n}\n\nfragment FileEditFormFragment on Asset {\n __isAsset: __typename\n id\n altText\n name\n caption\n kind\n fileSize\n preview {\n ...FileUploadFragment\n }\n previewMetadata {\n alt\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/FileListFragment.graphql.ts b/packages/admin/__generated__/FileListFragment.graphql.ts index d62afb2fb..85d7991e7 100644 --- a/packages/admin/__generated__/FileListFragment.graphql.ts +++ b/packages/admin/__generated__/FileListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<528a33ab6f38867f48764e05254360cc>> * @lightSyntaxTransform * @nogrep */ @@ -13,11 +13,11 @@ export type AssetKind = "audio" | "document" | "image" | "pdf" | "unknown" | "vi import { FragmentRefs } from "relay-runtime"; export type FileListFragment$data = { readonly nodes: ReadonlyArray<{ - readonly downloadUrl?: string | null | undefined; - readonly id?: string; - readonly kind?: AssetKind; - readonly name?: string; - readonly slug?: string; + readonly downloadUrl: string | null | undefined; + readonly id: string; + readonly kind: AssetKind; + readonly name: string; + readonly slug: string; readonly " $fragmentSpreads": FragmentRefs<"AssetThumbnailColumnFragment">; }>; readonly " $fragmentSpreads": FragmentRefs<"ModelListPageFragment">; @@ -43,91 +43,85 @@ const node: ReaderFragment = { "plural": true, "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "id", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "slug", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "name", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "downloadUrl", + "storageKey": null + }, + { + "kind": "InlineDataFragmentSpread", + "name": "AssetThumbnailColumnFragment", "selections": [ { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "id", - "storageKey": null - }, - { - "alias": null, + "alias": "thumbnail", "args": null, - "kind": "ScalarField", - "name": "slug", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "downloadUrl", - "storageKey": null - }, - { - "kind": "InlineDataFragmentSpread", - "name": "AssetThumbnailColumnFragment", + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "preview", + "plural": false, "selections": [ { - "alias": "thumbnail", + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": "image", "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "preview", + "name": "thumb", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "image", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "thumb", + "name": "png", "plural": false, "selections": [ + { + "args": null, + "kind": "FragmentSpread", + "name": "ImageFragment" + }, { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "png", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "ImageFragment" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], + "kind": "ScalarField", + "name": "url", "storageKey": null } ], @@ -137,12 +131,11 @@ const node: ReaderFragment = { "storageKey": null } ], - "args": null, - "argumentDefinitions": [] + "storageKey": null } ], - "type": "Asset", - "abstractKey": "__isAsset" + "args": null, + "argumentDefinitions": [] } ], "storageKey": null @@ -153,10 +146,10 @@ const node: ReaderFragment = { "name": "ModelListPageFragment" } ], - "type": "AnyAssetConnection", + "type": "AssetConnection", "abstractKey": null }; -(node as any).hash = "cdbeccbc4ed8a1ec3d8c5c860f452204"; +(node as any).hash = "b1d41a5158b4b35d09350111989ba1d5"; export default node; diff --git a/packages/admin/__generated__/HarvestingStatusFragment.graphql.ts b/packages/admin/__generated__/HarvestingStatusFragment.graphql.ts index 6f0656790..cad30f971 100644 --- a/packages/admin/__generated__/HarvestingStatusFragment.graphql.ts +++ b/packages/admin/__generated__/HarvestingStatusFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -49,11 +49,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "cd0926a63906cfdebc812f03bd29ee2b"; +(node as any).hash = "c8f2a156a67119381f201e81ce4249e8"; export default node; diff --git a/packages/admin/__generated__/ItemContributionListFragment.graphql.ts b/packages/admin/__generated__/ItemContributionListFragment.graphql.ts index dde285276..e11f69312 100644 --- a/packages/admin/__generated__/ItemContributionListFragment.graphql.ts +++ b/packages/admin/__generated__/ItemContributionListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<87c0e308f30a4a46db4770439b23087b>> * @lightSyntaxTransform * @nogrep */ @@ -144,65 +144,58 @@ return { "kind": "InlineDataFragmentSpread", "name": "ContributorNameColumnFragment", "selections": [ + (v1/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "image", + "plural": false, + "selections": [ + { + "args": null, + "kind": "FragmentSpread", + "name": "AvatarFragment" + } + ], + "storageKey": null + }, + (v2/*: any*/), { "kind": "InlineFragment", "selections": [ - (v1/*: any*/), { "alias": null, "args": null, - "concreteType": "ImageAttachment", - "kind": "LinkedField", - "name": "image", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "AvatarFragment" - } - ], + "kind": "ScalarField", + "name": "legalName", "storageKey": null - }, - (v2/*: any*/), + } + ], + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "legalName", - "storageKey": null - } - ], - "type": "OrganizationContributor", - "abstractKey": null + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "givenName", + "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "givenName", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "familyName", - "storageKey": null - } - ], - "type": "PersonContributor", - "abstractKey": null + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "familyName", + "storageKey": null } ], - "type": "Contributor", - "abstractKey": "__isContributor" + "type": "PersonContributor", + "abstractKey": null } ], "args": null, diff --git a/packages/admin/__generated__/ItemListFragment.graphql.ts b/packages/admin/__generated__/ItemListFragment.graphql.ts index 75f95a90b..f27f87a78 100644 --- a/packages/admin/__generated__/ItemListFragment.graphql.ts +++ b/packages/admin/__generated__/ItemListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<740154a0efe2378cb68143195001280c>> * @lightSyntaxTransform * @nogrep */ @@ -253,8 +253,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" } ], "args": null, diff --git a/packages/admin/__generated__/ItemListSearchFragment.graphql.ts b/packages/admin/__generated__/ItemListSearchFragment.graphql.ts index 4510c3861..2b6208f1d 100644 --- a/packages/admin/__generated__/ItemListSearchFragment.graphql.ts +++ b/packages/admin/__generated__/ItemListSearchFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6514ec581a1ea87277152fd1cc34149b>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,19 +14,19 @@ export type ItemListSearchFragment$data = { readonly results?: { readonly nodes: ReadonlyArray<{ readonly entity: { - readonly allowedActions?: ReadonlyArray; + readonly allowedActions: ReadonlyArray; readonly id?: string; readonly items?: { readonly pageInfo: { readonly totalCount: number; }; }; - readonly schemaVersion?: { + readonly schemaVersion: { readonly name: string; readonly number: string; }; readonly slug?: string; - readonly title?: string; + readonly title: string; readonly " $fragmentSpreads": FragmentRefs<"ContributorsColumnFragment" | "EntityThumbnailColumnFragment" | "PublishedDateColumnFragment">; }; readonly slug: string; @@ -213,250 +213,236 @@ return { "selections": [ (v1/*: any*/), (v2/*: any*/), + (v3/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v3/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "number", - "storageKey": null - } - ], + "kind": "ScalarField", + "name": "name", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "allowedActions", + "name": "number", "storageKey": null - }, + } + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "allowedActions", + "storageKey": null + }, + { + "kind": "InlineDataFragmentSpread", + "name": "ContributorsColumnFragment", + "selections": [ { - "kind": "InlineDataFragmentSpread", - "name": "ContributorsColumnFragment", + "kind": "InlineFragment", "selections": [ + (v0/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": [ + { + "kind": "Literal", + "name": "page", + "value": 1 + }, + { + "kind": "Literal", + "name": "perPage", + "value": 1 + } + ], + "concreteType": "ItemContributionConnection", + "kind": "LinkedField", + "name": "contributions", + "plural": false, "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ItemContributionEdge", + "kind": "LinkedField", + "name": "edges", + "plural": true, "selections": [ - (v0/*: any*/), { "alias": null, - "args": [ - { - "kind": "Literal", - "name": "page", - "value": 1 - }, - { - "kind": "Literal", - "name": "perPage", - "value": 1 - } - ], - "concreteType": "ItemContributionConnection", + "args": null, + "concreteType": "ItemContribution", "kind": "LinkedField", - "name": "contributions", + "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ItemContributionEdge", + "concreteType": null, "kind": "LinkedField", - "name": "edges", - "plural": true, + "name": "contributor", + "plural": false, "selections": [ + (v4/*: any*/), { - "alias": null, - "args": null, - "concreteType": "ItemContribution", - "kind": "LinkedField", - "name": "node", - "plural": false, + "kind": "InlineFragment", "selections": [ + (v0/*: any*/), { "alias": null, "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "contributor", - "plural": false, - "selections": [ - (v4/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "legalName", - "storageKey": null - } - ], - "type": "OrganizationContributor", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "givenName", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "familyName", - "storageKey": null - } - ], - "type": "PersonContributor", - "abstractKey": null - } - ], + "kind": "ScalarField", + "name": "legalName", "storageKey": null } ], - "storageKey": null + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v0/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "givenName", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "familyName", + "storageKey": null + } + ], + "type": "PersonContributor", + "abstractKey": null } ], "storageKey": null - }, - (v5/*: any*/) + } ], - "storageKey": "contributions(page:1,perPage:1)" + "storageKey": null } ], - "type": "Item", - "abstractKey": null - } + "storageKey": null + }, + (v5/*: any*/) ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "storageKey": "contributions(page:1,perPage:1)" } ], - "args": null, - "argumentDefinitions": [] - }, + "type": "Item", + "abstractKey": null + } + ], + "args": null, + "argumentDefinitions": [] + }, + { + "kind": "InlineDataFragmentSpread", + "name": "EntityThumbnailColumnFragment", + "selections": [ + (v4/*: any*/), + (v3/*: any*/), { - "kind": "InlineDataFragmentSpread", - "name": "EntityThumbnailColumnFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, "selections": [ - (v4/*: any*/), - (v3/*: any*/), { "alias": null, "args": null, - "concreteType": "ImageAttachment", + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": "thumb", + "args": null, + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "thumbnail", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { - "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "ImageFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "ImageFragment" } ], "storageKey": null } ], "storageKey": null - }, - (v1/*: any*/), - (v2/*: any*/) + } ], - "args": null, - "argumentDefinitions": [] + "storageKey": null }, + (v1/*: any*/), + (v2/*: any*/) + ], + "args": null, + "argumentDefinitions": [] + }, + { + "kind": "InlineDataFragmentSpread", + "name": "PublishedDateColumnFragment", + "selections": [ { - "kind": "InlineDataFragmentSpread", - "name": "PublishedDateColumnFragment", + "kind": "InlineFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "VariablePrecisionDate", + "kind": "LinkedField", + "name": "published", + "plural": false, "selections": [ { - "alias": null, "args": null, - "concreteType": "VariablePrecisionDate", - "kind": "LinkedField", - "name": "published", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "PrecisionDateFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "PrecisionDateFragment" } ], - "type": "ReferencesGlobalEntityDates", - "abstractKey": "__isReferencesGlobalEntityDates" + "storageKey": null } ], - "args": null, - "argumentDefinitions": [] + "type": "ReferencesGlobalEntityDates", + "abstractKey": "__isReferencesGlobalEntityDates" } ], - "type": "Entity", - "abstractKey": "__isEntity" + "args": null, + "argumentDefinitions": [] }, { "kind": "InlineFragment", diff --git a/packages/admin/__generated__/ItemUpdateDrawerQuery.graphql.ts b/packages/admin/__generated__/ItemUpdateDrawerQuery.graphql.ts index 07c9c4051..128b810ce 100644 --- a/packages/admin/__generated__/ItemUpdateDrawerQuery.graphql.ts +++ b/packages/admin/__generated__/ItemUpdateDrawerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<820b385beab44484ad32eb2278df668d>> * @lightSyntaxTransform * @nogrep */ @@ -315,7 +315,6 @@ v25 = { v26 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -329,7 +328,8 @@ v26 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -349,14 +349,14 @@ v28 = { v29 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -364,7 +364,6 @@ v29 = { v30 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -378,7 +377,8 @@ v30 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -386,7 +386,6 @@ v30 = { v31 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -400,7 +399,8 @@ v31 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -408,7 +408,6 @@ v31 = { v32 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -422,7 +421,8 @@ v32 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -435,7 +435,6 @@ v33 = { "storageKey": null }, v34 = [ - (v22/*: any*/), (v33/*: any*/), { "alias": null, @@ -443,7 +442,8 @@ v34 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v22/*: any*/) ], v35 = { "kind": "InlineFragment", @@ -451,34 +451,31 @@ v35 = { "type": "MarkdownProperty", "abstractKey": null }, -v36 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v7/*: any*/), - (v8/*: any*/) - ], - "storageKey": null -}, +v36 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v7/*: any*/), + (v8/*: any*/) + ], + "storageKey": null + }, + (v22/*: any*/) +], v37 = { "kind": "InlineFragment", - "selections": [ - (v22/*: any*/), - (v36/*: any*/) - ], + "selections": (v36/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v38 = { "kind": "InlineFragment", - "selections": [ - (v36/*: any*/), - (v22/*: any*/) - ], + "selections": (v36/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -491,14 +488,14 @@ v39 = { v40 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v22/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -506,7 +503,6 @@ v40 = { v41 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -533,7 +529,8 @@ v41 = { } ], "storageKey": null - } + }, + (v22/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -541,7 +538,6 @@ v41 = { v42 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -561,7 +557,8 @@ v42 = { (v3/*: any*/) ], "storageKey": null - } + }, + (v22/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -569,7 +566,6 @@ v42 = { v43 = { "kind": "InlineFragment", "selections": [ - (v22/*: any*/), { "alias": null, "args": null, @@ -579,12 +575,17 @@ v43 = { "plural": false, "selections": (v11/*: any*/), "storageKey": null - } + }, + (v22/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, -v44 = [ +v44 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v45 = [ { "alias": null, "args": null, @@ -602,14 +603,8 @@ v44 = [ "plural": false, "selections": [ (v12/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v3/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, + (v44/*: any*/), + (v3/*: any*/), (v19/*: any*/) ], "storageKey": null @@ -618,7 +613,7 @@ v44 = [ "storageKey": null } ], -v45 = [ +v46 = [ { "alias": null, "args": null, @@ -638,38 +633,32 @@ v45 = [ "plural": false, "selections": [ (v12/*: any*/), + (v44/*: any*/), + (v3/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v3/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v14/*: any*/), - (v2/*: any*/) - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v44/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v44/*: any*/), - "type": "Item", - "abstractKey": null - } + (v14/*: any*/), + (v2/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v45/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v45/*: any*/), + "type": "Item", + "abstractKey": null }, (v19/*: any*/) ], @@ -680,19 +669,19 @@ v45 = [ }, (v22/*: any*/) ], -v46 = { +v47 = { "kind": "InlineFragment", - "selections": (v45/*: any*/), + "selections": (v46/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v47 = { +v48 = { "kind": "InlineFragment", - "selections": (v45/*: any*/), + "selections": (v46/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v48 = { +v49 = { "alias": null, "args": null, "concreteType": "SchemaVersion", @@ -718,8 +707,8 @@ v48 = { ], "storageKey": null }, -v49 = [ - (v48/*: any*/) +v50 = [ + (v49/*: any*/) ]; return { "fragment": { @@ -1015,8 +1004,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "InlineFragment", @@ -1032,7 +1021,14 @@ return { (v12/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null }, { "kind": "InlineFragment", @@ -1056,7 +1052,7 @@ return { (v12/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v24/*: any*/), (v25/*: any*/), @@ -1075,8 +1071,8 @@ return { (v41/*: any*/), (v42/*: any*/), (v43/*: any*/), - (v46/*: any*/), - (v47/*: any*/) + (v47/*: any*/), + (v48/*: any*/) ], "storageKey": null } @@ -1104,25 +1100,11 @@ return { (v41/*: any*/), (v42/*: any*/), (v43/*: any*/), - (v46/*: any*/), - (v47/*: any*/) - ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } + (v47/*: any*/), + (v48/*: any*/) ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1132,13 +1114,13 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v49/*: any*/), + "selections": (v50/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v49/*: any*/), + "selections": (v50/*: any*/), "type": "Item", "abstractKey": null }, @@ -1146,14 +1128,14 @@ return { "kind": "InlineFragment", "selections": [ (v13/*: any*/), - (v48/*: any*/) + (v49/*: any*/) ], "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1169,12 +1151,12 @@ return { ] }, "params": { - "cacheID": "75afef3dcaec6fbd9fd6b40b2044eaa8", + "cacheID": "61001297f2f51d9520e8ad706c37733c", "id": null, "metadata": {}, "name": "ItemUpdateDrawerQuery", "operationKind": "query", - "text": "query ItemUpdateDrawerQuery(\n $itemSlug: Slug!\n) {\n item(slug: $itemSlug) {\n id\n title\n ...ItemUpdateFormFragment\n schemaVersion {\n enforcedChildKinds\n id\n }\n allowedActions\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment ItemUpdateFormFieldsFragment on Item {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment ItemUpdateFormFragment on Item {\n itemId: id\n ...ParentSelectorFragment\n ...HarvestingStatusFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...ItemUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ... on SchemaProperty {\n __isSchemaProperty: __typename\n fullPath\n }\n }\n}\n" + "text": "query ItemUpdateDrawerQuery(\n $itemSlug: Slug!\n) {\n item(slug: $itemSlug) {\n id\n title\n ...ItemUpdateFormFragment\n schemaVersion {\n enforcedChildKinds\n id\n }\n allowedActions\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment ItemUpdateFormFieldsFragment on Item {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment ItemUpdateFormFragment on Item {\n itemId: id\n ...ParentSelectorFragment\n ...HarvestingStatusFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...ItemUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n __isSchemaProperty: __typename\n fullPath\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ItemUpdateFormMutation.graphql.ts b/packages/admin/__generated__/ItemUpdateFormMutation.graphql.ts index 99d022a72..21756ef07 100644 --- a/packages/admin/__generated__/ItemUpdateFormMutation.graphql.ts +++ b/packages/admin/__generated__/ItemUpdateFormMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<4daa884771c1558225226f7fcbcbcc49>> * @lightSyntaxTransform * @nogrep */ @@ -314,7 +314,6 @@ v17 = { v18 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -328,7 +327,8 @@ v18 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -348,14 +348,14 @@ v20 = { v21 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -363,7 +363,6 @@ v21 = { v22 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -377,7 +376,8 @@ v22 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -385,7 +385,6 @@ v22 = { v23 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -399,7 +398,8 @@ v23 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -407,7 +407,6 @@ v23 = { v24 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -421,7 +420,8 @@ v24 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -434,7 +434,6 @@ v25 = { "storageKey": null }, v26 = [ - (v14/*: any*/), (v25/*: any*/), { "alias": null, @@ -442,7 +441,8 @@ v26 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v14/*: any*/) ], v27 = { "kind": "InlineFragment", @@ -450,34 +450,31 @@ v27 = { "type": "MarkdownProperty", "abstractKey": null }, -v28 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v13/*: any*/), - (v9/*: any*/) - ], - "storageKey": null -}, +v28 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v13/*: any*/), + (v9/*: any*/) + ], + "storageKey": null + }, + (v14/*: any*/) +], v29 = { "kind": "InlineFragment", - "selections": [ - (v14/*: any*/), - (v28/*: any*/) - ], + "selections": (v28/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v30 = { "kind": "InlineFragment", - "selections": [ - (v28/*: any*/), - (v14/*: any*/) - ], + "selections": (v28/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -490,14 +487,14 @@ v31 = { v32 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v14/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -512,7 +509,6 @@ v33 = { v34 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -539,7 +535,8 @@ v34 = { } ], "storageKey": null - } + }, + (v14/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -547,7 +544,6 @@ v34 = { v35 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -567,7 +563,8 @@ v35 = { (v7/*: any*/) ], "storageKey": null - } + }, + (v14/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -575,7 +572,6 @@ v35 = { v36 = { "kind": "InlineFragment", "selections": [ - (v14/*: any*/), { "alias": null, "args": null, @@ -585,12 +581,17 @@ v36 = { "plural": false, "selections": (v10/*: any*/), "storageKey": null - } + }, + (v14/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, v37 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v38 = { "kind": "InlineFragment", "selections": [ (v11/*: any*/) @@ -598,7 +599,7 @@ v37 = { "type": "Node", "abstractKey": "__isNode" }, -v38 = [ +v39 = [ { "alias": null, "args": null, @@ -616,15 +617,9 @@ v38 = [ "plural": false, "selections": [ (v12/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v7/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - (v37/*: any*/) + (v37/*: any*/), + (v7/*: any*/), + (v38/*: any*/) ], "storageKey": null } @@ -632,7 +627,7 @@ v38 = [ "storageKey": null } ], -v39 = [ +v40 = [ { "alias": null, "args": null, @@ -652,46 +647,40 @@ v39 = [ "plural": false, "selections": [ (v12/*: any*/), + (v37/*: any*/), + (v7/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v7/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - }, - (v11/*: any*/) - ], + "kind": "ScalarField", + "name": "identifier", "storageKey": null }, - { - "kind": "InlineFragment", - "selections": (v38/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v38/*: any*/), - "type": "Item", - "abstractKey": null - } + (v11/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v39/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v39/*: any*/), + "type": "Item", + "abstractKey": null }, - (v37/*: any*/) + (v38/*: any*/) ], "storageKey": null } @@ -700,24 +689,24 @@ v39 = [ }, (v14/*: any*/) ], -v40 = { +v41 = { "kind": "InlineFragment", - "selections": (v39/*: any*/), + "selections": (v40/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v41 = { +v42 = { "kind": "InlineFragment", - "selections": (v39/*: any*/), + "selections": (v40/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v42 = [ +v43 = [ (v33/*: any*/), (v13/*: any*/), (v9/*: any*/) ], -v43 = [ +v44 = [ { "alias": "entityId", "args": null, @@ -759,7 +748,7 @@ v43 = [ "storageKey": null } ], -v44 = [ +v45 = [ { "alias": null, "args": null, @@ -962,7 +951,7 @@ return { (v12/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" }, { "kind": "InlineFragment", @@ -986,7 +975,7 @@ return { (v12/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v16/*: any*/), (v17/*: any*/), @@ -1005,8 +994,8 @@ return { (v34/*: any*/), (v35/*: any*/), (v36/*: any*/), - (v40/*: any*/), - (v41/*: any*/) + (v41/*: any*/), + (v42/*: any*/) ], "storageKey": null } @@ -1034,11 +1023,11 @@ return { (v34/*: any*/), (v35/*: any*/), (v36/*: any*/), - (v40/*: any*/), - (v41/*: any*/) + (v41/*: any*/), + (v42/*: any*/) ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1058,7 +1047,7 @@ return { "kind": "LinkedField", "name": "assets", "plural": true, - "selections": (v42/*: any*/), + "selections": (v43/*: any*/), "storageKey": null }, { @@ -1068,7 +1057,7 @@ return { "kind": "LinkedField", "name": "contributors", "plural": true, - "selections": (v42/*: any*/), + "selections": (v43/*: any*/), "storageKey": null }, { @@ -1107,25 +1096,25 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "Item", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1140,19 +1129,19 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v44/*: any*/), + "selections": (v45/*: any*/), "type": "Item", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" } ], "storageKey": null @@ -1165,12 +1154,12 @@ return { ] }, "params": { - "cacheID": "6fd943ba5c4e912a72669b1fd3ebc585", + "cacheID": "bac51272a78b9e3141686dc34ccfaa44", "id": null, "metadata": {}, "name": "ItemUpdateFormMutation", "operationKind": "mutation", - "text": "mutation ItemUpdateFormMutation(\n $input: UpdateItemInput!\n) {\n updateItem(input: $input) {\n item {\n ...ItemUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...HarvestingStatusFragment\n id\n }\n ...MutationForm_mutationErrors\n ...ItemUpdateForm_schemaErrorsFragment\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment ItemUpdateFormFieldsFragment on Item {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment ItemUpdateForm_schemaErrorsFragment on UpdateItemPayload {\n schemaErrors {\n hint\n message\n metadata\n path\n }\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n" + "text": "mutation ItemUpdateFormMutation(\n $input: UpdateItemInput!\n) {\n updateItem(input: $input) {\n item {\n ...ItemUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...HarvestingStatusFragment\n id\n }\n ...MutationForm_mutationErrors\n ...ItemUpdateForm_schemaErrorsFragment\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment ItemUpdateFormFieldsFragment on Item {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment ItemUpdateForm_schemaErrorsFragment on UpdateItemPayload {\n schemaErrors {\n hint\n message\n metadata\n path\n }\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment MutationForm_mutationErrors on StandardMutationPayload {\n __isStandardMutationPayload: __typename\n attributeErrors {\n path\n type\n messages\n }\n globalErrors {\n message\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n" } }; })(); diff --git a/packages/admin/__generated__/LayoutContributorQuery.graphql.ts b/packages/admin/__generated__/LayoutContributorQuery.graphql.ts index 8f7cad210..623d5b85b 100644 --- a/packages/admin/__generated__/LayoutContributorQuery.graphql.ts +++ b/packages/admin/__generated__/LayoutContributorQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<57ee6db4db43a83ec793716c822a57eb>> * @lightSyntaxTransform * @nogrep */ @@ -88,7 +88,7 @@ return { }, { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyContributor" + "abstractKey": "__isContributor" }, { "kind": "InlineFragment", @@ -152,12 +152,12 @@ return { ] }, "params": { - "cacheID": "d569f6289713dc0d306c245d0f9cb2cc", + "cacheID": "2e46f19d3400834d7682f3f2ac149778", "id": null, "metadata": {}, "name": "LayoutContributorQuery", "operationKind": "query", - "text": "query LayoutContributorQuery(\n $slug: Slug!\n) {\n contributor(slug: $slug) {\n __typename\n ...ContributorLayoutFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment ContributorLayoutFragment on AnyContributor {\n __isAnyContributor: __typename\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n givenName\n familyName\n }\n}\n" + "text": "query LayoutContributorQuery(\n $slug: Slug!\n) {\n contributor(slug: $slug) {\n __typename\n ...ContributorLayoutFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment ContributorLayoutFragment on Contributor {\n __isContributor: __typename\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n givenName\n familyName\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/LinkTargetTypeaheadQuery.graphql.ts b/packages/admin/__generated__/LinkTargetTypeaheadQuery.graphql.ts index 93a8e0959..12c5ccf6c 100644 --- a/packages/admin/__generated__/LinkTargetTypeaheadQuery.graphql.ts +++ b/packages/admin/__generated__/LinkTargetTypeaheadQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<469aacd2ae714b9950629dd04fb11672>> + * @generated SignedSource<<842ae9e14e3b776ca52ab036e1876fe0>> * @lightSyntaxTransform * @nogrep */ @@ -86,15 +86,7 @@ v6 = { "name": "identifier", "storageKey": null }, -v7 = { - "kind": "InlineFragment", - "selections": [ - (v5/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" -}, -v8 = [ +v7 = [ { "alias": null, "args": null, @@ -111,7 +103,7 @@ v8 = [ "name": "ancestor", "plural": false, "selections": [ - (v7/*: any*/) + (v5/*: any*/) ], "storageKey": null } @@ -119,7 +111,7 @@ v8 = [ "storageKey": null } ], -v9 = [ +v8 = [ { "alias": null, "args": (v2/*: any*/), @@ -161,38 +153,31 @@ v9 = [ "kind": "InlineDataFragmentSpread", "name": "getEntityTitleFragment", "selections": [ + (v4/*: any*/), + (v5/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v4/*: any*/), - (v5/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v6/*: any*/) - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v8/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v8/*: any*/), - "type": "Item", - "abstractKey": null - } + (v6/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v7/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v7/*: any*/), + "type": "Item", + "abstractKey": null } ], "args": null, @@ -215,6 +200,10 @@ v9 = [ "storageKey": null } ], +v9 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, v10 = { "alias": null, "args": null, @@ -248,7 +237,8 @@ v12 = [ "plural": false, "selections": [ (v4/*: any*/), - (v7/*: any*/), + (v9/*: any*/), + (v5/*: any*/), (v11/*: any*/) ], "storageKey": null @@ -292,38 +282,32 @@ v13 = [ "plural": false, "selections": [ (v4/*: any*/), + (v9/*: any*/), + (v5/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v5/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v6/*: any*/), - (v10/*: any*/) - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v12/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v12/*: any*/), - "type": "Item", - "abstractKey": null - } + (v6/*: any*/), + (v10/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v12/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v12/*: any*/), + "type": "Item", + "abstractKey": null }, (v11/*: any*/) ], @@ -355,7 +339,7 @@ return { "kind": "LinkedField", "name": "collection", "plural": false, - "selections": (v9/*: any*/), + "selections": (v8/*: any*/), "storageKey": null }, { @@ -365,7 +349,7 @@ return { "kind": "LinkedField", "name": "item", "plural": false, - "selections": (v9/*: any*/), + "selections": (v8/*: any*/), "storageKey": null } ], @@ -401,12 +385,12 @@ return { ] }, "params": { - "cacheID": "c946082b03d07e5fef7fd7b54fba1eb0", + "cacheID": "6fdfaa40dbef60ae42e42e0c93ea41e9", "id": null, "metadata": {}, "name": "LinkTargetTypeaheadQuery", "operationKind": "query", - "text": "query LinkTargetTypeaheadQuery(\n $slug: Slug!\n $title: String\n) {\n collection(slug: $slug) {\n linkTargetCandidates(title: $title) {\n ...LinkTargetTypeaheadFragment\n }\n id\n }\n item(slug: $slug) {\n linkTargetCandidates(title: $title) {\n ...LinkTargetTypeaheadFragment\n }\n id\n }\n}\n\nfragment LinkTargetTypeaheadFragment on LinkTargetCandidateConnection {\n edges {\n node {\n targetId\n target {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n" + "text": "query LinkTargetTypeaheadQuery(\n $slug: Slug!\n $title: String\n) {\n collection(slug: $slug) {\n linkTargetCandidates(title: $title) {\n ...LinkTargetTypeaheadFragment\n }\n id\n }\n item(slug: $slug) {\n linkTargetCandidates(title: $title) {\n ...LinkTargetTypeaheadFragment\n }\n id\n }\n}\n\nfragment LinkTargetTypeaheadFragment on LinkTargetCandidateConnection {\n edges {\n node {\n targetId\n target {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ParentSelectorFragment.graphql.ts b/packages/admin/__generated__/ParentSelectorFragment.graphql.ts index b8068f87f..e13c81567 100644 --- a/packages/admin/__generated__/ParentSelectorFragment.graphql.ts +++ b/packages/admin/__generated__/ParentSelectorFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8ca902ef09c2a681448a95a4d4e7d604>> * @lightSyntaxTransform * @nogrep */ @@ -203,11 +203,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "ecc064f08a74455699582c7127178e1a"; +(node as any).hash = "2eae4bfed1ce0bded8478e0f71c56081"; export default node; diff --git a/packages/admin/__generated__/SchemaInstancePropertyFragment.graphql.ts b/packages/admin/__generated__/SchemaInstancePropertyFragment.graphql.ts index 4605df439..4af356a81 100644 --- a/packages/admin/__generated__/SchemaInstancePropertyFragment.graphql.ts +++ b/packages/admin/__generated__/SchemaInstancePropertyFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -51,10 +51,10 @@ const node: ReaderFragment = { "name": "SchemaPropertyFragment" } ], - "type": "AnySchemaProperty", - "abstractKey": "__isAnySchemaProperty" + "type": "SchemaProperty", + "abstractKey": "__isSchemaProperty" }; -(node as any).hash = "4f6721403018ff64c1c868f6cb002bf8"; +(node as any).hash = "aa6f1c3eefe737a57976c910c2da560d"; export default node; diff --git a/packages/admin/__generated__/SchemaPropertyFragment.graphql.ts b/packages/admin/__generated__/SchemaPropertyFragment.graphql.ts index acbc5d933..7db5505a0 100644 --- a/packages/admin/__generated__/SchemaPropertyFragment.graphql.ts +++ b/packages/admin/__generated__/SchemaPropertyFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<74a9542a9a150a224a16e6c22927c111>> + * @generated SignedSource<<6f9ebe484011933646d7c02690f7955f>> * @lightSyntaxTransform * @nogrep */ @@ -339,10 +339,10 @@ const node: ReaderFragment = { "abstractKey": null } ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" }; -(node as any).hash = "71e8ded7627f77515decc8d1b02f35cb"; +(node as any).hash = "f64381cb771fed56a182f43b2876749a"; export default node; diff --git a/packages/admin/__generated__/SchemaSelectorDataFragment.graphql.ts b/packages/admin/__generated__/SchemaSelectorDataFragment.graphql.ts index cc7ad05f7..8588fdf48 100644 --- a/packages/admin/__generated__/SchemaSelectorDataFragment.graphql.ts +++ b/packages/admin/__generated__/SchemaSelectorDataFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7314a982e24b6630988eb4e9feed73fa>> + * @generated SignedSource<<17b029e65563c670dab51e8ecc94f314>> * @lightSyntaxTransform * @nogrep */ @@ -91,11 +91,11 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }; })(); -(node as any).hash = "c4d652a3c808a931cc9b23bb8639e547"; +(node as any).hash = "092aecf6b45afedface560e9e65a5620"; export default node; diff --git a/packages/admin/__generated__/SearchFilterFormFragment.graphql.ts b/packages/admin/__generated__/SearchFilterFormFragment.graphql.ts index 6cc3dc01c..1d6b61fd8 100644 --- a/packages/admin/__generated__/SearchFilterFormFragment.graphql.ts +++ b/packages/admin/__generated__/SearchFilterFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7810fb84799d53dd1a531122bb4f47a7>> + * @generated SignedSource<<7944f2d538b5bb2310ca587113b9ff2b>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type SearchFilterFormFragment$data = { }>; readonly schemas: ReadonlyArray<{ readonly searchableProperties: ReadonlyArray<{ - readonly label?: string; - readonly searchPath?: string; + readonly label: string; + readonly searchPath: string; readonly " $fragmentSpreads": FragmentRefs<"SearchFilterFragment">; }>; }>; @@ -85,20 +85,13 @@ return { "name": "searchableProperties", "plural": true, "selections": [ + (v0/*: any*/), { - "kind": "InlineFragment", - "selections": [ - (v0/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "label", - "storageKey": null - } - ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "label", + "storageKey": null }, (v1/*: any*/) ], diff --git a/packages/admin/__generated__/SearchLayoutQuery.graphql.ts b/packages/admin/__generated__/SearchLayoutQuery.graphql.ts index bd43cc46d..970067cbc 100644 --- a/packages/admin/__generated__/SearchLayoutQuery.graphql.ts +++ b/packages/admin/__generated__/SearchLayoutQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6c6783c07b7eb801d99b2c9a54bd3a97>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -184,71 +184,63 @@ v17 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "label", + "name": "searchPath", "storageKey": null }, v18 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "label", + "storageKey": null +}, +v19 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - (v17/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", + "name": "type", "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v20 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v21 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v22 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v17/*: any*/), - (v16/*: any*/) - ], - "storageKey": null - } + (v18/*: any*/), + (v16/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" + "type": "SelectProperty", + "abstractKey": null }; return { "fragment": { @@ -368,147 +360,144 @@ return { "abstractKey": "__isSluggable" }, { - "kind": "InlineFragment", + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "title", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ + (v14/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", - "name": "title", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v14/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "number", - "storageKey": null - }, - (v15/*: any*/), - (v13/*: any*/) - ], + "name": "number", "storageKey": null }, + (v15/*: any*/), + (v13/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "allowedActions", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, + "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "allowedActions", + "name": "storage", "storageKey": null }, { - "alias": null, + "alias": "thumb", "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "thumbnail", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { - "alias": null, - "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, + "kind": "InlineFragment", "selections": [ { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "width", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "height", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "alt", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "url", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null } ], "storageKey": null - }, + } + ], + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "VariablePrecisionDate", + "kind": "LinkedField", + "name": "published", + "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "VariablePrecisionDate", - "kind": "LinkedField", - "name": "published", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "precision", - "storageKey": null - }, - (v16/*: any*/) - ], + "kind": "ScalarField", + "name": "precision", "storageKey": null - } + }, + (v16/*: any*/) ], - "type": "ReferencesGlobalEntityDates", - "abstractKey": "__isReferencesGlobalEntityDates" + "storageKey": null } ], - "type": "Entity", - "abstractKey": "__isEntity" + "type": "ReferencesGlobalEntityDates", + "abstractKey": "__isReferencesGlobalEntityDates" } ], "storageKey": null @@ -599,7 +588,19 @@ return { "name": "coreProperties", "plural": true, "selections": [ - (v18/*: any*/) + { + "kind": "InlineFragment", + "selections": [ + (v17/*: any*/), + (v18/*: any*/), + (v19/*: any*/), + (v20/*: any*/), + (v21/*: any*/), + (v22/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } ], "storageKey": null }, @@ -634,7 +635,16 @@ return { "plural": true, "selections": [ (v12/*: any*/), - (v18/*: any*/) + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v17/*: any*/), + (v18/*: any*/), + (v19/*: any*/), + (v20/*: any*/), + (v21/*: any*/), + (v22/*: any*/) ], "storageKey": null }, @@ -649,12 +659,12 @@ return { ] }, "params": { - "cacheID": "9fcc2de38238b85188edf507a39c5426", + "cacheID": "38fd87eb660c6b191e54940f6d898edc", "id": null, "metadata": {}, "name": "SearchLayoutQuery", "operationKind": "query", - "text": "query SearchLayoutQuery(\n $query: String\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $order: EntityOrder\n $schema: [String!]\n) {\n search(visibility: ALL) {\n ...SearchResultListFragment_dJrY9\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchResultListFragment_dJrY9 on SearchScope {\n results(access: UPDATE, query: $query, page: $page, predicates: $predicates, order: $order, perPage: 20, schema: $schema) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n kind\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n }\n id\n }\n pageInfo {\n totalCount\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query SearchLayoutQuery(\n $query: String\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $order: EntityOrder\n $schema: [String!]\n) {\n search(visibility: ALL) {\n ...SearchResultListFragment_dJrY9\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchResultListFragment_dJrY9 on SearchScope {\n results(access: UPDATE, query: $query, page: $page, predicates: $predicates, order: $order, perPage: 20, schema: $schema) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n kind\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n id\n }\n pageInfo {\n totalCount\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/SearchResultListFragment.graphql.ts b/packages/admin/__generated__/SearchResultListFragment.graphql.ts index ddc093cfb..1d228e3de 100644 --- a/packages/admin/__generated__/SearchResultListFragment.graphql.ts +++ b/packages/admin/__generated__/SearchResultListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -15,15 +15,15 @@ export type SearchResultListFragment$data = { readonly results: { readonly nodes: ReadonlyArray<{ readonly entity: { - readonly allowedActions?: ReadonlyArray; + readonly allowedActions: ReadonlyArray; readonly id?: string; - readonly schemaVersion?: { + readonly schemaVersion: { readonly kind: SchemaKind; readonly name: string; readonly number: string; }; readonly slug?: string; - readonly title?: string; + readonly title: string; readonly " $fragmentSpreads": FragmentRefs<"EntityThumbnailColumnFragment" | "PublishedDateColumnFragment">; }; readonly slug: string; @@ -173,146 +173,139 @@ return { "selections": [ (v1/*: any*/), (v2/*: any*/), + (v3/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v3/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "number", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], + "kind": "ScalarField", + "name": "name", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "allowedActions", + "name": "number", "storageKey": null }, { - "kind": "InlineDataFragmentSpread", - "name": "EntityThumbnailColumnFragment", + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "allowedActions", + "storageKey": null + }, + { + "kind": "InlineDataFragmentSpread", + "name": "EntityThumbnailColumnFragment", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "__typename", + "storageKey": null + }, + (v3/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "__typename", + "name": "storage", "storageKey": null }, - (v3/*: any*/), { - "alias": null, + "alias": "thumb", "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "thumbnail", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { - "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "ImageFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "ImageFragment" } ], "storageKey": null } ], "storageKey": null - }, - (v1/*: any*/), - (v2/*: any*/) + } ], - "args": null, - "argumentDefinitions": [] + "storageKey": null }, + (v1/*: any*/), + (v2/*: any*/) + ], + "args": null, + "argumentDefinitions": [] + }, + { + "kind": "InlineDataFragmentSpread", + "name": "PublishedDateColumnFragment", + "selections": [ { - "kind": "InlineDataFragmentSpread", - "name": "PublishedDateColumnFragment", + "kind": "InlineFragment", "selections": [ { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "VariablePrecisionDate", + "kind": "LinkedField", + "name": "published", + "plural": false, "selections": [ { - "alias": null, "args": null, - "concreteType": "VariablePrecisionDate", - "kind": "LinkedField", - "name": "published", - "plural": false, - "selections": [ - { - "args": null, - "kind": "FragmentSpread", - "name": "PrecisionDateFragment" - } - ], - "storageKey": null + "kind": "FragmentSpread", + "name": "PrecisionDateFragment" } ], - "type": "ReferencesGlobalEntityDates", - "abstractKey": "__isReferencesGlobalEntityDates" + "storageKey": null } ], - "args": null, - "argumentDefinitions": [] + "type": "ReferencesGlobalEntityDates", + "abstractKey": "__isReferencesGlobalEntityDates" } ], - "type": "Entity", - "abstractKey": "__isEntity" + "args": null, + "argumentDefinitions": [] } ], "storageKey": null diff --git a/packages/admin/__generated__/announcementsManageSlugCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/announcementsManageSlugCollectionsPagesQuery.graphql.ts index e184242b7..7feec0454 100644 --- a/packages/admin/__generated__/announcementsManageSlugCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/announcementsManageSlugCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2b71d69399eb3ad73a00965d1b62f2a6>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -248,8 +248,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -258,12 +258,12 @@ return { ] }, "params": { - "cacheID": "254b5972d332d7b2bc8001da6a7d5c90", + "cacheID": "412995507015a454155c4573fa8d5d9b", "id": null, "metadata": {}, "name": "announcementsManageSlugCollectionsPagesQuery", "operationKind": "query", - "text": "query announcementsManageSlugCollectionsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityAnnouncementsListFragment\n id\n }\n}\n\nfragment EntityAnnouncementsListDataFragment on AnnouncementConnection {\n edges {\n node {\n id\n slug\n header\n publishedOn\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityAnnouncementsListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Collection {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Item {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query announcementsManageSlugCollectionsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityAnnouncementsListFragment\n id\n }\n}\n\nfragment EntityAnnouncementsListDataFragment on AnnouncementConnection {\n edges {\n node {\n id\n slug\n header\n publishedOn\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityAnnouncementsListFragment on Entity {\n __isEntity: __typename\n ... on Community {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Collection {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Item {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/announcementsManageSlugCommunitiesPagesQuery.graphql.ts b/packages/admin/__generated__/announcementsManageSlugCommunitiesPagesQuery.graphql.ts index c5b456a4b..d1a94a41c 100644 --- a/packages/admin/__generated__/announcementsManageSlugCommunitiesPagesQuery.graphql.ts +++ b/packages/admin/__generated__/announcementsManageSlugCommunitiesPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<45cc02bdf97238810a541e4aea152420>> * @lightSyntaxTransform * @nogrep */ @@ -248,8 +248,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -258,12 +258,12 @@ return { ] }, "params": { - "cacheID": "3e7a0f2eb74baf95e7cc3b7c21a681e9", + "cacheID": "d937bb0efd2c7884e72e68e1bca98020", "id": null, "metadata": {}, "name": "announcementsManageSlugCommunitiesPagesQuery", "operationKind": "query", - "text": "query announcementsManageSlugCommunitiesPagesQuery(\n $slug: Slug!\n $page: Int\n) {\n community(slug: $slug) {\n ...EntityAnnouncementsListFragment\n id\n }\n}\n\nfragment EntityAnnouncementsListDataFragment on AnnouncementConnection {\n edges {\n node {\n id\n slug\n header\n publishedOn\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityAnnouncementsListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Collection {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Item {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query announcementsManageSlugCommunitiesPagesQuery(\n $slug: Slug!\n $page: Int\n) {\n community(slug: $slug) {\n ...EntityAnnouncementsListFragment\n id\n }\n}\n\nfragment EntityAnnouncementsListDataFragment on AnnouncementConnection {\n edges {\n node {\n id\n slug\n header\n publishedOn\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityAnnouncementsListFragment on Entity {\n __isEntity: __typename\n ... on Community {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Collection {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Item {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/announcementsManageSlugItemsPagesQuery.graphql.ts b/packages/admin/__generated__/announcementsManageSlugItemsPagesQuery.graphql.ts index 3061c9fac..f2340066b 100644 --- a/packages/admin/__generated__/announcementsManageSlugItemsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/announcementsManageSlugItemsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<25611a226ffdb94af9b57a0b101d8e52>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -248,8 +248,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -258,12 +258,12 @@ return { ] }, "params": { - "cacheID": "8e538619099a10f9c7102f8d29c4c3e7", + "cacheID": "cb3ab03366f8d80e1784150bf0eecabd", "id": null, "metadata": {}, "name": "announcementsManageSlugItemsPagesQuery", "operationKind": "query", - "text": "query announcementsManageSlugItemsPagesQuery(\n $slug: Slug!\n $page: Int\n) {\n item(slug: $slug) {\n ...EntityAnnouncementsListFragment\n id\n }\n}\n\nfragment EntityAnnouncementsListDataFragment on AnnouncementConnection {\n edges {\n node {\n id\n slug\n header\n publishedOn\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityAnnouncementsListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Collection {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Item {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query announcementsManageSlugItemsPagesQuery(\n $slug: Slug!\n $page: Int\n) {\n item(slug: $slug) {\n ...EntityAnnouncementsListFragment\n id\n }\n}\n\nfragment EntityAnnouncementsListDataFragment on AnnouncementConnection {\n edges {\n node {\n id\n slug\n header\n publishedOn\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityAnnouncementsListFragment on Entity {\n __isEntity: __typename\n ... on Community {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Collection {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n ... on Item {\n slug\n announcements(page: $page, perPage: 20) {\n ...EntityAnnouncementsListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/collectionsListQuery.graphql.ts b/packages/admin/__generated__/collectionsListQuery.graphql.ts index 18dac1121..11749daef 100644 --- a/packages/admin/__generated__/collectionsListQuery.graphql.ts +++ b/packages/admin/__generated__/collectionsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<59f53b9d4ac6b6271befa4c9df110a0e>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -402,79 +402,71 @@ v26 = { "type": "Paginated", "abstractKey": "__isPaginated" }, -v27 = { +v27 = [ + (v16/*: any*/) +], +v28 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchPath", + "storageKey": null +}, +v29 = { "alias": null, "args": null, "kind": "ScalarField", "name": "label", "storageKey": null }, -v28 = { +v30 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - (v27/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", + "name": "type", "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v31 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v32 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v33 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v27/*: any*/), - (v24/*: any*/) - ], - "storageKey": null - } + (v29/*: any*/), + (v24/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" -}, -v29 = [ - (v16/*: any*/) -]; + "type": "SelectProperty", + "abstractKey": null +}; return { "fragment": { "argumentDefinitions": [ @@ -641,64 +633,6 @@ return { "name": "search", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SearchableCoreProperty", - "kind": "LinkedField", - "name": "coreProperties", - "plural": true, - "selections": [ - (v28/*: any*/) - ], - "storageKey": null - }, - { - "alias": "schemas", - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "availableSchemaVersions", - "plural": true, - "selections": [ - (v19/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaDefinition", - "kind": "LinkedField", - "name": "schemaDefinition", - "plural": false, - "selections": [ - (v18/*: any*/), - (v15/*: any*/) - ], - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "searchableProperties", - "plural": true, - "selections": [ - (v22/*: any*/), - (v28/*: any*/) - ], - "storageKey": null - }, - (v15/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], - "storageKey": null - }, { "condition": "hasQuery", "kind": "Condition", @@ -760,29 +694,26 @@ return { "abstractKey": "__isNode" }, { - "kind": "InlineFragment", - "selections": [ - (v17/*: any*/), - (v20/*: any*/), - (v21/*: any*/), - (v23/*: any*/), - (v25/*: any*/) - ], - "type": "Entity", + "kind": "TypeDiscriminator", "abstractKey": "__isEntity" }, + (v17/*: any*/), + (v20/*: any*/), { "kind": "InlineFragment", - "selections": (v29/*: any*/), + "selections": (v27/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v29/*: any*/), + "selections": (v27/*: any*/), "type": "Item", "abstractKey": null - } + }, + (v21/*: any*/), + (v25/*: any*/), + (v23/*: any*/) ], "storageKey": null }, @@ -795,6 +726,85 @@ return { "storageKey": null } ] + }, + { + "alias": null, + "args": null, + "concreteType": "SearchableCoreProperty", + "kind": "LinkedField", + "name": "coreProperties", + "plural": true, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + (v28/*: any*/), + (v29/*: any*/), + (v30/*: any*/), + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], + "storageKey": null + }, + { + "alias": "schemas", + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "availableSchemaVersions", + "plural": true, + "selections": [ + (v19/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaDefinition", + "kind": "LinkedField", + "name": "schemaDefinition", + "plural": false, + "selections": [ + (v18/*: any*/), + (v15/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": null, + "kind": "LinkedField", + "name": "searchableProperties", + "plural": true, + "selections": [ + (v22/*: any*/), + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v28/*: any*/), + (v29/*: any*/), + (v30/*: any*/), + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/) + ], + "storageKey": null + }, + (v15/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null } ], "storageKey": "search(visibility:\"ALL\")" @@ -802,12 +812,12 @@ return { ] }, "params": { - "cacheID": "952e7244dc18e553142b573cbb639961", + "cacheID": "576cb406cb21b30a8d43619730d4f2d1", "id": null, "metadata": {}, "name": "collectionsListQuery", "operationKind": "query", - "text": "query collectionsListQuery(\n $query: String\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $order: EntityOrder\n $hasQuery: Boolean!\n $schema: [String!]\n) {\n viewer {\n collections(access: UPDATE, order: $order, page: $page, perPage: 20) @skip(if: $hasQuery) {\n ...CollectionListFragment\n }\n id\n }\n search(visibility: ALL) {\n ...CollectionListSearchFragment_1V70IR\n }\n}\n\nfragment CollectionListFragment on CollectionConnection {\n nodes {\n id\n createdAt\n title\n slug\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment CollectionListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: COLLECTION, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...PublishedDateColumnFragment\n ...EntityThumbnailColumnFragment\n }\n ... on Collection {\n createdAt\n }\n ... on Item {\n createdAt\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query collectionsListQuery(\n $query: String\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $order: EntityOrder\n $hasQuery: Boolean!\n $schema: [String!]\n) {\n viewer {\n collections(access: UPDATE, order: $order, page: $page, perPage: 20) @skip(if: $hasQuery) {\n ...CollectionListFragment\n }\n id\n }\n search(visibility: ALL) {\n ...CollectionListSearchFragment_1V70IR\n }\n}\n\nfragment CollectionListFragment on CollectionConnection {\n nodes {\n id\n createdAt\n title\n slug\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment CollectionListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: COLLECTION, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n ... on Collection {\n createdAt\n }\n ... on Item {\n createdAt\n }\n allowedActions\n ...PublishedDateColumnFragment\n ...EntityThumbnailColumnFragment\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/collectionsManageSlugCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/collectionsManageSlugCollectionsPagesQuery.graphql.ts index cc346bf29..9229344e1 100644 --- a/packages/admin/__generated__/collectionsManageSlugCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/collectionsManageSlugCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8503dafb3fcb957e3cf71d1a764091da>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -414,79 +414,71 @@ v27 = { "type": "Paginated", "abstractKey": "__isPaginated" }, -v28 = { +v28 = [ + (v17/*: any*/) +], +v29 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchPath", + "storageKey": null +}, +v30 = { "alias": null, "args": null, "kind": "ScalarField", "name": "label", "storageKey": null }, -v29 = { +v31 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - (v28/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", + "name": "type", "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v32 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v33 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v34 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v28/*: any*/), - (v25/*: any*/) - ], - "storageKey": null - } + (v30/*: any*/), + (v25/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" -}, -v30 = [ - (v17/*: any*/) -]; + "type": "SelectProperty", + "abstractKey": null +}; return { "fragment": { "argumentDefinitions": [ @@ -637,64 +629,6 @@ return { "name": "search", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SearchableCoreProperty", - "kind": "LinkedField", - "name": "coreProperties", - "plural": true, - "selections": [ - (v29/*: any*/) - ], - "storageKey": null - }, - { - "alias": "schemas", - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "availableSchemaVersions", - "plural": true, - "selections": [ - (v20/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaDefinition", - "kind": "LinkedField", - "name": "schemaDefinition", - "plural": false, - "selections": [ - (v19/*: any*/), - (v16/*: any*/) - ], - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "searchableProperties", - "plural": true, - "selections": [ - (v23/*: any*/), - (v29/*: any*/) - ], - "storageKey": null - }, - (v16/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], - "storageKey": null - }, { "condition": "hasQuery", "kind": "Condition", @@ -760,29 +694,26 @@ return { "abstractKey": "__isNode" }, { - "kind": "InlineFragment", - "selections": [ - (v18/*: any*/), - (v21/*: any*/), - (v22/*: any*/), - (v24/*: any*/), - (v26/*: any*/) - ], - "type": "Entity", + "kind": "TypeDiscriminator", "abstractKey": "__isEntity" }, + (v18/*: any*/), + (v21/*: any*/), { "kind": "InlineFragment", - "selections": (v30/*: any*/), + "selections": (v28/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v30/*: any*/), + "selections": (v28/*: any*/), "type": "Item", "abstractKey": null - } + }, + (v22/*: any*/), + (v26/*: any*/), + (v24/*: any*/) ], "storageKey": null }, @@ -795,6 +726,85 @@ return { "storageKey": null } ] + }, + { + "alias": null, + "args": null, + "concreteType": "SearchableCoreProperty", + "kind": "LinkedField", + "name": "coreProperties", + "plural": true, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + (v29/*: any*/), + (v30/*: any*/), + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], + "storageKey": null + }, + { + "alias": "schemas", + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "availableSchemaVersions", + "plural": true, + "selections": [ + (v20/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaDefinition", + "kind": "LinkedField", + "name": "schemaDefinition", + "plural": false, + "selections": [ + (v19/*: any*/), + (v16/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": null, + "kind": "LinkedField", + "name": "searchableProperties", + "plural": true, + "selections": [ + (v23/*: any*/), + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v29/*: any*/), + (v30/*: any*/), + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/) + ], + "storageKey": null + }, + (v16/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null } ], "storageKey": "search(maxDepth:1,visibility:\"ALL\")" @@ -806,12 +816,12 @@ return { ] }, "params": { - "cacheID": "4e0b7cd95a482a1952d1fb40b78fd851", + "cacheID": "05ba5f33b1ec31d300aa2e038bfa6435", "id": null, "metadata": {}, "name": "collectionsManageSlugCollectionsPagesQuery", "operationKind": "query", - "text": "query collectionsManageSlugCollectionsPagesQuery(\n $order: EntityOrder\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $slug: Slug!\n $schema: [String!]\n) {\n collection(slug: $slug) {\n collections(order: $order, page: $page, perPage: 20) {\n ...CollectionListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...CollectionListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment CollectionListFragment on CollectionConnection {\n nodes {\n id\n createdAt\n title\n slug\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment CollectionListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: COLLECTION, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...PublishedDateColumnFragment\n ...EntityThumbnailColumnFragment\n }\n ... on Collection {\n createdAt\n }\n ... on Item {\n createdAt\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query collectionsManageSlugCollectionsPagesQuery(\n $order: EntityOrder\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $slug: Slug!\n $schema: [String!]\n) {\n collection(slug: $slug) {\n collections(order: $order, page: $page, perPage: 20) {\n ...CollectionListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...CollectionListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment CollectionListFragment on CollectionConnection {\n nodes {\n id\n createdAt\n title\n slug\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment CollectionListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: COLLECTION, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n ... on Collection {\n createdAt\n }\n ... on Item {\n createdAt\n }\n allowedActions\n ...PublishedDateColumnFragment\n ...EntityThumbnailColumnFragment\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/collectionsSlugCommunitiesPagesQuery.graphql.ts b/packages/admin/__generated__/collectionsSlugCommunitiesPagesQuery.graphql.ts index b8f355284..4778efc7e 100644 --- a/packages/admin/__generated__/collectionsSlugCommunitiesPagesQuery.graphql.ts +++ b/packages/admin/__generated__/collectionsSlugCommunitiesPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<957f8ea9f117d89b80b2bce671ee5579>> + * @generated SignedSource<<99b331d18599b5b4834f4a65fee122e0>> * @lightSyntaxTransform * @nogrep */ @@ -414,79 +414,71 @@ v27 = { "type": "Paginated", "abstractKey": "__isPaginated" }, -v28 = { +v28 = [ + (v17/*: any*/) +], +v29 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchPath", + "storageKey": null +}, +v30 = { "alias": null, "args": null, "kind": "ScalarField", "name": "label", "storageKey": null }, -v29 = { +v31 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - (v28/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", + "name": "type", "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v32 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v33 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v34 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v28/*: any*/), - (v25/*: any*/) - ], - "storageKey": null - } + (v30/*: any*/), + (v25/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" -}, -v30 = [ - (v17/*: any*/) -]; + "type": "SelectProperty", + "abstractKey": null +}; return { "fragment": { "argumentDefinitions": [ @@ -637,64 +629,6 @@ return { "name": "search", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SearchableCoreProperty", - "kind": "LinkedField", - "name": "coreProperties", - "plural": true, - "selections": [ - (v29/*: any*/) - ], - "storageKey": null - }, - { - "alias": "schemas", - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "availableSchemaVersions", - "plural": true, - "selections": [ - (v20/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaDefinition", - "kind": "LinkedField", - "name": "schemaDefinition", - "plural": false, - "selections": [ - (v19/*: any*/), - (v16/*: any*/) - ], - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "searchableProperties", - "plural": true, - "selections": [ - (v23/*: any*/), - (v29/*: any*/) - ], - "storageKey": null - }, - (v16/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], - "storageKey": null - }, { "condition": "hasQuery", "kind": "Condition", @@ -760,29 +694,26 @@ return { "abstractKey": "__isNode" }, { - "kind": "InlineFragment", - "selections": [ - (v18/*: any*/), - (v21/*: any*/), - (v22/*: any*/), - (v24/*: any*/), - (v26/*: any*/) - ], - "type": "Entity", + "kind": "TypeDiscriminator", "abstractKey": "__isEntity" }, + (v18/*: any*/), + (v21/*: any*/), { "kind": "InlineFragment", - "selections": (v30/*: any*/), + "selections": (v28/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v30/*: any*/), + "selections": (v28/*: any*/), "type": "Item", "abstractKey": null - } + }, + (v22/*: any*/), + (v26/*: any*/), + (v24/*: any*/) ], "storageKey": null }, @@ -795,6 +726,85 @@ return { "storageKey": null } ] + }, + { + "alias": null, + "args": null, + "concreteType": "SearchableCoreProperty", + "kind": "LinkedField", + "name": "coreProperties", + "plural": true, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + (v29/*: any*/), + (v30/*: any*/), + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], + "storageKey": null + }, + { + "alias": "schemas", + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "availableSchemaVersions", + "plural": true, + "selections": [ + (v20/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaDefinition", + "kind": "LinkedField", + "name": "schemaDefinition", + "plural": false, + "selections": [ + (v19/*: any*/), + (v16/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": null, + "kind": "LinkedField", + "name": "searchableProperties", + "plural": true, + "selections": [ + (v23/*: any*/), + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v29/*: any*/), + (v30/*: any*/), + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/) + ], + "storageKey": null + }, + (v16/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null } ], "storageKey": "search(maxDepth:1,visibility:\"ALL\")" @@ -806,12 +816,12 @@ return { ] }, "params": { - "cacheID": "a7a30dfab452c16f319b7b9088db0aee", + "cacheID": "7d584b8a5ec20542258aa725f1fc984d", "id": null, "metadata": {}, "name": "collectionsSlugCommunitiesPagesQuery", "operationKind": "query", - "text": "query collectionsSlugCommunitiesPagesQuery(\n $order: EntityOrder\n $page: Int!\n $slug: Slug!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $schema: [String!]\n) {\n community(slug: $slug) {\n collections(order: $order, page: $page, perPage: 20) {\n ...CollectionListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...CollectionListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment CollectionListFragment on CollectionConnection {\n nodes {\n id\n createdAt\n title\n slug\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment CollectionListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: COLLECTION, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...PublishedDateColumnFragment\n ...EntityThumbnailColumnFragment\n }\n ... on Collection {\n createdAt\n }\n ... on Item {\n createdAt\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query collectionsSlugCommunitiesPagesQuery(\n $order: EntityOrder\n $page: Int!\n $slug: Slug!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $schema: [String!]\n) {\n community(slug: $slug) {\n collections(order: $order, page: $page, perPage: 20) {\n ...CollectionListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...CollectionListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment CollectionListFragment on CollectionConnection {\n nodes {\n id\n createdAt\n title\n slug\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment CollectionListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: COLLECTION, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n ... on Collection {\n createdAt\n }\n ... on Item {\n createdAt\n }\n allowedActions\n ...PublishedDateColumnFragment\n ...EntityThumbnailColumnFragment\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/collectionsSlugContributorsPagesQuery.graphql.ts b/packages/admin/__generated__/collectionsSlugContributorsPagesQuery.graphql.ts index 70105dfc3..27fd3c5c0 100644 --- a/packages/admin/__generated__/collectionsSlugContributorsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/collectionsSlugContributorsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -191,131 +191,128 @@ v10 = [ "selections": [ (v6/*: any*/), { - "kind": "InlineFragment", - "selections": [ - (v8/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "legalName", - "storageKey": null - } - ], - "type": "OrganizationContributor", - "abstractKey": null + "kind": "TypeDiscriminator", + "abstractKey": "__isContributor" }, { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "image", + "plural": false, "selections": [ - (v8/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", - "name": "givenName", + "name": "storage", "storageKey": null }, { "alias": null, "args": null, - "kind": "ScalarField", - "name": "familyName", - "storageKey": null - } - ], - "type": "PersonContributor", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "image", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + }, + { + "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "width", + "name": "alt", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "height", + "name": "url", "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null } ], "storageKey": null + } + ], + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v8/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "legalName", + "storageKey": null + } + ], + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v8/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "givenName", + "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - (v8/*: any*/) - ], - "type": "Sluggable", - "abstractKey": "__isSluggable" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "familyName", + "storageKey": null } ], - "type": "Contributor", - "abstractKey": "__isContributor" + "type": "PersonContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v8/*: any*/) + ], + "type": "Sluggable", + "abstractKey": "__isSluggable" }, (v9/*: any*/) ], diff --git a/packages/admin/__generated__/contributionsManageSlugCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/contributionsManageSlugCollectionsPagesQuery.graphql.ts index 18ac713ca..0f051c780 100644 --- a/packages/admin/__generated__/contributionsManageSlugCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/contributionsManageSlugCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4d4fb5418b80c25d11c4e990c9cc01cc>> + * @generated SignedSource<<6fa9afb40843eca04791bd7d925d8503>> * @lightSyntaxTransform * @nogrep */ @@ -223,131 +223,128 @@ return { "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - (v6/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "legalName", - "storageKey": null - } - ], - "type": "OrganizationContributor", - "abstractKey": null + "kind": "TypeDiscriminator", + "abstractKey": "__isContributor" }, { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "image", + "plural": false, "selections": [ - (v6/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", - "name": "givenName", + "name": "storage", "storageKey": null }, { "alias": null, "args": null, - "kind": "ScalarField", - "name": "familyName", - "storageKey": null - } - ], - "type": "PersonContributor", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "image", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + }, + { + "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "width", + "name": "alt", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "height", + "name": "url", "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null } ], "storageKey": null + } + ], + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v6/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "legalName", + "storageKey": null + } + ], + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v6/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "givenName", + "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - (v6/*: any*/) - ], - "type": "Sluggable", - "abstractKey": "__isSluggable" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "familyName", + "storageKey": null } ], - "type": "Contributor", - "abstractKey": "__isContributor" + "type": "PersonContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v6/*: any*/) + ], + "type": "Sluggable", + "abstractKey": "__isSluggable" }, { "kind": "InlineFragment", diff --git a/packages/admin/__generated__/contributionsManageSlugItemsQuery.graphql.ts b/packages/admin/__generated__/contributionsManageSlugItemsQuery.graphql.ts index 4401b3e68..c9668e7ef 100644 --- a/packages/admin/__generated__/contributionsManageSlugItemsQuery.graphql.ts +++ b/packages/admin/__generated__/contributionsManageSlugItemsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<80f40a89f6b2eb3db5a6f2965b9a0a7a>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -223,129 +223,126 @@ return { "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - (v6/*: any*/) - ], - "type": "Sluggable", - "abstractKey": "__isSluggable" + "kind": "TypeDiscriminator", + "abstractKey": "__isContributor" }, { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "image", + "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageAttachment", + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "image", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + }, + { + "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "width", + "name": "alt", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "height", + "name": "url", "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null } ], "storageKey": null - }, + } + ], + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v6/*: any*/) + ], + "type": "Sluggable", + "abstractKey": "__isSluggable" + }, + { + "kind": "InlineFragment", + "selections": [ { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "legalName", - "storageKey": null - } - ], - "type": "OrganizationContributor", - "abstractKey": null + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "legalName", + "storageKey": null + } + ], + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "givenName", + "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "givenName", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "familyName", - "storageKey": null - } - ], - "type": "PersonContributor", - "abstractKey": null + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "familyName", + "storageKey": null } ], - "type": "Contributor", - "abstractKey": "__isContributor" + "type": "PersonContributor", + "abstractKey": null }, { "kind": "InlineFragment", diff --git a/packages/admin/__generated__/detailsManageSlugCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/detailsManageSlugCollectionsPagesQuery.graphql.ts index 1e1d638a5..6a03d1168 100644 --- a/packages/admin/__generated__/detailsManageSlugCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/detailsManageSlugCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -295,7 +295,6 @@ v23 = { v24 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -309,7 +308,8 @@ v24 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -329,14 +329,14 @@ v26 = { v27 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -344,7 +344,6 @@ v27 = { v28 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -358,7 +357,8 @@ v28 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -366,7 +366,6 @@ v28 = { v29 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -380,7 +379,8 @@ v29 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -388,7 +388,6 @@ v29 = { v30 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -402,7 +401,8 @@ v30 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -415,7 +415,6 @@ v31 = { "storageKey": null }, v32 = [ - (v20/*: any*/), (v31/*: any*/), { "alias": null, @@ -423,7 +422,8 @@ v32 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v20/*: any*/) ], v33 = { "kind": "InlineFragment", @@ -431,34 +431,31 @@ v33 = { "type": "MarkdownProperty", "abstractKey": null }, -v34 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v3/*: any*/), - (v4/*: any*/) - ], - "storageKey": null -}, +v34 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v3/*: any*/), + (v4/*: any*/) + ], + "storageKey": null + }, + (v20/*: any*/) +], v35 = { "kind": "InlineFragment", - "selections": [ - (v20/*: any*/), - (v34/*: any*/) - ], + "selections": (v34/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v36 = { "kind": "InlineFragment", - "selections": [ - (v34/*: any*/), - (v20/*: any*/) - ], + "selections": (v34/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -471,14 +468,14 @@ v37 = { v38 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -486,7 +483,6 @@ v38 = { v39 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -513,7 +509,8 @@ v39 = { } ], "storageKey": null - } + }, + (v20/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -521,7 +518,6 @@ v39 = { v40 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -541,7 +537,8 @@ v40 = { (v6/*: any*/) ], "storageKey": null - } + }, + (v20/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -549,7 +546,6 @@ v40 = { v41 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -559,12 +555,17 @@ v41 = { "plural": false, "selections": (v8/*: any*/), "storageKey": null - } + }, + (v20/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, -v42 = [ +v42 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v43 = [ { "alias": null, "args": null, @@ -582,14 +583,8 @@ v42 = [ "plural": false, "selections": [ (v11/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v6/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, + (v42/*: any*/), + (v6/*: any*/), (v18/*: any*/) ], "storageKey": null @@ -598,7 +593,7 @@ v42 = [ "storageKey": null } ], -v43 = [ +v44 = [ { "alias": null, "args": null, @@ -618,38 +613,32 @@ v43 = [ "plural": false, "selections": [ (v11/*: any*/), + (v42/*: any*/), + (v6/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v6/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v13/*: any*/), - (v9/*: any*/) - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v42/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v42/*: any*/), - "type": "Item", - "abstractKey": null - } + (v13/*: any*/), + (v9/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v43/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v43/*: any*/), + "type": "Item", + "abstractKey": null }, (v18/*: any*/) ], @@ -660,33 +649,33 @@ v43 = [ }, (v20/*: any*/) ], -v44 = { +v45 = { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v45 = { +v46 = { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v46 = { +v47 = { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, -v47 = { +v48 = { "alias": null, "args": null, "kind": "ScalarField", "name": "number", "storageKey": null }, -v48 = [ +v49 = [ { "alias": null, "args": null, @@ -695,8 +684,8 @@ v48 = [ "name": "schemaVersion", "plural": false, "selections": [ - (v46/*: any*/), (v47/*: any*/), + (v48/*: any*/), (v15/*: any*/) ], "storageKey": null @@ -967,8 +956,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "InlineFragment", @@ -984,7 +973,14 @@ return { (v11/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null }, { "kind": "InlineFragment", @@ -1008,7 +1004,7 @@ return { (v11/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v22/*: any*/), (v23/*: any*/), @@ -1027,8 +1023,8 @@ return { (v39/*: any*/), (v40/*: any*/), (v41/*: any*/), - (v44/*: any*/), - (v45/*: any*/) + (v45/*: any*/), + (v46/*: any*/) ], "storageKey": null } @@ -1056,25 +1052,11 @@ return { (v39/*: any*/), (v40/*: any*/), (v41/*: any*/), - (v44/*: any*/), - (v45/*: any*/) + (v45/*: any*/), + (v46/*: any*/) ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } - ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1084,13 +1066,13 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v48/*: any*/), + "selections": (v49/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v48/*: any*/), + "selections": (v49/*: any*/), "type": "Item", "abstractKey": null }, @@ -1106,8 +1088,8 @@ return { "name": "schemaVersion", "plural": false, "selections": [ - (v46/*: any*/), (v47/*: any*/), + (v48/*: any*/), (v15/*: any*/), (v9/*: any*/) ], @@ -1118,8 +1100,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1135,12 +1117,12 @@ return { ] }, "params": { - "cacheID": "b6cd19a4c957fd520dce12b34280e30f", + "cacheID": "6093f975fe9f7f0b66400d4c5ccc0343", "id": null, "metadata": {}, "name": "detailsManageSlugCollectionsPagesQuery", "operationKind": "query", - "text": "query detailsManageSlugCollectionsPagesQuery(\n $slug: Slug!\n) {\n collection(slug: $slug) {\n ...CollectionUpdateFormFragment\n id\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CollectionUpdateFormFieldsFragment on Collection {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment CollectionUpdateFormFragment on Collection {\n collectionId: id\n ...HarvestingStatusFragment\n ...ParentSelectorFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...CollectionUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ... on SchemaProperty {\n __isSchemaProperty: __typename\n fullPath\n }\n }\n}\n" + "text": "query detailsManageSlugCollectionsPagesQuery(\n $slug: Slug!\n) {\n collection(slug: $slug) {\n ...CollectionUpdateFormFragment\n id\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CollectionUpdateFormFieldsFragment on Collection {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment CollectionUpdateFormFragment on Collection {\n collectionId: id\n ...HarvestingStatusFragment\n ...ParentSelectorFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...CollectionUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n __isSchemaProperty: __typename\n fullPath\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/detailsManageSlugCommunitiesPagesQuery.graphql.ts b/packages/admin/__generated__/detailsManageSlugCommunitiesPagesQuery.graphql.ts index ffc6f2290..a4456160d 100644 --- a/packages/admin/__generated__/detailsManageSlugCommunitiesPagesQuery.graphql.ts +++ b/packages/admin/__generated__/detailsManageSlugCommunitiesPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<647815f3a5e9250efe61e762760ea37b>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -200,7 +200,6 @@ v15 = { v16 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -214,7 +213,8 @@ v16 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v12/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -234,14 +234,14 @@ v18 = { v19 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v12/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -249,7 +249,6 @@ v19 = { v20 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -263,7 +262,8 @@ v20 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v12/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -271,7 +271,6 @@ v20 = { v21 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -285,7 +284,8 @@ v21 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v12/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -293,7 +293,6 @@ v21 = { v22 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -307,7 +306,8 @@ v22 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v12/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -320,7 +320,6 @@ v23 = { "storageKey": null }, v24 = [ - (v12/*: any*/), (v23/*: any*/), { "alias": null, @@ -328,7 +327,8 @@ v24 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v12/*: any*/) ], v25 = { "kind": "InlineFragment", @@ -336,34 +336,31 @@ v25 = { "type": "MarkdownProperty", "abstractKey": null }, -v26 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v6/*: any*/), - (v7/*: any*/) - ], - "storageKey": null -}, +v26 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v6/*: any*/), + (v7/*: any*/) + ], + "storageKey": null + }, + (v12/*: any*/) +], v27 = { "kind": "InlineFragment", - "selections": [ - (v12/*: any*/), - (v26/*: any*/) - ], + "selections": (v26/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v28 = { "kind": "InlineFragment", - "selections": [ - (v26/*: any*/), - (v12/*: any*/) - ], + "selections": (v26/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -376,14 +373,14 @@ v29 = { v30 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v12/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -391,7 +388,6 @@ v30 = { v31 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -418,7 +414,8 @@ v31 = { } ], "storageKey": null - } + }, + (v12/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -426,7 +423,6 @@ v31 = { v32 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -446,7 +442,8 @@ v32 = { (v2/*: any*/) ], "storageKey": null - } + }, + (v12/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -454,7 +451,6 @@ v32 = { v33 = { "kind": "InlineFragment", "selections": [ - (v12/*: any*/), { "alias": null, "args": null, @@ -473,12 +469,17 @@ v33 = { (v7/*: any*/) ], "storageKey": null - } + }, + (v12/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, v34 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v35 = { "kind": "InlineFragment", "selections": [ (v9/*: any*/) @@ -486,7 +487,7 @@ v34 = { "type": "Node", "abstractKey": "__isNode" }, -v35 = [ +v36 = [ { "alias": null, "args": null, @@ -504,15 +505,9 @@ v35 = [ "plural": false, "selections": [ (v10/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v2/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, - (v34/*: any*/) + (v34/*: any*/), + (v2/*: any*/), + (v35/*: any*/) ], "storageKey": null } @@ -520,7 +515,7 @@ v35 = [ "storageKey": null } ], -v36 = [ +v37 = [ { "alias": null, "args": null, @@ -540,46 +535,40 @@ v36 = [ "plural": false, "selections": [ (v10/*: any*/), + (v34/*: any*/), + (v2/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v2/*: any*/), { "alias": null, "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "identifier", - "storageKey": null - }, - (v9/*: any*/) - ], + "kind": "ScalarField", + "name": "identifier", "storageKey": null }, - { - "kind": "InlineFragment", - "selections": (v35/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v35/*: any*/), - "type": "Item", - "abstractKey": null - } + (v9/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v36/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v36/*: any*/), + "type": "Item", + "abstractKey": null }, - (v34/*: any*/) + (v35/*: any*/) ], "storageKey": null } @@ -588,19 +577,19 @@ v36 = [ }, (v12/*: any*/) ], -v37 = { +v38 = { "kind": "InlineFragment", - "selections": (v36/*: any*/), + "selections": (v37/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v38 = { +v39 = { "kind": "InlineFragment", - "selections": (v36/*: any*/), + "selections": (v37/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v39 = [ +v40 = [ { "alias": "entityId", "args": null, @@ -825,7 +814,14 @@ return { (v10/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null }, { "kind": "InlineFragment", @@ -849,7 +845,7 @@ return { (v10/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v14/*: any*/), (v15/*: any*/), @@ -868,8 +864,8 @@ return { (v31/*: any*/), (v32/*: any*/), (v33/*: any*/), - (v37/*: any*/), - (v38/*: any*/) + (v38/*: any*/), + (v39/*: any*/) ], "storageKey": null } @@ -897,25 +893,11 @@ return { (v31/*: any*/), (v32/*: any*/), (v33/*: any*/), - (v37/*: any*/), - (v38/*: any*/) - ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } + (v38/*: any*/), + (v39/*: any*/) ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -925,25 +907,25 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v39/*: any*/), + "selections": (v40/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v39/*: any*/), + "selections": (v40/*: any*/), "type": "Item", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v39/*: any*/), + "selections": (v40/*: any*/), "type": "Community", "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -959,12 +941,12 @@ return { ] }, "params": { - "cacheID": "b08de9d88fa4f37af2c6af9baabd9a4c", + "cacheID": "ee9b6941568d17f847f4cf3d309627ad", "id": null, "metadata": {}, "name": "detailsManageSlugCommunitiesPagesQuery", "operationKind": "query", - "text": "query detailsManageSlugCommunitiesPagesQuery(\n $slug: Slug!\n) {\n community(slug: $slug) {\n ...CommunityUpdateFormFragment\n id\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CommunityUpdateFormFieldsFragment on Community {\n title\n tagline\n summary\n heroImageLayout\n position\n heroImage {\n ...FileUploadFragment\n }\n logo {\n ...FileUploadFragment\n }\n heroImageMetadata {\n alt\n }\n}\n\nfragment CommunityUpdateFormFragment on Community {\n communityId: id\n ...CommunityUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ... on SchemaProperty {\n __isSchemaProperty: __typename\n fullPath\n }\n }\n}\n" + "text": "query detailsManageSlugCommunitiesPagesQuery(\n $slug: Slug!\n) {\n community(slug: $slug) {\n ...CommunityUpdateFormFragment\n id\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment CommunityUpdateFormFieldsFragment on Community {\n title\n tagline\n summary\n heroImageLayout\n position\n heroImage {\n ...FileUploadFragment\n }\n logo {\n ...FileUploadFragment\n }\n heroImageMetadata {\n alt\n }\n}\n\nfragment CommunityUpdateFormFragment on Community {\n communityId: id\n ...CommunityUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n __isSchemaProperty: __typename\n fullPath\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/detailsManageSlugItemsQuery.graphql.ts b/packages/admin/__generated__/detailsManageSlugItemsQuery.graphql.ts index e19f9fc9f..62e5a17a3 100644 --- a/packages/admin/__generated__/detailsManageSlugItemsQuery.graphql.ts +++ b/packages/admin/__generated__/detailsManageSlugItemsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3201b9bdf69f7a8fd7d31021e7bbf164>> + * @generated SignedSource<<7d8f606d3d247b32d88b06b830aaecde>> * @lightSyntaxTransform * @nogrep */ @@ -295,7 +295,6 @@ v23 = { v24 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -309,7 +308,8 @@ v24 = { "kind": "ScalarField", "name": "checkedByDefault", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "BooleanProperty", "abstractKey": null @@ -329,14 +329,14 @@ v26 = { v27 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "date", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "DateProperty", "abstractKey": null @@ -344,7 +344,6 @@ v27 = { v28 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -358,7 +357,8 @@ v28 = { "kind": "ScalarField", "name": "defaultAddress", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "EmailProperty", "abstractKey": null @@ -366,7 +366,6 @@ v28 = { v29 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -380,7 +379,8 @@ v29 = { "kind": "ScalarField", "name": "defaultFloat", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "FloatProperty", "abstractKey": null @@ -388,7 +388,6 @@ v29 = { v30 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -402,7 +401,8 @@ v30 = { "kind": "ScalarField", "name": "defaultInteger", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "IntegerProperty", "abstractKey": null @@ -415,7 +415,6 @@ v31 = { "storageKey": null }, v32 = [ - (v20/*: any*/), (v31/*: any*/), { "alias": null, @@ -423,7 +422,8 @@ v32 = [ "kind": "ScalarField", "name": "default", "storageKey": null - } + }, + (v20/*: any*/) ], v33 = { "kind": "InlineFragment", @@ -431,34 +431,31 @@ v33 = { "type": "MarkdownProperty", "abstractKey": null }, -v34 = { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v3/*: any*/), - (v4/*: any*/) - ], - "storageKey": null -}, +v34 = [ + { + "alias": null, + "args": null, + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, + "selections": [ + (v3/*: any*/), + (v4/*: any*/) + ], + "storageKey": null + }, + (v20/*: any*/) +], v35 = { "kind": "InlineFragment", - "selections": [ - (v20/*: any*/), - (v34/*: any*/) - ], + "selections": (v34/*: any*/), "type": "MultiselectProperty", "abstractKey": null }, v36 = { "kind": "InlineFragment", - "selections": [ - (v34/*: any*/), - (v20/*: any*/) - ], + "selections": (v34/*: any*/), "type": "SelectProperty", "abstractKey": null }, @@ -471,14 +468,14 @@ v37 = { v38 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "tags", "storageKey": null - } + }, + (v20/*: any*/) ], "type": "TagsProperty", "abstractKey": null @@ -486,7 +483,6 @@ v38 = { v39 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -513,7 +509,8 @@ v39 = { } ], "storageKey": null - } + }, + (v20/*: any*/) ], "type": "FullTextProperty", "abstractKey": null @@ -521,7 +518,6 @@ v39 = { v40 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -541,7 +537,8 @@ v40 = { (v6/*: any*/) ], "storageKey": null - } + }, + (v20/*: any*/) ], "type": "URLProperty", "abstractKey": null @@ -549,7 +546,6 @@ v40 = { v41 = { "kind": "InlineFragment", "selections": [ - (v20/*: any*/), { "alias": null, "args": null, @@ -559,12 +555,17 @@ v41 = { "plural": false, "selections": (v8/*: any*/), "storageKey": null - } + }, + (v20/*: any*/) ], "type": "VariableDateProperty", "abstractKey": null }, -v42 = [ +v42 = { + "kind": "TypeDiscriminator", + "abstractKey": "__isEntity" +}, +v43 = [ { "alias": null, "args": null, @@ -582,14 +583,8 @@ v42 = [ "plural": false, "selections": [ (v10/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v6/*: any*/) - ], - "type": "Entity", - "abstractKey": "__isEntity" - }, + (v42/*: any*/), + (v6/*: any*/), (v17/*: any*/) ], "storageKey": null @@ -598,7 +593,7 @@ v42 = [ "storageKey": null } ], -v43 = [ +v44 = [ { "alias": null, "args": null, @@ -618,38 +613,32 @@ v43 = [ "plural": false, "selections": [ (v10/*: any*/), + (v42/*: any*/), + (v6/*: any*/), { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "schemaVersion", + "plural": false, "selections": [ - (v6/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "schemaVersion", - "plural": false, - "selections": [ - (v12/*: any*/), - (v9/*: any*/) - ], - "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": (v42/*: any*/), - "type": "Collection", - "abstractKey": null - }, - { - "kind": "InlineFragment", - "selections": (v42/*: any*/), - "type": "Item", - "abstractKey": null - } + (v12/*: any*/), + (v9/*: any*/) ], - "type": "Entity", - "abstractKey": "__isEntity" + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": (v43/*: any*/), + "type": "Collection", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": (v43/*: any*/), + "type": "Item", + "abstractKey": null }, (v17/*: any*/) ], @@ -660,33 +649,33 @@ v43 = [ }, (v20/*: any*/) ], -v44 = { +v45 = { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "EntityProperty", "abstractKey": null }, -v45 = { +v46 = { "kind": "InlineFragment", - "selections": (v43/*: any*/), + "selections": (v44/*: any*/), "type": "EntitiesProperty", "abstractKey": null }, -v46 = { +v47 = { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, -v47 = { +v48 = { "alias": null, "args": null, "kind": "ScalarField", "name": "number", "storageKey": null }, -v48 = [ +v49 = [ { "alias": null, "args": null, @@ -695,8 +684,8 @@ v48 = [ "name": "schemaVersion", "plural": false, "selections": [ - (v46/*: any*/), (v47/*: any*/), + (v48/*: any*/), (v14/*: any*/) ], "storageKey": null @@ -967,8 +956,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "InlineFragment", @@ -984,7 +973,14 @@ return { (v10/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnySchemaProperty" + "abstractKey": "__isSchemaProperty" + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null }, { "kind": "InlineFragment", @@ -1008,7 +1004,7 @@ return { (v10/*: any*/), { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyScalarProperty" + "abstractKey": "__isScalarProperty" }, (v22/*: any*/), (v23/*: any*/), @@ -1027,8 +1023,8 @@ return { (v39/*: any*/), (v40/*: any*/), (v41/*: any*/), - (v44/*: any*/), - (v45/*: any*/) + (v45/*: any*/), + (v46/*: any*/) ], "storageKey": null } @@ -1056,25 +1052,11 @@ return { (v39/*: any*/), (v40/*: any*/), (v41/*: any*/), - (v44/*: any*/), - (v45/*: any*/) + (v45/*: any*/), + (v46/*: any*/) ], - "type": "AnyScalarProperty", - "abstractKey": "__isAnyScalarProperty" - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } - ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" } ], "storageKey": null @@ -1084,13 +1066,13 @@ return { "selections": [ { "kind": "InlineFragment", - "selections": (v48/*: any*/), + "selections": (v49/*: any*/), "type": "Collection", "abstractKey": null }, { "kind": "InlineFragment", - "selections": (v48/*: any*/), + "selections": (v49/*: any*/), "type": "Item", "abstractKey": null }, @@ -1106,8 +1088,8 @@ return { "name": "schemaVersion", "plural": false, "selections": [ - (v46/*: any*/), (v47/*: any*/), + (v48/*: any*/), (v14/*: any*/), (v9/*: any*/) ], @@ -1118,8 +1100,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, { "kind": "TypeDiscriminator", @@ -1135,12 +1117,12 @@ return { ] }, "params": { - "cacheID": "429cea4f15bd3ec812069e95436caaf2", + "cacheID": "902f74ffcfac7e9ce05669ed9c0fabc7", "id": null, "metadata": {}, "name": "detailsManageSlugItemsQuery", "operationKind": "query", - "text": "query detailsManageSlugItemsQuery(\n $slug: Slug!\n) {\n item(slug: $slug) {\n ...ItemUpdateFormFragment\n id\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment ItemUpdateFormFieldsFragment on Item {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment ItemUpdateFormFragment on Item {\n itemId: id\n ...ParentSelectorFragment\n ...HarvestingStatusFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...ItemUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on AnySchemaProperty {\n __isAnySchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on AnyScalarProperty {\n __isAnyScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n ... on Entity {\n __isEntity: __typename\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ... on SchemaProperty {\n __isSchemaProperty: __typename\n fullPath\n }\n }\n}\n" + "text": "query detailsManageSlugItemsQuery(\n $slug: Slug!\n) {\n item(slug: $slug) {\n ...ItemUpdateFormFragment\n id\n }\n}\n\nfragment AssetPropertyFragment on AssetProperty {\n ...ScalarPropertyFragment\n}\n\nfragment AssetsPropertyFragment on AssetsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment BooleanPropertyFragment on BooleanProperty {\n ...ScalarPropertyFragment\n checked\n checkedByDefault\n}\n\nfragment ContributorPropertyFragment on ContributorProperty {\n ...ScalarPropertyFragment\n}\n\nfragment ContributorsPropertyFragment on ContributorsProperty {\n ...ScalarPropertyFragment\n}\n\nfragment DatePropertyFragment on DateProperty {\n ...ScalarPropertyFragment\n date\n}\n\nfragment EmailPropertyFragment on EmailProperty {\n ...ScalarPropertyFragment\n address\n defaultAddress\n}\n\nfragment EntitiesPropertyFragment on EntitiesProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment EntityPropertyFragment on EntityProperty {\n ...ScalarPropertyFragment\n availableEntities {\n label\n value\n entity {\n __typename\n ...getEntityTitleFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n\nfragment FloatPropertyFragment on FloatProperty {\n ...ScalarPropertyFragment\n floatValue\n defaultFloat\n}\n\nfragment FullTextPropertyFragment on FullTextProperty {\n ...ScalarPropertyFragment\n description\n fullText {\n content\n kind\n lang\n }\n}\n\nfragment GroupPropertyFragment on GroupProperty {\n legend\n path\n properties {\n __typename\n ...SchemaPropertyFragment\n }\n}\n\nfragment HarvestingStatusFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n harvestModificationStatus\n }\n ... on Item {\n harvestModificationStatus\n }\n}\n\nfragment IntegerPropertyFragment on IntegerProperty {\n ...ScalarPropertyFragment\n integerValue\n defaultInteger\n}\n\nfragment ItemUpdateFormFieldsFragment on Item {\n title\n subtitle\n doiData {\n doi\n }\n rawDOI\n visibility\n summary\n visibleAfterAt\n visibleUntilAt\n thumbnail {\n ...FileUploadFragment\n }\n heroImage {\n ...FileUploadFragment\n }\n published {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment ItemUpdateFormFragment on Item {\n itemId: id\n ...ParentSelectorFragment\n ...HarvestingStatusFragment\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ...ItemUpdateFormFieldsFragment\n ...SchemaFormFieldsFragment\n ...useSchemaPropertiesFragment\n}\n\nfragment MarkdownPropertyFragment on MarkdownProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment MultiselectPropertyFragment on MultiselectProperty {\n ...ScalarPropertyFragment\n options {\n label\n value\n }\n}\n\nfragment ParentSelectorFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Community {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ... on Item {\n __typename\n entityId: id\n schemaVersion {\n enforcesParent\n enforcedParentVersions {\n identifier\n namespace\n id\n }\n id\n }\n parent {\n __typename\n ... on Collection {\n id\n slug\n title\n }\n ... on Item {\n id\n slug\n title\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n}\n\nfragment ScalarPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n name: fullPath\n label\n path\n required\n type\n isWide\n}\n\nfragment SchemaFormFieldsContextFragment on SchemaInstance {\n __isSchemaInstance: __typename\n context: schemaInstanceContext {\n ...useSchemaContextFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n}\n\nfragment SchemaFormFieldsFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n ...SchemaInstancePropertyFragment\n }\n ...SchemaSelectorDataFragment\n ...SchemaFormFieldsContextFragment\n}\n\nfragment SchemaInstancePropertyFragment on SchemaProperty {\n __isSchemaProperty: __typename\n __typename\n ... on GroupProperty {\n ...GroupPropertyFragment\n }\n ...SchemaPropertyFragment\n}\n\nfragment SchemaPropertyFragment on ScalarProperty {\n __isScalarProperty: __typename\n __typename\n ... on AssetProperty {\n ...AssetPropertyFragment\n }\n ... on AssetsProperty {\n ...AssetsPropertyFragment\n }\n ... on BooleanProperty {\n ...BooleanPropertyFragment\n }\n ... on ContributorProperty {\n ...ContributorPropertyFragment\n }\n ... on ContributorsProperty {\n ...ContributorsPropertyFragment\n }\n ... on DateProperty {\n ...DatePropertyFragment\n }\n ... on EmailProperty {\n ...EmailPropertyFragment\n }\n ... on FloatProperty {\n ...FloatPropertyFragment\n }\n ... on IntegerProperty {\n ...IntegerPropertyFragment\n }\n ... on MarkdownProperty {\n ...MarkdownPropertyFragment\n }\n ... on MultiselectProperty {\n ...MultiselectPropertyFragment\n }\n ... on SelectProperty {\n ...SelectPropertyFragment\n }\n ... on StringProperty {\n ...StringPropertyFragment\n }\n ... on TagsProperty {\n ...TagsPropertyFragment\n }\n ... on FullTextProperty {\n ...FullTextPropertyFragment\n }\n ... on URLProperty {\n ...URLPropertyFragment\n }\n ... on VariableDateProperty {\n ...VariableDatePropertyFragment\n }\n ... on EntityProperty {\n ...EntityPropertyFragment\n }\n ... on EntitiesProperty {\n ...EntitiesPropertyFragment\n }\n}\n\nfragment SchemaSelectorDataFragment on Entity {\n __isEntity: __typename\n ... on Collection {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Item {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n ... on Community {\n entityId: id\n schemaVersion {\n name\n number\n slug\n id\n }\n }\n}\n\nfragment SelectPropertyFragment on SelectProperty {\n options {\n label\n value\n }\n ...ScalarPropertyFragment\n}\n\nfragment StringPropertyFragment on StringProperty {\n ...ScalarPropertyFragment\n content\n default\n}\n\nfragment TagsPropertyFragment on TagsProperty {\n ...ScalarPropertyFragment\n tags\n}\n\nfragment URLPropertyFragment on URLProperty {\n ...ScalarPropertyFragment\n url {\n href\n label\n title\n }\n}\n\nfragment VariableDatePropertyFragment on VariableDateProperty {\n ...ScalarPropertyFragment\n dateWithPrecision {\n ...VariablePrecisionDateControlFragment\n }\n}\n\nfragment VariablePrecisionDateControlFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment getEntityTitleFragment on Entity {\n __isEntity: __typename\n __typename\n title\n schemaVersion {\n identifier\n id\n }\n ... on Collection {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n ... on Item {\n namedAncestors {\n ancestor {\n __typename\n __isEntity: __typename\n title\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment useSchemaContextFragment on SchemaInstanceContext {\n assets {\n kind\n label\n value\n }\n contributors {\n kind\n label\n value\n }\n defaultValues\n entityId\n fieldValues\n schemaVersionSlug\n}\n\nfragment useSchemaPropertiesFragment on SchemaInstance {\n __isSchemaInstance: __typename\n properties: schemaProperties {\n __typename\n __isSchemaProperty: __typename\n fullPath\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/detailsSlugContributorsPagesQuery.graphql.ts b/packages/admin/__generated__/detailsSlugContributorsPagesQuery.graphql.ts index f58bb7d1b..0392d9f43 100644 --- a/packages/admin/__generated__/detailsSlugContributorsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/detailsSlugContributorsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3833f27e4e7bfdd0d10c8cc9debacec7>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -198,7 +198,7 @@ return { }, { "kind": "TypeDiscriminator", - "abstractKey": "__isAnyContributor" + "abstractKey": "__isContributor" }, { "kind": "InlineFragment", @@ -248,16 +248,16 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "PersonContributor", "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "PersonContributor", @@ -304,16 +304,16 @@ return { "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "OrganizationContributor", "abstractKey": null } ], - "type": "AnyContributor", - "abstractKey": "__isAnyContributor" + "type": "Contributor", + "abstractKey": "__isContributor" } ], "type": "OrganizationContributor", @@ -339,12 +339,12 @@ return { ] }, "params": { - "cacheID": "bd09a47ca1f4c88830fefcd8a557552c", + "cacheID": "9c011b17e11cea3b0c1b947ce684c23d", "id": null, "metadata": {}, "name": "detailsSlugContributorsPagesQuery", "operationKind": "query", - "text": "query detailsSlugContributorsPagesQuery(\n $slug: Slug!\n) {\n contributor(slug: $slug) {\n __typename\n ...ContributorUpdateFormFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment ContributorUpdateFormFragment on AnyContributor {\n __isAnyContributor: __typename\n __typename\n ... on PersonContributor {\n ...ContributorUpdatePersonFormFragment\n }\n ... on OrganizationContributor {\n ...ContributorUpdateOrganizationFormFragment\n }\n}\n\nfragment ContributorUpdateOrganizationFormFieldsFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on OrganizationContributor {\n legalName\n email\n location\n bio\n url\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdateOrganizationFormFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on OrganizationContributor {\n contributorId: id\n ...ContributorUpdateOrganizationFormFieldsFragment\n }\n}\n\nfragment ContributorUpdatePersonFormFieldsFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on PersonContributor {\n givenName\n familyName\n title\n email\n affiliation\n bio\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdatePersonFormFragment on AnyContributor {\n __isAnyContributor: __typename\n ... on PersonContributor {\n contributorId: id\n ...ContributorUpdatePersonFormFieldsFragment\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" + "text": "query detailsSlugContributorsPagesQuery(\n $slug: Slug!\n) {\n contributor(slug: $slug) {\n __typename\n ...ContributorUpdateFormFragment\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment ContributorUpdateFormFragment on Contributor {\n __isContributor: __typename\n __typename\n ... on PersonContributor {\n ...ContributorUpdatePersonFormFragment\n }\n ... on OrganizationContributor {\n ...ContributorUpdateOrganizationFormFragment\n }\n}\n\nfragment ContributorUpdateOrganizationFormFieldsFragment on Contributor {\n __isContributor: __typename\n ... on OrganizationContributor {\n legalName\n email\n location\n bio\n url\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdateOrganizationFormFragment on Contributor {\n __isContributor: __typename\n ... on OrganizationContributor {\n contributorId: id\n ...ContributorUpdateOrganizationFormFieldsFragment\n }\n}\n\nfragment ContributorUpdatePersonFormFieldsFragment on Contributor {\n __isContributor: __typename\n ... on PersonContributor {\n givenName\n familyName\n title\n email\n affiliation\n bio\n orcid\n image {\n ...FileUploadFragment\n }\n links {\n title\n url\n }\n }\n}\n\nfragment ContributorUpdatePersonFormFragment on Contributor {\n __isContributor: __typename\n ... on PersonContributor {\n contributorId: id\n ...ContributorUpdatePersonFormFieldsFragment\n }\n}\n\nfragment FileUploadFragment on ImageAttachment {\n originalFilename\n storage\n thumb {\n png {\n alt\n url\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/filesManageSlugCollectionQuery.graphql.ts b/packages/admin/__generated__/filesManageSlugCollectionQuery.graphql.ts index d5549f0f6..2d8d64a81 100644 --- a/packages/admin/__generated__/filesManageSlugCollectionQuery.graphql.ts +++ b/packages/admin/__generated__/filesManageSlugCollectionQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<610dc838e66537c20a78553dcddf1a6c>> * @lightSyntaxTransform * @nogrep */ @@ -84,7 +84,7 @@ return { { "alias": null, "args": (v3/*: any*/), - "concreteType": "AnyAssetConnection", + "concreteType": "AssetConnection", "kind": "LinkedField", "name": "assets", "plural": false, @@ -124,7 +124,7 @@ return { { "alias": null, "args": (v3/*: any*/), - "concreteType": "AnyAssetConnection", + "concreteType": "AssetConnection", "kind": "LinkedField", "name": "assets", "plural": false, @@ -145,105 +145,103 @@ return { "storageKey": null }, { - "kind": "InlineFragment", + "kind": "TypeDiscriminator", + "abstractKey": "__isAsset" + }, + (v4/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "slug", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "name", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "downloadUrl", + "storageKey": null + }, + { + "alias": "thumbnail", + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "preview", + "plural": false, "selections": [ - (v4/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "slug", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "downloadUrl", + "name": "storage", "storageKey": null }, { - "alias": "thumbnail", + "alias": "image", "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "preview", + "name": "thumb", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "image", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "thumb", + "name": "png", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "png", - "plural": false, + "kind": "ScalarField", + "name": "url", + "storageKey": null + }, + { + "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "url", + "name": "alt", "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "width", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "height", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null @@ -252,16 +250,7 @@ return { "storageKey": null } ], - "type": "Asset", - "abstractKey": "__isAsset" - }, - { - "kind": "InlineFragment", - "selections": [ - (v4/*: any*/) - ], - "type": "Node", - "abstractKey": "__isNode" + "storageKey": null } ], "storageKey": null @@ -336,12 +325,12 @@ return { ] }, "params": { - "cacheID": "d733a920a61ef09749f945d7574f272a", + "cacheID": "87da611e933d7eddc6530b6f1d1f6f98", "id": null, "metadata": {}, "name": "filesManageSlugCollectionQuery", "operationKind": "query", - "text": "query filesManageSlugCollectionQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n assets(page: $page, perPage: 20) {\n ...FileListFragment\n }\n id\n }\n}\n\nfragment AssetThumbnailColumnFragment on Asset {\n __isAsset: __typename\n thumbnail: preview {\n storage\n image: thumb {\n png {\n ...ImageFragment\n url\n }\n }\n }\n}\n\nfragment FileListFragment on AnyAssetConnection {\n nodes {\n __typename\n ... on Asset {\n __isAsset: __typename\n id\n slug\n kind\n name\n downloadUrl\n ...AssetThumbnailColumnFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...ModelListPageFragment\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query filesManageSlugCollectionQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n assets(page: $page, perPage: 20) {\n ...FileListFragment\n }\n id\n }\n}\n\nfragment AssetThumbnailColumnFragment on Asset {\n __isAsset: __typename\n thumbnail: preview {\n storage\n image: thumb {\n png {\n ...ImageFragment\n url\n }\n }\n }\n}\n\nfragment FileListFragment on AssetConnection {\n nodes {\n __typename\n __isAsset: __typename\n id\n slug\n kind\n name\n downloadUrl\n ...AssetThumbnailColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/filesManageSlugItemsQuery.graphql.ts b/packages/admin/__generated__/filesManageSlugItemsQuery.graphql.ts index a2a78551d..dbd186d85 100644 --- a/packages/admin/__generated__/filesManageSlugItemsQuery.graphql.ts +++ b/packages/admin/__generated__/filesManageSlugItemsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<71c6339da6e05f6982386f1ac558d59a>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -84,7 +84,7 @@ return { { "alias": null, "args": (v3/*: any*/), - "concreteType": "AnyAssetConnection", + "concreteType": "AssetConnection", "kind": "LinkedField", "name": "assets", "plural": false, @@ -124,7 +124,7 @@ return { { "alias": null, "args": (v3/*: any*/), - "concreteType": "AnyAssetConnection", + "concreteType": "AssetConnection", "kind": "LinkedField", "name": "assets", "plural": false, @@ -145,105 +145,103 @@ return { "storageKey": null }, { - "kind": "InlineFragment", + "kind": "TypeDiscriminator", + "abstractKey": "__isAsset" + }, + (v4/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "slug", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "name", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "downloadUrl", + "storageKey": null + }, + { + "alias": "thumbnail", + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "preview", + "plural": false, "selections": [ - (v4/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "slug", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "downloadUrl", + "name": "storage", "storageKey": null }, { - "alias": "thumbnail", + "alias": "image", "args": null, - "concreteType": "ImageAttachment", + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "preview", + "name": "thumb", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "image", - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "thumb", + "name": "png", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "png", - "plural": false, + "kind": "ScalarField", + "name": "url", + "storageKey": null + }, + { + "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "url", + "name": "alt", "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "width", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "height", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null @@ -252,16 +250,7 @@ return { "storageKey": null } ], - "type": "Asset", - "abstractKey": "__isAsset" - }, - { - "kind": "InlineFragment", - "selections": [ - (v4/*: any*/) - ], - "type": "Node", - "abstractKey": "__isNode" + "storageKey": null } ], "storageKey": null @@ -336,12 +325,12 @@ return { ] }, "params": { - "cacheID": "59f497e2dbf3726b7ce87ffb261dc479", + "cacheID": "926c6690ef4834e068ddce2775d38306", "id": null, "metadata": {}, "name": "filesManageSlugItemsQuery", "operationKind": "query", - "text": "query filesManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n assets(page: $page, perPage: 20) {\n ...FileListFragment\n }\n id\n }\n}\n\nfragment AssetThumbnailColumnFragment on Asset {\n __isAsset: __typename\n thumbnail: preview {\n storage\n image: thumb {\n png {\n ...ImageFragment\n url\n }\n }\n }\n}\n\nfragment FileListFragment on AnyAssetConnection {\n nodes {\n __typename\n ... on Asset {\n __isAsset: __typename\n id\n slug\n kind\n name\n downloadUrl\n ...AssetThumbnailColumnFragment\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...ModelListPageFragment\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query filesManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n assets(page: $page, perPage: 20) {\n ...FileListFragment\n }\n id\n }\n}\n\nfragment AssetThumbnailColumnFragment on Asset {\n __isAsset: __typename\n thumbnail: preview {\n storage\n image: thumb {\n png {\n ...ImageFragment\n url\n }\n }\n }\n}\n\nfragment FileListFragment on AssetConnection {\n nodes {\n __typename\n __isAsset: __typename\n id\n slug\n kind\n name\n downloadUrl\n ...AssetThumbnailColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/getEntityTitleFragment.graphql.ts b/packages/admin/__generated__/getEntityTitleFragment.graphql.ts index ad1576038..aea51c860 100644 --- a/packages/admin/__generated__/getEntityTitleFragment.graphql.ts +++ b/packages/admin/__generated__/getEntityTitleFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<6ba2ca2bed240e52c2f917c65f4f0d28>> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ export type getEntityTitleFragment$data = { readonly __typename: string; readonly namedAncestors?: ReadonlyArray<{ readonly ancestor: { - readonly title?: string; + readonly title: string; }; }>; readonly schemaVersion: { diff --git a/packages/admin/__generated__/itemsListQuery.graphql.ts b/packages/admin/__generated__/itemsListQuery.graphql.ts index f94d8fa94..2f87f8e59 100644 --- a/packages/admin/__generated__/itemsListQuery.graphql.ts +++ b/packages/admin/__generated__/itemsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<091cc9f0baa0dc7750f0d2554d851b3a>> * @lightSyntaxTransform * @nogrep */ @@ -259,6 +259,81 @@ v24 = { "storageKey": null }, v25 = { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": "thumb", + "args": null, + "concreteType": "ImageSize", + "kind": "LinkedField", + "name": "small", + "plural": false, + "selections": [ + { + "alias": null, + "args": null, + "concreteType": "ImageDerivative", + "kind": "LinkedField", + "name": "webp", + "plural": false, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "alt", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "url", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + } + ], + "type": "Image", + "abstractKey": "__isImage" + } + ], + "storageKey": null + } + ], + "storageKey": null + } + ], + "storageKey": null +}, +v26 = { "kind": "InlineFragment", "selections": [ (v15/*: any*/) @@ -266,7 +341,7 @@ v25 = { "type": "Node", "abstractKey": "__isNode" }, -v26 = { +v27 = { "alias": null, "args": [ { @@ -347,7 +422,7 @@ v26 = { "type": "PersonContributor", "abstractKey": null }, - (v25/*: any*/) + (v26/*: any*/) ], "storageKey": null }, @@ -362,81 +437,6 @@ v26 = { ], "storageKey": "contributions(page:1,perPage:1)" }, -v27 = { - "alias": null, - "args": null, - "concreteType": "ImageAttachment", - "kind": "LinkedField", - "name": "thumbnail", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", - "kind": "LinkedField", - "name": "small", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "width", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "height", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" - } - ], - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null -}, v28 = { "alias": null, "args": null, @@ -528,71 +528,63 @@ v31 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "label", + "name": "searchPath", "storageKey": null }, v32 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "label", + "storageKey": null +}, +v33 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", + "name": "type", "storageKey": null - }, - (v31/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", - "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v34 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v35 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v36 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v31/*: any*/), - (v28/*: any*/) - ], - "storageKey": null - } + (v32/*: any*/), + (v28/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" + "type": "SelectProperty", + "abstractKey": null }; return { "fragment": { @@ -725,23 +717,16 @@ return { { "kind": "InlineFragment", "selections": [ + (v24/*: any*/), + (v25/*: any*/), { "kind": "InlineFragment", "selections": [ - (v26/*: any*/) + (v27/*: any*/) ], "type": "Item", "abstractKey": null - } - ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - { - "kind": "InlineFragment", - "selections": [ - (v24/*: any*/), - (v27/*: any*/), + }, { "kind": "TypeDiscriminator", "abstractKey": "__isNode" @@ -775,64 +760,6 @@ return { "name": "search", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SearchableCoreProperty", - "kind": "LinkedField", - "name": "coreProperties", - "plural": true, - "selections": [ - (v32/*: any*/) - ], - "storageKey": null - }, - { - "alias": "schemas", - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "availableSchemaVersions", - "plural": true, - "selections": [ - (v18/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaDefinition", - "kind": "LinkedField", - "name": "schemaDefinition", - "plural": false, - "selections": [ - (v16/*: any*/), - (v15/*: any*/) - ], - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "searchableProperties", - "plural": true, - "selections": [ - (v24/*: any*/), - (v32/*: any*/) - ], - "storageKey": null - }, - (v15/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], - "storageKey": null - }, { "condition": "hasQuery", "kind": "Condition", @@ -877,7 +804,7 @@ return { "plural": false, "selections": [ (v24/*: any*/), - (v25/*: any*/), + (v26/*: any*/), { "kind": "InlineFragment", "selections": [ @@ -887,41 +814,24 @@ return { "abstractKey": "__isSluggable" }, { - "kind": "InlineFragment", - "selections": [ - (v17/*: any*/), - (v19/*: any*/), - (v23/*: any*/), - (v27/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v16/*: any*/), - (v26/*: any*/) - ], - "type": "Item", - "abstractKey": null - } - ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - (v29/*: any*/) - ], - "type": "Entity", + "kind": "TypeDiscriminator", "abstractKey": "__isEntity" }, + (v17/*: any*/), + (v19/*: any*/), + (v23/*: any*/), { "kind": "InlineFragment", "selections": [ + (v16/*: any*/), + (v27/*: any*/), (v22/*: any*/) ], "type": "Item", "abstractKey": null - } + }, + (v25/*: any*/), + (v29/*: any*/) ], "storageKey": null }, @@ -934,6 +844,85 @@ return { "storageKey": null } ] + }, + { + "alias": null, + "args": null, + "concreteType": "SearchableCoreProperty", + "kind": "LinkedField", + "name": "coreProperties", + "plural": true, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/), + (v35/*: any*/), + (v36/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], + "storageKey": null + }, + { + "alias": "schemas", + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "availableSchemaVersions", + "plural": true, + "selections": [ + (v18/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaDefinition", + "kind": "LinkedField", + "name": "schemaDefinition", + "plural": false, + "selections": [ + (v16/*: any*/), + (v15/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": null, + "kind": "LinkedField", + "name": "searchableProperties", + "plural": true, + "selections": [ + (v24/*: any*/), + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v31/*: any*/), + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/), + (v35/*: any*/), + (v36/*: any*/) + ], + "storageKey": null + }, + (v15/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null } ], "storageKey": "search(visibility:\"ALL\")" @@ -941,12 +930,12 @@ return { ] }, "params": { - "cacheID": "0520473a53302c710c58323079dc1716", + "cacheID": "4f65508c2ab32704ed64aca110526212", "id": null, "metadata": {}, "name": "itemsListQuery", "operationKind": "query", - "text": "query itemsListQuery(\n $query: String\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $order: EntityOrder\n $hasQuery: Boolean!\n $schema: [String!]\n) {\n viewer {\n items(access: UPDATE, order: $order, page: $page, perPage: 20) @skip(if: $hasQuery) {\n ...ItemListFragment\n }\n id\n }\n search(visibility: ALL) {\n ...ItemListSearchFragment_1V70IR\n }\n}\n\nfragment ContributorsColumnFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n contributions(page: 1, perPage: 1) {\n edges {\n node {\n contributor {\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n slug\n givenName\n familyName\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n pageInfo {\n totalCount\n }\n }\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ItemListFragment on ItemConnection {\n nodes {\n id\n slug\n title\n schemaVersion {\n name\n number\n id\n }\n items {\n pageInfo {\n totalCount\n }\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ItemListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: ITEM, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ... on Item {\n items {\n pageInfo {\n totalCount\n }\n }\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query itemsListQuery(\n $query: String\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $order: EntityOrder\n $hasQuery: Boolean!\n $schema: [String!]\n) {\n viewer {\n items(access: UPDATE, order: $order, page: $page, perPage: 20) @skip(if: $hasQuery) {\n ...ItemListFragment\n }\n id\n }\n search(visibility: ALL) {\n ...ItemListSearchFragment_1V70IR\n }\n}\n\nfragment ContributorsColumnFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n contributions(page: 1, perPage: 1) {\n edges {\n node {\n contributor {\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n slug\n givenName\n familyName\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n pageInfo {\n totalCount\n }\n }\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ItemListFragment on ItemConnection {\n nodes {\n id\n slug\n title\n schemaVersion {\n name\n number\n id\n }\n items {\n pageInfo {\n totalCount\n }\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ItemListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: ITEM, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n ... on Item {\n items {\n pageInfo {\n totalCount\n }\n }\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/itemsSlugCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/itemsSlugCollectionsPagesQuery.graphql.ts index fec953442..75f595164 100644 --- a/packages/admin/__generated__/itemsSlugCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/itemsSlugCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6c9b69843c126604a3f74a437b5304e3>> + * @generated SignedSource<<08affed8550124be6e2b2df06519198d>> * @lightSyntaxTransform * @nogrep */ @@ -271,6 +271,81 @@ v25 = { "storageKey": null }, v26 = { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": "thumb", + "args": null, + "concreteType": "ImageSize", + "kind": "LinkedField", + "name": "small", + "plural": false, + "selections": [ + { + "alias": null, + "args": null, + "concreteType": "ImageDerivative", + "kind": "LinkedField", + "name": "webp", + "plural": false, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "alt", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "url", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + } + ], + "type": "Image", + "abstractKey": "__isImage" + } + ], + "storageKey": null + } + ], + "storageKey": null + } + ], + "storageKey": null +}, +v27 = { "kind": "InlineFragment", "selections": [ (v16/*: any*/) @@ -278,7 +353,7 @@ v26 = { "type": "Node", "abstractKey": "__isNode" }, -v27 = { +v28 = { "alias": null, "args": [ { @@ -359,7 +434,7 @@ v27 = { "type": "PersonContributor", "abstractKey": null }, - (v26/*: any*/) + (v27/*: any*/) ], "storageKey": null }, @@ -374,81 +449,6 @@ v27 = { ], "storageKey": "contributions(page:1,perPage:1)" }, -v28 = { - "alias": null, - "args": null, - "concreteType": "ImageAttachment", - "kind": "LinkedField", - "name": "thumbnail", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", - "kind": "LinkedField", - "name": "small", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "width", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "height", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" - } - ], - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null -}, v29 = { "alias": null, "args": null, @@ -540,71 +540,63 @@ v32 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "label", + "name": "searchPath", "storageKey": null }, v33 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "label", + "storageKey": null +}, +v34 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - (v32/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", + "name": "type", "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v35 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v36 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v37 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v32/*: any*/), - (v29/*: any*/) - ], - "storageKey": null - } + (v33/*: any*/), + (v29/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" + "type": "SelectProperty", + "abstractKey": null }; return { "fragment": { @@ -726,23 +718,16 @@ return { { "kind": "InlineFragment", "selections": [ + (v25/*: any*/), + (v26/*: any*/), { "kind": "InlineFragment", "selections": [ - (v27/*: any*/) + (v28/*: any*/) ], "type": "Item", "abstractKey": null - } - ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - { - "kind": "InlineFragment", - "selections": [ - (v25/*: any*/), - (v28/*: any*/), + }, { "kind": "TypeDiscriminator", "abstractKey": "__isNode" @@ -771,64 +756,6 @@ return { "name": "search", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SearchableCoreProperty", - "kind": "LinkedField", - "name": "coreProperties", - "plural": true, - "selections": [ - (v33/*: any*/) - ], - "storageKey": null - }, - { - "alias": "schemas", - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "availableSchemaVersions", - "plural": true, - "selections": [ - (v19/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaDefinition", - "kind": "LinkedField", - "name": "schemaDefinition", - "plural": false, - "selections": [ - (v17/*: any*/), - (v16/*: any*/) - ], - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "searchableProperties", - "plural": true, - "selections": [ - (v25/*: any*/), - (v33/*: any*/) - ], - "storageKey": null - }, - (v16/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], - "storageKey": null - }, { "condition": "hasQuery", "kind": "Condition", @@ -877,7 +804,7 @@ return { "plural": false, "selections": [ (v25/*: any*/), - (v26/*: any*/), + (v27/*: any*/), { "kind": "InlineFragment", "selections": [ @@ -887,41 +814,24 @@ return { "abstractKey": "__isSluggable" }, { - "kind": "InlineFragment", - "selections": [ - (v18/*: any*/), - (v20/*: any*/), - (v24/*: any*/), - (v28/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v17/*: any*/), - (v27/*: any*/) - ], - "type": "Item", - "abstractKey": null - } - ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - (v30/*: any*/) - ], - "type": "Entity", + "kind": "TypeDiscriminator", "abstractKey": "__isEntity" }, + (v18/*: any*/), + (v20/*: any*/), + (v24/*: any*/), { "kind": "InlineFragment", "selections": [ + (v17/*: any*/), + (v28/*: any*/), (v23/*: any*/) ], "type": "Item", "abstractKey": null - } + }, + (v26/*: any*/), + (v30/*: any*/) ], "storageKey": null }, @@ -934,6 +844,85 @@ return { "storageKey": null } ] + }, + { + "alias": null, + "args": null, + "concreteType": "SearchableCoreProperty", + "kind": "LinkedField", + "name": "coreProperties", + "plural": true, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/), + (v35/*: any*/), + (v36/*: any*/), + (v37/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], + "storageKey": null + }, + { + "alias": "schemas", + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "availableSchemaVersions", + "plural": true, + "selections": [ + (v19/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaDefinition", + "kind": "LinkedField", + "name": "schemaDefinition", + "plural": false, + "selections": [ + (v17/*: any*/), + (v16/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": null, + "kind": "LinkedField", + "name": "searchableProperties", + "plural": true, + "selections": [ + (v25/*: any*/), + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/), + (v35/*: any*/), + (v36/*: any*/), + (v37/*: any*/) + ], + "storageKey": null + }, + (v16/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null } ], "storageKey": "search(maxDepth:1,visibility:\"ALL\")" @@ -945,12 +934,12 @@ return { ] }, "params": { - "cacheID": "b1ccf704b4159cfa7fc19d8bc7e7b5e6", + "cacheID": "f6195f06c3d52869fbbd93e2cefb425e", "id": null, "metadata": {}, "name": "itemsSlugCollectionsPagesQuery", "operationKind": "query", - "text": "query itemsSlugCollectionsPagesQuery(\n $order: EntityOrder\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $slug: Slug!\n $schema: [String!]\n) {\n collection(slug: $slug) {\n items(order: $order, page: $page, perPage: 20) {\n ...ItemListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...ItemListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment ContributorsColumnFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n contributions(page: 1, perPage: 1) {\n edges {\n node {\n contributor {\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n slug\n givenName\n familyName\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n pageInfo {\n totalCount\n }\n }\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ItemListFragment on ItemConnection {\n nodes {\n id\n slug\n title\n schemaVersion {\n name\n number\n id\n }\n items {\n pageInfo {\n totalCount\n }\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ItemListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: ITEM, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ... on Item {\n items {\n pageInfo {\n totalCount\n }\n }\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query itemsSlugCollectionsPagesQuery(\n $order: EntityOrder\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $slug: Slug!\n $schema: [String!]\n) {\n collection(slug: $slug) {\n items(order: $order, page: $page, perPage: 20) {\n ...ItemListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...ItemListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment ContributorsColumnFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n contributions(page: 1, perPage: 1) {\n edges {\n node {\n contributor {\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n slug\n givenName\n familyName\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n pageInfo {\n totalCount\n }\n }\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ItemListFragment on ItemConnection {\n nodes {\n id\n slug\n title\n schemaVersion {\n name\n number\n id\n }\n items {\n pageInfo {\n totalCount\n }\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ItemListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: ITEM, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n ... on Item {\n items {\n pageInfo {\n totalCount\n }\n }\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/itemsSlugContributorsPagesQuery.graphql.ts b/packages/admin/__generated__/itemsSlugContributorsPagesQuery.graphql.ts index 7eb42d46d..41104f7b9 100644 --- a/packages/admin/__generated__/itemsSlugContributorsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/itemsSlugContributorsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1091ded691ed83b9eda7dfc90c39c862>> + * @generated SignedSource<<087576bfe8f748fe6f0fda1c67389ec7>> * @lightSyntaxTransform * @nogrep */ @@ -191,129 +191,126 @@ v10 = [ "selections": [ (v6/*: any*/), { - "kind": "InlineFragment", - "selections": [ - (v8/*: any*/) - ], - "type": "Sluggable", - "abstractKey": "__isSluggable" + "kind": "TypeDiscriminator", + "abstractKey": "__isContributor" }, { - "kind": "InlineFragment", + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "image", + "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageAttachment", + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": "ImageSize", "kind": "LinkedField", - "name": "image", + "name": "small", "plural": false, "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": "ImageSize", + "concreteType": "ImageDerivative", "kind": "LinkedField", - "name": "small", + "name": "webp", "plural": false, "selections": [ { "alias": null, "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + }, + { + "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "width", + "name": "alt", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "height", + "name": "url", "storageKey": null - }, - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" } ], - "storageKey": null + "type": "Image", + "abstractKey": "__isImage" } ], "storageKey": null } ], "storageKey": null - }, + } + ], + "storageKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + (v8/*: any*/) + ], + "type": "Sluggable", + "abstractKey": "__isSluggable" + }, + { + "kind": "InlineFragment", + "selections": [ { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "legalName", - "storageKey": null - } - ], - "type": "OrganizationContributor", - "abstractKey": null + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "legalName", + "storageKey": null + } + ], + "type": "OrganizationContributor", + "abstractKey": null + }, + { + "kind": "InlineFragment", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "givenName", + "storageKey": null }, { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "givenName", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "familyName", - "storageKey": null - } - ], - "type": "PersonContributor", - "abstractKey": null + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "familyName", + "storageKey": null } ], - "type": "Contributor", - "abstractKey": "__isContributor" + "type": "PersonContributor", + "abstractKey": null }, (v9/*: any*/) ], diff --git a/packages/admin/__generated__/itemsSlugItemsPagesQuery.graphql.ts b/packages/admin/__generated__/itemsSlugItemsPagesQuery.graphql.ts index 0e74af53c..1d098048f 100644 --- a/packages/admin/__generated__/itemsSlugItemsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/itemsSlugItemsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<87f238e49ea156abe3eb580170a6c558>> * @lightSyntaxTransform * @nogrep */ @@ -271,6 +271,81 @@ v25 = { "storageKey": null }, v26 = { + "alias": null, + "args": null, + "concreteType": "ImageAttachment", + "kind": "LinkedField", + "name": "thumbnail", + "plural": false, + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "storage", + "storageKey": null + }, + { + "alias": "thumb", + "args": null, + "concreteType": "ImageSize", + "kind": "LinkedField", + "name": "small", + "plural": false, + "selections": [ + { + "alias": null, + "args": null, + "concreteType": "ImageDerivative", + "kind": "LinkedField", + "name": "webp", + "plural": false, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "alt", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "url", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "width", + "storageKey": null + }, + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "height", + "storageKey": null + } + ], + "type": "Image", + "abstractKey": "__isImage" + } + ], + "storageKey": null + } + ], + "storageKey": null + } + ], + "storageKey": null +}, +v27 = { "kind": "InlineFragment", "selections": [ (v16/*: any*/) @@ -278,7 +353,7 @@ v26 = { "type": "Node", "abstractKey": "__isNode" }, -v27 = { +v28 = { "alias": null, "args": [ { @@ -359,7 +434,7 @@ v27 = { "type": "PersonContributor", "abstractKey": null }, - (v26/*: any*/) + (v27/*: any*/) ], "storageKey": null }, @@ -374,81 +449,6 @@ v27 = { ], "storageKey": "contributions(page:1,perPage:1)" }, -v28 = { - "alias": null, - "args": null, - "concreteType": "ImageAttachment", - "kind": "LinkedField", - "name": "thumbnail", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "storage", - "storageKey": null - }, - { - "alias": "thumb", - "args": null, - "concreteType": "ImageSize", - "kind": "LinkedField", - "name": "small", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "ImageDerivative", - "kind": "LinkedField", - "name": "webp", - "plural": false, - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "alt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "url", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "width", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "height", - "storageKey": null - } - ], - "type": "Image", - "abstractKey": "__isImage" - } - ], - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null -}, v29 = { "alias": null, "args": null, @@ -540,71 +540,63 @@ v32 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "label", + "name": "searchPath", "storageKey": null }, v33 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "label", + "storageKey": null +}, +v34 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", - "name": "searchPath", - "storageKey": null - }, - (v32/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "type", - "storageKey": null - } - ], - "type": "ScalarProperty", - "abstractKey": "__isScalarProperty" - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "description", + "name": "type", "storageKey": null - }, + } + ], + "type": "ScalarProperty", + "abstractKey": "__isScalarProperty" +}, +v35 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "description", + "storageKey": null +}, +v36 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "searchOperators", + "storageKey": null +}, +v37 = { + "kind": "InlineFragment", + "selections": [ { "alias": null, "args": null, - "kind": "ScalarField", - "name": "searchOperators", - "storageKey": null - }, - { - "kind": "InlineFragment", + "concreteType": "SelectOption", + "kind": "LinkedField", + "name": "options", + "plural": true, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SelectOption", - "kind": "LinkedField", - "name": "options", - "plural": true, - "selections": [ - (v32/*: any*/), - (v29/*: any*/) - ], - "storageKey": null - } + (v33/*: any*/), + (v29/*: any*/) ], - "type": "SelectProperty", - "abstractKey": null + "storageKey": null } ], - "type": "SearchableProperty", - "abstractKey": "__isSearchableProperty" + "type": "SelectProperty", + "abstractKey": null }; return { "fragment": { @@ -726,23 +718,16 @@ return { { "kind": "InlineFragment", "selections": [ + (v25/*: any*/), + (v26/*: any*/), { "kind": "InlineFragment", "selections": [ - (v27/*: any*/) + (v28/*: any*/) ], "type": "Item", "abstractKey": null - } - ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - { - "kind": "InlineFragment", - "selections": [ - (v25/*: any*/), - (v28/*: any*/), + }, { "kind": "TypeDiscriminator", "abstractKey": "__isNode" @@ -771,64 +756,6 @@ return { "name": "search", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "concreteType": "SearchableCoreProperty", - "kind": "LinkedField", - "name": "coreProperties", - "plural": true, - "selections": [ - (v33/*: any*/) - ], - "storageKey": null - }, - { - "alias": "schemas", - "args": null, - "concreteType": "SchemaVersion", - "kind": "LinkedField", - "name": "availableSchemaVersions", - "plural": true, - "selections": [ - (v19/*: any*/), - { - "alias": null, - "args": null, - "concreteType": "SchemaDefinition", - "kind": "LinkedField", - "name": "schemaDefinition", - "plural": false, - "selections": [ - (v17/*: any*/), - (v16/*: any*/) - ], - "storageKey": null - }, - { - "alias": null, - "args": null, - "concreteType": null, - "kind": "LinkedField", - "name": "searchableProperties", - "plural": true, - "selections": [ - (v25/*: any*/), - (v33/*: any*/) - ], - "storageKey": null - }, - (v16/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "kind", - "storageKey": null - } - ], - "storageKey": null - }, { "condition": "hasQuery", "kind": "Condition", @@ -877,7 +804,7 @@ return { "plural": false, "selections": [ (v25/*: any*/), - (v26/*: any*/), + (v27/*: any*/), { "kind": "InlineFragment", "selections": [ @@ -887,41 +814,24 @@ return { "abstractKey": "__isSluggable" }, { - "kind": "InlineFragment", - "selections": [ - (v18/*: any*/), - (v20/*: any*/), - (v24/*: any*/), - (v28/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v17/*: any*/), - (v27/*: any*/) - ], - "type": "Item", - "abstractKey": null - } - ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" - }, - (v30/*: any*/) - ], - "type": "Entity", + "kind": "TypeDiscriminator", "abstractKey": "__isEntity" }, + (v18/*: any*/), + (v20/*: any*/), + (v24/*: any*/), { "kind": "InlineFragment", "selections": [ + (v17/*: any*/), + (v28/*: any*/), (v23/*: any*/) ], "type": "Item", "abstractKey": null - } + }, + (v26/*: any*/), + (v30/*: any*/) ], "storageKey": null }, @@ -934,6 +844,85 @@ return { "storageKey": null } ] + }, + { + "alias": null, + "args": null, + "concreteType": "SearchableCoreProperty", + "kind": "LinkedField", + "name": "coreProperties", + "plural": true, + "selections": [ + { + "kind": "InlineFragment", + "selections": [ + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/), + (v35/*: any*/), + (v36/*: any*/), + (v37/*: any*/) + ], + "type": "SearchableProperty", + "abstractKey": "__isSearchableProperty" + } + ], + "storageKey": null + }, + { + "alias": "schemas", + "args": null, + "concreteType": "SchemaVersion", + "kind": "LinkedField", + "name": "availableSchemaVersions", + "plural": true, + "selections": [ + (v19/*: any*/), + { + "alias": null, + "args": null, + "concreteType": "SchemaDefinition", + "kind": "LinkedField", + "name": "schemaDefinition", + "plural": false, + "selections": [ + (v17/*: any*/), + (v16/*: any*/) + ], + "storageKey": null + }, + { + "alias": null, + "args": null, + "concreteType": null, + "kind": "LinkedField", + "name": "searchableProperties", + "plural": true, + "selections": [ + (v25/*: any*/), + { + "kind": "TypeDiscriminator", + "abstractKey": "__isSearchableProperty" + }, + (v32/*: any*/), + (v33/*: any*/), + (v34/*: any*/), + (v35/*: any*/), + (v36/*: any*/), + (v37/*: any*/) + ], + "storageKey": null + }, + (v16/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "kind", + "storageKey": null + } + ], + "storageKey": null } ], "storageKey": "search(maxDepth:1,visibility:\"ALL\")" @@ -945,12 +934,12 @@ return { ] }, "params": { - "cacheID": "286281ac7234eed156a39ca8ccb02c2b", + "cacheID": "2262935813a6729fbc721f46a2ca808b", "id": null, "metadata": {}, "name": "itemsSlugItemsPagesQuery", "operationKind": "query", - "text": "query itemsSlugItemsPagesQuery(\n $order: EntityOrder\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $slug: Slug!\n $schema: [String!]\n) {\n item(slug: $slug) {\n items(order: $order, page: $page, perPage: 20) {\n ...ItemListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...ItemListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment ContributorsColumnFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n contributions(page: 1, perPage: 1) {\n edges {\n node {\n contributor {\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n slug\n givenName\n familyName\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n pageInfo {\n totalCount\n }\n }\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ItemListFragment on ItemConnection {\n nodes {\n id\n slug\n title\n schemaVersion {\n name\n number\n id\n }\n items {\n pageInfo {\n totalCount\n }\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ItemListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: ITEM, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Entity {\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ... on Item {\n items {\n pageInfo {\n totalCount\n }\n }\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" + "text": "query itemsSlugItemsPagesQuery(\n $order: EntityOrder\n $page: Int!\n $predicates: [SearchPredicateInput!]\n $query: String\n $hasQuery: Boolean!\n $slug: Slug!\n $schema: [String!]\n) {\n item(slug: $slug) {\n items(order: $order, page: $page, perPage: 20) {\n ...ItemListFragment\n }\n search(visibility: ALL, maxDepth: 1) {\n ...ItemListSearchFragment_1V70IR\n }\n id\n }\n}\n\nfragment ContributorsColumnFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n contributions(page: 1, perPage: 1) {\n edges {\n node {\n contributor {\n __typename\n ... on OrganizationContributor {\n slug\n legalName\n }\n ... on PersonContributor {\n slug\n givenName\n familyName\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n }\n pageInfo {\n totalCount\n }\n }\n }\n}\n\nfragment CurrentSearchFiltersFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n label\n }\n }\n schemas: availableSchemaVersions {\n name\n schemaDefinition {\n slug\n id\n }\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n }\n id\n }\n}\n\nfragment EntityThumbnailColumnFragment on Entity {\n __isEntity: __typename\n __typename\n title\n thumbnail {\n storage\n thumb: small {\n webp {\n ...ImageFragment\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ItemListFragment on ItemConnection {\n nodes {\n id\n slug\n title\n schemaVersion {\n name\n number\n id\n }\n items {\n pageInfo {\n totalCount\n }\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n }\n ...ModelListPageFragment\n}\n\nfragment ItemListSearchFragment_1V70IR on SearchScope {\n results(access: UPDATE, query: $query, page: $page, perPage: 20, predicates: $predicates, order: $order, scope: ITEM, schema: $schema) @include(if: $hasQuery) {\n nodes {\n slug\n entity {\n __typename\n ... on Node {\n __isNode: __typename\n id\n }\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n __isEntity: __typename\n title\n schemaVersion {\n name\n number\n id\n }\n allowedActions\n ...ContributorsColumnFragment\n ...EntityThumbnailColumnFragment\n ...PublishedDateColumnFragment\n ... on Item {\n items {\n pageInfo {\n totalCount\n }\n }\n }\n }\n id\n }\n ...ModelListPageFragment\n }\n ...ModelListPageSearchFragment\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelListPageSearchFragment on SearchScope {\n ...CurrentSearchFiltersFragment\n ...SearchWithFiltersFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PrecisionDateFragment on VariablePrecisionDate {\n precision\n value\n}\n\nfragment PublishedDateColumnFragment on ReferencesGlobalEntityDates {\n __isReferencesGlobalEntityDates: __typename\n published {\n ...PrecisionDateFragment\n }\n}\n\nfragment SearchFilterBooleanFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterDrawerFragment on SearchScope {\n ...SearchFilterFormFragment\n}\n\nfragment SearchFilterFormFragment on SearchScope {\n coreProperties {\n ... on SearchableProperty {\n __isSearchableProperty: __typename\n searchPath\n }\n ...SearchFilterFragment\n }\n schemas: availableSchemaVersions {\n searchableProperties {\n __typename\n __isSearchableProperty: __typename\n searchPath\n label\n ...SearchFilterFragment\n }\n id\n }\n ...SearchSchemaFilterFragment\n}\n\nfragment SearchFilterFragment on SearchableProperty {\n __isSearchableProperty: __typename\n ... on ScalarProperty {\n __isScalarProperty: __typename\n type\n }\n ...SearchFilterInputFragment\n ...SearchFilterSelectFragment\n ...SearchFilterBooleanFragment\n}\n\nfragment SearchFilterInputFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n}\n\nfragment SearchFilterSelectFragment on SearchableProperty {\n __isSearchableProperty: __typename\n label\n description\n searchPath\n searchOperators\n ... on SelectProperty {\n options {\n label\n value\n }\n }\n}\n\nfragment SearchSchemaFilterFragment on SearchScope {\n schemas: availableSchemaVersions {\n name\n kind\n schemaDefinition {\n slug\n id\n }\n id\n }\n}\n\nfragment SearchWithFiltersFragment on SearchScope {\n ...SearchFilterDrawerFragment\n}\n" } }; })(); diff --git a/packages/admin/__generated__/linksManageCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/linksManageCollectionsPagesQuery.graphql.ts index 6bad8457f..86354f447 100644 --- a/packages/admin/__generated__/linksManageCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/linksManageCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<72bb88611f526eef6c2e2bee3f06c367>> + * @generated SignedSource<<966169f2737e7b65d863901ee8bc3013>> * @lightSyntaxTransform * @nogrep */ @@ -293,8 +293,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -303,12 +303,12 @@ return { ] }, "params": { - "cacheID": "823336c484bc329127bd015fed8e8e89", + "cacheID": "565449968b0611e05f137561db838d46", "id": null, "metadata": {}, "name": "linksManageCollectionsPagesQuery", "operationKind": "query", - "text": "query linksManageCollectionsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityLinksListFragment\n id\n }\n}\n\nfragment EntityLinksListDataFragment on EntityLinkConnection {\n nodes {\n id\n slug\n operator\n target {\n __typename\n ... on Item {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Collection {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityLinksListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n ... on Collection {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query linksManageCollectionsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityLinksListFragment\n id\n }\n}\n\nfragment EntityLinksListDataFragment on EntityLinkConnection {\n nodes {\n id\n slug\n operator\n target {\n __typename\n ... on Item {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Collection {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityLinksListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n ... on Collection {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/linksManageSlugItemsQuery.graphql.ts b/packages/admin/__generated__/linksManageSlugItemsQuery.graphql.ts index b5b0566c2..e20a0aa13 100644 --- a/packages/admin/__generated__/linksManageSlugItemsQuery.graphql.ts +++ b/packages/admin/__generated__/linksManageSlugItemsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7e09532a98545fe02b95f61b6fa14d6e>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -293,8 +293,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -303,12 +303,12 @@ return { ] }, "params": { - "cacheID": "620d1bbc9efa0984e990b4d8924a455e", + "cacheID": "6a2c052fdbd7b05f57f2f762eca330ff", "id": null, "metadata": {}, "name": "linksManageSlugItemsQuery", "operationKind": "query", - "text": "query linksManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n ...EntityLinksListFragment\n id\n }\n}\n\nfragment EntityLinksListDataFragment on EntityLinkConnection {\n nodes {\n id\n slug\n operator\n target {\n __typename\n ... on Item {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Collection {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityLinksListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n ... on Collection {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query linksManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n ...EntityLinksListFragment\n id\n }\n}\n\nfragment EntityLinksListDataFragment on EntityLinkConnection {\n nodes {\n id\n slug\n operator\n target {\n __typename\n ... on Item {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Collection {\n slug\n title\n schemaDefinition {\n name\n kind\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityLinksListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n ... on Collection {\n slug\n links(page: $page) {\n ...EntityLinksListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/orderManageSlugOrderingsPagesQuery.graphql.ts b/packages/admin/__generated__/orderManageSlugOrderingsPagesQuery.graphql.ts index 6d4602512..267817597 100644 --- a/packages/admin/__generated__/orderManageSlugOrderingsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/orderManageSlugOrderingsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<08313f8c90af86b6bd4dbb0af2b7adf4>> + * @generated SignedSource<<49bd2851eb6a6a12be919d0e064c5160>> * @lightSyntaxTransform * @nogrep */ @@ -265,8 +265,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -275,12 +275,12 @@ return { ] }, "params": { - "cacheID": "62d56ec88b7c33e59d907e856de031af", + "cacheID": "cf95915e72583d3df3cb6187d3048799", "id": null, "metadata": {}, "name": "orderManageSlugOrderingsPagesQuery", "operationKind": "query", - "text": "query orderManageSlugOrderingsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityOrderingListFragment\n id\n }\n}\n\nfragment EntityOrderingListDataFragment on OrderingConnection {\n edges {\n node {\n id\n name\n slug\n inheritedFromSchema\n disabled\n createdAt\n identifier\n count\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityOrderingListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n ... on Collection {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query orderManageSlugOrderingsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityOrderingListFragment\n id\n }\n}\n\nfragment EntityOrderingListDataFragment on OrderingConnection {\n edges {\n node {\n id\n name\n slug\n inheritedFromSchema\n disabled\n createdAt\n identifier\n count\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityOrderingListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n ... on Collection {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/ordersManageSlugItemsQuery.graphql.ts b/packages/admin/__generated__/ordersManageSlugItemsQuery.graphql.ts index 6d2da6e0e..3949d28fa 100644 --- a/packages/admin/__generated__/ordersManageSlugItemsQuery.graphql.ts +++ b/packages/admin/__generated__/ordersManageSlugItemsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0b6f45240f775cbfd9324cf491557427>> + * @generated SignedSource<<539d5a16dc15e378e149d20dd06fb615>> * @lightSyntaxTransform * @nogrep */ @@ -265,8 +265,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -275,12 +275,12 @@ return { ] }, "params": { - "cacheID": "187fee953b093193252e7f2738be9e34", + "cacheID": "3aa1929d1c59e94ff97880abbe2e5706", "id": null, "metadata": {}, "name": "ordersManageSlugItemsQuery", "operationKind": "query", - "text": "query ordersManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n ...EntityOrderingListFragment\n id\n }\n}\n\nfragment EntityOrderingListDataFragment on OrderingConnection {\n edges {\n node {\n id\n name\n slug\n inheritedFromSchema\n disabled\n createdAt\n identifier\n count\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityOrderingListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n ... on Collection {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" + "text": "query ordersManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n ...EntityOrderingListFragment\n id\n }\n}\n\nfragment EntityOrderingListDataFragment on OrderingConnection {\n edges {\n node {\n id\n name\n slug\n inheritedFromSchema\n disabled\n createdAt\n identifier\n count\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityOrderingListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n ... on Collection {\n slug\n orderings(page: $page) {\n ...EntityOrderingListDataFragment\n }\n }\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/pagesManageSlugCollectionsPagesQuery.graphql.ts b/packages/admin/__generated__/pagesManageSlugCollectionsPagesQuery.graphql.ts index 442a62720..fba8f1815 100644 --- a/packages/admin/__generated__/pagesManageSlugCollectionsPagesQuery.graphql.ts +++ b/packages/admin/__generated__/pagesManageSlugCollectionsPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<4ecca4ab6d841818d9f90a029e4a0da7>> * @lightSyntaxTransform * @nogrep */ @@ -350,8 +350,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -360,12 +360,12 @@ return { ] }, "params": { - "cacheID": "0ac646dc3f4bea8780632e98d663146a", + "cacheID": "9a9b6ed277fc10614407f53bf55217e1", "id": null, "metadata": {}, "name": "pagesManageSlugCollectionsPagesQuery", "operationKind": "query", - "text": "query pagesManageSlugCollectionsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityPagesListFragment\n id\n }\n}\n\nfragment EntityPagesListDataFragment on PageConnection {\n edges {\n node {\n id\n title\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...PageHeroColumnFragment\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityPagesListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Collection {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Item {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PageHeroColumnFragment on Page {\n heroImage {\n storage\n thumb {\n webp {\n ...ImageFragment\n }\n }\n }\n}\n" + "text": "query pagesManageSlugCollectionsPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n collection(slug: $slug) {\n ...EntityPagesListFragment\n id\n }\n}\n\nfragment EntityPagesListDataFragment on PageConnection {\n edges {\n node {\n id\n title\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...PageHeroColumnFragment\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityPagesListFragment on Entity {\n __isEntity: __typename\n ... on Community {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Collection {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Item {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PageHeroColumnFragment on Page {\n heroImage {\n storage\n thumb {\n webp {\n ...ImageFragment\n }\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/pagesManageSlugCommunityPagesQuery.graphql.ts b/packages/admin/__generated__/pagesManageSlugCommunityPagesQuery.graphql.ts index 20a7c4e8c..8747cb37b 100644 --- a/packages/admin/__generated__/pagesManageSlugCommunityPagesQuery.graphql.ts +++ b/packages/admin/__generated__/pagesManageSlugCommunityPagesQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<76140beec917d1536ea7db40b4ec11c3>> + * @generated SignedSource<<37304343e6a2f3289a515ac096540c33>> * @lightSyntaxTransform * @nogrep */ @@ -350,8 +350,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -360,12 +360,12 @@ return { ] }, "params": { - "cacheID": "9e4328a3f6a15d5b80996d7cb207417d", + "cacheID": "6cfb1936c6b0b3eb1125a007c6bc6224", "id": null, "metadata": {}, "name": "pagesManageSlugCommunityPagesQuery", "operationKind": "query", - "text": "query pagesManageSlugCommunityPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n community(slug: $slug) {\n ...EntityPagesListFragment\n id\n }\n}\n\nfragment EntityPagesListDataFragment on PageConnection {\n edges {\n node {\n id\n title\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...PageHeroColumnFragment\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityPagesListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Collection {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Item {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PageHeroColumnFragment on Page {\n heroImage {\n storage\n thumb {\n webp {\n ...ImageFragment\n }\n }\n }\n}\n" + "text": "query pagesManageSlugCommunityPagesQuery(\n $slug: Slug!\n $page: Int!\n) {\n community(slug: $slug) {\n ...EntityPagesListFragment\n id\n }\n}\n\nfragment EntityPagesListDataFragment on PageConnection {\n edges {\n node {\n id\n title\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...PageHeroColumnFragment\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityPagesListFragment on Entity {\n __isEntity: __typename\n ... on Community {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Collection {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Item {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PageHeroColumnFragment on Page {\n heroImage {\n storage\n thumb {\n webp {\n ...ImageFragment\n }\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/pagesManageSlugItemsQuery.graphql.ts b/packages/admin/__generated__/pagesManageSlugItemsQuery.graphql.ts index e2193784e..410135933 100644 --- a/packages/admin/__generated__/pagesManageSlugItemsQuery.graphql.ts +++ b/packages/admin/__generated__/pagesManageSlugItemsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<808895006ab90e534ec193a246e4f1f7>> * @lightSyntaxTransform * @nogrep */ @@ -350,8 +350,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v4/*: any*/) ], @@ -360,12 +360,12 @@ return { ] }, "params": { - "cacheID": "86cd3dbc300365d33d6ce8b82249b1d0", + "cacheID": "9f55d8328e7a34d554db9f5e17cbbde0", "id": null, "metadata": {}, "name": "pagesManageSlugItemsQuery", "operationKind": "query", - "text": "query pagesManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n ...EntityPagesListFragment\n id\n }\n}\n\nfragment EntityPagesListDataFragment on PageConnection {\n edges {\n node {\n id\n title\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...PageHeroColumnFragment\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityPagesListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Community {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Collection {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Item {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PageHeroColumnFragment on Page {\n heroImage {\n storage\n thumb {\n webp {\n ...ImageFragment\n }\n }\n }\n}\n" + "text": "query pagesManageSlugItemsQuery(\n $slug: Slug!\n $page: Int!\n) {\n item(slug: $slug) {\n ...EntityPagesListFragment\n id\n }\n}\n\nfragment EntityPagesListDataFragment on PageConnection {\n edges {\n node {\n id\n title\n slug\n entity {\n __typename\n ... on Sluggable {\n __isSluggable: __typename\n slug\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n ...PageHeroColumnFragment\n }\n }\n ...ModelListPageFragment\n}\n\nfragment EntityPagesListFragment on Entity {\n __isEntity: __typename\n ... on Community {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Collection {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n ... on Item {\n slug\n pages(page: $page, perPage: 20) {\n ...EntityPagesListDataFragment\n }\n }\n}\n\nfragment ImageFragment on Image {\n __isImage: __typename\n alt\n url\n width\n height\n}\n\nfragment ModelListPageFragment on Paginated {\n __isPaginated: __typename\n ...ModelPageCountActionsFragment\n ...ModelPaginationFragment\n}\n\nfragment ModelPageCountActionsFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n perPage\n hasNextPage\n hasPreviousPage\n totalCount\n }\n}\n\nfragment ModelPaginationFragment on Paginated {\n __isPaginated: __typename\n pageInfo {\n page\n pageCount\n }\n}\n\nfragment PageHeroColumnFragment on Page {\n heroImage {\n storage\n thumb {\n webp {\n ...ImageFragment\n }\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/permalinksManageSlugCollectionPermalinksQuery.graphql.ts b/packages/admin/__generated__/permalinksManageSlugCollectionPermalinksQuery.graphql.ts index ec6f8f6c2..d4ecbde1d 100644 --- a/packages/admin/__generated__/permalinksManageSlugCollectionPermalinksQuery.graphql.ts +++ b/packages/admin/__generated__/permalinksManageSlugCollectionPermalinksQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<746af76999a158da26f5e419863cf1be>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -145,8 +145,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v3/*: any*/) ], @@ -155,12 +155,12 @@ return { ] }, "params": { - "cacheID": "b33fd6c2f8c8e6281c19584bd5f18517", + "cacheID": "8992dea17e26ffd0bdfce25df66ab658", "id": null, "metadata": {}, "name": "permalinksManageSlugCollectionPermalinksQuery", "operationKind": "query", - "text": "query permalinksManageSlugCollectionPermalinksQuery(\n $slug: Slug!\n) {\n collection(slug: $slug) {\n ...EntityPermalinksListFragment\n id\n }\n}\n\nfragment EntityPermalinksListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Collection {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Community {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n}\n" + "text": "query permalinksManageSlugCollectionPermalinksQuery(\n $slug: Slug!\n) {\n collection(slug: $slug) {\n ...EntityPermalinksListFragment\n id\n }\n}\n\nfragment EntityPermalinksListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Collection {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Community {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/permalinksManageSlugCommunityPermalinksQuery.graphql.ts b/packages/admin/__generated__/permalinksManageSlugCommunityPermalinksQuery.graphql.ts index b5b149411..04cda46f6 100644 --- a/packages/admin/__generated__/permalinksManageSlugCommunityPermalinksQuery.graphql.ts +++ b/packages/admin/__generated__/permalinksManageSlugCommunityPermalinksQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5cbe70ca61dd88e5ddb7214df6a1aad3>> + * @generated SignedSource<<06e848be682c96390300399d0508c14c>> * @lightSyntaxTransform * @nogrep */ @@ -145,8 +145,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v3/*: any*/) ], @@ -155,12 +155,12 @@ return { ] }, "params": { - "cacheID": "066f23b115ca2000357f32ca3c95e214", + "cacheID": "38dcf9239a0ebef10bb297ab74dafc65", "id": null, "metadata": {}, "name": "permalinksManageSlugCommunityPermalinksQuery", "operationKind": "query", - "text": "query permalinksManageSlugCommunityPermalinksQuery(\n $slug: Slug!\n) {\n community(slug: $slug) {\n ...EntityPermalinksListFragment\n id\n }\n}\n\nfragment EntityPermalinksListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Collection {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Community {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n}\n" + "text": "query permalinksManageSlugCommunityPermalinksQuery(\n $slug: Slug!\n) {\n community(slug: $slug) {\n ...EntityPermalinksListFragment\n id\n }\n}\n\nfragment EntityPermalinksListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Collection {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Community {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/permalinksManageSlugItemPermalinksQuery.graphql.ts b/packages/admin/__generated__/permalinksManageSlugItemPermalinksQuery.graphql.ts index 290146f68..dd9c29f15 100644 --- a/packages/admin/__generated__/permalinksManageSlugItemPermalinksQuery.graphql.ts +++ b/packages/admin/__generated__/permalinksManageSlugItemPermalinksQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<82af242ebc38fa5cb382b0585787cf39>> * @lightSyntaxTransform * @nogrep */ @@ -145,8 +145,8 @@ return { "abstractKey": null } ], - "type": "AnyEntity", - "abstractKey": "__isAnyEntity" + "type": "Entity", + "abstractKey": "__isEntity" }, (v3/*: any*/) ], @@ -155,12 +155,12 @@ return { ] }, "params": { - "cacheID": "9441a1ff468679f6b3efb654f9ef3496", + "cacheID": "95caa5267f7d70e32c0c564dc2b4dbd5", "id": null, "metadata": {}, "name": "permalinksManageSlugItemPermalinksQuery", "operationKind": "query", - "text": "query permalinksManageSlugItemPermalinksQuery(\n $slug: Slug!\n) {\n item(slug: $slug) {\n ...EntityPermalinksListFragment\n id\n }\n}\n\nfragment EntityPermalinksListFragment on AnyEntity {\n __isAnyEntity: __typename\n ... on Item {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Collection {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Community {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n}\n" + "text": "query permalinksManageSlugItemPermalinksQuery(\n $slug: Slug!\n) {\n item(slug: $slug) {\n ...EntityPermalinksListFragment\n id\n }\n}\n\nfragment EntityPermalinksListFragment on Entity {\n __isEntity: __typename\n ... on Item {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Collection {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n ... on Community {\n slug\n permalinks {\n id\n slug\n uri\n canonical\n }\n }\n}\n" } }; })(); diff --git a/packages/admin/__generated__/useSchemaPropertiesFragment.graphql.ts b/packages/admin/__generated__/useSchemaPropertiesFragment.graphql.ts index 453783c1a..bb00e6846 100644 --- a/packages/admin/__generated__/useSchemaPropertiesFragment.graphql.ts +++ b/packages/admin/__generated__/useSchemaPropertiesFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { Fragment, ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type useSchemaPropertiesFragment$data = { readonly properties: ReadonlyArray<{ - readonly fullPath?: string; + readonly fullPath: string; }>; readonly " $fragmentType": "useSchemaPropertiesFragment"; }; @@ -36,18 +36,11 @@ const node: ReaderFragment = { "plural": true, "selections": [ { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "fullPath", - "storageKey": null - } - ], - "type": "SchemaProperty", - "abstractKey": "__isSchemaProperty" + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "fullPath", + "storageKey": null } ], "storageKey": null diff --git a/packages/admin/__schema__/schema.json b/packages/admin/__schema__/schema.json index b973078c2..832f364b1 100644 --- a/packages/admin/__schema__/schema.json +++ b/packages/admin/__schema__/schema.json @@ -134,8 +134,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -1851,8 +1851,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -2325,156 +2325,6 @@ } ] }, - { - "kind": "OBJECT", - "name": "AnyAssetConnection", - "description": "The connection type for AnyAsset.", - "fields": [ - { - "name": "edges", - "description": "A list of edges.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AnyAssetEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nodes", - "description": "A list of nodes.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "AnyAsset", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": "Information to aid in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Paginated", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AnyAssetEdge", - "description": "An edge in a connection.", - "fields": [ - { - "name": "cursor", - "description": "A cursor for use in pagination.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": "The item at the end of the edge.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "AnyAsset", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "UNION", - "name": "AnyAttachable", - "description": "Something that can be attached to", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Collection", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Community", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Item", - "ofType": null - } - ] - }, { "kind": "UNION", "name": "AnyChildEntity", @@ -2786,6 +2636,27 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "UNION", + "name": "AnyContributable", + "description": "A union of types that can be contributed to", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "CollectionContribution", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ItemContribution", + "ofType": null + } + ] + }, { "kind": "UNION", "name": "AnyContribution", @@ -3031,27 +2902,6 @@ } ] }, - { - "kind": "UNION", - "name": "AnyLinkTarget", - "description": "Used by a LinkTargetCandidate, this describes any type of model that can act as a target for an EntityLink", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Collection", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Item", - "ofType": null - } - ] - }, { "kind": "UNION", "name": "AnyListItemTemplateDefinition", @@ -3240,37 +3090,6 @@ } ] }, - { - "kind": "UNION", - "name": "AnyOrderingEntry", - "description": "The various types an OrderingEntry can refer to", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Collection", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Community", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "EntityLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Item", - "ofType": null - } - ] - }, { "kind": "UNION", "name": "AnyOrderingPath", @@ -3559,72 +3378,6 @@ } ] }, - { - "kind": "UNION", - "name": "AnySearchableProperty", - "description": "`AnySearchableProperty` represents a property that can be searched on.\n\nAny property underneath this can be assured to implement `SearchableProperty`.\n", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "BooleanProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "DateProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "FloatProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "FullTextProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "IntegerProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MarkdownProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MultiselectProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "SelectProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StringProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "TimestampProperty", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "VariableDateProperty", - "ofType": null - } - ] - }, { "kind": "UNION", "name": "AnySupplementaryTemplateDefinition", @@ -4304,8 +4057,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -4474,7 +4227,18 @@ } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Sluggable", + "ofType": null + } + ], "enumValues": null, "possibleTypes": [ { @@ -4616,8 +4380,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -4838,6 +4602,87 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "AssetConnection", + "description": "The connection type for Asset.", + "fields": [ + { + "name": "edges", + "description": "A list of edges.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AssetEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nodes", + "description": "A list of nodes.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Asset", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": "Information to aid in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Paginated", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "AssetDocument", @@ -4945,8 +4790,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -5167,6 +5012,49 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "AssetEdge", + "description": "An edge in a connection.", + "fields": [ + { + "name": "cursor", + "description": "A cursor for use in pagination.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": "The item at the end of the edge.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Asset", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "AssetImage", @@ -5274,8 +5162,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -5709,8 +5597,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -6096,8 +5984,8 @@ "description": null, "args": [], "type": { - "kind": "UNION", - "name": "AnyAsset", + "kind": "INTERFACE", + "name": "Asset", "ofType": null }, "isDeprecated": false, @@ -6442,8 +6330,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -6771,8 +6659,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAttachable", + "kind": "INTERFACE", + "name": "Attachable", "ofType": null } }, @@ -7028,8 +6916,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyAsset", + "kind": "INTERFACE", + "name": "Asset", "ofType": null } } @@ -7334,7 +7222,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AnyAssetConnection", + "name": "AssetConnection", "ofType": null } }, @@ -7806,8 +7694,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -8666,8 +8554,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -8695,8 +8583,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -10176,7 +10064,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -10188,8 +10076,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -10580,13 +10468,13 @@ "enumValues": [ { "name": "ADMIN", - "description": "The admin client (https://admin.sandbox.meru.host).\n", + "description": "The admin client (http://localhost:3000).\n", "isDeprecated": false, "deprecationReason": null }, { "name": "FRONTEND", - "description": "The frontend client (https://sandbox.meru.host).\n", + "description": "The frontend client (http://localhost:14700).\n", "isDeprecated": false, "deprecationReason": null } @@ -10906,8 +10794,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -10935,8 +10823,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -11348,7 +11236,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AnyAssetConnection", + "name": "AssetConnection", "ofType": null } }, @@ -11522,7 +11410,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -13806,7 +13694,7 @@ }, { "name": "schemaInstanceContext", - "description": "The context for our schema instance. Includes form values and necessary referents.", + "description": "The context for our schema instance. Includes form values and necessary referents.\n", "args": [], "type": { "kind": "NON_NULL", @@ -13822,7 +13710,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -13834,8 +13722,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -13850,7 +13738,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -13866,8 +13754,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null }, "isDeprecated": false, @@ -14448,6 +14336,11 @@ "name": "Node", "ofType": null }, + { + "kind": "INTERFACE", + "name": "OrderingEntryable", + "ofType": null + }, { "kind": "INTERFACE", "name": "Permalinkable", @@ -14751,8 +14644,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null } }, @@ -15855,7 +15748,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AnyAssetConnection", + "name": "AssetConnection", "ofType": null } }, @@ -16005,7 +15898,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -17427,7 +17320,7 @@ }, { "name": "schemaInstanceContext", - "description": "The context for our schema instance. Includes form values and necessary referents.", + "description": "The context for our schema instance. Includes form values and necessary referents.\n", "args": [], "type": { "kind": "NON_NULL", @@ -17443,7 +17336,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -17455,8 +17348,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -17471,7 +17364,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -17487,8 +17380,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null }, "isDeprecated": false, @@ -17966,6 +17859,11 @@ "name": "Node", "ofType": null }, + { + "kind": "INTERFACE", + "name": "OrderingEntryable", + "ofType": null + }, { "kind": "INTERFACE", "name": "Permalinkable", @@ -18121,7 +18019,7 @@ "fields": [ { "name": "accessControlList", - "description": "Derived access control list", + "description": "The derived access control list for this user and entity.\n", "args": [], "type": { "kind": "OBJECT", @@ -18133,7 +18031,7 @@ }, { "name": "accessGrants", - "description": "The access grants that correspond to this contextual permission", + "description": "The access grants that correspond to this contextual permission.\n", "args": [], "type": { "kind": "NON_NULL", @@ -18145,8 +18043,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyUserAccessGrant", + "kind": "INTERFACE", + "name": "UserAccessGrant", "ofType": null } } @@ -18237,7 +18135,7 @@ }, { "name": "roles", - "description": "The roles that correspond to this contextual permission", + "description": "The roles that correspond to this contextual permission.\n", "args": [], "type": { "kind": "NON_NULL", @@ -18293,7 +18191,7 @@ }, { "name": "user", - "description": null, + "description": "The user that has the contextual permission.\n", "args": [], "type": { "kind": "NON_NULL", @@ -18704,8 +18602,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null } }, @@ -20190,7 +20088,7 @@ { "kind": "OBJECT", "name": "ContributorAttributionConnection", - "description": "The connection type for AnyContributorAttribution.", + "description": "The connection type for ContributorAttribution.", "fields": [ { "name": "edges", @@ -20230,8 +20128,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyContributorAttribution", + "kind": "INTERFACE", + "name": "ContributorAttribution", "ofType": null } } @@ -20297,8 +20195,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyContributorAttribution", + "kind": "INTERFACE", + "name": "ContributorAttribution", "ofType": null } }, @@ -21604,8 +21502,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -21953,8 +21851,8 @@ "description": null, "args": [], "type": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null }, "isDeprecated": false, @@ -22227,8 +22125,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null } } @@ -28257,8 +28155,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -31198,8 +31096,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -31942,8 +31840,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } } @@ -33503,7 +33401,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -33515,8 +33413,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -33850,8 +33748,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -33963,8 +33861,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -34454,8 +34352,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -34506,8 +34404,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -34574,6 +34472,11 @@ "name": "Node", "ofType": null }, + { + "kind": "INTERFACE", + "name": "OrderingEntryable", + "ofType": null + }, { "kind": "INTERFACE", "name": "Sluggable", @@ -35128,8 +35031,8 @@ "description": "A single reference to another entity within the system.\n", "args": [], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -35626,8 +35529,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -37299,7 +37202,7 @@ { "kind": "OBJECT", "name": "GroupProperty", - "description": null, + "description": "A schema property that groups other schema properties together underneath a `path`.\n", "fields": [ { "name": "array", @@ -37363,7 +37266,7 @@ }, { "name": "legend", - "description": null, + "description": "The legend / label for this group property.", "args": [], "type": { "kind": "SCALAR", @@ -37407,7 +37310,7 @@ }, { "name": "properties", - "description": null, + "description": "The list of (scalar) schema properties contained within this group.", "args": [], "type": { "kind": "NON_NULL", @@ -37419,8 +37322,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyScalarProperty", + "kind": "INTERFACE", + "name": "ScalarProperty", "ofType": null } } @@ -37431,7 +37334,7 @@ }, { "name": "required", - "description": null, + "description": "Whether this property is required to have a value.", "args": [], "type": { "kind": "NON_NULL", @@ -46864,7 +46767,7 @@ "fields": [ { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -46876,8 +46779,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -47169,8 +47072,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -47891,8 +47794,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -50496,8 +50399,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -50525,8 +50428,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null }, "isDeprecated": false, @@ -50938,7 +50841,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AnyAssetConnection", + "name": "AssetConnection", "ofType": null } }, @@ -51112,7 +51015,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -53166,7 +53069,7 @@ }, { "name": "schemaInstanceContext", - "description": "The context for our schema instance. Includes form values and necessary referents.", + "description": "The context for our schema instance. Includes form values and necessary referents.\n", "args": [], "type": { "kind": "NON_NULL", @@ -53182,7 +53085,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -53194,8 +53097,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -53210,7 +53113,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -53226,8 +53129,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null }, "isDeprecated": false, @@ -53803,6 +53706,11 @@ "name": "Node", "ofType": null }, + { + "kind": "INTERFACE", + "name": "OrderingEntryable", + "ofType": null + }, { "kind": "INTERFACE", "name": "Permalinkable", @@ -54090,8 +53998,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null } }, @@ -54626,8 +54534,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -55583,8 +55491,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -56059,8 +55967,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyLinkTarget", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -56536,8 +56444,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -57269,8 +57177,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -57885,8 +57793,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -58575,8 +58483,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -59021,8 +58929,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -59434,7 +59342,7 @@ }, { "name": "options", - "description": null, + "description": "The list of predefined options available for this property.", "args": [], "type": { "kind": "NON_NULL", @@ -61707,8 +61615,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -62018,8 +61926,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -62428,8 +62336,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -63263,11 +63171,11 @@ { "kind": "INTERFACE", "name": "OptionableProperty", - "description": null, + "description": "An interface for properties that have a set of predefined options to choose from.\n", "fields": [ { "name": "options", - "description": null, + "description": "The list of predefined options available for this property.", "args": [], "type": { "kind": "NON_NULL", @@ -63661,8 +63569,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -64391,8 +64299,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyOrderingEntry", + "kind": "INTERFACE", + "name": "OrderingEntryable", "ofType": null } }, @@ -64715,6 +64623,60 @@ ], "possibleTypes": null }, + { + "kind": "INTERFACE", + "name": "OrderingEntryable", + "description": "An entity or link which can appear in an ordering.\n", + "fields": [ + { + "name": "id", + "description": "ID of the object.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Collection", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Community", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "EntityLink", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Item", + "ofType": null + } + ] + }, { "kind": "OBJECT", "name": "OrderingFilterDefinition", @@ -65659,8 +65621,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -66744,8 +66706,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -67426,8 +67388,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -67692,11 +67654,6 @@ "name": "AnyAccessGrantConnection", "ofType": null }, - { - "kind": "OBJECT", - "name": "AnyAssetConnection", - "ofType": null - }, { "kind": "OBJECT", "name": "AnyCollectionAccessGrantConnection", @@ -67722,6 +67679,11 @@ "name": "AnyUserGroupAccessGrantConnection", "ofType": null }, + { + "kind": "OBJECT", + "name": "AssetConnection", + "ofType": null + }, { "kind": "OBJECT", "name": "CollectionConnection", @@ -70316,8 +70278,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null }, "isDeprecated": false, @@ -70377,8 +70339,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null }, "isDeprecated": false, @@ -70971,8 +70933,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyAsset", + "kind": "INTERFACE", + "name": "Asset", "ofType": null }, "isDeprecated": false, @@ -72394,8 +72356,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyOrderingPath", + "kind": "INTERFACE", + "name": "OrderingPath", "ofType": null } } @@ -73381,8 +73343,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyAsset", + "kind": "INTERFACE", + "name": "Asset", "ofType": null }, "isDeprecated": false, @@ -73680,8 +73642,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null }, "isDeprecated": false, @@ -73741,8 +73703,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnyContributor", + "kind": "INTERFACE", + "name": "Contributor", "ofType": null }, "isDeprecated": false, @@ -75207,8 +75169,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyOrderingPath", + "kind": "INTERFACE", + "name": "OrderingPath", "ofType": null } } @@ -78377,7 +78339,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -78414,7 +78376,7 @@ }, { "name": "schemaInstanceContext", - "description": "The context for our schema instance. Includes form values and necessary referents.", + "description": "The context for our schema instance. Includes form values and necessary referents.\n", "args": [], "type": { "kind": "NON_NULL", @@ -78430,7 +78392,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -78442,8 +78404,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -78458,7 +78420,7 @@ "args": [ { "name": "fullPath", - "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.", + "description": "The full path to the schema property. Please note, paths are snake_case, not camelCase.\n", "type": { "kind": "NON_NULL", "name": null, @@ -78474,8 +78436,8 @@ } ], "type": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null }, "isDeprecated": false, @@ -79822,7 +79784,7 @@ }, { "name": "schemaProperties", - "description": "A list of schema properties associated with this instance or version.", + "description": "A list of schema properties associated with this instance or version.\n", "args": [], "type": { "kind": "NON_NULL", @@ -79834,8 +79796,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySchemaProperty", + "kind": "INTERFACE", + "name": "SchemaProperty", "ofType": null } } @@ -79899,8 +79861,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnySearchableProperty", + "kind": "INTERFACE", + "name": "SearchableProperty", "ofType": null } } @@ -80509,8 +80471,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -81201,7 +81163,7 @@ { "kind": "INTERFACE", "name": "SearchableProperty", - "description": null, + "description": "An interface for properties that can be searched.\n", "fields": [ { "name": "description", @@ -81341,11 +81303,11 @@ { "kind": "OBJECT", "name": "SelectOption", - "description": null, + "description": "An option for a select-type property.", "fields": [ { "name": "label", - "description": null, + "description": "The display label for the option.", "args": [], "type": { "kind": "NON_NULL", @@ -81361,7 +81323,7 @@ }, { "name": "value", - "description": null, + "description": "The underlying value for the option.", "args": [], "type": { "kind": "NON_NULL", @@ -81508,7 +81470,7 @@ }, { "name": "options", - "description": null, + "description": "The list of predefined options available for this property.", "args": [], "type": { "kind": "NON_NULL", @@ -83689,8 +83651,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -84099,8 +84061,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -84344,7 +84306,7 @@ { "kind": "OBJECT", "name": "SystemInfo", - "description": "A helper field that can look up various information about the WDP-API Ecosystem.\n", + "description": "A helper field that can look up various information about the Meru-API Ecosystem.\n", "fields": [ { "name": "entityHierarchyExists", @@ -85022,8 +84984,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } } @@ -85295,8 +85257,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -93181,8 +93143,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -93304,8 +93266,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -93604,8 +93566,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -94944,8 +94906,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -95067,8 +95029,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -95367,8 +95329,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -95651,8 +95613,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, @@ -95951,8 +95913,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "AnyEntity", + "kind": "INTERFACE", + "name": "Entity", "ofType": null } }, diff --git a/packages/admin/components/api/HarvestingStatus/HarvestingStatus.tsx b/packages/admin/components/api/HarvestingStatus/HarvestingStatus.tsx index aae1c73c2..3dc17405a 100644 --- a/packages/admin/components/api/HarvestingStatus/HarvestingStatus.tsx +++ b/packages/admin/components/api/HarvestingStatus/HarvestingStatus.tsx @@ -57,7 +57,7 @@ export default function HarvestingStatus({ } const fragment = graphql` - fragment HarvestingStatusFragment on AnyEntity { + fragment HarvestingStatusFragment on Entity { ... on Collection { harvestModificationStatus } diff --git a/packages/admin/components/api/SchemaInstanceForm/Factories/SchemaProperty/SchemaProperty.tsx b/packages/admin/components/api/SchemaInstanceForm/Factories/SchemaProperty/SchemaProperty.tsx index b7524bb62..b15729ac3 100644 --- a/packages/admin/components/api/SchemaInstanceForm/Factories/SchemaProperty/SchemaProperty.tsx +++ b/packages/admin/components/api/SchemaInstanceForm/Factories/SchemaProperty/SchemaProperty.tsx @@ -72,7 +72,7 @@ interface Props { } const fragment = graphql` - fragment SchemaPropertyFragment on AnyScalarProperty { + fragment SchemaPropertyFragment on ScalarProperty { __typename ... on AssetProperty { diff --git a/packages/admin/components/api/SchemaInstanceForm/SchemaInstanceProperty.tsx b/packages/admin/components/api/SchemaInstanceForm/SchemaInstanceProperty.tsx index 0198b93d9..136a8d491 100644 --- a/packages/admin/components/api/SchemaInstanceForm/SchemaInstanceProperty.tsx +++ b/packages/admin/components/api/SchemaInstanceForm/SchemaInstanceProperty.tsx @@ -24,7 +24,7 @@ interface Props { } const fragment = graphql` - fragment SchemaInstancePropertyFragment on AnySchemaProperty { + fragment SchemaInstancePropertyFragment on SchemaProperty { __typename ... on GroupProperty { diff --git a/packages/admin/components/composed/announcements/EntityAnnouncementAddForm/EntityAnnouncementAddForm.tsx b/packages/admin/components/composed/announcements/EntityAnnouncementAddForm/EntityAnnouncementAddForm.tsx index f4c934f98..17e2a5ac7 100644 --- a/packages/admin/components/composed/announcements/EntityAnnouncementAddForm/EntityAnnouncementAddForm.tsx +++ b/packages/admin/components/composed/announcements/EntityAnnouncementAddForm/EntityAnnouncementAddForm.tsx @@ -83,7 +83,7 @@ type Props = Pick< type Fields = Omit; const fragment = graphql` - fragment EntityAnnouncementAddFormFragment on AnyEntity { + fragment EntityAnnouncementAddFormFragment on Entity { ... on Community { id } diff --git a/packages/admin/components/composed/announcements/EntityAnnouncementUpdateForm/EntityAnnouncementUpdateForm.tsx b/packages/admin/components/composed/announcements/EntityAnnouncementUpdateForm/EntityAnnouncementUpdateForm.tsx index 908434c3b..93710fe54 100644 --- a/packages/admin/components/composed/announcements/EntityAnnouncementUpdateForm/EntityAnnouncementUpdateForm.tsx +++ b/packages/admin/components/composed/announcements/EntityAnnouncementUpdateForm/EntityAnnouncementUpdateForm.tsx @@ -87,7 +87,7 @@ type Props = Pick< type Fields = Omit; const fragment = graphql` - fragment EntityAnnouncementUpdateFormFragment on AnyEntity { + fragment EntityAnnouncementUpdateFormFragment on Entity { ... on Community { announcement(slug: $announcementSlug) { id diff --git a/packages/admin/components/composed/announcements/EntityAnnouncementsList/EntityAnnouncementsList.tsx b/packages/admin/components/composed/announcements/EntityAnnouncementsList/EntityAnnouncementsList.tsx index 6175923f9..416f2d664 100644 --- a/packages/admin/components/composed/announcements/EntityAnnouncementsList/EntityAnnouncementsList.tsx +++ b/packages/admin/components/composed/announcements/EntityAnnouncementsList/EntityAnnouncementsList.tsx @@ -115,7 +115,7 @@ const linksFragment = graphql` `; const fragment = graphql` - fragment EntityAnnouncementsListFragment on AnyEntity { + fragment EntityAnnouncementsListFragment on Entity { ... on Community { slug announcements(page: $page, perPage: 20) { diff --git a/packages/admin/components/composed/contributor/ContributorLayout/ContributorLayout.tsx b/packages/admin/components/composed/contributor/ContributorLayout/ContributorLayout.tsx index 83426d2dc..92c0e421c 100644 --- a/packages/admin/components/composed/contributor/ContributorLayout/ContributorLayout.tsx +++ b/packages/admin/components/composed/contributor/ContributorLayout/ContributorLayout.tsx @@ -56,7 +56,7 @@ export default function ContributorLayout({ } const fragment = graphql` - fragment ContributorLayoutFragment on AnyContributor { + fragment ContributorLayoutFragment on Contributor { __typename ... on OrganizationContributor { slug diff --git a/packages/admin/components/composed/contributor/ContributorUpdateForm/ContributorUpdateForm.tsx b/packages/admin/components/composed/contributor/ContributorUpdateForm/ContributorUpdateForm.tsx index 2240e9831..6405463f5 100644 --- a/packages/admin/components/composed/contributor/ContributorUpdateForm/ContributorUpdateForm.tsx +++ b/packages/admin/components/composed/contributor/ContributorUpdateForm/ContributorUpdateForm.tsx @@ -36,7 +36,7 @@ export default function ContributorUpdateForm({ } const fragment = graphql` - fragment ContributorUpdateFormFragment on AnyContributor { + fragment ContributorUpdateFormFragment on Contributor { __typename ... on PersonContributor { ...ContributorUpdatePersonFormFragment diff --git a/packages/admin/components/composed/contributor/ContributorUpdateOrganizationForm/ContributorUpdateOrganizationForm.tsx b/packages/admin/components/composed/contributor/ContributorUpdateOrganizationForm/ContributorUpdateOrganizationForm.tsx index b68f28849..923a51646 100644 --- a/packages/admin/components/composed/contributor/ContributorUpdateOrganizationForm/ContributorUpdateOrganizationForm.tsx +++ b/packages/admin/components/composed/contributor/ContributorUpdateOrganizationForm/ContributorUpdateOrganizationForm.tsx @@ -106,7 +106,7 @@ interface Props } const fieldsFragment = graphql` - fragment ContributorUpdateOrganizationFormFieldsFragment on AnyContributor { + fragment ContributorUpdateOrganizationFormFieldsFragment on Contributor { ... on OrganizationContributor { legalName email @@ -139,7 +139,7 @@ const mutation = graphql` `; const fragment = graphql` - fragment ContributorUpdateOrganizationFormFragment on AnyContributor { + fragment ContributorUpdateOrganizationFormFragment on Contributor { ... on OrganizationContributor { contributorId: id ...ContributorUpdateOrganizationFormFieldsFragment diff --git a/packages/admin/components/composed/contributor/ContributorUpdatePersonForm/ContributorUpdatePersonForm.tsx b/packages/admin/components/composed/contributor/ContributorUpdatePersonForm/ContributorUpdatePersonForm.tsx index c058ae10a..858b4dc4b 100644 --- a/packages/admin/components/composed/contributor/ContributorUpdatePersonForm/ContributorUpdatePersonForm.tsx +++ b/packages/admin/components/composed/contributor/ContributorUpdatePersonForm/ContributorUpdatePersonForm.tsx @@ -112,7 +112,7 @@ interface Props type Fields = Omit; const fieldsFragment = graphql` - fragment ContributorUpdatePersonFormFieldsFragment on AnyContributor { + fragment ContributorUpdatePersonFormFieldsFragment on Contributor { ... on PersonContributor { givenName familyName @@ -146,7 +146,7 @@ const mutation = graphql` `; const fragment = graphql` - fragment ContributorUpdatePersonFormFragment on AnyContributor { + fragment ContributorUpdatePersonFormFragment on Contributor { ... on PersonContributor { contributorId: id ...ContributorUpdatePersonFormFieldsFragment diff --git a/packages/admin/components/composed/file/FileList/FileList.tsx b/packages/admin/components/composed/file/FileList/FileList.tsx index 2e9c0209b..6e1edaf81 100644 --- a/packages/admin/components/composed/file/FileList/FileList.tsx +++ b/packages/admin/components/composed/file/FileList/FileList.tsx @@ -99,7 +99,7 @@ interface FileListProps type FileNode = FileListFragment$data["nodes"][number]; const fragment = graphql` - fragment FileListFragment on AnyAssetConnection { + fragment FileListFragment on AssetConnection { nodes { ... on Asset { id diff --git a/packages/admin/components/composed/links/EntityLinksAddForm/EntityLinksAddForm.tsx b/packages/admin/components/composed/links/EntityLinksAddForm/EntityLinksAddForm.tsx index 3cb5e5839..4abbb113a 100644 --- a/packages/admin/components/composed/links/EntityLinksAddForm/EntityLinksAddForm.tsx +++ b/packages/admin/components/composed/links/EntityLinksAddForm/EntityLinksAddForm.tsx @@ -80,7 +80,7 @@ type Props = Pick< type Fields = Omit; const fragment = graphql` - fragment EntityLinksAddFormFragment on AnyEntity { + fragment EntityLinksAddFormFragment on Entity { ... on Collection { id title diff --git a/packages/admin/components/composed/links/EntityLinksList/EntityLinksList.tsx b/packages/admin/components/composed/links/EntityLinksList/EntityLinksList.tsx index a84b0b1b4..4a804e831 100644 --- a/packages/admin/components/composed/links/EntityLinksList/EntityLinksList.tsx +++ b/packages/admin/components/composed/links/EntityLinksList/EntityLinksList.tsx @@ -151,7 +151,7 @@ const linksFragment = graphql` `; const fragment = graphql` - fragment EntityLinksListFragment on AnyEntity { + fragment EntityLinksListFragment on Entity { ... on Item { slug links(page: $page) { diff --git a/packages/admin/components/composed/model/ModelColumns/ContributorsColumn.tsx b/packages/admin/components/composed/model/ModelColumns/ContributorsColumn.tsx index f8dce616e..d51e25c93 100644 --- a/packages/admin/components/composed/model/ModelColumns/ContributorsColumn.tsx +++ b/packages/admin/components/composed/model/ModelColumns/ContributorsColumn.tsx @@ -74,7 +74,7 @@ const ContributorsColumn = < export default ContributorsColumn; const fragment = graphql` - fragment ContributorsColumnFragment on AnyEntity @inline { + fragment ContributorsColumnFragment on Entity @inline { ... on Item { slug contributions(page: 1, perPage: 1) { diff --git a/packages/admin/components/composed/ordering/EntityOrderingList/EntityOrderingList.tsx b/packages/admin/components/composed/ordering/EntityOrderingList/EntityOrderingList.tsx index 4a4da5a07..8324722a3 100644 --- a/packages/admin/components/composed/ordering/EntityOrderingList/EntityOrderingList.tsx +++ b/packages/admin/components/composed/ordering/EntityOrderingList/EntityOrderingList.tsx @@ -153,7 +153,7 @@ const orderingsfragment = graphql` `; const fragment = graphql` - fragment EntityOrderingListFragment on AnyEntity { + fragment EntityOrderingListFragment on Entity { ... on Item { slug orderings(page: $page) { diff --git a/packages/admin/components/composed/pages/EntityPageAddForm/EntityPageAddForm.tsx b/packages/admin/components/composed/pages/EntityPageAddForm/EntityPageAddForm.tsx index 8727b5791..e0b99dd73 100644 --- a/packages/admin/components/composed/pages/EntityPageAddForm/EntityPageAddForm.tsx +++ b/packages/admin/components/composed/pages/EntityPageAddForm/EntityPageAddForm.tsx @@ -90,7 +90,7 @@ type Props = Pick< type Fields = Omit; const fragment = graphql` - fragment EntityPageAddFormFragment on AnyEntity { + fragment EntityPageAddFormFragment on Entity { ... on Community { id } diff --git a/packages/admin/components/composed/pages/EntityPageUpdateForm/EntityPageUpdateForm.tsx b/packages/admin/components/composed/pages/EntityPageUpdateForm/EntityPageUpdateForm.tsx index 45a9fe099..7433e6c89 100644 --- a/packages/admin/components/composed/pages/EntityPageUpdateForm/EntityPageUpdateForm.tsx +++ b/packages/admin/components/composed/pages/EntityPageUpdateForm/EntityPageUpdateForm.tsx @@ -90,7 +90,7 @@ type Props = Pick< type Fields = Omit; const fragment = graphql` - fragment EntityPageUpdateFormFragment on AnyEntity { + fragment EntityPageUpdateFormFragment on Entity { ... on Entity { page(slug: $pageSlug) { id diff --git a/packages/admin/components/composed/pages/EntityPagesList/EntityPagesList.tsx b/packages/admin/components/composed/pages/EntityPagesList/EntityPagesList.tsx index b05a07ea6..6d528207b 100644 --- a/packages/admin/components/composed/pages/EntityPagesList/EntityPagesList.tsx +++ b/packages/admin/components/composed/pages/EntityPagesList/EntityPagesList.tsx @@ -128,7 +128,7 @@ const linksFragment = graphql` `; const fragment = graphql` - fragment EntityPagesListFragment on AnyEntity { + fragment EntityPagesListFragment on Entity { ... on Community { slug pages(page: $page, perPage: 20) { diff --git a/packages/admin/components/composed/permalinks/EntityPermalinksAddForm/EntityPermalinksAddForm.tsx b/packages/admin/components/composed/permalinks/EntityPermalinksAddForm/EntityPermalinksAddForm.tsx index 3d5128629..49dae461d 100644 --- a/packages/admin/components/composed/permalinks/EntityPermalinksAddForm/EntityPermalinksAddForm.tsx +++ b/packages/admin/components/composed/permalinks/EntityPermalinksAddForm/EntityPermalinksAddForm.tsx @@ -71,7 +71,7 @@ type Props = Pick< type Fields = Omit; const fragment = graphql` - fragment EntityPermalinksAddFormFragment on AnyEntity { + fragment EntityPermalinksAddFormFragment on Entity { ... on Collection { id title diff --git a/packages/admin/components/composed/permalinks/EntityPermalinksList/EntityPermalinksList.tsx b/packages/admin/components/composed/permalinks/EntityPermalinksList/EntityPermalinksList.tsx index 3b14d23f1..c813a0bba 100644 --- a/packages/admin/components/composed/permalinks/EntityPermalinksList/EntityPermalinksList.tsx +++ b/packages/admin/components/composed/permalinks/EntityPermalinksList/EntityPermalinksList.tsx @@ -97,7 +97,7 @@ type Node = NonNullable< >[number]; const fragment = graphql` - fragment EntityPermalinksListFragment on AnyEntity { + fragment EntityPermalinksListFragment on Entity { ... on Item { slug permalinks { diff --git a/packages/admin/components/forms/ParentSelector/ParentSelector.tsx b/packages/admin/components/forms/ParentSelector/ParentSelector.tsx index d9971425a..e7bc9f0db 100644 --- a/packages/admin/components/forms/ParentSelector/ParentSelector.tsx +++ b/packages/admin/components/forms/ParentSelector/ParentSelector.tsx @@ -49,7 +49,7 @@ type Props = { }; const fragment = graphql` - fragment ParentSelectorFragment on AnyEntity { + fragment ParentSelectorFragment on Entity { ... on Collection { __typename entityId: id diff --git a/packages/admin/components/forms/SchemaSelector/SchemaSelector.tsx b/packages/admin/components/forms/SchemaSelector/SchemaSelector.tsx index 1fcae9c82..b809f939c 100644 --- a/packages/admin/components/forms/SchemaSelector/SchemaSelector.tsx +++ b/packages/admin/components/forms/SchemaSelector/SchemaSelector.tsx @@ -95,7 +95,7 @@ type SchemaNode = SchemaSelectorSchemasFragment$data["schemaVersions"]["nodes"][number]; const fragment = graphql` - fragment SchemaSelectorDataFragment on AnyEntity { + fragment SchemaSelectorDataFragment on Entity { ... on Collection { entityId: id schemaVersion { diff --git a/packages/admin/schema.graphql b/packages/admin/schema.graphql index 4b339f988..457a1cc96 100644 --- a/packages/admin/schema.graphql +++ b/packages/admin/schema.graphql @@ -44,7 +44,7 @@ as its accessControlList defines. """ interface AccessGrant { """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! """The role the subject has been assigned""" role: Role! """The polymorphic subject that has been granted access""" @@ -462,7 +462,7 @@ type Announcement implements Node & Sluggable { body: String! createdAt: ISO8601DateTime! """The entity that owns the announcement""" - entity: AnyEntity! + entity: Entity! """A header value for the announcement""" header: String! id: ID! @@ -526,27 +526,6 @@ type AnyAccessGrantEdge { union AnyAsset = AssetAudio | AssetDocument | AssetImage | AssetPDF | AssetUnknown | AssetVideo -"""The connection type for AnyAsset.""" -type AnyAssetConnection implements Paginated { - """A list of edges.""" - edges: [AnyAssetEdge!]! - """A list of nodes.""" - nodes: [AnyAsset!]! - """Information to aid in pagination.""" - pageInfo: PageInfo! -} - -"""An edge in a connection.""" -type AnyAssetEdge { - """A cursor for use in pagination.""" - cursor: String! - """The item at the end of the edge.""" - node: AnyAsset! -} - -"""Something that can be attached to""" -union AnyAttachable = Collection | Community | Item - """Any entity that can have a parent.""" union AnyChildEntity = Collection | Item @@ -590,6 +569,9 @@ type AnyCommunityAccessGrantEdge { node: AnyCommunityAccessGrant! } +"""A union of types that can be contributed to""" +union AnyContributable = CollectionContribution | ItemContribution + """A union of possible contribution types""" union AnyContribution = CollectionContribution | ItemContribution @@ -630,11 +612,6 @@ Encompasses all the possible template instance types that can fall under a `HERO """ union AnyHeroTemplateInstance = HeroTemplateInstance -""" -Used by a LinkTargetCandidate, this describes any type of model that can act as a target for an EntityLink -""" -union AnyLinkTarget = Collection | Item - """ Encompasses all the possible template definition types that can fall under a `LIST_ITEM` layout. @@ -683,9 +660,6 @@ Encompasses all the possible template instance types that can fall under a `NAVI """ union AnyNavigationTemplateInstance = NavigationTemplateInstance -"""The various types an OrderingEntry can refer to""" -union AnyOrderingEntry = Collection | Community | EntityLink | Item - """ All types in this union implement OrderingPath. @@ -715,14 +689,6 @@ All properties contained in this union are guaranteed to implement `SchemaProper """ union AnySchemaProperty = AssetProperty | AssetsProperty | BooleanProperty | ContributorProperty | ContributorsProperty | ControlledVocabulariesProperty | ControlledVocabularyProperty | DateProperty | EmailProperty | EntitiesProperty | EntityProperty | FloatProperty | FullTextProperty | GroupProperty | IntegerProperty | MarkdownProperty | MultiselectProperty | SelectProperty | StringProperty | TagsProperty | TimestampProperty | URLProperty | UnknownProperty | VariableDateProperty -""" -`AnySearchableProperty` represents a property that can be searched on. - -Any property underneath this can be assured to implement `SearchableProperty`. - -""" -union AnySearchableProperty = BooleanProperty | DateProperty | FloatProperty | FullTextProperty | IntegerProperty | MarkdownProperty | MultiselectProperty | SelectProperty | StringProperty | TimestampProperty | VariableDateProperty - """ Encompasses all the possible template definition types that can fall under a `SUPPLEMENTARY` layout. @@ -814,7 +780,7 @@ type ApplySchemaPropertiesPayload implements StandardMutationPayload { } """A generic asset type, implemented by all the more specific kinds""" -interface Asset { +interface Asset implements Node & Sluggable { altText: String assetDownloads( """ @@ -840,7 +806,7 @@ interface Asset { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! downloadURL: String @@ -882,7 +848,7 @@ type AssetAudio implements Asset & Node & Sluggable { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! createdAt: ISO8601DateTime! @@ -899,6 +865,16 @@ type AssetAudio implements Asset & Node & Sluggable { updatedAt: ISO8601DateTime! } +"""The connection type for Asset.""" +type AssetConnection implements Paginated { + """A list of edges.""" + edges: [AssetEdge!]! + """A list of nodes.""" + nodes: [Asset!]! + """Information to aid in pagination.""" + pageInfo: PageInfo! +} + type AssetDocument implements Asset & Node & Sluggable { altText: String assetDownloads( @@ -925,7 +901,7 @@ type AssetDocument implements Asset & Node & Sluggable { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! createdAt: ISO8601DateTime! @@ -942,6 +918,14 @@ type AssetDocument implements Asset & Node & Sluggable { updatedAt: ISO8601DateTime! } +"""An edge in a connection.""" +type AssetEdge { + """A cursor for use in pagination.""" + cursor: String! + """The item at the end of the edge.""" + node: Asset! +} + type AssetImage implements Asset & Node & Sluggable { altText: String assetDownloads( @@ -968,7 +952,7 @@ type AssetImage implements Asset & Node & Sluggable { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! createdAt: ISO8601DateTime! @@ -1034,7 +1018,7 @@ type AssetPDF implements Asset & Node & Sluggable { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! createdAt: ISO8601DateTime! @@ -1077,7 +1061,7 @@ type AssetProperty implements ScalarProperty & SchemaProperty { """ array: Boolean! - asset: AnyAsset + asset: Asset """ A human-readable description for the property. It should describe the purpose of the property as well as some details about the types of values it looks for. @@ -1184,7 +1168,7 @@ type AssetUnknown implements Asset & Node & Sluggable { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! createdAt: ISO8601DateTime! @@ -1227,7 +1211,7 @@ type AssetVideo implements Asset & Node & Sluggable { """ usOnly: Boolean = false ): AnalyticsRegionCountSummary! - attachable: AnyAttachable! + attachable: Attachable! caption: String contentType: String! createdAt: ISO8601DateTime! @@ -1254,7 +1238,7 @@ type AssetsProperty implements ScalarProperty & SchemaProperty { """ array: Boolean! - assets: [AnyAsset!]! + assets: [Asset!]! """ A human-readable description for the property. It should describe the purpose of the property as well as some details about the types of values it looks for. @@ -1350,7 +1334,7 @@ interface Attachable { pageDirection: PageDirection = FORWARDS """The amount of edges / nodes to fetch per page""" perPage: Int - ): AnyAssetConnection! + ): AssetConnection! } """This describes where a given file attachment is stored (if at all)""" @@ -1465,7 +1449,7 @@ type BlurbTemplateInstance implements Node & Renderable & Sluggable & TemplateIn The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -1650,7 +1634,7 @@ interface ChildEntity implements Accessible & Entity & EntityBase & ExposesPermi ancestorByName( """The name of the ancestor to fetch""" name: String! - ): AnyEntity + ): Entity """ Look up an ancestor for this entity that implements a specific type. It ascends from this entity, so it will first check the parent, then the grandparent, and so on. @@ -1659,7 +1643,7 @@ interface ChildEntity implements Accessible & Entity & EntityBase & ExposesPermi ancestorOfType( """A fully-qualified name of a schema to look for.""" schema: String! - ): AnyEntity + ): Entity """Look up an announcement for this entity by slug""" announcement(slug: Slug!): Announcement """Announcements for a specific entity""" @@ -1944,8 +1928,11 @@ interface ChildEntity implements Accessible & Entity & EntityBase & ExposesPermi rawDOI: String root: Boolean! schemaDefinition: SchemaDefinition! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! schemaRanks: [HierarchicalSchemaRank!]! schemaVersion: SchemaVersion! """Search from this level of the API using it as the origin""" @@ -2027,19 +2014,19 @@ Used to process redirect URIs for specific client locations. """ enum ClientLocation { """ - The admin client (https://admin.sandbox.meru.host). + The admin client (http://localhost:3000). """ ADMIN """ - The frontend client (https://sandbox.meru.host). + The frontend client (http://localhost:14700). """ FRONTEND } """A collection of items""" -type Collection implements Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasDOI & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable { +type Collection implements Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasDOI & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & OrderingEntryable & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable { """Derived access control list""" accessControlList: AccessControlList accessGrants( @@ -2096,7 +2083,7 @@ type Collection implements Accessible & Attachable & Attributable & ChildEntity ancestorByName( """The name of the ancestor to fetch""" name: String! - ): AnyEntity + ): Entity """ Look up an ancestor for this entity that implements a specific type. It ascends from this entity, so it will first check the parent, then the grandparent, and so on. @@ -2105,7 +2092,7 @@ type Collection implements Accessible & Attachable & Attributable & ChildEntity ancestorOfType( """A fully-qualified name of a schema to look for.""" schema: String! - ): AnyEntity + ): Entity """Look up an announcement for this entity by slug""" announcement(slug: Slug!): Announcement """Announcements for a specific entity""" @@ -2188,7 +2175,7 @@ type Collection implements Accessible & Attachable & Attributable & ChildEntity pageDirection: PageDirection = FORWARDS """The amount of edges / nodes to fetch per page""" perPage: Int - ): AnyAssetConnection! + ): AssetConnection! """ The role(s) that the current user could assign to other users on this entity, if applicable. """ @@ -2222,6 +2209,7 @@ type Collection implements Accessible & Attachable & Attributable & ChildEntity availableEntitiesFor( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! ): [EntitySelectOption!]! @@ -2654,10 +2642,14 @@ type Collection implements Accessible & Attachable & Attributable & ChildEntity schemaDefinition: SchemaDefinition! """ The context for our schema instance. Includes form values and necessary referents. + """ schemaInstanceContext: SchemaInstanceContext! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! """ Read a single schema property by its full path. @@ -2665,9 +2657,10 @@ type Collection implements Accessible & Attachable & Attributable & ChildEntity schemaProperty( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! - ): AnySchemaProperty + ): SchemaProperty schemaRanks: [HierarchicalSchemaRank!]! schemaVersion: SchemaVersion! """Search from this level of the API using it as the origin""" @@ -2808,7 +2801,7 @@ type CollectionContribution implements Contribution & ContributionBase & Node & collection: Collection! """The actual role""" contributionRole: ControlledVocabularyItem! - contributor: AnyContributor! + contributor: Contributor! contributorKind: ContributorKind! createdAt: ISO8601DateTime! """A potentially-overridden display name value for all contributor types""" @@ -2870,7 +2863,7 @@ type CollectionEdge { union CollectionParent = Collection | Community """A community of users""" -type Community implements Accessible & Attachable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasEntityAnalytics & HasEntityBreadcrumbs & HasSchemaProperties & Node & Permalinkable & SchemaInstance & Searchable & Sluggable { +type Community implements Accessible & Attachable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasEntityAnalytics & HasEntityBreadcrumbs & HasSchemaProperties & Node & OrderingEntryable & Permalinkable & SchemaInstance & Searchable & Sluggable { """Derived access control list""" accessControlList: AccessControlList accessGrants( @@ -3000,7 +2993,7 @@ type Community implements Accessible & Attachable & Entity & EntityBase & Expose pageDirection: PageDirection = FORWARDS """The amount of edges / nodes to fetch per page""" perPage: Int - ): AnyAssetConnection! + ): AssetConnection! """ The role(s) that the current user could assign to other users on this entity, if applicable. """ @@ -3032,6 +3025,7 @@ type Community implements Accessible & Attachable & Entity & EntityBase & Expose availableEntitiesFor( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! ): [EntitySelectOption!]! @@ -3281,10 +3275,14 @@ type Community implements Accessible & Attachable & Entity & EntityBase & Expose schemaDefinition: SchemaDefinition! """ The context for our schema instance. Includes form values and necessary referents. + """ schemaInstanceContext: SchemaInstanceContext! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! """ Read a single schema property by its full path. @@ -3292,9 +3290,10 @@ type Community implements Accessible & Attachable & Entity & EntityBase & Expose schemaProperty( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! - ): AnySchemaProperty + ): SchemaProperty schemaRanks: [HierarchicalSchemaRank!]! schemaVersion: SchemaVersion! """Search from this level of the API using it as the origin""" @@ -3399,10 +3398,16 @@ type CommunityEdge { """A contextual permission for a user, role, and entity""" type ContextualPermission implements ExposesPermissions & Node & Sluggable { - """Derived access control list""" + """ + The derived access control list for this user and entity. + + """ accessControlList: AccessControlList - """The access grants that correspond to this contextual permission""" - accessGrants: [AnyUserAccessGrant!]! + """ + The access grants that correspond to this contextual permission. + + """ + accessGrants: [UserAccessGrant!]! """ A list of allowed actions for the given user on this entity (and its descendants). """ @@ -3411,10 +3416,17 @@ type ContextualPermission implements ExposesPermissions & Node & Sluggable { id: ID! """An array of hashes that can be requested to load in a context""" permissions: [PermissionGrant!]! - """The roles that correspond to this contextual permission""" + """ + The roles that correspond to this contextual permission. + + """ roles: [Role!]! slug: Slug! updatedAt: ISO8601DateTime! + """ + The user that has the contextual permission. + + """ user: User! } @@ -3500,7 +3512,7 @@ interface Contribution implements ContributionBase { The contributor, loaded via union for the most control. """ - contributor: AnyContributor! + contributor: Contributor! contributorKind: ContributorKind! """A potentially-overridden display name value for all contributor types""" displayName: String! @@ -3833,12 +3845,12 @@ interface ContributorAttribution { title: String! } -"""The connection type for AnyContributorAttribution.""" +"""The connection type for ContributorAttribution.""" type ContributorAttributionConnection implements Paginated { """A list of edges.""" edges: [ContributorAttributionEdge!]! """A list of nodes.""" - nodes: [AnyContributorAttribution!]! + nodes: [ContributorAttribution!]! """Information to aid in pagination.""" pageInfo: PageInfo! } @@ -3848,7 +3860,7 @@ type ContributorAttributionEdge { """A cursor for use in pagination.""" cursor: String! """The item at the end of the edge.""" - node: AnyContributorAttribution! + node: ContributorAttribution! } """ @@ -4166,7 +4178,7 @@ type ContributorListTemplateInstance implements Node & Renderable & Sluggable & The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -4253,7 +4265,7 @@ type ContributorProperty implements ScalarProperty & SchemaProperty { """ array: Boolean! - contributor: AnyContributor + contributor: Contributor """ A human-readable description for the property. It should describe the purpose of the property as well as some details about the types of values it looks for. @@ -4344,7 +4356,7 @@ type ContributorsProperty implements ScalarProperty & SchemaProperty { """ array: Boolean! - contributors: [AnyContributor!]! + contributors: [Contributor!]! """ A human-readable description for the property. It should describe the purpose of the property as well as some details about the types of values it looks for. @@ -5768,7 +5780,7 @@ type DescendantListTemplateInstance implements Node & Renderable & Sluggable & T The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ The list of entities to render as part of this template's content. @@ -6256,7 +6268,7 @@ type DetailTemplateInstance implements Node & Renderable & Sluggable & TemplateI The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -6481,7 +6493,7 @@ type EntitiesProperty implements HasAvailableEntities & ScalarProperty & SchemaP Given the same input, this array will always be returned in the same order. """ - entities: [AnyEntity!]! + entities: [Entity!]! """ The full path that represents the property on the schema instance. It is guaranteed to be unique for the instance, and can be used to grab a property directly, as well as @@ -6792,8 +6804,11 @@ interface Entity implements Accessible & EntityBase & ExposesPermissions & HasEn """An array of hashes that can be requested to load in a context""" permissions: [PermissionGrant!]! schemaDefinition: SchemaDefinition! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! schemaRanks: [HierarchicalSchemaRank!]! schemaVersion: SchemaVersion! """Search from this level of the API using it as the origin""" @@ -6859,7 +6874,7 @@ interface EntityBase implements Sluggable { } type EntityBreadcrumb implements Node { - crumb: AnyEntity! + crumb: Entity! depth: Int! id: ID! kind: EntityKind! @@ -6870,7 +6885,7 @@ type EntityBreadcrumb implements Node { """A descendant of an `Entity`.""" type EntityDescendant { """The actual descendant entity""" - descendant: AnyEntity! + descendant: Entity! """The relative depth of this entity from its ancestor""" relativeDepth: Int! """The scope of this entity relative to its ancestor""" @@ -7010,17 +7025,17 @@ type EntityLayouts { } """A link between different entities""" -type EntityLink implements Node & Sluggable { +type EntityLink implements Node & OrderingEntryable & Sluggable { createdAt: ISO8601DateTime! id: ID! operator: EntityLinkOperator! scope: EntityLinkScope! slug: Slug! - source: AnyEntity! + source: Entity! sourceCollection: Collection sourceCommunity: Community sourceItem: Item - target: AnyEntity! + target: Entity! targetCollection: Collection targetCommunity: Community targetItem: Item @@ -7169,7 +7184,7 @@ type EntityProperty implements HasAvailableEntities & ScalarProperty & SchemaPro A single reference to another entity within the system. """ - entity: AnyEntity + entity: Entity """ The full path that represents the property on the schema instance. It is guaranteed to be unique for the instance, and can be used to grab a property directly, as well as @@ -7348,7 +7363,7 @@ enum EntityScope { type EntitySelectOption implements HasEntityBreadcrumbs { """Previous entries in the hierarchy""" breadcrumbs: [EntityBreadcrumb!]! - entity: AnyEntity! + entity: Entity! kind: EntityKind! label: String! schemaVersion: SchemaVersion! @@ -7678,6 +7693,10 @@ type GrantAccessPayload implements StandardMutationPayload { haltCode: String } +""" +A schema property that groups other schema properties together underneath a `path`. + +""" type GroupProperty implements SchemaProperty { """ Provided for introspection. This describes whether or not the property's value @@ -7708,6 +7727,7 @@ type GroupProperty implements SchemaProperty { """ kind: SchemaPropertyKind! + """The legend / label for this group property.""" legend: String """ Provided for introspection. Whether this property can be used to order entities. @@ -7721,7 +7741,9 @@ type GroupProperty implements SchemaProperty { """ path: String! - properties: [AnyScalarProperty!]! + """The list of (scalar) schema properties contained within this group.""" + properties: [ScalarProperty!]! + """Whether this property is required to have a value.""" required: Boolean! """ Provided for introspection. This represents the actual data type this property @@ -10419,8 +10441,11 @@ interface HasHarvestOptions { } interface HasSchemaProperties { - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! } """ @@ -10485,7 +10510,7 @@ type HeroLayoutInstance implements LayoutInstance & Node & Renderable & Sluggabl The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! id: ID! """ The time this object was last rendered. @@ -10582,7 +10607,7 @@ type HeroTemplateInstance implements Node & Renderable & Sluggable & TemplateIns The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -11155,7 +11180,7 @@ type IntegerProperty implements ScalarProperty & SchemaProperty & SearchableProp } """An item that belongs to a collection""" -type Item implements Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HasDOI & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable { +type Item implements Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HasDOI & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & OrderingEntryable & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable { """Derived access control list""" accessControlList: AccessControlList accessGrants( @@ -11212,7 +11237,7 @@ type Item implements Accessible & Attachable & Attributable & ChildEntity & Cont ancestorByName( """The name of the ancestor to fetch""" name: String! - ): AnyEntity + ): Entity """ Look up an ancestor for this entity that implements a specific type. It ascends from this entity, so it will first check the parent, then the grandparent, and so on. @@ -11221,7 +11246,7 @@ type Item implements Accessible & Attachable & Attributable & ChildEntity & Cont ancestorOfType( """A fully-qualified name of a schema to look for.""" schema: String! - ): AnyEntity + ): Entity """Look up an announcement for this entity by slug""" announcement(slug: Slug!): Announcement """Announcements for a specific entity""" @@ -11304,7 +11329,7 @@ type Item implements Accessible & Attachable & Attributable & ChildEntity & Cont pageDirection: PageDirection = FORWARDS """The amount of edges / nodes to fetch per page""" perPage: Int - ): AnyAssetConnection! + ): AssetConnection! """ The role(s) that the current user could assign to other users on this entity, if applicable. """ @@ -11338,6 +11363,7 @@ type Item implements Accessible & Attachable & Attributable & ChildEntity & Cont availableEntitiesFor( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! ): [EntitySelectOption!]! @@ -11730,10 +11756,14 @@ type Item implements Accessible & Attachable & Attributable & ChildEntity & Cont schemaDefinition: SchemaDefinition! """ The context for our schema instance. Includes form values and necessary referents. + """ schemaInstanceContext: SchemaInstanceContext! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! """ Read a single schema property by its full path. @@ -11741,9 +11771,10 @@ type Item implements Accessible & Attachable & Attributable & ChildEntity & Cont schemaProperty( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! - ): AnySchemaProperty + ): SchemaProperty schemaRanks: [HierarchicalSchemaRank!]! schemaVersion: SchemaVersion! """Search from this level of the API using it as the origin""" @@ -11883,7 +11914,7 @@ type ItemContribution implements Contribution & ContributionBase & Node & Slugga affiliation: String """The actual role""" contributionRole: ControlledVocabularyItem! - contributor: AnyContributor! + contributor: Contributor! contributorKind: ContributorKind! createdAt: ISO8601DateTime! """A potentially-overridden display name value for all contributor types""" @@ -11979,7 +12010,7 @@ interface LayoutInstance implements Renderable { The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! """ The time this object was last rendered. @@ -12265,7 +12296,7 @@ type LinkListTemplateInstance implements Node & Renderable & Sluggable & Templat The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ The list of entities to render as part of this template's content. @@ -12374,7 +12405,7 @@ type LinkTargetCandidate implements Node { id: ID! kind: LinkTargetCandidateKind! """The actual target""" - target: AnyLinkTarget! + target: Entity! """The targetID to provide to linkEntity""" targetId: ID! """The target entity's title""" @@ -12472,7 +12503,7 @@ type ListItemLayoutInstance implements LayoutInstance & Node & Renderable & Slug The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! id: ID! """ The time this object was last rendered. @@ -12652,7 +12683,7 @@ type ListItemTemplateInstance implements Node & Renderable & Sluggable & Templat The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ The list of entities to render as part of this template's content. @@ -12751,7 +12782,7 @@ type MainLayoutInstance implements LayoutInstance & Node & Renderable & Sluggabl The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! id: ID! """ The time this object was last rendered. @@ -12918,7 +12949,7 @@ type MetadataLayoutInstance implements LayoutInstance & Node & Renderable & Slug The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! id: ID! """ The time this object was last rendered. @@ -12992,7 +13023,7 @@ type MetadataTemplateInstance implements Node & Renderable & Sluggable & Templat The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -13081,6 +13112,7 @@ type MultiselectProperty implements OptionableProperty & ScalarProperty & Schema """ kind: SchemaPropertyKind! label: String! + """The list of predefined options available for this property.""" options: [SelectOption!]! """ Provided for introspection. Whether this property can be used to order entities. @@ -13672,7 +13704,7 @@ should any be defined for the schema. """ type NamedAncestor { """The actual ancestor""" - ancestor: AnyEntity! + ancestor: Entity! """The depth of the ancestor in the hierarchy""" ancestorDepth: Int! """ @@ -13745,7 +13777,7 @@ type NavigationLayoutInstance implements LayoutInstance & Node & Renderable & Sl The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! id: ID! """ The time this object was last rendered. @@ -13820,7 +13852,7 @@ type NavigationTemplateInstance implements Node & Renderable & Sluggable & Templ The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -13903,7 +13935,12 @@ input NumericLTEOperatorInput { value: Float! } +""" +An interface for properties that have a set of predefined options to choose from. + +""" interface OptionableProperty { + """The list of predefined options available for this property.""" options: [SelectOption!]! } @@ -13975,7 +14012,7 @@ type Ordering implements Node & Searchable & Sluggable { """The time the ordering was disabled, if applicable""" disabledAt: ISO8601Date """The entity that owns the ordering""" - entity: AnyEntity! + entity: Entity! filter: OrderingFilterDefinition! """Optional markdown content to render after the children""" footer: String @@ -14156,7 +14193,7 @@ type OrderingEntry implements Node & Sluggable { but future implementations of orderings may include other content, such as presentation elements. """ - entry: AnyOrderingEntry! + entry: OrderingEntryable! """ The delegated `slug` from the associated `entry`. @@ -14234,6 +14271,15 @@ enum OrderingEntrySortMode { INVERSE } +""" +An entity or link which can appear in an ordering. + +""" +interface OrderingEntryable implements Node { + """ID of the object.""" + id: ID! +} + """ A collection of settings for filtering what appears what entities may populate an ordering. At present, this only supports schemas. @@ -14556,7 +14602,7 @@ type OrderingTemplateInstance implements Node & Renderable & Sluggable & Templat The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -14765,7 +14811,7 @@ type OrganizationContributor implements Contributor & ContributorBase & HasHarve type Page implements Node { body: String! createdAt: ISO8601DateTime! - entity: AnyEntity! + entity: Entity! """The hero image for a page""" heroImage: ImageAttachment! """Configurable metadata for the hero_image attachment""" @@ -14906,7 +14952,7 @@ type PageListTemplateInstance implements Node & Renderable & Sluggable & Templat The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -15478,7 +15524,7 @@ interface QueriesContrib { contributableId: ID ): ContributionRoleConfiguration! """Look up a contributor by slug""" - contributor(slug: Slug!): AnyContributor + contributor(slug: Slug!): Contributor """ Look up a contributor `by` a certain `value`. @@ -15502,7 +15548,7 @@ interface QueriesContrib { """ value: String! - ): AnyContributor + ): Contributor """A list of all contributors in the system""" contributors( """Returns the elements in the list that come after the specified cursor.""" @@ -15639,7 +15685,7 @@ Fields for querying all entities from the top level of the hierarchy. """ interface QueriesEntities { """Look up an asset by slug""" - asset(slug: Slug!): AnyAsset + asset(slug: Slug!): Asset """Look up a collection by slug""" collection(slug: Slug!): Collection """List all communities""" @@ -15977,7 +16023,7 @@ interface QueriesSchemas { If passed, this will restrict the property fields returned to the selected schemas. """ schemas: [OrderingSchemaFilterInput!] - ): [AnyOrderingPath!]! + ): [OrderingPath!]! """Look up a schema definition by slug""" schemaDefinition(slug: Slug!): SchemaDefinition """List all schema definitions""" @@ -16141,7 +16187,7 @@ type Query implements QueriesAccessAndRoles & QueriesContrib & QueriesControlled """Access top-level analytics.""" analytics: Analytics! """Look up an asset by slug""" - asset(slug: Slug!): AnyAsset + asset(slug: Slug!): Asset """Look up a collection by slug""" collection(slug: Slug!): Collection """Look up a collection contribution by slug""" @@ -16179,7 +16225,7 @@ type Query implements QueriesAccessAndRoles & QueriesContrib & QueriesControlled contributableId: ID ): ContributionRoleConfiguration! """Look up a contributor by slug""" - contributor(slug: Slug!): AnyContributor + contributor(slug: Slug!): Contributor """ Look up a contributor `by` a certain `value`. @@ -16203,7 +16249,7 @@ type Query implements QueriesAccessAndRoles & QueriesContrib & QueriesControlled """ value: String! - ): AnyContributor + ): Contributor """A list of all contributors in the system""" contributors( """Returns the elements in the list that come after the specified cursor.""" @@ -16534,7 +16580,7 @@ type Query implements QueriesAccessAndRoles & QueriesContrib & QueriesControlled If passed, this will restrict the property fields returned to the selected schemas. """ schemas: [OrderingSchemaFilterInput!] - ): [AnyOrderingPath!]! + ): [OrderingPath!]! """ Retrieve a single `Permalink` by slug. @@ -17207,15 +17253,20 @@ interface SchemaInstance { availableEntitiesFor( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! ): [EntitySelectOption!]! """ The context for our schema instance. Includes form values and necessary referents. + """ schemaInstanceContext: SchemaInstanceContext! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! """ Read a single schema property by its full path. @@ -17223,9 +17274,10 @@ interface SchemaInstance { schemaProperty( """ The full path to the schema property. Please note, paths are snake_case, not camelCase. + """ fullPath: String! - ): AnySchemaProperty + ): SchemaProperty } """A context that describes the current state of the form""" @@ -17603,8 +17655,11 @@ type SchemaVersion implements DescribesSchema & HasSchemaProperties & Node & Sea """ schemaDefinition: SchemaDefinition! - """A list of schema properties associated with this instance or version.""" - schemaProperties: [AnySchemaProperty!]! + """ + A list of schema properties associated with this instance or version. + + """ + schemaProperties: [SchemaProperty!]! """Search from this level of the API using it as the origin""" search( """ @@ -17625,7 +17680,7 @@ type SchemaVersion implements DescribesSchema & HasSchemaProperties & Node & Sea A subset of properties that can be searched for this schema. """ - searchableProperties: [AnySearchableProperty!]! + searchableProperties: [SearchableProperty!]! slug: Slug! updatedAt: ISO8601DateTime! } @@ -17746,7 +17801,7 @@ type SearchResult implements Node & Sluggable { A reference to the actual entity returned by the search query. """ - entity: AnyEntity! + entity: Entity! """ The encoded ID that will point to the entity itself, not a special ID for the search result record. @@ -17884,6 +17939,10 @@ type SearchableCoreProperty implements SearchableProperty { searchPath: String! } +""" +An interface for properties that can be searched. + +""" interface SearchableProperty { description: String label: String! @@ -17891,8 +17950,11 @@ interface SearchableProperty { searchPath: String! } +"""An option for a select-type property.""" type SelectOption { + """The display label for the option.""" label: String! + """The underlying value for the option.""" value: String! } @@ -17934,6 +17996,7 @@ type SelectProperty implements OptionableProperty & ScalarProperty & SchemaPrope """ kind: SchemaPropertyKind! label: String! + """The list of predefined options available for this property.""" options: [SelectOption!]! """ Provided for introspection. Whether this property can be used to order entities. @@ -18307,7 +18370,7 @@ type SupplementaryLayoutInstance implements LayoutInstance & Node & Renderable & The associated entity for this layout instance. """ - entity: AnyEntity! + entity: Entity! id: ID! """ The time this object was last rendered. @@ -18378,7 +18441,7 @@ type SupplementaryTemplateInstance implements Node & Renderable & Sluggable & Te The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -18427,7 +18490,7 @@ type SupplementaryTemplateInstanceSlots { } """ -A helper field that can look up various information about the WDP-API Ecosystem. +A helper field that can look up various information about the Meru-API Ecosystem. """ type SystemInfo { @@ -18642,7 +18705,7 @@ type TemplateEntityList { The order is deterministic. """ - entities: [AnyEntity!]! + entities: [Entity!]! """ Whether the entity selection tried to use the fallback selection mode. @@ -18740,7 +18803,7 @@ interface TemplateInstance implements Renderable { The associated entity for this template instance. """ - entity: AnyEntity! + entity: Entity! """ Whether this template instance should be hidden based on some logic. @@ -20622,7 +20685,7 @@ type User implements AccessGrantSubject & ExposesPermissions & Node & Sluggable """An access grant for a user""" interface UserAccessGrant { """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! """The role the subject has been assigned""" role: Role! """The polymorphic subject that has been granted access""" @@ -20640,7 +20703,7 @@ type UserCollectionAccessGrant implements AccessGrant & Node & Sluggable & UserA collection: Collection! createdAt: ISO8601DateTime! """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! id: ID! """The role the subject has been assigned""" role: Role! @@ -20679,7 +20742,7 @@ type UserCommunityAccessGrant implements AccessGrant & Node & Sluggable & UserAc community: Community! createdAt: ISO8601DateTime! """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! id: ID! """The role the subject has been assigned""" role: Role! @@ -20890,7 +20953,7 @@ type UserGroup implements AccessGrantSubject & Node & Sluggable { """An access grant for a user group""" interface UserGroupAccessGrant { """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! """The role the subject has been assigned""" role: Role! """The polymorphic subject that has been granted access""" @@ -20908,7 +20971,7 @@ type UserGroupCollectionAccessGrant implements AccessGrant & Node & Sluggable & collection: Collection! createdAt: ISO8601DateTime! """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! id: ID! """The role the subject has been assigned""" role: Role! @@ -20947,7 +21010,7 @@ type UserGroupCommunityAccessGrant implements AccessGrant & Node & Sluggable & U community: Community! createdAt: ISO8601DateTime! """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! id: ID! """The role the subject has been assigned""" role: Role! @@ -20984,7 +21047,7 @@ An access grant for a group to a item. type UserGroupItemAccessGrant implements AccessGrant & Node & Sluggable & UserGroupAccessGrant { createdAt: ISO8601DateTime! """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! id: ID! """The item to which a group has been granted access""" item: Item! @@ -21023,7 +21086,7 @@ An access grant for a user to a collection. type UserItemAccessGrant implements AccessGrant & Node & Sluggable & UserAccessGrant { createdAt: ISO8601DateTime! """The polymorphic entity to which access has been granted""" - entity: AnyEntity! + entity: Entity! id: ID! """The item to which a user has been granted access""" item: Item! diff --git a/packages/admin/types/graphql-schema.d.ts b/packages/admin/types/graphql-schema.d.ts index 1c4f05d91..a6ad9d54d 100644 --- a/packages/admin/types/graphql-schema.d.ts +++ b/packages/admin/types/graphql-schema.d.ts @@ -63,7 +63,7 @@ export type AccessControlList = ExposesPermissions & { */ export type AccessGrant = { /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; /** The role the subject has been assigned */ role: Role; /** The polymorphic subject that has been granted access */ @@ -433,7 +433,7 @@ export type Announcement = Node & Sluggable & { body: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; /** The entity that owns the announcement */ - entity: AnyEntity; + entity: Entity; /** A header value for the announcement */ header: Scalars['String']['output']; id: Scalars['ID']['output']; @@ -501,29 +501,6 @@ export type AnyAccessGrantEdge = { export type AnyAsset = AssetAudio | AssetDocument | AssetImage | AssetPdf | AssetUnknown | AssetVideo | { __typename?: "%other" }; -/** The connection type for AnyAsset. */ -export type AnyAssetConnection = Paginated & { - __typename?: 'AnyAssetConnection'; - /** A list of edges. */ - edges: Array; - /** A list of nodes. */ - nodes: Array; - /** Information to aid in pagination. */ - pageInfo: PageInfo; -}; - -/** An edge in a connection. */ -export type AnyAssetEdge = { - __typename?: 'AnyAssetEdge'; - /** A cursor for use in pagination. */ - cursor: Scalars['String']['output']; - /** The item at the end of the edge. */ - node: AnyAsset; -}; - -/** Something that can be attached to */ -export type AnyAttachable = Collection | Community | Item | { __typename?: "%other" }; - /** Any entity that can have a parent. */ export type AnyChildEntity = Collection | Item | { __typename?: "%other" }; @@ -571,6 +548,9 @@ export type AnyCommunityAccessGrantEdge = { node: AnyCommunityAccessGrant; }; +/** A union of types that can be contributed to */ +export type AnyContributable = CollectionContribution | ItemContribution | { __typename?: "%other" }; + /** A union of possible contribution types */ export type AnyContribution = CollectionContribution | ItemContribution | { __typename?: "%other" }; @@ -613,9 +593,6 @@ export type AnyHeroTemplateDefinition = HeroTemplateDefinition | { __typename?: */ export type AnyHeroTemplateInstance = HeroTemplateInstance | { __typename?: "%other" }; -/** Used by a LinkTargetCandidate, this describes any type of model that can act as a target for an EntityLink */ -export type AnyLinkTarget = Collection | Item | { __typename?: "%other" }; - /** * Encompasses all the possible template definition types that can fall under a `LIST_ITEM` layout. * @@ -664,9 +641,6 @@ export type AnyNavigationTemplateDefinition = NavigationTemplateDefinition | { _ */ export type AnyNavigationTemplateInstance = NavigationTemplateInstance | { __typename?: "%other" }; -/** The various types an OrderingEntry can refer to */ -export type AnyOrderingEntry = Collection | Community | EntityLink | Item | { __typename?: "%other" }; - /** * All types in this union implement OrderingPath. * @@ -696,14 +670,6 @@ export type AnyScalarProperty = AssetProperty | AssetsProperty | BooleanProperty */ export type AnySchemaProperty = AssetProperty | AssetsProperty | BooleanProperty | ContributorProperty | ContributorsProperty | ControlledVocabulariesProperty | ControlledVocabularyProperty | DateProperty | EmailProperty | EntitiesProperty | EntityProperty | FloatProperty | FullTextProperty | GroupProperty | IntegerProperty | MarkdownProperty | MultiselectProperty | SelectProperty | StringProperty | TagsProperty | TimestampProperty | UrlProperty | UnknownProperty | VariableDateProperty | { __typename?: "%other" }; -/** - * `AnySearchableProperty` represents a property that can be searched on. - * - * Any property underneath this can be assured to implement `SearchableProperty`. - * - */ -export type AnySearchableProperty = BooleanProperty | DateProperty | FloatProperty | FullTextProperty | IntegerProperty | MarkdownProperty | MultiselectProperty | SelectProperty | StringProperty | TimestampProperty | VariableDateProperty | { __typename?: "%other" }; - /** * Encompasses all the possible template definition types that can fall under a `SUPPLEMENTARY` layout. * @@ -805,7 +771,7 @@ export type Asset = { altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; downloadURL?: Maybe; @@ -841,7 +807,7 @@ export type AssetAudio = Asset & Node & Sluggable & { altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; @@ -871,12 +837,23 @@ export type AssetAudioAssetDownloadsByRegionArgs = { usOnly?: InputMaybe; }; +/** The connection type for Asset. */ +export type AssetConnection = Paginated & { + __typename?: 'AssetConnection'; + /** A list of edges. */ + edges: Array; + /** A list of nodes. */ + nodes: Array; + /** Information to aid in pagination. */ + pageInfo: PageInfo; +}; + export type AssetDocument = Asset & Node & Sluggable & { __typename?: 'AssetDocument'; altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; @@ -906,12 +883,21 @@ export type AssetDocumentAssetDownloadsByRegionArgs = { usOnly?: InputMaybe; }; +/** An edge in a connection. */ +export type AssetEdge = { + __typename?: 'AssetEdge'; + /** A cursor for use in pagination. */ + cursor: Scalars['String']['output']; + /** The item at the end of the edge. */ + node: Asset; +}; + export type AssetImage = Asset & Node & Sluggable & { __typename?: 'AssetImage'; altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; @@ -969,7 +955,7 @@ export type AssetPdf = Asset & Node & Sluggable & { altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; @@ -1023,7 +1009,7 @@ export type AssetProperty = ScalarProperty & SchemaProperty & { * */ array: Scalars['Boolean']['output']; - asset?: Maybe; + asset?: Maybe; /** * A human-readable description for the property. It should describe the purpose of the * property as well as some details about the types of values it looks for. @@ -1110,7 +1096,7 @@ export type AssetUnknown = Asset & Node & Sluggable & { altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; @@ -1145,7 +1131,7 @@ export type AssetVideo = Asset & Node & Sluggable & { altText?: Maybe; assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; - attachable: AnyAttachable; + attachable: Attachable; caption?: Maybe; contentType: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; @@ -1186,7 +1172,7 @@ export type AssetsProperty = ScalarProperty & SchemaProperty & { * */ array: Scalars['Boolean']['output']; - assets: Array; + assets: Array; /** * A human-readable description for the property. It should describe the purpose of the * property as well as some details about the types of values it looks for. @@ -1263,7 +1249,7 @@ export type AssetsProperty = ScalarProperty & SchemaProperty & { /** A model that has attached assets */ export type Attachable = { /** Assets owned by this entity */ - assets: AnyAssetConnection; + assets: AssetConnection; }; @@ -1393,7 +1379,7 @@ export type BlurbTemplateInstance = Node & Renderable & Sluggable & TemplateInst * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -1552,13 +1538,13 @@ export type ChildEntity = { * incomplete, or the association itself is optional. * */ - ancestorByName?: Maybe; + ancestorByName?: Maybe; /** * Look up an ancestor for this entity that implements a specific type. It ascends from this entity, * so it will first check the parent, then the grandparent, and so on. * */ - ancestorOfType?: Maybe; + ancestorOfType?: Maybe; /** Look up an announcement for this entity by slug */ announcement?: Maybe; /** Announcements for a specific entity */ @@ -1686,8 +1672,11 @@ export type ChildEntity = { rawDOI?: Maybe; root: Scalars['Boolean']['output']; schemaDefinition: SchemaDefinition; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; schemaRanks: Array; schemaVersion: SchemaVersion; /** Search from this level of the API using it as the origin */ @@ -2014,19 +2003,19 @@ export type ChildEntityKind = */ export type ClientLocation = /** - * The admin client (https://admin.sandbox.meru.host). + * The admin client (http://localhost:3000). * */ | 'ADMIN' /** - * The frontend client (https://sandbox.meru.host). + * The frontend client (http://localhost:14700). * */ | 'FRONTEND' | '%future added value'; /** A collection of items */ -export type Collection = Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasDoi & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable & { +export type Collection = Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasDoi & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & OrderingEntryable & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable & { __typename?: 'Collection'; /** Derived access control list */ accessControlList?: Maybe; @@ -2041,13 +2030,13 @@ export type Collection = Accessible & Attachable & Attributable & ChildEntity & * incomplete, or the association itself is optional. * */ - ancestorByName?: Maybe; + ancestorByName?: Maybe; /** * Look up an ancestor for this entity that implements a specific type. It ascends from this entity, * so it will first check the parent, then the grandparent, and so on. * */ - ancestorOfType?: Maybe; + ancestorOfType?: Maybe; /** Look up an announcement for this entity by slug */ announcement?: Maybe; /** Announcements for a specific entity */ @@ -2057,7 +2046,7 @@ export type Collection = Accessible & Attachable & Attributable & ChildEntity & assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; /** Assets owned by this entity */ - assets: AnyAssetConnection; + assets: AssetConnection; /** The role(s) that the current user could assign to other users on this entity, if applicable. */ assignableRoles: Array; /** Retrieve a list of user & role assignments for this entity */ @@ -2224,15 +2213,21 @@ export type Collection = Accessible & Attachable & Attributable & ChildEntity & relatedCollections: CollectionConnection; root: Scalars['Boolean']['output']; schemaDefinition: SchemaDefinition; - /** The context for our schema instance. Includes form values and necessary referents. */ + /** + * The context for our schema instance. Includes form values and necessary referents. + * + */ schemaInstanceContext: SchemaInstanceContext; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; /** * Read a single schema property by its full path. * */ - schemaProperty?: Maybe; + schemaProperty?: Maybe; schemaRanks: Array; schemaVersion: SchemaVersion; /** Search from this level of the API using it as the origin */ @@ -2678,7 +2673,7 @@ export type CollectionContribution = Contribution & ContributionBase & Node & Sl collection: Collection; /** The actual role */ contributionRole: ControlledVocabularyItem; - contributor: AnyContributor; + contributor: Contributor; contributorKind: ContributorKind; createdAt: Scalars['ISO8601DateTime']['output']; /** A potentially-overridden display name value for all contributor types */ @@ -2746,7 +2741,7 @@ export type CollectionEdge = { export type CollectionParent = Collection | Community | { __typename?: "%other" }; /** A community of users */ -export type Community = Accessible & Attachable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasEntityAnalytics & HasEntityBreadcrumbs & HasSchemaProperties & Node & Permalinkable & SchemaInstance & Searchable & Sluggable & { +export type Community = Accessible & Attachable & Entity & EntityBase & ExposesPermissions & HarvestTarget & HasEntityAnalytics & HasEntityBreadcrumbs & HasSchemaProperties & Node & OrderingEntryable & Permalinkable & SchemaInstance & Searchable & Sluggable & { __typename?: 'Community'; /** Derived access control list */ accessControlList?: Maybe; @@ -2764,7 +2759,7 @@ export type Community = Accessible & Attachable & Entity & EntityBase & ExposesP assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; /** Assets owned by this entity */ - assets: AnyAssetConnection; + assets: AssetConnection; /** The role(s) that the current user could assign to other users on this entity, if applicable. */ assignableRoles: Array; /** Retrieve a list of user & role assignments for this entity */ @@ -2849,15 +2844,21 @@ export type Community = Accessible & Attachable & Entity & EntityBase & ExposesP permissions: Array; position?: Maybe; schemaDefinition: SchemaDefinition; - /** The context for our schema instance. Includes form values and necessary referents. */ + /** + * The context for our schema instance. Includes form values and necessary referents. + * + */ schemaInstanceContext: SchemaInstanceContext; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; /** * Read a single schema property by its full path. * */ - schemaProperty?: Maybe; + schemaProperty?: Maybe; schemaRanks: Array; schemaVersion: SchemaVersion; /** Search from this level of the API using it as the origin */ @@ -3182,20 +3183,33 @@ export type CommunityEdge = { /** A contextual permission for a user, role, and entity */ export type ContextualPermission = ExposesPermissions & Node & Sluggable & { __typename?: 'ContextualPermission'; - /** Derived access control list */ + /** + * The derived access control list for this user and entity. + * + */ accessControlList?: Maybe; - /** The access grants that correspond to this contextual permission */ - accessGrants: Array; + /** + * The access grants that correspond to this contextual permission. + * + */ + accessGrants: Array; /** A list of allowed actions for the given user on this entity (and its descendants). */ allowedActions: Array; createdAt: Scalars['ISO8601DateTime']['output']; id: Scalars['ID']['output']; /** An array of hashes that can be requested to load in a context */ permissions: Array; - /** The roles that correspond to this contextual permission */ + /** + * The roles that correspond to this contextual permission. + * + */ roles: Array; slug: Scalars['Slug']['output']; updatedAt: Scalars['ISO8601DateTime']['output']; + /** + * The user that has the contextual permission. + * + */ user: User; }; @@ -3272,7 +3286,7 @@ export type Contribution = { * The contributor, loaded via union for the most control. * */ - contributor: AnyContributor; + contributor: Contributor; contributorKind: ContributorKind; /** A potentially-overridden display name value for all contributor types */ displayName: Scalars['String']['output']; @@ -3594,13 +3608,13 @@ export type ContributorAttribution = { title: Scalars['String']['output']; }; -/** The connection type for AnyContributorAttribution. */ +/** The connection type for ContributorAttribution. */ export type ContributorAttributionConnection = Paginated & { __typename?: 'ContributorAttributionConnection'; /** A list of edges. */ edges: Array; /** A list of nodes. */ - nodes: Array; + nodes: Array; /** Information to aid in pagination. */ pageInfo: PageInfo; }; @@ -3611,7 +3625,7 @@ export type ContributorAttributionEdge = { /** A cursor for use in pagination. */ cursor: Scalars['String']['output']; /** The item at the end of the edge. */ - node: AnyContributorAttribution; + node: ContributorAttribution; }; /** @@ -3933,7 +3947,7 @@ export type ContributorListTemplateInstance = Node & Renderable & Sluggable & Te * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -4018,7 +4032,7 @@ export type ContributorProperty = ScalarProperty & SchemaProperty & { * */ array: Scalars['Boolean']['output']; - contributor?: Maybe; + contributor?: Maybe; /** * A human-readable description for the property. It should describe the purpose of the * property as well as some details about the types of values it looks for. @@ -4111,7 +4125,7 @@ export type ContributorsProperty = ScalarProperty & SchemaProperty & { * */ array: Scalars['Boolean']['output']; - contributors: Array; + contributors: Array; /** * A human-readable description for the property. It should describe the purpose of the * property as well as some details about the types of values it looks for. @@ -5562,7 +5576,7 @@ export type DescendantListTemplateInstance = Node & Renderable & Sluggable & Tem * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * The list of entities to render as part of this template's content. * @@ -6053,7 +6067,7 @@ export type DetailTemplateInstance = Node & Renderable & Sluggable & TemplateIns * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -6280,7 +6294,7 @@ export type EntitiesProperty = HasAvailableEntities & ScalarProperty & SchemaPro * Given the same input, this array will always be returned in the same order. * */ - entities: Array; + entities: Array; /** * The full path that represents the property on the schema instance. It is guaranteed * to be unique for the instance, and can be used to grab a property directly, as well as @@ -6418,8 +6432,11 @@ export type Entity = { /** An array of hashes that can be requested to load in a context */ permissions: Array; schemaDefinition: SchemaDefinition; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; schemaRanks: Array; schemaVersion: SchemaVersion; /** Search from this level of the API using it as the origin */ @@ -6609,7 +6626,7 @@ export type EntityBase = { export type EntityBreadcrumb = Node & { __typename?: 'EntityBreadcrumb'; - crumb: AnyEntity; + crumb: Entity; depth: Scalars['Int']['output']; id: Scalars['ID']['output']; kind: EntityKind; @@ -6621,7 +6638,7 @@ export type EntityBreadcrumb = Node & { export type EntityDescendant = { __typename?: 'EntityDescendant'; /** The actual descendant entity */ - descendant: AnyEntity; + descendant: Entity; /** The relative depth of this entity from its ancestor */ relativeDepth: Scalars['Int']['output']; /** The scope of this entity relative to its ancestor */ @@ -6764,18 +6781,18 @@ export type EntityLayouts = { }; /** A link between different entities */ -export type EntityLink = Node & Sluggable & { +export type EntityLink = Node & OrderingEntryable & Sluggable & { __typename?: 'EntityLink'; createdAt: Scalars['ISO8601DateTime']['output']; id: Scalars['ID']['output']; operator: EntityLinkOperator; scope: EntityLinkScope; slug: Scalars['Slug']['output']; - source: AnyEntity; + source: Entity; sourceCollection?: Maybe; sourceCommunity?: Maybe; sourceItem?: Maybe; - target: AnyEntity; + target: Entity; targetCollection?: Maybe; targetCommunity?: Maybe; targetItem?: Maybe; @@ -6926,7 +6943,7 @@ export type EntityProperty = HasAvailableEntities & ScalarProperty & SchemaPrope * A single reference to another entity within the system. * */ - entity?: Maybe; + entity?: Maybe; /** * The full path that represents the property on the schema instance. It is guaranteed * to be unique for the instance, and can be used to grab a property directly, as well as @@ -7106,7 +7123,7 @@ export type EntitySelectOption = HasEntityBreadcrumbs & { __typename?: 'EntitySelectOption'; /** Previous entries in the hierarchy */ breadcrumbs: Array; - entity: AnyEntity; + entity: Entity; kind: EntityKind; label: Scalars['String']['output']; schemaVersion: SchemaVersion; @@ -7441,6 +7458,10 @@ export type GrantAccessPayload = StandardMutationPayload & { haltCode?: Maybe; }; +/** + * A schema property that groups other schema properties together underneath a `path`. + * + */ export type GroupProperty = SchemaProperty & { __typename?: 'GroupProperty'; /** @@ -7472,6 +7493,7 @@ export type GroupProperty = SchemaProperty & { * */ kind: SchemaPropertyKind; + /** The legend / label for this group property. */ legend?: Maybe; /** * Provided for introspection. Whether this property can be used to order entities. @@ -7485,7 +7507,9 @@ export type GroupProperty = SchemaProperty & { * */ path: Scalars['String']['output']; - properties: Array; + /** The list of (scalar) schema properties contained within this group. */ + properties: Array; + /** Whether this property is required to have a value. */ required: Scalars['Boolean']['output']; /** * Provided for introspection. This represents the actual data type this property @@ -10133,8 +10157,11 @@ export type HasHarvestOptions = { }; export type HasSchemaProperties = { - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; }; /** @@ -10201,7 +10228,7 @@ export type HeroLayoutInstance = LayoutInstance & Node & Renderable & Sluggable * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** * The time this object was last rendered. @@ -10302,7 +10329,7 @@ export type HeroTemplateInstance = Node & Renderable & Sluggable & TemplateInsta * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -10859,7 +10886,7 @@ export type IntegerProperty = ScalarProperty & SchemaProperty & SearchableProper }; /** An item that belongs to a collection */ -export type Item = Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HasDoi & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable & { +export type Item = Accessible & Attachable & Attributable & ChildEntity & Contributable & Entity & EntityBase & ExposesPermissions & HasDoi & HasDefaultTimestamps & HasEntityAnalytics & HasEntityBreadcrumbs & HasHarvestModificationStatus & HasSchemaProperties & Node & OrderingEntryable & Permalinkable & ReferencesEntityVisibility & ReferencesGlobalEntityDates & SchemaInstance & Searchable & Sluggable & { __typename?: 'Item'; /** Derived access control list */ accessControlList?: Maybe; @@ -10874,13 +10901,13 @@ export type Item = Accessible & Attachable & Attributable & ChildEntity & Contri * incomplete, or the association itself is optional. * */ - ancestorByName?: Maybe; + ancestorByName?: Maybe; /** * Look up an ancestor for this entity that implements a specific type. It ascends from this entity, * so it will first check the parent, then the grandparent, and so on. * */ - ancestorOfType?: Maybe; + ancestorOfType?: Maybe; /** Look up an announcement for this entity by slug */ announcement?: Maybe; /** Announcements for a specific entity */ @@ -10890,7 +10917,7 @@ export type Item = Accessible & Attachable & Attributable & ChildEntity & Contri assetDownloads: AnalyticsEventCountSummary; assetDownloadsByRegion: AnalyticsRegionCountSummary; /** Assets owned by this entity */ - assets: AnyAssetConnection; + assets: AssetConnection; /** The role(s) that the current user could assign to other users on this entity, if applicable. */ assignableRoles: Array; /** Retrieve a list of user & role assignments for this entity */ @@ -11048,15 +11075,21 @@ export type Item = Accessible & Attachable & Attributable & ChildEntity & Contri relatedItems: ItemConnection; root: Scalars['Boolean']['output']; schemaDefinition: SchemaDefinition; - /** The context for our schema instance. Includes form values and necessary referents. */ + /** + * The context for our schema instance. Includes form values and necessary referents. + * + */ schemaInstanceContext: SchemaInstanceContext; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; /** * Read a single schema property by its full path. * */ - schemaProperty?: Maybe; + schemaProperty?: Maybe; schemaRanks: Array; schemaVersion: SchemaVersion; /** Search from this level of the API using it as the origin */ @@ -11477,7 +11510,7 @@ export type ItemContribution = Contribution & ContributionBase & Node & Sluggabl affiliation?: Maybe; /** The actual role */ contributionRole: ControlledVocabularyItem; - contributor: AnyContributor; + contributor: Contributor; contributorKind: ContributorKind; createdAt: Scalars['ISO8601DateTime']['output']; /** A potentially-overridden display name value for all contributor types */ @@ -11576,7 +11609,7 @@ export type LayoutInstance = { * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; /** * The time this object was last rendered. * @@ -11869,7 +11902,7 @@ export type LinkListTemplateInstance = Node & Renderable & Sluggable & TemplateH * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * The list of entities to render as part of this template's content. * @@ -11980,7 +12013,7 @@ export type LinkTargetCandidate = Node & { id: Scalars['ID']['output']; kind: LinkTargetCandidateKind; /** The actual target */ - target: AnyLinkTarget; + target: Entity; /** The targetID to provide to linkEntity */ targetId: Scalars['ID']['output']; /** The target entity's title */ @@ -12082,7 +12115,7 @@ export type ListItemLayoutInstance = LayoutInstance & Node & Renderable & Slugga * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** * The time this object was last rendered. @@ -12265,7 +12298,7 @@ export type ListItemTemplateInstance = Node & Renderable & Sluggable & TemplateH * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * The list of entities to render as part of this template's content. * @@ -12367,7 +12400,7 @@ export type MainLayoutInstance = LayoutInstance & Node & Renderable & Sluggable * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** * The time this object was last rendered. @@ -12537,7 +12570,7 @@ export type MetadataLayoutInstance = LayoutInstance & Node & Renderable & Slugga * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** * The time this object was last rendered. @@ -12614,7 +12647,7 @@ export type MetadataTemplateInstance = Node & Renderable & Sluggable & TemplateI * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -12705,6 +12738,7 @@ export type MultiselectProperty = OptionableProperty & ScalarProperty & SchemaPr */ kind: SchemaPropertyKind; label: Scalars['String']['output']; + /** The list of predefined options available for this property. */ options: Array; /** * Provided for introspection. Whether this property can be used to order entities. @@ -13698,7 +13732,7 @@ export type MutationGlobalError = { export type NamedAncestor = { __typename?: 'NamedAncestor'; /** The actual ancestor */ - ancestor: AnyEntity; + ancestor: Entity; /** The depth of the ancestor in the hierarchy */ ancestorDepth: Scalars['Int']['output']; /** The name of the ancestor. Guaranteed to be unique for this specific entity. */ @@ -13771,7 +13805,7 @@ export type NavigationLayoutInstance = LayoutInstance & Node & Renderable & Slug * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** * The time this object was last rendered. @@ -13849,7 +13883,7 @@ export type NavigationTemplateInstance = Node & Renderable & Sluggable & Templat * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -13933,7 +13967,12 @@ export type NumericLteOperatorInput = { value: Scalars['Float']['input']; }; +/** + * An interface for properties that have a set of predefined options to choose from. + * + */ export type OptionableProperty = { + /** The list of predefined options available for this property. */ options: Array; }; @@ -13978,7 +14017,7 @@ export type Ordering = Node & Searchable & Sluggable & { /** The time the ordering was disabled, if applicable */ disabledAt?: Maybe; /** The entity that owns the ordering */ - entity: AnyEntity; + entity: Entity; filter: OrderingFilterDefinition; /** Optional markdown content to render after the children */ footer?: Maybe; @@ -14161,7 +14200,7 @@ export type OrderingEntry = Node & Sluggable & { * but future implementations of orderings may include other content, such as presentation elements. * */ - entry: AnyOrderingEntry; + entry: OrderingEntryable; /** * The delegated `slug` from the associated `entry`. * @@ -14237,6 +14276,15 @@ export type OrderingEntrySortMode = | 'INVERSE' | '%future added value'; +/** + * An entity or link which can appear in an ordering. + * + */ +export type OrderingEntryable = { + /** ID of the object. */ + id: Scalars['ID']['output']; +}; + /** * A collection of settings for filtering what appears what entities * may populate an ordering. At present, this only supports schemas. @@ -14559,7 +14607,7 @@ export type OrderingTemplateInstance = Node & Renderable & Sluggable & TemplateH * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -14763,7 +14811,7 @@ export type Page = Node & { __typename?: 'Page'; body: Scalars['String']['output']; createdAt: Scalars['ISO8601DateTime']['output']; - entity: AnyEntity; + entity: Entity; /** The hero image for a page */ heroImage: ImageAttachment; /** Configurable metadata for the hero_image attachment */ @@ -14900,7 +14948,7 @@ export type PageListTemplateInstance = Node & Renderable & Sluggable & TemplateI * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -15462,12 +15510,12 @@ export type QueriesContrib = { /** Look up contribution role configuration for a given contributable (or globally). */ contributionRoles: ContributionRoleConfiguration; /** Look up a contributor by slug */ - contributor?: Maybe; + contributor?: Maybe; /** * Look up a contributor `by` a certain `value`. * */ - contributorLookup?: Maybe; + contributorLookup?: Maybe; /** A list of all contributors in the system */ contributors: AnyContributorConnection; /** Look up an item contribution by slug */ @@ -15625,7 +15673,7 @@ export type QueriesControlledVocabularySourceControlledVocabularySourcesArgs = { */ export type QueriesEntities = { /** Look up an asset by slug */ - asset?: Maybe; + asset?: Maybe; /** Look up a collection by slug */ collection?: Maybe; /** List all communities */ @@ -15995,7 +16043,7 @@ export type QueriesPermalinkPermalinksArgs = { */ export type QueriesSchemas = { /** A list of ordering paths for creating and updating orderings. */ - orderingPaths: Array; + orderingPaths: Array; /** Look up a schema definition by slug */ schemaDefinition?: Maybe; /** List all schema definitions */ @@ -16171,7 +16219,7 @@ export type Query = QueriesAccessAndRoles & QueriesContrib & QueriesControlledVo /** Access top-level analytics. */ analytics: Analytics; /** Look up an asset by slug */ - asset?: Maybe; + asset?: Maybe; /** Look up a collection by slug */ collection?: Maybe; /** Look up a collection contribution by slug */ @@ -16185,12 +16233,12 @@ export type Query = QueriesAccessAndRoles & QueriesContrib & QueriesControlledVo /** Look up contribution role configuration for a given contributable (or globally). */ contributionRoles: ContributionRoleConfiguration; /** Look up a contributor by slug */ - contributor?: Maybe; + contributor?: Maybe; /** * Look up a contributor `by` a certain `value`. * */ - contributorLookup?: Maybe; + contributorLookup?: Maybe; /** A list of all contributors in the system */ contributors: AnyContributorConnection; controlledVocabularies: ControlledVocabularyConnection; @@ -16263,7 +16311,7 @@ export type Query = QueriesAccessAndRoles & QueriesContrib & QueriesControlledVo /** Fetches a list of objects given a list of IDs. */ nodes: Array>; /** A list of ordering paths for creating and updating orderings. */ - orderingPaths: Array; + orderingPaths: Array; /** * Retrieve a single `Permalink` by slug. * @@ -17327,15 +17375,21 @@ export type SchemaInstance = { * */ availableEntitiesFor: Array; - /** The context for our schema instance. Includes form values and necessary referents. */ + /** + * The context for our schema instance. Includes form values and necessary referents. + * + */ schemaInstanceContext: SchemaInstanceContext; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; /** * Read a single schema property by its full path. * */ - schemaProperty?: Maybe; + schemaProperty?: Maybe; }; @@ -17719,15 +17773,18 @@ export type SchemaVersion = DescribesSchema & HasSchemaProperties & Node & Searc * */ schemaDefinition: SchemaDefinition; - /** A list of schema properties associated with this instance or version. */ - schemaProperties: Array; + /** + * A list of schema properties associated with this instance or version. + * + */ + schemaProperties: Array; /** Search from this level of the API using it as the origin */ search: SearchScope; /** * A subset of properties that can be searched for this schema. * */ - searchableProperties: Array; + searchableProperties: Array; slug: Scalars['Slug']['output']; updatedAt: Scalars['ISO8601DateTime']['output']; }; @@ -17862,7 +17919,7 @@ export type SearchResult = Node & Sluggable & { * A reference to the actual entity returned by the search query. * */ - entity: AnyEntity; + entity: Entity; /** * The encoded ID that will point to the entity itself, not a special ID for the search result record. * @@ -17973,6 +18030,10 @@ export type SearchableCoreProperty = SearchableProperty & { searchPath: Scalars['String']['output']; }; +/** + * An interface for properties that can be searched. + * + */ export type SearchableProperty = { description?: Maybe; label: Scalars['String']['output']; @@ -17980,9 +18041,12 @@ export type SearchableProperty = { searchPath: Scalars['String']['output']; }; +/** An option for a select-type property. */ export type SelectOption = { __typename?: 'SelectOption'; + /** The display label for the option. */ label: Scalars['String']['output']; + /** The underlying value for the option. */ value: Scalars['String']['output']; }; @@ -18025,6 +18089,7 @@ export type SelectProperty = OptionableProperty & ScalarProperty & SchemaPropert */ kind: SchemaPropertyKind; label: Scalars['String']['output']; + /** The list of predefined options available for this property. */ options: Array; /** * Provided for introspection. Whether this property can be used to order entities. @@ -18385,7 +18450,7 @@ export type SupplementaryLayoutInstance = LayoutInstance & Node & Renderable & S * The associated entity for this layout instance. * */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** * The time this object was last rendered. @@ -18459,7 +18524,7 @@ export type SupplementaryTemplateInstance = Node & Renderable & Sluggable & Temp * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -18509,7 +18574,7 @@ export type SupplementaryTemplateInstanceSlots = { }; /** - * A helper field that can look up various information about the WDP-API Ecosystem. + * A helper field that can look up various information about the Meru-API Ecosystem. * */ export type SystemInfo = { @@ -18523,7 +18588,7 @@ export type SystemInfo = { /** - * A helper field that can look up various information about the WDP-API Ecosystem. + * A helper field that can look up various information about the Meru-API Ecosystem. * */ export type SystemInfoEntityHierarchyExistsArgs = { @@ -18737,7 +18802,7 @@ export type TemplateEntityList = { * The order is deterministic. * */ - entities: Array; + entities: Array; /** * Whether the entity selection tried to use the fallback selection mode. * @@ -18835,7 +18900,7 @@ export type TemplateInstance = { * The associated entity for this template instance. * */ - entity: AnyEntity; + entity: Entity; /** * Whether this template instance should be hidden based on some logic. * @@ -20653,7 +20718,7 @@ export type UserItemsArgs = { /** An access grant for a user */ export type UserAccessGrant = { /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; /** The role the subject has been assigned */ role: Role; /** The polymorphic subject that has been granted access */ @@ -20672,7 +20737,7 @@ export type UserCollectionAccessGrant = AccessGrant & Node & Sluggable & UserAcc collection: Collection; createdAt: Scalars['ISO8601DateTime']['output']; /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** The role the subject has been assigned */ role: Role; @@ -20714,7 +20779,7 @@ export type UserCommunityAccessGrant = AccessGrant & Node & Sluggable & UserAcce community: Community; createdAt: Scalars['ISO8601DateTime']['output']; /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** The role the subject has been assigned */ role: Role; @@ -20917,7 +20982,7 @@ export type UserGroupUsersArgs = { /** An access grant for a user group */ export type UserGroupAccessGrant = { /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; /** The role the subject has been assigned */ role: Role; /** The polymorphic subject that has been granted access */ @@ -20936,7 +21001,7 @@ export type UserGroupCollectionAccessGrant = AccessGrant & Node & Sluggable & Us collection: Collection; createdAt: Scalars['ISO8601DateTime']['output']; /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** The role the subject has been assigned */ role: Role; @@ -20978,7 +21043,7 @@ export type UserGroupCommunityAccessGrant = AccessGrant & Node & Sluggable & Use community: Community; createdAt: Scalars['ISO8601DateTime']['output']; /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** The role the subject has been assigned */ role: Role; @@ -21018,7 +21083,7 @@ export type UserGroupItemAccessGrant = AccessGrant & Node & Sluggable & UserGrou __typename?: 'UserGroupItemAccessGrant'; createdAt: Scalars['ISO8601DateTime']['output']; /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** The item to which a group has been granted access */ item: Item; @@ -21060,7 +21125,7 @@ export type UserItemAccessGrant = AccessGrant & Node & Sluggable & UserAccessGra __typename?: 'UserItemAccessGrant'; createdAt: Scalars['ISO8601DateTime']['output']; /** The polymorphic entity to which access has been granted */ - entity: AnyEntity; + entity: Entity; id: Scalars['ID']['output']; /** The item to which a user has been granted access */ item: Item; @@ -21357,124 +21422,122 @@ export type DirectiveResolverFn> = { - AnyAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - AnyAsset: ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ); - AnyAttachable: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - AnyChildEntity: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - AnyCollectionAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - AnyCommunityAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - AnyContribution: ( Omit & { contributor: RefType['AnyContributor'] } ) | ( Omit & { contributor: RefType['AnyContributor'] } ); + AnyAccessGrant: ( UserCollectionAccessGrant ) | ( UserCommunityAccessGrant ) | ( UserGroupCollectionAccessGrant ) | ( UserGroupCommunityAccessGrant ) | ( UserGroupItemAccessGrant ) | ( UserItemAccessGrant ); + AnyAsset: ( AssetAudio ) | ( AssetDocument ) | ( AssetImage ) | ( AssetPdf ) | ( AssetUnknown ) | ( AssetVideo ); + AnyChildEntity: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + AnyCollectionAccessGrant: ( UserCollectionAccessGrant ) | ( UserGroupCollectionAccessGrant ); + AnyCommunityAccessGrant: ( UserCommunityAccessGrant ) | ( UserGroupCommunityAccessGrant ); + AnyContributable: ( CollectionContribution ) | ( ItemContribution ); + AnyContribution: ( CollectionContribution ) | ( ItemContribution ); AnyContributor: ( OrganizationContributor ) | ( PersonContributor ); AnyContributorAttribution: ( ContributorCollectionAttribution ) | ( ContributorItemAttribution ); - AnyEntity: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + AnyEntity: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); AnyHeroTemplateDefinition: ( HeroTemplateDefinition ); - AnyHeroTemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ); - AnyLinkTarget: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + AnyHeroTemplateInstance: ( HeroTemplateInstance ); AnyListItemTemplateDefinition: ( ListItemTemplateDefinition ); - AnyListItemTemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ); + AnyListItemTemplateInstance: ( ListItemTemplateInstance ); AnyMainTemplateDefinition: ( BlurbTemplateDefinition ) | ( ContributorListTemplateDefinition ) | ( DescendantListTemplateDefinition ) | ( DetailTemplateDefinition ) | ( LinkListTemplateDefinition ) | ( OrderingTemplateDefinition ) | ( PageListTemplateDefinition ); - AnyMainTemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); + AnyMainTemplateInstance: ( BlurbTemplateInstance ) | ( ContributorListTemplateInstance ) | ( DescendantListTemplateInstance ) | ( DetailTemplateInstance ) | ( LinkListTemplateInstance ) | ( OrderingTemplateInstance ) | ( PageListTemplateInstance ); AnyMetadataTemplateDefinition: ( MetadataTemplateDefinition ); - AnyMetadataTemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ); + AnyMetadataTemplateInstance: ( MetadataTemplateInstance ); AnyNavigationTemplateDefinition: ( NavigationTemplateDefinition ); - AnyNavigationTemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ); - AnyOrderingEntry: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { source: RefType['AnyEntity'], target: RefType['AnyEntity'] } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + AnyNavigationTemplateInstance: ( NavigationTemplateInstance ); AnyOrderingPath: ( AncestorSchemaOrderingPath ) | ( AncestorStaticOrderingPath ) | ( SchemaOrderingPath ) | ( StaticOrderingPath ); - AnyScalarProperty: ( Omit & { asset?: Maybe } ) | ( Omit & { assets: Array } ) | ( BooleanProperty ) | ( Omit & { contributor?: Maybe } ) | ( Omit & { contributors: Array } ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( Omit & { entities: Array } ) | ( Omit & { entity?: Maybe } ) | ( FloatProperty ) | ( FullTextProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); - AnySchemaProperty: ( Omit & { asset?: Maybe } ) | ( Omit & { assets: Array } ) | ( BooleanProperty ) | ( Omit & { contributor?: Maybe } ) | ( Omit & { contributors: Array } ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( Omit & { entities: Array } ) | ( Omit & { entity?: Maybe } ) | ( FloatProperty ) | ( FullTextProperty ) | ( Omit & { properties: Array } ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); - AnySearchableProperty: ( BooleanProperty ) | ( DateProperty ) | ( FloatProperty ) | ( FullTextProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TimestampProperty ) | ( VariableDateProperty ); + AnyScalarProperty: ( AssetProperty ) | ( AssetsProperty ) | ( BooleanProperty ) | ( ContributorProperty ) | ( ContributorsProperty ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( EntitiesProperty ) | ( EntityProperty ) | ( FloatProperty ) | ( FullTextProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); + AnySchemaProperty: ( AssetProperty ) | ( AssetsProperty ) | ( BooleanProperty ) | ( ContributorProperty ) | ( ContributorsProperty ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( EntitiesProperty ) | ( EntityProperty ) | ( FloatProperty ) | ( FullTextProperty ) | ( GroupProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); AnySupplementaryTemplateDefinition: ( SupplementaryTemplateDefinition ); - AnySupplementaryTemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ); - AnyUserAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - AnyUserGroupAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - CollectionParent: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ); - ItemParent: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + AnySupplementaryTemplateInstance: ( SupplementaryTemplateInstance ); + AnyUserAccessGrant: ( UserCollectionAccessGrant ) | ( UserCommunityAccessGrant ) | ( UserItemAccessGrant ); + AnyUserGroupAccessGrant: ( UserGroupCollectionAccessGrant ) | ( UserGroupCommunityAccessGrant ) | ( UserGroupItemAccessGrant ); + CollectionParent: ( Omit & { parent?: Maybe } ) | ( Community ); + ItemParent: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); }; /** Mapping of interface types */ export type ResolversInterfaceTypes> = { - AccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); + AccessGrant: ( UserCollectionAccessGrant ) | ( UserCommunityAccessGrant ) | ( UserGroupCollectionAccessGrant ) | ( UserGroupCommunityAccessGrant ) | ( UserGroupItemAccessGrant ) | ( UserItemAccessGrant ); AccessGrantSubject: ( User ) | ( UserGroup ); - Accessible: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - Asset: ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ); - Attachable: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - Attributable: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + Accessible: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); + Asset: ( AssetAudio ) | ( AssetDocument ) | ( AssetImage ) | ( AssetPdf ) | ( AssetUnknown ) | ( AssetVideo ); + Attachable: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); + Attributable: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); Attribution: ( CollectionAttribution ) | ( ItemAttribution ); CRUDPermissionGrid: ( AssetPermissionGrid ) | ( EntityPermissionGrid ); - ChildEntity: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - Contributable: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - Contribution: ( Omit & { contributor: RefType['AnyContributor'] } ) | ( Omit & { contributor: RefType['AnyContributor'] } ); - ContributionBase: ( Omit & { contributor: RefType['AnyContributor'] } ) | ( Omit & { contributor: RefType['AnyContributor'] } ) | ( TemplateContribution ); + ChildEntity: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + Contributable: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + Contribution: ( CollectionContribution ) | ( ItemContribution ); + ContributionBase: ( CollectionContribution ) | ( ItemContribution ) | ( TemplateContribution ); Contributor: ( OrganizationContributor ) | ( PersonContributor ); ContributorAttribution: ( ContributorCollectionAttribution ) | ( ContributorItemAttribution ); ContributorBase: ( OrganizationContributor ) | ( PersonContributor ); - DescribesSchema: ( HierarchicalSchemaRank ) | ( HierarchicalSchemaVersionRank ) | ( SchemaDefinition ) | ( Omit & { schemaProperties: Array, searchableProperties: Array } ); + DescribesSchema: ( HierarchicalSchemaRank ) | ( HierarchicalSchemaVersionRank ) | ( SchemaDefinition ) | ( SchemaVersion ); DestroyMutationPayload: ( ControlledVocabularyDestroyPayload ) | ( DestroyAnnouncementPayload ) | ( DestroyAssetPayload ) | ( DestroyCollectionPayload ) | ( DestroyCommunityPayload ) | ( DestroyContributionPayload ) | ( DestroyContributorPayload ) | ( DestroyEntityLinkPayload ) | ( DestroyItemPayload ) | ( DestroyOrderingPayload ) | ( DestroyPagePayload ) | ( EntityPurgePayload ) | ( HarvestMappingDestroyPayload ) | ( HarvestMetadataMappingDestroyPayload ) | ( HarvestSourceDestroyPayload ) | ( PermalinkDestroyPayload ); - Entity: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - EntityBase: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + Entity: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); + EntityBase: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); ExposesEffectiveAccess: ( Role ); - ExposesPermissions: ( AccessControlList ) | ( AssetPermissionGrid ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { accessGrants: Array } ) | ( EffectiveAccess ) | ( EntityPermissionGrid ) | ( GlobalAccessControlList ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( User ); + ExposesPermissions: ( AccessControlList ) | ( AssetPermissionGrid ) | ( Omit & { parent?: Maybe } ) | ( Community ) | ( ContextualPermission ) | ( EffectiveAccess ) | ( EntityPermissionGrid ) | ( GlobalAccessControlList ) | ( Omit & { parent?: Maybe } ) | ( User ); HarvestAttemptable: ( HarvestMapping ) | ( HarvestSource ); - HarvestTarget: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ); + HarvestTarget: ( Omit & { parent?: Maybe } ) | ( Community ); HasAttachmentStorage: ( ImageAttachment ) | ( ImageOriginal ) | ( SiteLogoAttachment ); - HasAvailableEntities: ( Omit & { entities: Array } ) | ( Omit & { entity?: Maybe } ); + HasAvailableEntities: ( EntitiesProperty ) | ( EntityProperty ); HasControlledVocabulary: ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ); - HasDOI: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - HasDefaultTimestamps: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - HasEntityAnalytics: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - HasEntityBreadcrumbs: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + HasDOI: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + HasDefaultTimestamps: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + HasEntityAnalytics: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); + HasEntityBreadcrumbs: ( Omit & { parent?: Maybe } ) | ( Community ) | ( EntitySelectOption ) | ( Omit & { parent?: Maybe } ); HasHarvestErrors: ( HarvestAttempt ) | ( HarvestRecord ); HasHarvestExtractionMappingTemplate: ( HarvestAttempt ) | ( HarvestMapping ) | ( HarvestSource ); HasHarvestMetadataFormat: ( HarvestAttempt ) | ( HarvestMapping ) | ( HarvestRecord ) | ( HarvestSource ); - HasHarvestModificationStatus: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( OrganizationContributor ) | ( PersonContributor ); + HasHarvestModificationStatus: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ) | ( OrganizationContributor ) | ( PersonContributor ); HasHarvestOptions: ( HarvestMapping ) | ( HarvestSource ); - HasSchemaProperties: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, searchableProperties: Array } ); + HasSchemaProperties: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ) | ( SchemaVersion ); Image: ( ImageDerivative ) | ( ImageOriginal ); ImageIdentification: ( ImageAttachment ) | ( ImageDerivative ) | ( ImageOriginal ) | ( ImageSize ) | ( SiteLogoAttachment ); LayoutDefinition: ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ); - LayoutInstance: ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ); - Node: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( BlurbTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( CollectionAttribution ) | ( Omit & { contributor: RefType['AnyContributor'] } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { accessGrants: Array } ) | ( ContributionRoleConfiguration ) | ( ContributorCollectionAttribution ) | ( ContributorItemAttribution ) | ( ContributorListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( ControlledVocabulary ) | ( ControlledVocabularyItem ) | ( ControlledVocabularySource ) | ( DescendantListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( DetailTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { crumb: RefType['AnyEntity'] } ) | ( Omit & { source: RefType['AnyEntity'], target: RefType['AnyEntity'] } ) | ( GlobalConfiguration ) | ( HarvestAttempt ) | ( HarvestAttemptEntityStatus ) | ( HarvestAttemptRecordStatus ) | ( HarvestEntity ) | ( HarvestError ) | ( HarvestMapping ) | ( HarvestMessage ) | ( HarvestMetadataMapping ) | ( HarvestRecord ) | ( HarvestSet ) | ( HarvestSource ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( HeroTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( HierarchicalSchemaRank ) | ( HierarchicalSchemaVersionRank ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( ItemAttribution ) | ( Omit & { contributor: RefType['AnyContributor'] } ) | ( LinkListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { target: RefType['AnyLinkTarget'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( ListItemTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( MetadataTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( NavigationTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entry: RefType['AnyOrderingEntry'] } ) | ( OrderingTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( OrganizationContributor ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( PageListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Permalink ) | ( PersonContributor ) | ( Role ) | ( SchemaDefinition ) | ( Omit & { schemaProperties: Array, searchableProperties: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( SupplementaryTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( TemplateInstanceSibling ) | ( User ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( UserGroup ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); + LayoutInstance: ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ); + Node: ( Announcement ) | ( AssetAudio ) | ( AssetDocument ) | ( AssetImage ) | ( AssetPdf ) | ( AssetUnknown ) | ( AssetVideo ) | ( BlurbTemplateDefinition ) | ( BlurbTemplateInstance ) | ( Omit & { parent?: Maybe } ) | ( CollectionAttribution ) | ( CollectionContribution ) | ( Community ) | ( ContextualPermission ) | ( ContributionRoleConfiguration ) | ( ContributorCollectionAttribution ) | ( ContributorItemAttribution ) | ( ContributorListTemplateDefinition ) | ( ContributorListTemplateInstance ) | ( ControlledVocabulary ) | ( ControlledVocabularyItem ) | ( ControlledVocabularySource ) | ( DescendantListTemplateDefinition ) | ( DescendantListTemplateInstance ) | ( DetailTemplateDefinition ) | ( DetailTemplateInstance ) | ( EntityBreadcrumb ) | ( EntityLink ) | ( GlobalConfiguration ) | ( HarvestAttempt ) | ( HarvestAttemptEntityStatus ) | ( HarvestAttemptRecordStatus ) | ( HarvestEntity ) | ( HarvestError ) | ( HarvestMapping ) | ( HarvestMessage ) | ( HarvestMetadataMapping ) | ( HarvestRecord ) | ( HarvestSet ) | ( HarvestSource ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( HeroTemplateDefinition ) | ( HeroTemplateInstance ) | ( HierarchicalSchemaRank ) | ( HierarchicalSchemaVersionRank ) | ( Omit & { parent?: Maybe } ) | ( ItemAttribution ) | ( ItemContribution ) | ( LinkListTemplateDefinition ) | ( LinkListTemplateInstance ) | ( LinkTargetCandidate ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( ListItemTemplateDefinition ) | ( ListItemTemplateInstance ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( MetadataTemplateDefinition ) | ( MetadataTemplateInstance ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( NavigationTemplateDefinition ) | ( NavigationTemplateInstance ) | ( Ordering ) | ( OrderingEntry ) | ( OrderingTemplateDefinition ) | ( OrderingTemplateInstance ) | ( OrganizationContributor ) | ( Page ) | ( PageListTemplateDefinition ) | ( PageListTemplateInstance ) | ( Permalink ) | ( PersonContributor ) | ( Role ) | ( SchemaDefinition ) | ( SchemaVersion ) | ( SearchResult ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( SupplementaryTemplateDefinition ) | ( SupplementaryTemplateInstance ) | ( TemplateInstanceSibling ) | ( User ) | ( UserCollectionAccessGrant ) | ( UserCommunityAccessGrant ) | ( UserGroup ) | ( UserGroupCollectionAccessGrant ) | ( UserGroupCommunityAccessGrant ) | ( UserGroupItemAccessGrant ) | ( UserItemAccessGrant ); OptionableProperty: ( MultiselectProperty ) | ( SelectProperty ); + OrderingEntryable: ( Omit & { parent?: Maybe } ) | ( Community ) | ( EntityLink ) | ( Omit & { parent?: Maybe } ); OrderingPath: ( AncestorSchemaOrderingPath ) | ( AncestorStaticOrderingPath ) | ( SchemaOrderingPath ) | ( StaticOrderingPath ); - Paginated: ( AnnouncementConnection ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( CollectionConnection ) | ( CollectionContributionConnection ) | ( CommunityConnection ) | ( ContextualPermissionConnection ) | ( Omit & { nodes: Array } ) | ( ControlledVocabularyConnection ) | ( ControlledVocabularySourceConnection ) | ( EntityDescendantConnection ) | ( EntityLinkConnection ) | ( HarvestAttemptConnection ) | ( HarvestMappingConnection ) | ( HarvestMessageConnection ) | ( HarvestMetadataMappingConnection ) | ( HarvestRecordConnection ) | ( HarvestSetConnection ) | ( HarvestSourceConnection ) | ( ItemConnection ) | ( ItemContributionConnection ) | ( LinkTargetCandidateConnection ) | ( OrderingConnection ) | ( OrderingEntryConnection ) | ( PageConnection ) | ( PermalinkConnection ) | ( RoleConnection ) | ( SchemaDefinitionConnection ) | ( SchemaVersionConnection ) | ( SearchResultConnection ) | ( UserCollectionAccessGrantConnection ) | ( UserCommunityAccessGrantConnection ) | ( UserConnection ) | ( UserGroupCollectionAccessGrantConnection ) | ( UserGroupCommunityAccessGrantConnection ) | ( UserGroupItemAccessGrantConnection ) | ( UserItemAccessGrantConnection ); - Permalinkable: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); + Paginated: ( AnnouncementConnection ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( Omit & { nodes: Array } ) | ( AssetConnection ) | ( CollectionConnection ) | ( CollectionContributionConnection ) | ( CommunityConnection ) | ( ContextualPermissionConnection ) | ( ContributorAttributionConnection ) | ( ControlledVocabularyConnection ) | ( ControlledVocabularySourceConnection ) | ( EntityDescendantConnection ) | ( EntityLinkConnection ) | ( HarvestAttemptConnection ) | ( HarvestMappingConnection ) | ( HarvestMessageConnection ) | ( HarvestMetadataMappingConnection ) | ( HarvestRecordConnection ) | ( HarvestSetConnection ) | ( HarvestSourceConnection ) | ( ItemConnection ) | ( ItemContributionConnection ) | ( LinkTargetCandidateConnection ) | ( OrderingConnection ) | ( OrderingEntryConnection ) | ( PageConnection ) | ( PermalinkConnection ) | ( RoleConnection ) | ( SchemaDefinitionConnection ) | ( SchemaVersionConnection ) | ( SearchResultConnection ) | ( UserCollectionAccessGrantConnection ) | ( UserCommunityAccessGrantConnection ) | ( UserConnection ) | ( UserGroupCollectionAccessGrantConnection ) | ( UserGroupCommunityAccessGrantConnection ) | ( UserGroupItemAccessGrantConnection ) | ( UserItemAccessGrantConnection ); + Permalinkable: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); PermissionGrid: ( AssetPermissionGrid ) | ( EntityPermissionGrid ); - QueriesAccessAndRoles: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesContrib: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesControlledVocabulary: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesControlledVocabularySource: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesEntities: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestAttempt: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestExample: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestMapping: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestMessage: ( HarvestAttempt ) | ( HarvestEntity ) | ( HarvestMapping ) | ( HarvestRecord ) | ( HarvestSource ) | ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestRecord: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestSet: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesHarvestSource: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesPermalink: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesSchemas: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesSystem: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - QueriesUser: ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ); - ReferencesEntityVisibility: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - ReferencesGlobalEntityDates: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - Renderable: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - ScalarProperty: ( Omit & { asset?: Maybe } ) | ( Omit & { assets: Array } ) | ( BooleanProperty ) | ( Omit & { contributor?: Maybe } ) | ( Omit & { contributors: Array } ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( Omit & { entities: Array } ) | ( Omit & { entity?: Maybe } ) | ( FloatProperty ) | ( FullTextProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); - SchemaInstance: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ); - SchemaProperty: ( Omit & { asset?: Maybe } ) | ( Omit & { assets: Array } ) | ( BooleanProperty ) | ( Omit & { contributor?: Maybe } ) | ( Omit & { contributors: Array } ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( Omit & { entities: Array } ) | ( Omit & { entity?: Maybe } ) | ( FloatProperty ) | ( FullTextProperty ) | ( Omit & { properties: Array } ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); - Searchable: ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { asset?: Maybe, contributor?: Maybe, contributorLookup?: Maybe, orderingPaths: Array } ) | ( Omit & { schemaProperties: Array, searchableProperties: Array } ); + QueriesAccessAndRoles: ( Query ); + QueriesContrib: ( Query ); + QueriesControlledVocabulary: ( Query ); + QueriesControlledVocabularySource: ( Query ); + QueriesEntities: ( Query ); + QueriesHarvestAttempt: ( Query ); + QueriesHarvestExample: ( Query ); + QueriesHarvestMapping: ( Query ); + QueriesHarvestMessage: ( HarvestAttempt ) | ( HarvestEntity ) | ( HarvestMapping ) | ( HarvestRecord ) | ( HarvestSource ) | ( Query ); + QueriesHarvestRecord: ( Query ); + QueriesHarvestSet: ( Query ); + QueriesHarvestSource: ( Query ); + QueriesPermalink: ( Query ); + QueriesSchemas: ( Query ); + QueriesSystem: ( Query ); + QueriesUser: ( Query ); + ReferencesEntityVisibility: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + ReferencesGlobalEntityDates: ( Omit & { parent?: Maybe } ) | ( Omit & { parent?: Maybe } ); + Renderable: ( BlurbTemplateInstance ) | ( ContributorListTemplateInstance ) | ( DescendantListTemplateInstance ) | ( DetailTemplateInstance ) | ( Omit & { templates: Array } ) | ( HeroTemplateInstance ) | ( LinkListTemplateInstance ) | ( Omit & { templates: Array } ) | ( ListItemTemplateInstance ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( MetadataTemplateInstance ) | ( Omit & { templates: Array } ) | ( NavigationTemplateInstance ) | ( OrderingTemplateInstance ) | ( PageListTemplateInstance ) | ( Omit & { templates: Array } ) | ( SupplementaryTemplateInstance ); + ScalarProperty: ( AssetProperty ) | ( AssetsProperty ) | ( BooleanProperty ) | ( ContributorProperty ) | ( ContributorsProperty ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( EntitiesProperty ) | ( EntityProperty ) | ( FloatProperty ) | ( FullTextProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); + SchemaInstance: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ); + SchemaProperty: ( AssetProperty ) | ( AssetsProperty ) | ( BooleanProperty ) | ( ContributorProperty ) | ( ContributorsProperty ) | ( ControlledVocabulariesProperty ) | ( ControlledVocabularyProperty ) | ( DateProperty ) | ( EmailProperty ) | ( EntitiesProperty ) | ( EntityProperty ) | ( FloatProperty ) | ( FullTextProperty ) | ( GroupProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TagsProperty ) | ( TimestampProperty ) | ( UrlProperty ) | ( UnknownProperty ) | ( VariableDateProperty ); + Searchable: ( Omit & { parent?: Maybe } ) | ( Community ) | ( Omit & { parent?: Maybe } ) | ( Ordering ) | ( Query ) | ( SchemaVersion ); SearchableProperty: ( BooleanProperty ) | ( DateProperty ) | ( FloatProperty ) | ( FullTextProperty ) | ( IntegerProperty ) | ( MarkdownProperty ) | ( MultiselectProperty ) | ( SearchableCoreProperty ) | ( SelectProperty ) | ( StringProperty ) | ( TimestampProperty ) | ( VariableDateProperty ); - Sluggable: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( Omit & { attachable: RefType['AnyAttachable'] } ) | ( BlurbTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( CollectionAttribution ) | ( Omit & { contributor: RefType['AnyContributor'] } ) | ( Omit & { schemaProperties: Array, schemaProperty?: Maybe } ) | ( Omit & { accessGrants: Array } ) | ( ContributionRoleConfiguration ) | ( ContributorCollectionAttribution ) | ( ContributorItemAttribution ) | ( ContributorListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( ControlledVocabulary ) | ( ControlledVocabularyItem ) | ( ControlledVocabularySource ) | ( DescendantListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( DetailTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { source: RefType['AnyEntity'], target: RefType['AnyEntity'] } ) | ( HarvestAttempt ) | ( HarvestAttemptEntityStatus ) | ( HarvestAttemptRecordStatus ) | ( HarvestEntity ) | ( HarvestError ) | ( HarvestMapping ) | ( HarvestMessage ) | ( HarvestMetadataMapping ) | ( HarvestRecord ) | ( HarvestSet ) | ( HarvestSource ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( HeroTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe } ) | ( ItemAttribution ) | ( Omit & { contributor: RefType['AnyContributor'] } ) | ( LinkListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( ListItemTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( MetadataTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( NavigationTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entry: RefType['AnyOrderingEntry'] } ) | ( OrderingTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( OrganizationContributor ) | ( PageListTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Permalink ) | ( PersonContributor ) | ( Role ) | ( SchemaDefinition ) | ( Omit & { schemaProperties: Array, searchableProperties: Array } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { templates: Array } ) | ( Omit & { entity: RefType['AnyEntity'], templates: Array } ) | ( SupplementaryTemplateDefinition ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( TemplateInstanceSibling ) | ( User ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( UserGroup ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); + Sluggable: ( Announcement ) | ( AssetAudio ) | ( AssetDocument ) | ( AssetImage ) | ( AssetPdf ) | ( AssetUnknown ) | ( AssetVideo ) | ( BlurbTemplateDefinition ) | ( BlurbTemplateInstance ) | ( Omit & { parent?: Maybe } ) | ( CollectionAttribution ) | ( CollectionContribution ) | ( Community ) | ( ContextualPermission ) | ( ContributionRoleConfiguration ) | ( ContributorCollectionAttribution ) | ( ContributorItemAttribution ) | ( ContributorListTemplateDefinition ) | ( ContributorListTemplateInstance ) | ( ControlledVocabulary ) | ( ControlledVocabularyItem ) | ( ControlledVocabularySource ) | ( DescendantListTemplateDefinition ) | ( DescendantListTemplateInstance ) | ( DetailTemplateDefinition ) | ( DetailTemplateInstance ) | ( EntityLink ) | ( HarvestAttempt ) | ( HarvestAttemptEntityStatus ) | ( HarvestAttemptRecordStatus ) | ( HarvestEntity ) | ( HarvestError ) | ( HarvestMapping ) | ( HarvestMessage ) | ( HarvestMetadataMapping ) | ( HarvestRecord ) | ( HarvestSet ) | ( HarvestSource ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( HeroTemplateDefinition ) | ( HeroTemplateInstance ) | ( Omit & { parent?: Maybe } ) | ( ItemAttribution ) | ( ItemContribution ) | ( LinkListTemplateDefinition ) | ( LinkListTemplateInstance ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( ListItemTemplateDefinition ) | ( ListItemTemplateInstance ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( MetadataTemplateDefinition ) | ( MetadataTemplateInstance ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( NavigationTemplateDefinition ) | ( NavigationTemplateInstance ) | ( Ordering ) | ( OrderingEntry ) | ( OrderingTemplateDefinition ) | ( OrderingTemplateInstance ) | ( OrganizationContributor ) | ( PageListTemplateDefinition ) | ( PageListTemplateInstance ) | ( Permalink ) | ( PersonContributor ) | ( Role ) | ( SchemaDefinition ) | ( SchemaVersion ) | ( SearchResult ) | ( Omit & { templates: Array } ) | ( Omit & { templates: Array } ) | ( SupplementaryTemplateDefinition ) | ( SupplementaryTemplateInstance ) | ( TemplateInstanceSibling ) | ( User ) | ( UserCollectionAccessGrant ) | ( UserCommunityAccessGrant ) | ( UserGroup ) | ( UserGroupCollectionAccessGrant ) | ( UserGroupCommunityAccessGrant ) | ( UserGroupItemAccessGrant ) | ( UserItemAccessGrant ); StandardMutationPayload: ( Omit & { entity?: Maybe } ) | ( Omit & { entity?: Maybe } ) | ( ControlledVocabularyDestroyPayload ) | ( ControlledVocabularySourceUpdatePayload ) | ( ControlledVocabularyUpsertPayload ) | ( CreateAnnouncementPayload ) | ( Omit & { asset?: Maybe } ) | ( CreateCollectionPayload ) | ( CreateCommunityPayload ) | ( CreateItemPayload ) | ( CreateOrderingPayload ) | ( CreateOrganizationContributorPayload ) | ( CreatePagePayload ) | ( CreatePersonContributorPayload ) | ( CreateRolePayload ) | ( DestroyAnnouncementPayload ) | ( DestroyAssetPayload ) | ( DestroyCollectionPayload ) | ( DestroyCommunityPayload ) | ( DestroyContributionPayload ) | ( DestroyContributorPayload ) | ( DestroyEntityLinkPayload ) | ( DestroyItemPayload ) | ( DestroyOrderingPayload ) | ( DestroyPagePayload ) | ( EntityPurgePayload ) | ( FrontendCacheRevalidateEntityPayload ) | ( FrontendCacheRevalidateInstancePayload ) | ( Omit & { entity?: Maybe } ) | ( HarvestAttemptFromMappingPayload ) | ( HarvestAttemptFromSourcePayload ) | ( HarvestAttemptPruneEntitiesPayload ) | ( HarvestMappingCreatePayload ) | ( HarvestMappingDestroyPayload ) | ( HarvestMappingUpdatePayload ) | ( HarvestMetadataMappingCreatePayload ) | ( HarvestMetadataMappingDestroyPayload ) | ( HarvestSourceCreatePayload ) | ( HarvestSourceDestroyPayload ) | ( HarvestSourcePruneEntitiesPayload ) | ( HarvestSourceUpdatePayload ) | ( LinkEntityPayload ) | ( PermalinkCreatePayload ) | ( PermalinkDestroyPayload ) | ( PermalinkUpdatePayload ) | ( PreviewSlotPayload ) | ( Omit & { entity?: Maybe } ) | ( Omit & { child?: Maybe } ) | ( ResetOrderingPayload ) | ( Omit & { entity?: Maybe } ) | ( UpdateAnnouncementPayload ) | ( Omit & { asset?: Maybe } ) | ( Omit & { asset?: Maybe } ) | ( UpdateCollectionPayload ) | ( UpdateCommunityPayload ) | ( Omit & { contribution?: Maybe } ) | ( UpdateGlobalConfigurationPayload ) | ( UpdateItemPayload ) | ( UpdateOrderingPayload ) | ( UpdateOrganizationContributorPayload ) | ( UpdatePagePayload ) | ( UpdatePersonContributorPayload ) | ( UpdateRolePayload ) | ( UpdateUserPayload ) | ( UpdateViewerSettingsPayload ) | ( Omit & { contribution?: Maybe } ) | ( UserResetPasswordPayload ); TemplateDefinition: ( BlurbTemplateDefinition ) | ( ContributorListTemplateDefinition ) | ( DescendantListTemplateDefinition ) | ( DetailTemplateDefinition ) | ( HeroTemplateDefinition ) | ( LinkListTemplateDefinition ) | ( ListItemTemplateDefinition ) | ( MetadataTemplateDefinition ) | ( NavigationTemplateDefinition ) | ( OrderingTemplateDefinition ) | ( PageListTemplateDefinition ) | ( SupplementaryTemplateDefinition ); - TemplateHasContributionList: ( Omit & { entity: RefType['AnyEntity'] } ); - TemplateHasEntityList: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - TemplateHasOrderingPair: ( Omit & { entity: RefType['AnyEntity'] } ); - TemplateHasSeeAllOrdering: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - TemplateInstance: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); + TemplateHasContributionList: ( ContributorListTemplateInstance ); + TemplateHasEntityList: ( DescendantListTemplateInstance ) | ( LinkListTemplateInstance ) | ( ListItemTemplateInstance ); + TemplateHasOrderingPair: ( OrderingTemplateInstance ); + TemplateHasSeeAllOrdering: ( DescendantListTemplateInstance ) | ( LinkListTemplateInstance ) | ( ListItemTemplateInstance ); + TemplateInstance: ( BlurbTemplateInstance ) | ( ContributorListTemplateInstance ) | ( DescendantListTemplateInstance ) | ( DetailTemplateInstance ) | ( HeroTemplateInstance ) | ( LinkListTemplateInstance ) | ( ListItemTemplateInstance ) | ( MetadataTemplateInstance ) | ( NavigationTemplateInstance ) | ( OrderingTemplateInstance ) | ( PageListTemplateInstance ) | ( SupplementaryTemplateInstance ); TemplateSlotDefinition: ( TemplateSlotBlockDefinition ) | ( TemplateSlotInlineDefinition ); TemplateSlotInstance: ( TemplateSlotBlockInstance ) | ( TemplateSlotInlineInstance ); - UserAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); - UserGroupAccessGrant: ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ) | ( Omit & { entity: RefType['AnyEntity'] } ); + UserAccessGrant: ( UserCollectionAccessGrant ) | ( UserCommunityAccessGrant ) | ( UserItemAccessGrant ); + UserGroupAccessGrant: ( UserGroupCollectionAccessGrant ) | ( UserGroupCommunityAccessGrant ) | ( UserGroupItemAccessGrant ); }; /** Mapping between all available schema types and the resolvers types */ @@ -21497,7 +21560,7 @@ export type ResolversTypes = { AncestorSchemaOrderingPath: ResolverTypeWrapper; AncestorStaticOrderingPath: ResolverTypeWrapper; AndOperatorInput: AndOperatorInput; - Announcement: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + Announcement: ResolverTypeWrapper; AnnouncementConnection: ResolverTypeWrapper; AnnouncementEdge: ResolverTypeWrapper; AnnouncementOrder: AnnouncementOrder; @@ -21505,9 +21568,6 @@ export type ResolversTypes = { AnyAccessGrantConnection: ResolverTypeWrapper & { nodes: Array }>; AnyAccessGrantEdge: ResolverTypeWrapper & { node: ResolversTypes['AnyAccessGrant'] }>; AnyAsset: ResolverTypeWrapper['AnyAsset']>; - AnyAssetConnection: ResolverTypeWrapper & { nodes: Array }>; - AnyAssetEdge: ResolverTypeWrapper & { node: ResolversTypes['AnyAsset'] }>; - AnyAttachable: ResolverTypeWrapper['AnyAttachable']>; AnyChildEntity: ResolverTypeWrapper['AnyChildEntity']>; AnyCollectionAccessGrant: ResolverTypeWrapper['AnyCollectionAccessGrant']>; AnyCollectionAccessGrantConnection: ResolverTypeWrapper & { nodes: Array }>; @@ -21515,6 +21575,7 @@ export type ResolversTypes = { AnyCommunityAccessGrant: ResolverTypeWrapper['AnyCommunityAccessGrant']>; AnyCommunityAccessGrantConnection: ResolverTypeWrapper & { nodes: Array }>; AnyCommunityAccessGrantEdge: ResolverTypeWrapper & { node: ResolversTypes['AnyCommunityAccessGrant'] }>; + AnyContributable: ResolverTypeWrapper['AnyContributable']>; AnyContribution: ResolverTypeWrapper['AnyContribution']>; AnyContributor: ResolverTypeWrapper['AnyContributor']>; AnyContributorAttribution: ResolverTypeWrapper['AnyContributorAttribution']>; @@ -21523,7 +21584,6 @@ export type ResolversTypes = { AnyEntity: ResolverTypeWrapper['AnyEntity']>; AnyHeroTemplateDefinition: ResolverTypeWrapper['AnyHeroTemplateDefinition']>; AnyHeroTemplateInstance: ResolverTypeWrapper['AnyHeroTemplateInstance']>; - AnyLinkTarget: ResolverTypeWrapper['AnyLinkTarget']>; AnyListItemTemplateDefinition: ResolverTypeWrapper['AnyListItemTemplateDefinition']>; AnyListItemTemplateInstance: ResolverTypeWrapper['AnyListItemTemplateInstance']>; AnyMainTemplateDefinition: ResolverTypeWrapper['AnyMainTemplateDefinition']>; @@ -21532,11 +21592,9 @@ export type ResolversTypes = { AnyMetadataTemplateInstance: ResolverTypeWrapper['AnyMetadataTemplateInstance']>; AnyNavigationTemplateDefinition: ResolverTypeWrapper['AnyNavigationTemplateDefinition']>; AnyNavigationTemplateInstance: ResolverTypeWrapper['AnyNavigationTemplateInstance']>; - AnyOrderingEntry: ResolverTypeWrapper['AnyOrderingEntry']>; AnyOrderingPath: ResolverTypeWrapper['AnyOrderingPath']>; AnyScalarProperty: ResolverTypeWrapper['AnyScalarProperty']>; AnySchemaProperty: ResolverTypeWrapper['AnySchemaProperty']>; - AnySearchableProperty: ResolverTypeWrapper['AnySearchableProperty']>; AnySupplementaryTemplateDefinition: ResolverTypeWrapper['AnySupplementaryTemplateDefinition']>; AnySupplementaryTemplateInstance: ResolverTypeWrapper['AnySupplementaryTemplateInstance']>; AnyUserAccessGrant: ResolverTypeWrapper['AnyUserAccessGrant']>; @@ -21548,18 +21606,20 @@ export type ResolversTypes = { ApplySchemaPropertiesInput: ApplySchemaPropertiesInput; ApplySchemaPropertiesPayload: ResolverTypeWrapper & { entity?: Maybe }>; Asset: ResolverTypeWrapper['Asset']>; - AssetAudio: ResolverTypeWrapper & { attachable: ResolversTypes['AnyAttachable'] }>; - AssetDocument: ResolverTypeWrapper & { attachable: ResolversTypes['AnyAttachable'] }>; - AssetImage: ResolverTypeWrapper & { attachable: ResolversTypes['AnyAttachable'] }>; + AssetAudio: ResolverTypeWrapper; + AssetConnection: ResolverTypeWrapper; + AssetDocument: ResolverTypeWrapper; + AssetEdge: ResolverTypeWrapper; + AssetImage: ResolverTypeWrapper; AssetKind: AssetKind; AssetKindFilter: AssetKindFilter; - AssetPDF: ResolverTypeWrapper & { attachable: ResolversTypes['AnyAttachable'] }>; + AssetPDF: ResolverTypeWrapper; AssetPermissionGrid: ResolverTypeWrapper; - AssetProperty: ResolverTypeWrapper & { asset?: Maybe }>; + AssetProperty: ResolverTypeWrapper; AssetSelectOption: ResolverTypeWrapper; - AssetUnknown: ResolverTypeWrapper & { attachable: ResolversTypes['AnyAttachable'] }>; - AssetVideo: ResolverTypeWrapper & { attachable: ResolversTypes['AnyAttachable'] }>; - AssetsProperty: ResolverTypeWrapper & { assets: Array }>; + AssetUnknown: ResolverTypeWrapper; + AssetVideo: ResolverTypeWrapper; + AssetsProperty: ResolverTypeWrapper; Attachable: ResolverTypeWrapper['Attachable']>; AttachmentStorage: AttachmentStorage; Attributable: ResolverTypeWrapper['Attributable']>; @@ -21567,7 +21627,7 @@ export type ResolversTypes = { BlurbBackground: BlurbBackground; BlurbTemplateDefinition: ResolverTypeWrapper; BlurbTemplateDefinitionSlots: ResolverTypeWrapper; - BlurbTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + BlurbTemplateInstance: ResolverTypeWrapper; BlurbTemplateInstanceSlots: ResolverTypeWrapper; Boolean: ResolverTypeWrapper; BooleanProperty: ResolverTypeWrapper; @@ -21575,18 +21635,18 @@ export type ResolversTypes = { ChildEntity: ResolverTypeWrapper['ChildEntity']>; ChildEntityKind: ChildEntityKind; ClientLocation: ClientLocation; - Collection: ResolverTypeWrapper & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe }>; + Collection: ResolverTypeWrapper & { parent?: Maybe }>; CollectionAttribution: ResolverTypeWrapper; CollectionConnection: ResolverTypeWrapper; - CollectionContribution: ResolverTypeWrapper & { contributor: ResolversTypes['AnyContributor'] }>; + CollectionContribution: ResolverTypeWrapper; CollectionContributionConnection: ResolverTypeWrapper; CollectionContributionEdge: ResolverTypeWrapper; CollectionEdge: ResolverTypeWrapper; CollectionParent: ResolverTypeWrapper['CollectionParent']>; - Community: ResolverTypeWrapper & { schemaProperties: Array, schemaProperty?: Maybe }>; + Community: ResolverTypeWrapper; CommunityConnection: ResolverTypeWrapper; CommunityEdge: ResolverTypeWrapper; - ContextualPermission: ResolverTypeWrapper & { accessGrants: Array }>; + ContextualPermission: ResolverTypeWrapper; ContextualPermissionConnection: ResolverTypeWrapper; ContextualPermissionEdge: ResolverTypeWrapper; ContextualPermissionOrder: ContextualPermissionOrder; @@ -21600,8 +21660,8 @@ export type ResolversTypes = { ContributionRoleConfigurationInput: ContributionRoleConfigurationInput; Contributor: ResolverTypeWrapper['Contributor']>; ContributorAttribution: ResolverTypeWrapper['ContributorAttribution']>; - ContributorAttributionConnection: ResolverTypeWrapper & { nodes: Array }>; - ContributorAttributionEdge: ResolverTypeWrapper & { node: ResolversTypes['AnyContributorAttribution'] }>; + ContributorAttributionConnection: ResolverTypeWrapper; + ContributorAttributionEdge: ResolverTypeWrapper; ContributorAttributionOrder: ContributorAttributionOrder; ContributorBase: ResolverTypeWrapper['ContributorBase']>; ContributorCollectionAttribution: ResolverTypeWrapper; @@ -21614,13 +21674,13 @@ export type ResolversTypes = { ContributorListFilter: ContributorListFilter; ContributorListTemplateDefinition: ResolverTypeWrapper; ContributorListTemplateDefinitionSlots: ResolverTypeWrapper; - ContributorListTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + ContributorListTemplateInstance: ResolverTypeWrapper; ContributorListTemplateInstanceSlots: ResolverTypeWrapper; ContributorLookupField: ContributorLookupField; ContributorOrder: ContributorOrder; - ContributorProperty: ResolverTypeWrapper & { contributor?: Maybe }>; + ContributorProperty: ResolverTypeWrapper; ContributorSelectOption: ResolverTypeWrapper; - ContributorsProperty: ResolverTypeWrapper & { contributors: Array }>; + ContributorsProperty: ResolverTypeWrapper; ControlledVocabulariesProperty: ResolverTypeWrapper; ControlledVocabulary: ResolverTypeWrapper; ControlledVocabularyConnection: ResolverTypeWrapper; @@ -21672,7 +21732,7 @@ export type ResolversTypes = { DescendantListSelectionMode: DescendantListSelectionMode; DescendantListTemplateDefinition: ResolverTypeWrapper; DescendantListTemplateDefinitionSlots: ResolverTypeWrapper; - DescendantListTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + DescendantListTemplateInstance: ResolverTypeWrapper; DescendantListTemplateInstanceSlots: ResolverTypeWrapper; DescendantListVariant: DescendantListVariant; DescribesSchema: ResolverTypeWrapper['DescribesSchema']>; @@ -21700,26 +21760,26 @@ export type ResolversTypes = { DetailBackground: DetailBackground; DetailTemplateDefinition: ResolverTypeWrapper; DetailTemplateDefinitionSlots: ResolverTypeWrapper; - DetailTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + DetailTemplateInstance: ResolverTypeWrapper; DetailTemplateInstanceSlots: ResolverTypeWrapper; DetailVariant: DetailVariant; Direction: Direction; EffectiveAccess: ResolverTypeWrapper; EmailProperty: ResolverTypeWrapper; - EntitiesProperty: ResolverTypeWrapper & { entities: Array }>; + EntitiesProperty: ResolverTypeWrapper; EntitiesSettings: ResolverTypeWrapper; EntitiesSettingsInput: EntitiesSettingsInput; Entity: ResolverTypeWrapper['Entity']>; EntityBase: ResolverTypeWrapper['EntityBase']>; - EntityBreadcrumb: ResolverTypeWrapper & { crumb: ResolversTypes['AnyEntity'] }>; - EntityDescendant: ResolverTypeWrapper & { descendant: ResolversTypes['AnyEntity'] }>; + EntityBreadcrumb: ResolverTypeWrapper; + EntityDescendant: ResolverTypeWrapper; EntityDescendantConnection: ResolverTypeWrapper; EntityDescendantEdge: ResolverTypeWrapper; EntityDescendantOrder: EntityDescendantOrder; EntityDescendantScopeFilter: EntityDescendantScopeFilter; EntityKind: EntityKind; EntityLayouts: ResolverTypeWrapper; - EntityLink: ResolverTypeWrapper & { source: ResolversTypes['AnyEntity'], target: ResolversTypes['AnyEntity'] }>; + EntityLink: ResolverTypeWrapper; EntityLinkConnection: ResolverTypeWrapper; EntityLinkEdge: ResolverTypeWrapper; EntityLinkOperator: EntityLinkOperator; @@ -21727,11 +21787,11 @@ export type ResolversTypes = { EntityOrder: EntityOrder; EntityPermissionFilter: EntityPermissionFilter; EntityPermissionGrid: ResolverTypeWrapper; - EntityProperty: ResolverTypeWrapper & { entity?: Maybe }>; + EntityProperty: ResolverTypeWrapper; EntityPurgeInput: EntityPurgeInput; EntityPurgePayload: ResolverTypeWrapper; EntityScope: EntityScope; - EntitySelectOption: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + EntitySelectOption: ResolverTypeWrapper; EntityVisibility: EntityVisibility; EntityVisibilityFilter: EntityVisibilityFilter; EqualsOperatorInput: EqualsOperatorInput; @@ -21750,7 +21810,7 @@ export type ResolversTypes = { GlobalConfiguration: ResolverTypeWrapper; GrantAccessInput: GrantAccessInput; GrantAccessPayload: ResolverTypeWrapper & { entity?: Maybe }>; - GroupProperty: ResolverTypeWrapper & { properties: Array }>; + GroupProperty: ResolverTypeWrapper; HarvestAttempt: ResolverTypeWrapper; HarvestAttemptConnection: ResolverTypeWrapper; HarvestAttemptEdge: ResolverTypeWrapper; @@ -21843,10 +21903,10 @@ export type ResolversTypes = { HeroBackground: HeroBackground; HeroImageLayout: HeroImageLayout; HeroLayoutDefinition: ResolverTypeWrapper & { templates: Array }>; - HeroLayoutInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'], templates: Array }>; + HeroLayoutInstance: ResolverTypeWrapper & { templates: Array }>; HeroTemplateDefinition: ResolverTypeWrapper; HeroTemplateDefinitionSlots: ResolverTypeWrapper; - HeroTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + HeroTemplateInstance: ResolverTypeWrapper; HeroTemplateInstanceSlots: ResolverTypeWrapper; HierarchicalSchemaRank: ResolverTypeWrapper; HierarchicalSchemaVersionRank: ResolverTypeWrapper; @@ -21870,10 +21930,10 @@ export type ResolversTypes = { InstitutionSettingsInput: InstitutionSettingsInput; Int: ResolverTypeWrapper; IntegerProperty: ResolverTypeWrapper; - Item: ResolverTypeWrapper & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe }>; + Item: ResolverTypeWrapper & { parent?: Maybe }>; ItemAttribution: ResolverTypeWrapper; ItemConnection: ResolverTypeWrapper; - ItemContribution: ResolverTypeWrapper & { contributor: ResolversTypes['AnyContributor'] }>; + ItemContribution: ResolverTypeWrapper; ItemContributionConnection: ResolverTypeWrapper; ItemContributionEdge: ResolverTypeWrapper; ItemEdge: ResolverTypeWrapper; @@ -21888,45 +21948,45 @@ export type ResolversTypes = { LinkListSelectionMode: LinkListSelectionMode; LinkListTemplateDefinition: ResolverTypeWrapper; LinkListTemplateDefinitionSlots: ResolverTypeWrapper; - LinkListTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + LinkListTemplateInstance: ResolverTypeWrapper; LinkListTemplateInstanceSlots: ResolverTypeWrapper; LinkListVariant: LinkListVariant; - LinkTargetCandidate: ResolverTypeWrapper & { target: ResolversTypes['AnyLinkTarget'] }>; + LinkTargetCandidate: ResolverTypeWrapper; LinkTargetCandidateConnection: ResolverTypeWrapper; LinkTargetCandidateEdge: ResolverTypeWrapper; LinkTargetCandidateFilter: LinkTargetCandidateFilter; LinkTargetCandidateKind: LinkTargetCandidateKind; ListEntityContext: ListEntityContext; ListItemLayoutDefinition: ResolverTypeWrapper & { templates: Array }>; - ListItemLayoutInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'], templates: Array }>; + ListItemLayoutInstance: ResolverTypeWrapper & { templates: Array }>; ListItemSelectionMode: ListItemSelectionMode; ListItemTemplateDefinition: ResolverTypeWrapper; ListItemTemplateDefinitionSlots: ResolverTypeWrapper; - ListItemTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + ListItemTemplateInstance: ResolverTypeWrapper; ListItemTemplateInstanceSlots: ResolverTypeWrapper; MainLayoutDefinition: ResolverTypeWrapper & { templates: Array }>; - MainLayoutInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'], templates: Array }>; + MainLayoutInstance: ResolverTypeWrapper & { templates: Array }>; MarkdownProperty: ResolverTypeWrapper; MatchesOperatorInput: MatchesOperatorInput; MetadataBackground: MetadataBackground; MetadataLayoutDefinition: ResolverTypeWrapper & { templates: Array }>; - MetadataLayoutInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'], templates: Array }>; + MetadataLayoutInstance: ResolverTypeWrapper & { templates: Array }>; MetadataTemplateDefinition: ResolverTypeWrapper; MetadataTemplateDefinitionSlots: ResolverTypeWrapper; - MetadataTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + MetadataTemplateInstance: ResolverTypeWrapper; MetadataTemplateInstanceSlots: ResolverTypeWrapper; MultiselectProperty: ResolverTypeWrapper; Mutation: ResolverTypeWrapper<{}>; MutationAttributeError: ResolverTypeWrapper; MutationErrorScope: MutationErrorScope; MutationGlobalError: ResolverTypeWrapper; - NamedAncestor: ResolverTypeWrapper & { ancestor: ResolversTypes['AnyEntity'] }>; + NamedAncestor: ResolverTypeWrapper; NavigationBackground: NavigationBackground; NavigationLayoutDefinition: ResolverTypeWrapper & { templates: Array }>; - NavigationLayoutInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'], templates: Array }>; + NavigationLayoutInstance: ResolverTypeWrapper & { templates: Array }>; NavigationTemplateDefinition: ResolverTypeWrapper; NavigationTemplateDefinitionSlots: ResolverTypeWrapper; - NavigationTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + NavigationTemplateInstance: ResolverTypeWrapper; NavigationTemplateInstanceSlots: ResolverTypeWrapper; Node: ResolverTypeWrapper['Node']>; NullOrderPriority: NullOrderPriority; @@ -21936,17 +21996,18 @@ export type ResolversTypes = { OrOperatorInput: OrOperatorInput; OrderDefinition: ResolverTypeWrapper; OrderDefinitionInput: OrderDefinitionInput; - Ordering: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + Ordering: ResolverTypeWrapper; OrderingAvailabilityFilter: OrderingAvailabilityFilter; OrderingBackground: OrderingBackground; OrderingConnection: ResolverTypeWrapper; OrderingDefinition: ResolverTypeWrapper; OrderingDirectSelection: OrderingDirectSelection; OrderingEdge: ResolverTypeWrapper; - OrderingEntry: ResolverTypeWrapper & { entry: ResolversTypes['AnyOrderingEntry'] }>; + OrderingEntry: ResolverTypeWrapper; OrderingEntryConnection: ResolverTypeWrapper; OrderingEntryEdge: ResolverTypeWrapper; OrderingEntrySortMode: OrderingEntrySortMode; + OrderingEntryable: ResolverTypeWrapper['OrderingEntryable']>; OrderingFilterDefinition: ResolverTypeWrapper; OrderingFilterDefinitionInput: OrderingFilterDefinitionInput; OrderingOrder: OrderingOrder; @@ -21963,11 +22024,11 @@ export type ResolversTypes = { OrderingSelectLinkDefinitionInput: OrderingSelectLinkDefinitionInput; OrderingTemplateDefinition: ResolverTypeWrapper; OrderingTemplateDefinitionSlots: ResolverTypeWrapper; - OrderingTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + OrderingTemplateInstance: ResolverTypeWrapper; OrderingTemplateInstanceSlots: ResolverTypeWrapper; OrderingVisibilityFilter: OrderingVisibilityFilter; OrganizationContributor: ResolverTypeWrapper; - Page: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + Page: ResolverTypeWrapper; PageConnection: ResolverTypeWrapper; PageDirection: PageDirection; PageEdge: ResolverTypeWrapper; @@ -21975,7 +22036,7 @@ export type ResolversTypes = { PageListBackground: PageListBackground; PageListTemplateDefinition: ResolverTypeWrapper; PageListTemplateDefinitionSlots: ResolverTypeWrapper; - PageListTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + PageListTemplateInstance: ResolverTypeWrapper; PageListTemplateInstanceSlots: ResolverTypeWrapper; Paginated: ResolverTypeWrapper['Paginated']>; Permalink: ResolverTypeWrapper; @@ -22049,7 +22110,7 @@ export type ResolversTypes = { SchemaRenderDefinition: ResolverTypeWrapper; SchemaRenderListMode: SchemaRenderListMode; SchemaValueError: ResolverTypeWrapper; - SchemaVersion: ResolverTypeWrapper & { schemaProperties: Array, searchableProperties: Array }>; + SchemaVersion: ResolverTypeWrapper; SchemaVersionConnection: ResolverTypeWrapper; SchemaVersionEdge: ResolverTypeWrapper; SchemaVersionOption: ResolverTypeWrapper; @@ -22057,7 +22118,7 @@ export type ResolversTypes = { SearchOperator: SearchOperator; SearchOriginType: SearchOriginType; SearchPredicateInput: SearchPredicateInput; - SearchResult: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + SearchResult: ResolverTypeWrapper; SearchResultConnection: ResolverTypeWrapper; SearchResultEdge: ResolverTypeWrapper; SearchScope: ResolverTypeWrapper; @@ -22084,17 +22145,17 @@ export type ResolversTypes = { SubtreeNodeFilter: SubtreeNodeFilter; SupplementaryBackground: SupplementaryBackground; SupplementaryLayoutDefinition: ResolverTypeWrapper & { templates: Array }>; - SupplementaryLayoutInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'], templates: Array }>; + SupplementaryLayoutInstance: ResolverTypeWrapper & { templates: Array }>; SupplementaryTemplateDefinition: ResolverTypeWrapper; SupplementaryTemplateDefinitionSlots: ResolverTypeWrapper; - SupplementaryTemplateInstance: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + SupplementaryTemplateInstance: ResolverTypeWrapper; SupplementaryTemplateInstanceSlots: ResolverTypeWrapper; SystemInfo: ResolverTypeWrapper; TagsProperty: ResolverTypeWrapper; TemplateContribution: ResolverTypeWrapper; TemplateContributionList: ResolverTypeWrapper; TemplateDefinition: ResolverTypeWrapper['TemplateDefinition']>; - TemplateEntityList: ResolverTypeWrapper & { entities: Array }>; + TemplateEntityList: ResolverTypeWrapper; TemplateHasContributionList: ResolverTypeWrapper['TemplateHasContributionList']>; TemplateHasEntityList: ResolverTypeWrapper['TemplateHasEntityList']>; TemplateHasOrderingPair: ResolverTypeWrapper['TemplateHasOrderingPair']>; @@ -22159,10 +22220,10 @@ export type ResolversTypes = { UpsertContributionPayload: ResolverTypeWrapper & { contribution?: Maybe }>; User: ResolverTypeWrapper; UserAccessGrant: ResolverTypeWrapper['UserAccessGrant']>; - UserCollectionAccessGrant: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + UserCollectionAccessGrant: ResolverTypeWrapper; UserCollectionAccessGrantConnection: ResolverTypeWrapper; UserCollectionAccessGrantEdge: ResolverTypeWrapper; - UserCommunityAccessGrant: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + UserCommunityAccessGrant: ResolverTypeWrapper; UserCommunityAccessGrantConnection: ResolverTypeWrapper; UserCommunityAccessGrantEdge: ResolverTypeWrapper; UserConnection: ResolverTypeWrapper; @@ -22170,16 +22231,16 @@ export type ResolversTypes = { UserError: ResolverTypeWrapper; UserGroup: ResolverTypeWrapper; UserGroupAccessGrant: ResolverTypeWrapper['UserGroupAccessGrant']>; - UserGroupCollectionAccessGrant: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + UserGroupCollectionAccessGrant: ResolverTypeWrapper; UserGroupCollectionAccessGrantConnection: ResolverTypeWrapper; UserGroupCollectionAccessGrantEdge: ResolverTypeWrapper; - UserGroupCommunityAccessGrant: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + UserGroupCommunityAccessGrant: ResolverTypeWrapper; UserGroupCommunityAccessGrantConnection: ResolverTypeWrapper; UserGroupCommunityAccessGrantEdge: ResolverTypeWrapper; - UserGroupItemAccessGrant: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + UserGroupItemAccessGrant: ResolverTypeWrapper; UserGroupItemAccessGrantConnection: ResolverTypeWrapper; UserGroupItemAccessGrantEdge: ResolverTypeWrapper; - UserItemAccessGrant: ResolverTypeWrapper & { entity: ResolversTypes['AnyEntity'] }>; + UserItemAccessGrant: ResolverTypeWrapper; UserItemAccessGrantConnection: ResolverTypeWrapper; UserItemAccessGrantEdge: ResolverTypeWrapper; UserOrder: UserOrder; @@ -22208,16 +22269,13 @@ export type ResolversParentTypes = { AncestorSchemaOrderingPath: AncestorSchemaOrderingPath; AncestorStaticOrderingPath: AncestorStaticOrderingPath; AndOperatorInput: AndOperatorInput; - Announcement: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + Announcement: Announcement; AnnouncementConnection: AnnouncementConnection; AnnouncementEdge: AnnouncementEdge; AnyAccessGrant: ResolversUnionTypes['AnyAccessGrant']; AnyAccessGrantConnection: Omit & { nodes: Array }; AnyAccessGrantEdge: Omit & { node: ResolversParentTypes['AnyAccessGrant'] }; AnyAsset: ResolversUnionTypes['AnyAsset']; - AnyAssetConnection: Omit & { nodes: Array }; - AnyAssetEdge: Omit & { node: ResolversParentTypes['AnyAsset'] }; - AnyAttachable: ResolversUnionTypes['AnyAttachable']; AnyChildEntity: ResolversUnionTypes['AnyChildEntity']; AnyCollectionAccessGrant: ResolversUnionTypes['AnyCollectionAccessGrant']; AnyCollectionAccessGrantConnection: Omit & { nodes: Array }; @@ -22225,6 +22283,7 @@ export type ResolversParentTypes = { AnyCommunityAccessGrant: ResolversUnionTypes['AnyCommunityAccessGrant']; AnyCommunityAccessGrantConnection: Omit & { nodes: Array }; AnyCommunityAccessGrantEdge: Omit & { node: ResolversParentTypes['AnyCommunityAccessGrant'] }; + AnyContributable: ResolversUnionTypes['AnyContributable']; AnyContribution: ResolversUnionTypes['AnyContribution']; AnyContributor: ResolversUnionTypes['AnyContributor']; AnyContributorAttribution: ResolversUnionTypes['AnyContributorAttribution']; @@ -22233,7 +22292,6 @@ export type ResolversParentTypes = { AnyEntity: ResolversUnionTypes['AnyEntity']; AnyHeroTemplateDefinition: ResolversUnionTypes['AnyHeroTemplateDefinition']; AnyHeroTemplateInstance: ResolversUnionTypes['AnyHeroTemplateInstance']; - AnyLinkTarget: ResolversUnionTypes['AnyLinkTarget']; AnyListItemTemplateDefinition: ResolversUnionTypes['AnyListItemTemplateDefinition']; AnyListItemTemplateInstance: ResolversUnionTypes['AnyListItemTemplateInstance']; AnyMainTemplateDefinition: ResolversUnionTypes['AnyMainTemplateDefinition']; @@ -22242,11 +22300,9 @@ export type ResolversParentTypes = { AnyMetadataTemplateInstance: ResolversUnionTypes['AnyMetadataTemplateInstance']; AnyNavigationTemplateDefinition: ResolversUnionTypes['AnyNavigationTemplateDefinition']; AnyNavigationTemplateInstance: ResolversUnionTypes['AnyNavigationTemplateInstance']; - AnyOrderingEntry: ResolversUnionTypes['AnyOrderingEntry']; AnyOrderingPath: ResolversUnionTypes['AnyOrderingPath']; AnyScalarProperty: ResolversUnionTypes['AnyScalarProperty']; AnySchemaProperty: ResolversUnionTypes['AnySchemaProperty']; - AnySearchableProperty: ResolversUnionTypes['AnySearchableProperty']; AnySupplementaryTemplateDefinition: ResolversUnionTypes['AnySupplementaryTemplateDefinition']; AnySupplementaryTemplateInstance: ResolversUnionTypes['AnySupplementaryTemplateInstance']; AnyUserAccessGrant: ResolversUnionTypes['AnyUserAccessGrant']; @@ -22258,39 +22314,41 @@ export type ResolversParentTypes = { ApplySchemaPropertiesInput: ApplySchemaPropertiesInput; ApplySchemaPropertiesPayload: Omit & { entity?: Maybe }; Asset: ResolversInterfaceTypes['Asset']; - AssetAudio: Omit & { attachable: ResolversParentTypes['AnyAttachable'] }; - AssetDocument: Omit & { attachable: ResolversParentTypes['AnyAttachable'] }; - AssetImage: Omit & { attachable: ResolversParentTypes['AnyAttachable'] }; - AssetPDF: Omit & { attachable: ResolversParentTypes['AnyAttachable'] }; + AssetAudio: AssetAudio; + AssetConnection: AssetConnection; + AssetDocument: AssetDocument; + AssetEdge: AssetEdge; + AssetImage: AssetImage; + AssetPDF: AssetPdf; AssetPermissionGrid: AssetPermissionGrid; - AssetProperty: Omit & { asset?: Maybe }; + AssetProperty: AssetProperty; AssetSelectOption: AssetSelectOption; - AssetUnknown: Omit & { attachable: ResolversParentTypes['AnyAttachable'] }; - AssetVideo: Omit & { attachable: ResolversParentTypes['AnyAttachable'] }; - AssetsProperty: Omit & { assets: Array }; + AssetUnknown: AssetUnknown; + AssetVideo: AssetVideo; + AssetsProperty: AssetsProperty; Attachable: ResolversInterfaceTypes['Attachable']; Attributable: ResolversInterfaceTypes['Attributable']; Attribution: ResolversInterfaceTypes['Attribution']; BlurbTemplateDefinition: BlurbTemplateDefinition; BlurbTemplateDefinitionSlots: BlurbTemplateDefinitionSlots; - BlurbTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + BlurbTemplateInstance: BlurbTemplateInstance; BlurbTemplateInstanceSlots: BlurbTemplateInstanceSlots; Boolean: Scalars['Boolean']['output']; BooleanProperty: BooleanProperty; CRUDPermissionGrid: ResolversInterfaceTypes['CRUDPermissionGrid']; ChildEntity: ResolversInterfaceTypes['ChildEntity']; - Collection: Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe }; + Collection: Omit & { parent?: Maybe }; CollectionAttribution: CollectionAttribution; CollectionConnection: CollectionConnection; - CollectionContribution: Omit & { contributor: ResolversParentTypes['AnyContributor'] }; + CollectionContribution: CollectionContribution; CollectionContributionConnection: CollectionContributionConnection; CollectionContributionEdge: CollectionContributionEdge; CollectionEdge: CollectionEdge; CollectionParent: ResolversUnionTypes['CollectionParent']; - Community: Omit & { schemaProperties: Array, schemaProperty?: Maybe }; + Community: Community; CommunityConnection: CommunityConnection; CommunityEdge: CommunityEdge; - ContextualPermission: Omit & { accessGrants: Array }; + ContextualPermission: ContextualPermission; ContextualPermissionConnection: ContextualPermissionConnection; ContextualPermissionEdge: ContextualPermissionEdge; Contributable: ResolversInterfaceTypes['Contributable']; @@ -22302,8 +22360,8 @@ export type ResolversParentTypes = { ContributionRoleConfigurationInput: ContributionRoleConfigurationInput; Contributor: ResolversInterfaceTypes['Contributor']; ContributorAttribution: ResolversInterfaceTypes['ContributorAttribution']; - ContributorAttributionConnection: Omit & { nodes: Array }; - ContributorAttributionEdge: Omit & { node: ResolversParentTypes['AnyContributorAttribution'] }; + ContributorAttributionConnection: ContributorAttributionConnection; + ContributorAttributionEdge: ContributorAttributionEdge; ContributorBase: ResolversInterfaceTypes['ContributorBase']; ContributorCollectionAttribution: ContributorCollectionAttribution; ContributorItemAttribution: ContributorItemAttribution; @@ -22311,11 +22369,11 @@ export type ResolversParentTypes = { ContributorLinkInput: ContributorLinkInput; ContributorListTemplateDefinition: ContributorListTemplateDefinition; ContributorListTemplateDefinitionSlots: ContributorListTemplateDefinitionSlots; - ContributorListTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + ContributorListTemplateInstance: ContributorListTemplateInstance; ContributorListTemplateInstanceSlots: ContributorListTemplateInstanceSlots; - ContributorProperty: Omit & { contributor?: Maybe }; + ContributorProperty: ContributorProperty; ContributorSelectOption: ContributorSelectOption; - ContributorsProperty: Omit & { contributors: Array }; + ContributorsProperty: ContributorsProperty; ControlledVocabulariesProperty: ControlledVocabulariesProperty; ControlledVocabulary: ControlledVocabulary; ControlledVocabularyConnection: ControlledVocabularyConnection; @@ -22362,7 +22420,7 @@ export type ResolversParentTypes = { DateProperty: DateProperty; DescendantListTemplateDefinition: DescendantListTemplateDefinition; DescendantListTemplateDefinitionSlots: DescendantListTemplateDefinitionSlots; - DescendantListTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + DescendantListTemplateInstance: DescendantListTemplateInstance; DescendantListTemplateInstanceSlots: DescendantListTemplateInstanceSlots; DescribesSchema: ResolversInterfaceTypes['DescribesSchema']; DestroyAnnouncementInput: DestroyAnnouncementInput; @@ -22388,28 +22446,28 @@ export type ResolversParentTypes = { DestroyPagePayload: DestroyPagePayload; DetailTemplateDefinition: DetailTemplateDefinition; DetailTemplateDefinitionSlots: DetailTemplateDefinitionSlots; - DetailTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + DetailTemplateInstance: DetailTemplateInstance; DetailTemplateInstanceSlots: DetailTemplateInstanceSlots; EffectiveAccess: EffectiveAccess; EmailProperty: EmailProperty; - EntitiesProperty: Omit & { entities: Array }; + EntitiesProperty: EntitiesProperty; EntitiesSettings: EntitiesSettings; EntitiesSettingsInput: EntitiesSettingsInput; Entity: ResolversInterfaceTypes['Entity']; EntityBase: ResolversInterfaceTypes['EntityBase']; - EntityBreadcrumb: Omit & { crumb: ResolversParentTypes['AnyEntity'] }; - EntityDescendant: Omit & { descendant: ResolversParentTypes['AnyEntity'] }; + EntityBreadcrumb: EntityBreadcrumb; + EntityDescendant: EntityDescendant; EntityDescendantConnection: EntityDescendantConnection; EntityDescendantEdge: EntityDescendantEdge; EntityLayouts: EntityLayouts; - EntityLink: Omit & { source: ResolversParentTypes['AnyEntity'], target: ResolversParentTypes['AnyEntity'] }; + EntityLink: EntityLink; EntityLinkConnection: EntityLinkConnection; EntityLinkEdge: EntityLinkEdge; EntityPermissionGrid: EntityPermissionGrid; - EntityProperty: Omit & { entity?: Maybe }; + EntityProperty: EntityProperty; EntityPurgeInput: EntityPurgeInput; EntityPurgePayload: EntityPurgePayload; - EntitySelectOption: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + EntitySelectOption: EntitySelectOption; EqualsOperatorInput: EqualsOperatorInput; ExposesEffectiveAccess: ResolversInterfaceTypes['ExposesEffectiveAccess']; ExposesPermissions: ResolversInterfaceTypes['ExposesPermissions']; @@ -22425,7 +22483,7 @@ export type ResolversParentTypes = { GlobalConfiguration: GlobalConfiguration; GrantAccessInput: GrantAccessInput; GrantAccessPayload: Omit & { entity?: Maybe }; - GroupProperty: Omit & { properties: Array }; + GroupProperty: GroupProperty; HarvestAttempt: HarvestAttempt; HarvestAttemptConnection: HarvestAttemptConnection; HarvestAttemptEdge: HarvestAttemptEdge; @@ -22499,10 +22557,10 @@ export type ResolversParentTypes = { HasHarvestOptions: ResolversInterfaceTypes['HasHarvestOptions']; HasSchemaProperties: ResolversInterfaceTypes['HasSchemaProperties']; HeroLayoutDefinition: Omit & { templates: Array }; - HeroLayoutInstance: Omit & { entity: ResolversParentTypes['AnyEntity'], templates: Array }; + HeroLayoutInstance: Omit & { templates: Array }; HeroTemplateDefinition: HeroTemplateDefinition; HeroTemplateDefinitionSlots: HeroTemplateDefinitionSlots; - HeroTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + HeroTemplateInstance: HeroTemplateInstance; HeroTemplateInstanceSlots: HeroTemplateInstanceSlots; HierarchicalSchemaRank: HierarchicalSchemaRank; HierarchicalSchemaVersionRank: HierarchicalSchemaVersionRank; @@ -22523,10 +22581,10 @@ export type ResolversParentTypes = { InstitutionSettingsInput: InstitutionSettingsInput; Int: Scalars['Int']['output']; IntegerProperty: IntegerProperty; - Item: Omit & { ancestorByName?: Maybe, ancestorOfType?: Maybe, parent?: Maybe, schemaProperties: Array, schemaProperty?: Maybe }; + Item: Omit & { parent?: Maybe }; ItemAttribution: ItemAttribution; ItemConnection: ItemConnection; - ItemContribution: Omit & { contributor: ResolversParentTypes['AnyContributor'] }; + ItemContribution: ItemContribution; ItemContributionConnection: ItemContributionConnection; ItemContributionEdge: ItemContributionEdge; ItemEdge: ItemEdge; @@ -22538,37 +22596,37 @@ export type ResolversParentTypes = { LinkEntityPayload: LinkEntityPayload; LinkListTemplateDefinition: LinkListTemplateDefinition; LinkListTemplateDefinitionSlots: LinkListTemplateDefinitionSlots; - LinkListTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + LinkListTemplateInstance: LinkListTemplateInstance; LinkListTemplateInstanceSlots: LinkListTemplateInstanceSlots; - LinkTargetCandidate: Omit & { target: ResolversParentTypes['AnyLinkTarget'] }; + LinkTargetCandidate: LinkTargetCandidate; LinkTargetCandidateConnection: LinkTargetCandidateConnection; LinkTargetCandidateEdge: LinkTargetCandidateEdge; ListItemLayoutDefinition: Omit & { templates: Array }; - ListItemLayoutInstance: Omit & { entity: ResolversParentTypes['AnyEntity'], templates: Array }; + ListItemLayoutInstance: Omit & { templates: Array }; ListItemTemplateDefinition: ListItemTemplateDefinition; ListItemTemplateDefinitionSlots: ListItemTemplateDefinitionSlots; - ListItemTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + ListItemTemplateInstance: ListItemTemplateInstance; ListItemTemplateInstanceSlots: ListItemTemplateInstanceSlots; MainLayoutDefinition: Omit & { templates: Array }; - MainLayoutInstance: Omit & { entity: ResolversParentTypes['AnyEntity'], templates: Array }; + MainLayoutInstance: Omit & { templates: Array }; MarkdownProperty: MarkdownProperty; MatchesOperatorInput: MatchesOperatorInput; MetadataLayoutDefinition: Omit & { templates: Array }; - MetadataLayoutInstance: Omit & { entity: ResolversParentTypes['AnyEntity'], templates: Array }; + MetadataLayoutInstance: Omit & { templates: Array }; MetadataTemplateDefinition: MetadataTemplateDefinition; MetadataTemplateDefinitionSlots: MetadataTemplateDefinitionSlots; - MetadataTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + MetadataTemplateInstance: MetadataTemplateInstance; MetadataTemplateInstanceSlots: MetadataTemplateInstanceSlots; MultiselectProperty: MultiselectProperty; Mutation: {}; MutationAttributeError: MutationAttributeError; MutationGlobalError: MutationGlobalError; - NamedAncestor: Omit & { ancestor: ResolversParentTypes['AnyEntity'] }; + NamedAncestor: NamedAncestor; NavigationLayoutDefinition: Omit & { templates: Array }; - NavigationLayoutInstance: Omit & { entity: ResolversParentTypes['AnyEntity'], templates: Array }; + NavigationLayoutInstance: Omit & { templates: Array }; NavigationTemplateDefinition: NavigationTemplateDefinition; NavigationTemplateDefinitionSlots: NavigationTemplateDefinitionSlots; - NavigationTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + NavigationTemplateInstance: NavigationTemplateInstance; NavigationTemplateInstanceSlots: NavigationTemplateInstanceSlots; Node: ResolversInterfaceTypes['Node']; NumericGTEOperatorInput: NumericGteOperatorInput; @@ -22577,13 +22635,14 @@ export type ResolversParentTypes = { OrOperatorInput: OrOperatorInput; OrderDefinition: OrderDefinition; OrderDefinitionInput: OrderDefinitionInput; - Ordering: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + Ordering: Ordering; OrderingConnection: OrderingConnection; OrderingDefinition: OrderingDefinition; OrderingEdge: OrderingEdge; - OrderingEntry: Omit & { entry: ResolversParentTypes['AnyOrderingEntry'] }; + OrderingEntry: OrderingEntry; OrderingEntryConnection: OrderingEntryConnection; OrderingEntryEdge: OrderingEntryEdge; + OrderingEntryable: ResolversInterfaceTypes['OrderingEntryable']; OrderingFilterDefinition: OrderingFilterDefinition; OrderingFilterDefinitionInput: OrderingFilterDefinitionInput; OrderingPath: ResolversInterfaceTypes['OrderingPath']; @@ -22597,16 +22656,16 @@ export type ResolversParentTypes = { OrderingSelectLinkDefinitionInput: OrderingSelectLinkDefinitionInput; OrderingTemplateDefinition: OrderingTemplateDefinition; OrderingTemplateDefinitionSlots: OrderingTemplateDefinitionSlots; - OrderingTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + OrderingTemplateInstance: OrderingTemplateInstance; OrderingTemplateInstanceSlots: OrderingTemplateInstanceSlots; OrganizationContributor: OrganizationContributor; - Page: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + Page: Page; PageConnection: PageConnection; PageEdge: PageEdge; PageInfo: PageInfo; PageListTemplateDefinition: PageListTemplateDefinition; PageListTemplateDefinitionSlots: PageListTemplateDefinitionSlots; - PageListTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + PageListTemplateInstance: PageListTemplateInstance; PageListTemplateInstanceSlots: PageListTemplateInstanceSlots; Paginated: ResolversInterfaceTypes['Paginated']; Permalink: Permalink; @@ -22668,12 +22727,12 @@ export type ResolversParentTypes = { SchemaPropertyPath: Scalars['SchemaPropertyPath']['output']; SchemaRenderDefinition: SchemaRenderDefinition; SchemaValueError: SchemaValueError; - SchemaVersion: Omit & { schemaProperties: Array, searchableProperties: Array }; + SchemaVersion: SchemaVersion; SchemaVersionConnection: SchemaVersionConnection; SchemaVersionEdge: SchemaVersionEdge; SchemaVersionOption: SchemaVersionOption; SearchPredicateInput: SearchPredicateInput; - SearchResult: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + SearchResult: SearchResult; SearchResultConnection: SearchResultConnection; SearchResultEdge: SearchResultEdge; SearchScope: SearchScope; @@ -22694,17 +22753,17 @@ export type ResolversParentTypes = { String: Scalars['String']['output']; StringProperty: StringProperty; SupplementaryLayoutDefinition: Omit & { templates: Array }; - SupplementaryLayoutInstance: Omit & { entity: ResolversParentTypes['AnyEntity'], templates: Array }; + SupplementaryLayoutInstance: Omit & { templates: Array }; SupplementaryTemplateDefinition: SupplementaryTemplateDefinition; SupplementaryTemplateDefinitionSlots: SupplementaryTemplateDefinitionSlots; - SupplementaryTemplateInstance: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + SupplementaryTemplateInstance: SupplementaryTemplateInstance; SupplementaryTemplateInstanceSlots: SupplementaryTemplateInstanceSlots; SystemInfo: SystemInfo; TagsProperty: TagsProperty; TemplateContribution: TemplateContribution; TemplateContributionList: TemplateContributionList; TemplateDefinition: ResolversInterfaceTypes['TemplateDefinition']; - TemplateEntityList: Omit & { entities: Array }; + TemplateEntityList: TemplateEntityList; TemplateHasContributionList: ResolversInterfaceTypes['TemplateHasContributionList']; TemplateHasEntityList: ResolversInterfaceTypes['TemplateHasEntityList']; TemplateHasOrderingPair: ResolversInterfaceTypes['TemplateHasOrderingPair']; @@ -22763,10 +22822,10 @@ export type ResolversParentTypes = { UpsertContributionPayload: Omit & { contribution?: Maybe }; User: User; UserAccessGrant: ResolversInterfaceTypes['UserAccessGrant']; - UserCollectionAccessGrant: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + UserCollectionAccessGrant: UserCollectionAccessGrant; UserCollectionAccessGrantConnection: UserCollectionAccessGrantConnection; UserCollectionAccessGrantEdge: UserCollectionAccessGrantEdge; - UserCommunityAccessGrant: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + UserCommunityAccessGrant: UserCommunityAccessGrant; UserCommunityAccessGrantConnection: UserCommunityAccessGrantConnection; UserCommunityAccessGrantEdge: UserCommunityAccessGrantEdge; UserConnection: UserConnection; @@ -22774,16 +22833,16 @@ export type ResolversParentTypes = { UserError: UserError; UserGroup: UserGroup; UserGroupAccessGrant: ResolversInterfaceTypes['UserGroupAccessGrant']; - UserGroupCollectionAccessGrant: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + UserGroupCollectionAccessGrant: UserGroupCollectionAccessGrant; UserGroupCollectionAccessGrantConnection: UserGroupCollectionAccessGrantConnection; UserGroupCollectionAccessGrantEdge: UserGroupCollectionAccessGrantEdge; - UserGroupCommunityAccessGrant: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + UserGroupCommunityAccessGrant: UserGroupCommunityAccessGrant; UserGroupCommunityAccessGrantConnection: UserGroupCommunityAccessGrantConnection; UserGroupCommunityAccessGrantEdge: UserGroupCommunityAccessGrantEdge; - UserGroupItemAccessGrant: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + UserGroupItemAccessGrant: UserGroupItemAccessGrant; UserGroupItemAccessGrantConnection: UserGroupItemAccessGrantConnection; UserGroupItemAccessGrantEdge: UserGroupItemAccessGrantEdge; - UserItemAccessGrant: Omit & { entity: ResolversParentTypes['AnyEntity'] }; + UserItemAccessGrant: UserItemAccessGrant; UserItemAccessGrantConnection: UserItemAccessGrantConnection; UserItemAccessGrantEdge: UserItemAccessGrantEdge; UserProfileInput: UserProfileInput; @@ -22810,7 +22869,7 @@ export type AccessControlListResolvers = { __resolveType: TypeResolveFn<'UserCollectionAccessGrant' | 'UserCommunityAccessGrant' | 'UserGroupCollectionAccessGrant' | 'UserGroupCommunityAccessGrant' | 'UserGroupItemAccessGrant' | 'UserItemAccessGrant', ParentType, ContextType>; - entity?: Resolver; + entity?: Resolver; role?: Resolver; subject?: Resolver; }; @@ -22904,7 +22963,7 @@ export type AncestorStaticOrderingPathResolvers = { body?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; header?: Resolver; id?: Resolver; publishedOn?: Resolver; @@ -22948,23 +23007,6 @@ export type AnyAssetResolvers; }; -export type AnyAssetConnectionResolvers = { - edges?: Resolver, ParentType, ContextType>; - nodes?: Resolver, ParentType, ContextType>; - pageInfo?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}; - -export type AnyAssetEdgeResolvers = { - cursor?: Resolver; - node?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}; - -export type AnyAttachableResolvers = { - __resolveType: TypeResolveFn<'Collection' | 'Community' | 'Item', ParentType, ContextType>; -}; - export type AnyChildEntityResolvers = { __resolveType: TypeResolveFn<'Collection' | 'Item', ParentType, ContextType>; }; @@ -23003,6 +23045,10 @@ export type AnyCommunityAccessGrantEdgeResolvers; }; +export type AnyContributableResolvers = { + __resolveType: TypeResolveFn<'CollectionContribution' | 'ItemContribution', ParentType, ContextType>; +}; + export type AnyContributionResolvers = { __resolveType: TypeResolveFn<'CollectionContribution' | 'ItemContribution', ParentType, ContextType>; }; @@ -23040,10 +23086,6 @@ export type AnyHeroTemplateInstanceResolvers; }; -export type AnyLinkTargetResolvers = { - __resolveType: TypeResolveFn<'Collection' | 'Item', ParentType, ContextType>; -}; - export type AnyListItemTemplateDefinitionResolvers = { __resolveType: TypeResolveFn<'ListItemTemplateDefinition', ParentType, ContextType>; }; @@ -23076,10 +23118,6 @@ export type AnyNavigationTemplateInstanceResolvers; }; -export type AnyOrderingEntryResolvers = { - __resolveType: TypeResolveFn<'Collection' | 'Community' | 'EntityLink' | 'Item', ParentType, ContextType>; -}; - export type AnyOrderingPathResolvers = { __resolveType: TypeResolveFn<'AncestorSchemaOrderingPath' | 'AncestorStaticOrderingPath' | 'SchemaOrderingPath' | 'StaticOrderingPath', ParentType, ContextType>; }; @@ -23092,10 +23130,6 @@ export type AnySchemaPropertyResolvers; }; -export type AnySearchablePropertyResolvers = { - __resolveType: TypeResolveFn<'BooleanProperty' | 'DateProperty' | 'FloatProperty' | 'FullTextProperty' | 'IntegerProperty' | 'MarkdownProperty' | 'MultiselectProperty' | 'SelectProperty' | 'StringProperty' | 'TimestampProperty' | 'VariableDateProperty', ParentType, ContextType>; -}; - export type AnySupplementaryTemplateDefinitionResolvers = { __resolveType: TypeResolveFn<'SupplementaryTemplateDefinition', ParentType, ContextType>; }; @@ -23157,7 +23191,7 @@ export type AssetResolvers, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; downloadURL?: Resolver, ParentType, ContextType>; @@ -23175,7 +23209,7 @@ export type AssetAudioResolvers, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; createdAt?: Resolver; @@ -23192,11 +23226,18 @@ export type AssetAudioResolvers; }; +export type AssetConnectionResolvers = { + edges?: Resolver, ParentType, ContextType>; + nodes?: Resolver, ParentType, ContextType>; + pageInfo?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}; + export type AssetDocumentResolvers = { altText?: Resolver, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; createdAt?: Resolver; @@ -23213,11 +23254,17 @@ export type AssetDocumentResolvers; }; +export type AssetEdgeResolvers = { + cursor?: Resolver; + node?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}; + export type AssetImageResolvers = { altText?: Resolver, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; createdAt?: Resolver; @@ -23238,7 +23285,7 @@ export type AssetPdfResolvers, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; createdAt?: Resolver; @@ -23267,7 +23314,7 @@ export type AssetPermissionGridResolvers = { array?: Resolver; - asset?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; description?: Resolver, ParentType, ContextType>; fullPath?: Resolver; function?: Resolver; @@ -23292,7 +23339,7 @@ export type AssetUnknownResolvers, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; createdAt?: Resolver; @@ -23313,7 +23360,7 @@ export type AssetVideoResolvers, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - attachable?: Resolver; + attachable?: Resolver; caption?: Resolver, ParentType, ContextType>; contentType?: Resolver; createdAt?: Resolver; @@ -23332,7 +23379,7 @@ export type AssetVideoResolvers = { array?: Resolver; - assets?: Resolver, ParentType, ContextType>; + assets?: Resolver, ParentType, ContextType>; description?: Resolver, ParentType, ContextType>; fullPath?: Resolver; function?: Resolver; @@ -23348,7 +23395,7 @@ export type AssetsPropertyResolvers = { __resolveType: TypeResolveFn<'Collection' | 'Community' | 'Item', ParentType, ContextType>; - assets?: Resolver>; + assets?: Resolver>; }; export type AttributableResolvers = { @@ -23386,7 +23433,7 @@ export type BlurbTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -23441,8 +23488,8 @@ export type ChildEntityResolvers, ParentType, ContextType>; allAccessGrants?: Resolver>; allowedActions?: Resolver, ParentType, ContextType>; - ancestorByName?: Resolver, ParentType, ContextType, RequireFields>; - ancestorOfType?: Resolver, ParentType, ContextType, RequireFields>; + ancestorByName?: Resolver, ParentType, ContextType, RequireFields>; + ancestorOfType?: Resolver, ParentType, ContextType, RequireFields>; announcement?: Resolver, ParentType, ContextType, RequireFields>; announcements?: Resolver>; applicableRoles?: Resolver, ParentType, ContextType>; @@ -23482,7 +23529,7 @@ export type ChildEntityResolvers, ParentType, ContextType>; root?: Resolver; schemaDefinition?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperties?: Resolver, ParentType, ContextType>; schemaRanks?: Resolver, ParentType, ContextType>; schemaVersion?: Resolver; search?: Resolver>; @@ -23505,14 +23552,14 @@ export type CollectionResolvers>; allAccessGrants?: Resolver>; allowedActions?: Resolver, ParentType, ContextType>; - ancestorByName?: Resolver, ParentType, ContextType, RequireFields>; - ancestorOfType?: Resolver, ParentType, ContextType, RequireFields>; + ancestorByName?: Resolver, ParentType, ContextType, RequireFields>; + ancestorOfType?: Resolver, ParentType, ContextType, RequireFields>; announcement?: Resolver, ParentType, ContextType, RequireFields>; announcements?: Resolver>; applicableRoles?: Resolver, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - assets?: Resolver>; + assets?: Resolver>; assignableRoles?: Resolver, ParentType, ContextType>; assignedUsers?: Resolver>; attributions?: Resolver, ParentType, ContextType>; @@ -23570,8 +23617,8 @@ export type CollectionResolvers; schemaDefinition?: Resolver; schemaInstanceContext?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; - schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; + schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; schemaRanks?: Resolver, ParentType, ContextType>; schemaVersion?: Resolver; search?: Resolver>; @@ -23613,7 +23660,7 @@ export type CollectionContributionResolvers, ParentType, ContextType>; collection?: Resolver; contributionRole?: Resolver; - contributor?: Resolver; + contributor?: Resolver; contributorKind?: Resolver; createdAt?: Resolver; displayName?: Resolver; @@ -23663,7 +23710,7 @@ export type CommunityResolvers, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - assets?: Resolver>; + assets?: Resolver>; assignableRoles?: Resolver, ParentType, ContextType>; assignedUsers?: Resolver>; availableEntitiesFor?: Resolver, ParentType, ContextType, RequireFields>; @@ -23700,8 +23747,8 @@ export type CommunityResolvers, ParentType, ContextType>; schemaDefinition?: Resolver; schemaInstanceContext?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; - schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; + schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; schemaRanks?: Resolver, ParentType, ContextType>; schemaVersion?: Resolver; search?: Resolver>; @@ -23733,7 +23780,7 @@ export type CommunityEdgeResolvers = { accessControlList?: Resolver, ParentType, ContextType>; - accessGrants?: Resolver, ParentType, ContextType>; + accessGrants?: Resolver, ParentType, ContextType>; allowedActions?: Resolver, ParentType, ContextType>; createdAt?: Resolver; id?: Resolver; @@ -23768,7 +23815,7 @@ export type ContributionResolvers; affiliation?: Resolver, ParentType, ContextType>; contributionRole?: Resolver; - contributor?: Resolver; + contributor?: Resolver; contributorKind?: Resolver; displayName?: Resolver; innerPosition?: Resolver, ParentType, ContextType>; @@ -23856,14 +23903,14 @@ export type ContributorAttributionResolvers = { edges?: Resolver, ParentType, ContextType>; - nodes?: Resolver, ParentType, ContextType>; + nodes?: Resolver, ParentType, ContextType>; pageInfo?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }; export type ContributorAttributionEdgeResolvers = { cursor?: Resolver; - node?: Resolver; + node?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }; @@ -23955,7 +24002,7 @@ export type ContributorListTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -23976,7 +24023,7 @@ export type ContributorListTemplateInstanceSlotsResolvers = { array?: Resolver; - contributor?: Resolver, ParentType, ContextType>; + contributor?: Resolver, ParentType, ContextType>; description?: Resolver, ParentType, ContextType>; fullPath?: Resolver; function?: Resolver; @@ -23999,7 +24046,7 @@ export type ContributorSelectOptionResolvers = { array?: Resolver; - contributors?: Resolver, ParentType, ContextType>; + contributors?: Resolver, ParentType, ContextType>; description?: Resolver, ParentType, ContextType>; fullPath?: Resolver; function?: Resolver; @@ -24331,7 +24378,7 @@ export type DescendantListTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; entityList?: Resolver; hidden?: Resolver; id?: Resolver; @@ -24522,7 +24569,7 @@ export type DetailTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -24576,7 +24623,7 @@ export type EntitiesPropertyResolvers; availableEntities?: Resolver, ParentType, ContextType>; description?: Resolver, ParentType, ContextType>; - entities?: Resolver, ParentType, ContextType>; + entities?: Resolver, ParentType, ContextType>; fullPath?: Resolver; function?: Resolver; isWide?: Resolver; @@ -24620,7 +24667,7 @@ export type EntityResolvers>; permissions?: Resolver, ParentType, ContextType>; schemaDefinition?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperties?: Resolver, ParentType, ContextType>; schemaRanks?: Resolver, ParentType, ContextType>; schemaVersion?: Resolver; search?: Resolver>; @@ -24641,7 +24688,7 @@ export type EntityBaseResolvers = { - crumb?: Resolver; + crumb?: Resolver; depth?: Resolver; id?: Resolver; kind?: Resolver; @@ -24651,7 +24698,7 @@ export type EntityBreadcrumbResolvers = { - descendant?: Resolver; + descendant?: Resolver; relativeDepth?: Resolver; scope?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -24687,11 +24734,11 @@ export type EntityLinkResolvers; scope?: Resolver; slug?: Resolver; - source?: Resolver; + source?: Resolver; sourceCollection?: Resolver, ParentType, ContextType>; sourceCommunity?: Resolver, ParentType, ContextType>; sourceItem?: Resolver, ParentType, ContextType>; - target?: Resolver; + target?: Resolver; targetCollection?: Resolver, ParentType, ContextType>; targetCommunity?: Resolver, ParentType, ContextType>; targetItem?: Resolver, ParentType, ContextType>; @@ -24728,7 +24775,7 @@ export type EntityPropertyResolvers; availableEntities?: Resolver, ParentType, ContextType>; description?: Resolver, ParentType, ContextType>; - entity?: Resolver, ParentType, ContextType>; + entity?: Resolver, ParentType, ContextType>; fullPath?: Resolver; function?: Resolver; isWide?: Resolver; @@ -24756,7 +24803,7 @@ export type EntityPurgePayloadResolvers = { breadcrumbs?: Resolver, ParentType, ContextType>; - entity?: Resolver; + entity?: Resolver; kind?: Resolver; label?: Resolver; schemaVersion?: Resolver; @@ -24877,7 +24924,7 @@ export type GroupPropertyResolvers, ParentType, ContextType>; orderable?: Resolver; path?: Resolver; - properties?: Resolver, ParentType, ContextType>; + properties?: Resolver, ParentType, ContextType>; required?: Resolver; type?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -25409,7 +25456,7 @@ export type HasHarvestOptionsResolvers = { __resolveType: TypeResolveFn<'Collection' | 'Community' | 'Item' | 'SchemaVersion', ParentType, ContextType>; - schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperties?: Resolver, ParentType, ContextType>; }; export type HeroLayoutDefinitionResolvers = { @@ -25427,7 +25474,7 @@ export type HeroLayoutInstanceResolvers; allSlotsEmpty?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutDefinition?: Resolver; @@ -25487,7 +25534,7 @@ export type HeroTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -25675,14 +25722,14 @@ export type ItemResolvers>; allAccessGrants?: Resolver>; allowedActions?: Resolver, ParentType, ContextType>; - ancestorByName?: Resolver, ParentType, ContextType, RequireFields>; - ancestorOfType?: Resolver, ParentType, ContextType, RequireFields>; + ancestorByName?: Resolver, ParentType, ContextType, RequireFields>; + ancestorOfType?: Resolver, ParentType, ContextType, RequireFields>; announcement?: Resolver, ParentType, ContextType, RequireFields>; announcements?: Resolver>; applicableRoles?: Resolver, ParentType, ContextType>; assetDownloads?: Resolver>; assetDownloadsByRegion?: Resolver>; - assets?: Resolver>; + assets?: Resolver>; assignableRoles?: Resolver, ParentType, ContextType>; assignedUsers?: Resolver>; attributions?: Resolver, ParentType, ContextType>; @@ -25737,8 +25784,8 @@ export type ItemResolvers; schemaDefinition?: Resolver; schemaInstanceContext?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; - schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; + schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; schemaRanks?: Resolver, ParentType, ContextType>; schemaVersion?: Resolver; search?: Resolver>; @@ -25779,7 +25826,7 @@ export type ItemConnectionResolvers = { affiliation?: Resolver, ParentType, ContextType>; contributionRole?: Resolver; - contributor?: Resolver; + contributor?: Resolver; contributorKind?: Resolver; createdAt?: Resolver; displayName?: Resolver; @@ -25833,7 +25880,7 @@ export type LayoutInstanceResolvers; allHidden?: Resolver; allSlotsEmpty?: Resolver; - entity?: Resolver; + entity?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutKind?: Resolver; }; @@ -25898,7 +25945,7 @@ export type LinkListTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; entityList?: Resolver; hidden?: Resolver; id?: Resolver; @@ -25931,7 +25978,7 @@ export type LinkTargetCandidateResolvers; id?: Resolver; kind?: Resolver; - target?: Resolver; + target?: Resolver; targetId?: Resolver; title?: Resolver; updatedAt?: Resolver; @@ -25966,7 +26013,7 @@ export type ListItemLayoutInstanceResolvers; allSlotsEmpty?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutDefinition?: Resolver; @@ -26024,7 +26071,7 @@ export type ListItemTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; entityList?: Resolver; hidden?: Resolver; id?: Resolver; @@ -26072,7 +26119,7 @@ export type MainLayoutInstanceResolvers; allSlotsEmpty?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutDefinition?: Resolver; @@ -26117,7 +26164,7 @@ export type MetadataLayoutInstanceResolvers; allSlotsEmpty?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutDefinition?: Resolver; @@ -26154,7 +26201,7 @@ export type MetadataTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -26281,7 +26328,7 @@ export type MutationGlobalErrorResolvers = { - ancestor?: Resolver; + ancestor?: Resolver; ancestorDepth?: Resolver; name?: Resolver; originDepth?: Resolver; @@ -26304,7 +26351,7 @@ export type NavigationLayoutInstanceResolvers; allSlotsEmpty?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutDefinition?: Resolver; @@ -26338,7 +26385,7 @@ export type NavigationTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -26381,7 +26428,7 @@ export type OrderingResolvers; disabled?: Resolver; disabledAt?: Resolver, ParentType, ContextType>; - entity?: Resolver; + entity?: Resolver; filter?: Resolver; footer?: Resolver, ParentType, ContextType>; header?: Resolver, ParentType, ContextType>; @@ -26430,7 +26477,7 @@ export type OrderingEdgeResolvers = { ancestors?: Resolver, ParentType, ContextType>; createdAt?: Resolver; - entry?: Resolver; + entry?: Resolver; entrySlug?: Resolver, ParentType, ContextType>; entryTitle?: Resolver, ParentType, ContextType>; id?: Resolver; @@ -26458,6 +26505,11 @@ export type OrderingEntryEdgeResolvers; }; +export type OrderingEntryableResolvers = { + __resolveType: TypeResolveFn<'Collection' | 'Community' | 'EntityLink' | 'Item', ParentType, ContextType>; + id?: Resolver; +}; + export type OrderingFilterDefinitionResolvers = { schemas?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; @@ -26527,7 +26579,7 @@ export type OrderingTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -26584,7 +26636,7 @@ export type OrganizationContributorResolvers = { body?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; heroImage?: Resolver; heroImageMetadata?: Resolver, ParentType, ContextType>; id?: Resolver; @@ -26643,7 +26695,7 @@ export type PageListTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -26663,7 +26715,7 @@ export type PageListTemplateInstanceSlotsResolvers = { - __resolveType: TypeResolveFn<'AnnouncementConnection' | 'AnyAccessGrantConnection' | 'AnyAssetConnection' | 'AnyCollectionAccessGrantConnection' | 'AnyCommunityAccessGrantConnection' | 'AnyContributorConnection' | 'AnyUserAccessGrantConnection' | 'AnyUserGroupAccessGrantConnection' | 'CollectionConnection' | 'CollectionContributionConnection' | 'CommunityConnection' | 'ContextualPermissionConnection' | 'ContributorAttributionConnection' | 'ControlledVocabularyConnection' | 'ControlledVocabularySourceConnection' | 'EntityDescendantConnection' | 'EntityLinkConnection' | 'HarvestAttemptConnection' | 'HarvestMappingConnection' | 'HarvestMessageConnection' | 'HarvestMetadataMappingConnection' | 'HarvestRecordConnection' | 'HarvestSetConnection' | 'HarvestSourceConnection' | 'ItemConnection' | 'ItemContributionConnection' | 'LinkTargetCandidateConnection' | 'OrderingConnection' | 'OrderingEntryConnection' | 'PageConnection' | 'PermalinkConnection' | 'RoleConnection' | 'SchemaDefinitionConnection' | 'SchemaVersionConnection' | 'SearchResultConnection' | 'UserCollectionAccessGrantConnection' | 'UserCommunityAccessGrantConnection' | 'UserConnection' | 'UserGroupCollectionAccessGrantConnection' | 'UserGroupCommunityAccessGrantConnection' | 'UserGroupItemAccessGrantConnection' | 'UserItemAccessGrantConnection', ParentType, ContextType>; + __resolveType: TypeResolveFn<'AnnouncementConnection' | 'AnyAccessGrantConnection' | 'AnyCollectionAccessGrantConnection' | 'AnyCommunityAccessGrantConnection' | 'AnyContributorConnection' | 'AnyUserAccessGrantConnection' | 'AnyUserGroupAccessGrantConnection' | 'AssetConnection' | 'CollectionConnection' | 'CollectionContributionConnection' | 'CommunityConnection' | 'ContextualPermissionConnection' | 'ContributorAttributionConnection' | 'ControlledVocabularyConnection' | 'ControlledVocabularySourceConnection' | 'EntityDescendantConnection' | 'EntityLinkConnection' | 'HarvestAttemptConnection' | 'HarvestMappingConnection' | 'HarvestMessageConnection' | 'HarvestMetadataMappingConnection' | 'HarvestRecordConnection' | 'HarvestSetConnection' | 'HarvestSourceConnection' | 'ItemConnection' | 'ItemContributionConnection' | 'LinkTargetCandidateConnection' | 'OrderingConnection' | 'OrderingEntryConnection' | 'PageConnection' | 'PermalinkConnection' | 'RoleConnection' | 'SchemaDefinitionConnection' | 'SchemaVersionConnection' | 'SearchResultConnection' | 'UserCollectionAccessGrantConnection' | 'UserCommunityAccessGrantConnection' | 'UserConnection' | 'UserGroupCollectionAccessGrantConnection' | 'UserGroupCommunityAccessGrantConnection' | 'UserGroupItemAccessGrantConnection' | 'UserItemAccessGrantConnection', ParentType, ContextType>; pageInfo?: Resolver; }; @@ -26797,8 +26849,8 @@ export type QueriesContribResolvers; collectionContribution?: Resolver, ParentType, ContextType, RequireFields>; contributionRoles?: Resolver>; - contributor?: Resolver, ParentType, ContextType, RequireFields>; - contributorLookup?: Resolver, ParentType, ContextType, RequireFields>; + contributor?: Resolver, ParentType, ContextType, RequireFields>; + contributorLookup?: Resolver, ParentType, ContextType, RequireFields>; contributors?: Resolver>; itemContribution?: Resolver, ParentType, ContextType, RequireFields>; }; @@ -26817,7 +26869,7 @@ export type QueriesControlledVocabularySourceResolvers = { __resolveType: TypeResolveFn<'Query', ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType, RequireFields>; + asset?: Resolver, ParentType, ContextType, RequireFields>; collection?: Resolver, ParentType, ContextType, RequireFields>; communities?: Resolver>; community?: Resolver, ParentType, ContextType, RequireFields>; @@ -26873,7 +26925,7 @@ export type QueriesPermalinkResolvers = { __resolveType: TypeResolveFn<'Query', ParentType, ContextType>; - orderingPaths?: Resolver, ParentType, ContextType, Partial>; + orderingPaths?: Resolver, ParentType, ContextType, Partial>; schemaDefinition?: Resolver, ParentType, ContextType, RequireFields>; schemaDefinitions?: Resolver>; schemaVersion?: Resolver, ParentType, ContextType, RequireFields>; @@ -26901,15 +26953,15 @@ export type QueriesUserResolvers = { accessGrants?: Resolver>; analytics?: Resolver; - asset?: Resolver, ParentType, ContextType, RequireFields>; + asset?: Resolver, ParentType, ContextType, RequireFields>; collection?: Resolver, ParentType, ContextType, RequireFields>; collectionContribution?: Resolver, ParentType, ContextType, RequireFields>; communities?: Resolver>; community?: Resolver, ParentType, ContextType, RequireFields>; communityByTitle?: Resolver, ParentType, ContextType, RequireFields>; contributionRoles?: Resolver>; - contributor?: Resolver, ParentType, ContextType, RequireFields>; - contributorLookup?: Resolver, ParentType, ContextType, RequireFields>; + contributor?: Resolver, ParentType, ContextType, RequireFields>; + contributorLookup?: Resolver, ParentType, ContextType, RequireFields>; contributors?: Resolver>; controlledVocabularies?: Resolver>; controlledVocabulary?: Resolver, ParentType, ContextType, RequireFields>; @@ -26931,7 +26983,7 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; node?: Resolver, ParentType, ContextType, RequireFields>; nodes?: Resolver>, ParentType, ContextType, RequireFields>; - orderingPaths?: Resolver, ParentType, ContextType, Partial>; + orderingPaths?: Resolver, ParentType, ContextType, Partial>; permalink?: Resolver, ParentType, ContextType, RequireFields>; permalinkByUri?: Resolver, ParentType, ContextType, RequireFields>; permalinks?: Resolver>; @@ -27095,8 +27147,8 @@ export type SchemaInstanceResolvers; availableEntitiesFor?: Resolver, ParentType, ContextType, RequireFields>; schemaInstanceContext?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; - schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; + schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperty?: Resolver, ParentType, ContextType, RequireFields>; }; export type SchemaInstanceContextResolvers = { @@ -27176,9 +27228,9 @@ export type SchemaVersionResolvers; render?: Resolver; schemaDefinition?: Resolver; - schemaProperties?: Resolver, ParentType, ContextType>; + schemaProperties?: Resolver, ParentType, ContextType>; search?: Resolver>; - searchableProperties?: Resolver, ParentType, ContextType>; + searchableProperties?: Resolver, ParentType, ContextType>; slug?: Resolver; updatedAt?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -27210,7 +27262,7 @@ export type SchemaVersionOptionResolvers = { - entity?: Resolver; + entity?: Resolver; id?: Resolver; kind?: Resolver; schemaVersion?: Resolver; @@ -27376,7 +27428,7 @@ export type SupplementaryLayoutInstanceResolvers; allSlotsEmpty?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutDefinition?: Resolver; @@ -27410,7 +27462,7 @@ export type SupplementaryTemplateInstanceResolvers; createdAt?: Resolver; definition?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; id?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; @@ -27483,7 +27535,7 @@ export type TemplateDefinitionResolvers = { count?: Resolver; empty?: Resolver; - entities?: Resolver, ParentType, ContextType>; + entities?: Resolver, ParentType, ContextType>; fallback?: Resolver; flatDepth?: Resolver; listItemLayouts?: Resolver, ParentType, ContextType>; @@ -27515,7 +27567,7 @@ export type TemplateHasSeeAllOrderingResolvers = { __resolveType: TypeResolveFn<'BlurbTemplateInstance' | 'ContributorListTemplateInstance' | 'DescendantListTemplateInstance' | 'DetailTemplateInstance' | 'HeroTemplateInstance' | 'LinkListTemplateInstance' | 'ListItemTemplateInstance' | 'MetadataTemplateInstance' | 'NavigationTemplateInstance' | 'OrderingTemplateInstance' | 'PageListTemplateInstance' | 'SupplementaryTemplateInstance', ParentType, ContextType>; allSlotsEmpty?: Resolver; - entity?: Resolver; + entity?: Resolver; hidden?: Resolver; lastRenderedAt?: Resolver, ParentType, ContextType>; layoutKind?: Resolver; @@ -27881,7 +27933,7 @@ export type UserResolvers = { __resolveType: TypeResolveFn<'UserCollectionAccessGrant' | 'UserCommunityAccessGrant' | 'UserItemAccessGrant', ParentType, ContextType>; - entity?: Resolver; + entity?: Resolver; role?: Resolver; subject?: Resolver; user?: Resolver; @@ -27890,7 +27942,7 @@ export type UserAccessGrantResolvers = { collection?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; role?: Resolver; slug?: Resolver; @@ -27916,7 +27968,7 @@ export type UserCollectionAccessGrantEdgeResolvers = { community?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; role?: Resolver; slug?: Resolver; @@ -27981,7 +28033,7 @@ export type UserGroupResolvers = { __resolveType: TypeResolveFn<'UserGroupCollectionAccessGrant' | 'UserGroupCommunityAccessGrant' | 'UserGroupItemAccessGrant', ParentType, ContextType>; - entity?: Resolver; + entity?: Resolver; role?: Resolver; subject?: Resolver; userGroup?: Resolver; @@ -27990,7 +28042,7 @@ export type UserGroupAccessGrantResolvers = { collection?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; role?: Resolver; slug?: Resolver; @@ -28016,7 +28068,7 @@ export type UserGroupCollectionAccessGrantEdgeResolvers = { community?: Resolver; createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; role?: Resolver; slug?: Resolver; @@ -28041,7 +28093,7 @@ export type UserGroupCommunityAccessGrantEdgeResolvers = { createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; item?: Resolver; role?: Resolver; @@ -28067,7 +28119,7 @@ export type UserGroupItemAccessGrantEdgeResolvers = { createdAt?: Resolver; - entity?: Resolver; + entity?: Resolver; id?: Resolver; item?: Resolver; role?: Resolver; @@ -28150,9 +28202,6 @@ export type Resolvers = { AnyAccessGrantConnection?: AnyAccessGrantConnectionResolvers; AnyAccessGrantEdge?: AnyAccessGrantEdgeResolvers; AnyAsset?: AnyAssetResolvers; - AnyAssetConnection?: AnyAssetConnectionResolvers; - AnyAssetEdge?: AnyAssetEdgeResolvers; - AnyAttachable?: AnyAttachableResolvers; AnyChildEntity?: AnyChildEntityResolvers; AnyCollectionAccessGrant?: AnyCollectionAccessGrantResolvers; AnyCollectionAccessGrantConnection?: AnyCollectionAccessGrantConnectionResolvers; @@ -28160,6 +28209,7 @@ export type Resolvers = { AnyCommunityAccessGrant?: AnyCommunityAccessGrantResolvers; AnyCommunityAccessGrantConnection?: AnyCommunityAccessGrantConnectionResolvers; AnyCommunityAccessGrantEdge?: AnyCommunityAccessGrantEdgeResolvers; + AnyContributable?: AnyContributableResolvers; AnyContribution?: AnyContributionResolvers; AnyContributor?: AnyContributorResolvers; AnyContributorAttribution?: AnyContributorAttributionResolvers; @@ -28168,7 +28218,6 @@ export type Resolvers = { AnyEntity?: AnyEntityResolvers; AnyHeroTemplateDefinition?: AnyHeroTemplateDefinitionResolvers; AnyHeroTemplateInstance?: AnyHeroTemplateInstanceResolvers; - AnyLinkTarget?: AnyLinkTargetResolvers; AnyListItemTemplateDefinition?: AnyListItemTemplateDefinitionResolvers; AnyListItemTemplateInstance?: AnyListItemTemplateInstanceResolvers; AnyMainTemplateDefinition?: AnyMainTemplateDefinitionResolvers; @@ -28177,11 +28226,9 @@ export type Resolvers = { AnyMetadataTemplateInstance?: AnyMetadataTemplateInstanceResolvers; AnyNavigationTemplateDefinition?: AnyNavigationTemplateDefinitionResolvers; AnyNavigationTemplateInstance?: AnyNavigationTemplateInstanceResolvers; - AnyOrderingEntry?: AnyOrderingEntryResolvers; AnyOrderingPath?: AnyOrderingPathResolvers; AnyScalarProperty?: AnyScalarPropertyResolvers; AnySchemaProperty?: AnySchemaPropertyResolvers; - AnySearchableProperty?: AnySearchablePropertyResolvers; AnySupplementaryTemplateDefinition?: AnySupplementaryTemplateDefinitionResolvers; AnySupplementaryTemplateInstance?: AnySupplementaryTemplateInstanceResolvers; AnyUserAccessGrant?: AnyUserAccessGrantResolvers; @@ -28193,7 +28240,9 @@ export type Resolvers = { ApplySchemaPropertiesPayload?: ApplySchemaPropertiesPayloadResolvers; Asset?: AssetResolvers; AssetAudio?: AssetAudioResolvers; + AssetConnection?: AssetConnectionResolvers; AssetDocument?: AssetDocumentResolvers; + AssetEdge?: AssetEdgeResolvers; AssetImage?: AssetImageResolvers; AssetPDF?: AssetPdfResolvers; AssetPermissionGrid?: AssetPermissionGridResolvers; @@ -28451,6 +28500,7 @@ export type Resolvers = { OrderingEntry?: OrderingEntryResolvers; OrderingEntryConnection?: OrderingEntryConnectionResolvers; OrderingEntryEdge?: OrderingEntryEdgeResolvers; + OrderingEntryable?: OrderingEntryableResolvers; OrderingFilterDefinition?: OrderingFilterDefinitionResolvers; OrderingPath?: OrderingPathResolvers; OrderingRenderDefinition?: OrderingRenderDefinitionResolvers;