@ludo.ninja/api 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/graphql_tools/__generated__/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/schema.js +4 -0
- package/codegen.yml +22 -22
- package/package.json +33 -33
- package/src/config/index.ts +199 -199
- package/src/config/typePolicies.ts +56 -56
- package/src/cookies/index.ts +93 -93
- package/src/documents/server-assets/mutations/useDislikeAsset/DislikeAsset.graphql +3 -3
- package/src/documents/server-assets/mutations/useLikeAsset/LikeAsset.graphql +3 -3
- package/src/documents/server-assets/queries/useFetchAsset/FetchAsset.graphql +82 -81
- package/src/documents/server-assets/queries/useFetchAssetByBlockchain/FetchAssetByBlockchain.graphql +80 -79
- package/src/documents/server-assets/queries/useFetchAssets/FetchAssets.graphql +78 -78
- package/src/documents/server-assets/queries/useFetchDynamicAssetLikes/FetchDynamicAssetLikes.graphql +6 -6
- package/src/documents/server-assets/queries/useFetchDynamicAssetsLikes/FetchDynamicAssetsLikes.graphql +7 -7
- package/src/documents/server-assets/queries/useFetchLiked/FetchLiked.graphql +3 -3
- package/src/documents/server-collection/mutations/useDislikeCollection/DislikeAsset.graphql +3 -3
- package/src/documents/server-collection/mutations/useLikeCollection/LikeCollection.graphql +3 -3
- package/src/documents/server-collection/queries/useFetchCollection/FetchCollection.graphql +36 -36
- package/src/documents/server-collection/queries/useFetchCollections/FetchCollectionAssets.graphql +33 -33
- package/src/documents/server-collection/queries/useFetchCollectionsByIds/FetchCollectionsByIds.graphql +35 -35
- package/src/documents/server-collection/queries/useFetchDynamicCollectionData/FetchDynamicCollectionData.graphql +38 -38
- package/src/documents/server-collection/queries/useFetchDynamicCollectionsData/FetchDynamicCollectionsData.graphql +38 -38
- package/src/documents/server-extension/queries/useFetchNFTData/FetchNFTData.graphql +22 -22
- package/src/documents/server-galleries/mutations/useAddAssetsToGallery/AddAssetsToGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useAddAssetsToGallery/AddAssetsToGalleryV2.graphql +3 -3
- package/src/documents/server-galleries/mutations/useAddChangeGalleryBanner/UploadGalleryBanner.graphql +3 -3
- package/src/documents/server-galleries/mutations/useAddCollectionsToGallery/AddCollectionsToGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useAddCollectionsToGallery/AddCollectionsToGalleryV2.graphql +3 -3
- package/src/documents/server-galleries/mutations/useAddCreationsToGallery/AddCreationsToGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useAddCreationsToGallery/AddCreationsToGalleryV2.graphql +3 -3
- package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavoriteListV2.graphql +13 -13
- package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavorites.graphql +8 -8
- package/src/documents/server-galleries/mutations/useCreateGallery/CreateGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useCreateGallery/CreateGalleryV2.graphql +8 -8
- package/src/documents/server-galleries/mutations/useDeleteGallery/DeleteGallery.graphql +2 -2
- package/src/documents/server-galleries/mutations/useDeleteGalleryBanner/DeleteGalleryBanner.graphql +3 -3
- package/src/documents/server-galleries/mutations/useEditGallery/EditGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useRemoveAssetFromGallery/RemoveAssetFromGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useRemoveAssetFromGallery/RemoveAssetFromGalleryV2.graphql +3 -3
- package/src/documents/server-galleries/mutations/useRemoveCollectionFromGallery/RemoveCollectionFromGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useRemoveCollectionFromGallery/RemoveCollectionFromGalleryV2.graphql +3 -3
- package/src/documents/server-galleries/mutations/useRemoveCreationFromGallery/RemoveCreationFromGallery.graphql +3 -3
- package/src/documents/server-galleries/mutations/useRemoveCreationFromGallery/RemoveCreationFromGalleryV2.graphql +3 -3
- package/src/documents/server-galleries/queries/useFetchGallery/FetchGallery.graphql +17 -17
- package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryCreations.graphql +34 -34
- package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryV2.graphql +18 -18
- package/src/documents/server-galleries/queries/useFetchMyFavorites/FetchMyFavorites.graphql +48 -48
- package/src/documents/server-galleries/queries/useFetchMyFavorites/FetchMyFavoritesV2.graphql +21 -21
- package/src/documents/server-galleries/queries/useFetchMyGalleries/FetchMyGalleriesV2.graphql +21 -21
- package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavorites.graphql +55 -55
- package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavoritesV2.graphql +28 -28
- package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleries.graphql +55 -55
- package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleriesV2.graphql +28 -28
- package/src/documents/server-identities/mutations/useAddWalletElrond/AddWalletElrond.graphql +3 -3
- package/src/documents/server-identities/mutations/useAddWalletFlow/AddWalletFlow.graphql +3 -3
- package/src/documents/server-identities/mutations/useAddWalletMetamask/AddWalletMetamask.graphql +3 -3
- package/src/documents/server-identities/mutations/useAddWalletSolana/AddWalletSolana.graphql +3 -3
- package/src/documents/server-identities/mutations/useAddWalletTezos/AddWalletTezos.graphql +3 -3
- package/src/documents/server-identities/mutations/useCreateNonce/CreateNonce.graphql +3 -3
- package/src/documents/server-identities/mutations/useGenerateNewInviteCodes/GenerateNewInviteCodes.graphql +7 -7
- package/src/documents/server-identities/mutations/useRefrechToken/RefreshToken.graphql +8 -8
- package/src/documents/server-identities/mutations/useRevokeToken/RevokeToken.graphql +3 -3
- package/src/documents/server-identities/mutations/useSignInElrond/SignInElrond.graphql +9 -9
- package/src/documents/server-identities/mutations/useSignInFlow/SignInFlow.graphql +9 -9
- package/src/documents/server-identities/mutations/useSignInMetamask/SignInMetamask.graphql +9 -9
- package/src/documents/server-identities/mutations/useSignInSolana/SignInSolana.graphql +9 -9
- package/src/documents/server-identities/mutations/useSignInTezos/SignInTezos.graphql +9 -9
- package/src/documents/server-identities/mutations/useUpdateProfile/UpdateProfile.graphql +18 -18
- package/src/documents/server-identities/queries/useFetchProfile/FetchProfile.graphql +31 -31
- package/src/documents/server-identities/queries/useFetchWallets/FetchUserWallets.graphql +9 -9
- package/src/documents/server-identities/queries/useGetMyInviteCodes/GetMyInviteCodes.graphql +8 -8
- package/src/documents/server-medias/queries/useFetchUserPic/FetchUserpic.graphql +3 -3
- package/src/documents/server-opportunities/mutations/useCreateOpportunity//320/241reateOpportunity.graphql +3 -3
- package/src/documents/server-opportunities/mutations/useOpenOpportunity/OpenOpportunity.graphql +3 -3
- package/src/documents/server-opportunities/queries/useFetchOpportunities/FetchOpportunities.graphql +42 -42
- package/src/documents/server-preferences/mutations/useSaveUserExpectations/SaveUserExpectations.graphql +3 -3
- package/src/documents/server-preferences/mutations/useSaveUserInterests/SaveUserInterests.graphql +3 -3
- package/src/documents/server-preferences/queries/useFetchExpectations/FetchExpectations.graphql +6 -6
- package/src/documents/server-preferences/queries/useFetchInterests/FetchUserInterests.graphql +6 -6
- package/src/documents/server-preferences/queries/useFetchSearchResultTimeSelection/FetchSearchResultTimeSelections.graphql +6 -6
- package/src/documents/server-preferences/queries/useFetchUserExpectations/FetchUserExpectations.graphql +7 -7
- package/src/documents/server-preferences/queries/useFetchUserInterests/FetchUserInterests.graphql +8 -8
- package/src/documents/server-preferences/queries/useSearchResultBlockchainSelections/FetchSearchResultBlockchainSelections.graphql +6 -6
- package/src/documents/server-preferences/queries/useSearchResultCategorySelections/FetchSearchResultCategorySelections.graphql +6 -6
- package/src/documents/server-preferences/queries/useSearchResultStatusSelections/FetchSearchResultStatusSelection.graphql +6 -6
- package/src/documents/server-preferences/queries/useSearchResultTypeSelections/FetchSetsSearchResultTypeSelections.graphql +6 -6
- package/src/documents/server-search/queries/useFetchAssetsCount/FetchAssetsCount.graphql +3 -3
- package/src/documents/server-search/queries/useFetchCollections/FindCollections.graphql +21 -21
- package/src/documents/server-search/queries/useFetchCreations/FetchCreations.graphql +54 -54
- package/src/documents/server-search/queries/useFetchCreationsByItemType/FetchCreationsByItemType.graphql +53 -53
- package/src/documents/server-search/queries/useFetchFindAllTopEntitiesByName/FindAllTopEntitiesByName.graphql +98 -98
- package/src/documents/server-search/queries/useFetchNetWorth/FetchProfile.graphql +6 -6
- package/src/documents/server-search/queries/useFindCreations/FindCreations.graphql +54 -54
- package/src/documents/server-search/queries/useFindProfilesByName/FindProfilesByName.graphql +14 -14
- package/src/documents/server-search/queries/useFindSets/FindSets.graphql +21 -21
- package/src/documents/server-search/queries/useFindShowcaseItems/FetchShowcaseItems.graphql +20 -20
- package/src/documents/server-search/queries/useFindUserCreations/FindUserCreations.graphql +55 -55
- package/src/documents/server-search/queries/useFindUserShowcaseItems/FetchFindUserShowcaseItems.graphql +21 -21
- package/src/graphql_tools/__generated__/schema.ts +6 -2
- package/src/graphql_tools/schemas/asset/query.graphqls +65 -65
- package/src/graphql_tools/schemas/asset/type/asset.graphqls +36 -36
- package/src/graphql_tools/schemas/asset/type/assetPage.graphqls +4 -4
- package/src/graphql_tools/schemas/asset/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/asset/type/media.graphqls +11 -11
- package/src/graphql_tools/schemas/assets/asset/mutation.graphqls +11 -11
- package/src/graphql_tools/schemas/assets/asset/query.graphqls +14 -14
- package/src/graphql_tools/schemas/assets/asset/type/asset.graphqls +36 -36
- package/src/graphql_tools/schemas/assets/asset/type/assetGallery.graphqls +4 -4
- package/src/graphql_tools/schemas/assets/asset/type/assetMarket.graphqls +6 -6
- package/src/graphql_tools/schemas/assets/asset/type/assetPrice.graphqls +4 -4
- package/src/graphql_tools/schemas/assets/asset/type/assetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/assets/asset/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/assets/asset/type/bannerAsset.graphqls +7 -7
- package/src/graphql_tools/schemas/assets/asset/type/bannerAssetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/assets/asset/type/dynamicAssetData.graphqls +5 -5
- package/src/graphql_tools/schemas/assets/asset/type/galleries.graphqls +3 -3
- package/src/graphql_tools/schemas/assets/asset/type/media.graphqls +11 -11
- package/src/graphql_tools/schemas/assets/asset/type/profile.graphqls +15 -15
- package/src/graphql_tools/schemas/assets/asset/type/showcaseAsset.graphqls +14 -14
- package/src/graphql_tools/schemas/assets/asset/type/showcaseAssetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/assets/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/assets/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/auth/auth/mutation.graphqls +4 -4
- package/src/graphql_tools/schemas/auth/auth/query.graphqls +4 -4
- package/src/graphql_tools/schemas/auth/auth/type/login.graphqls +6 -6
- package/src/graphql_tools/schemas/auth/auth/type/loginsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/auth/auth/type/tokenPair.graphqls +6 -6
- package/src/graphql_tools/schemas/auth/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/auth/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/auth/testReponse.graphqls +5 -5
- package/src/graphql_tools/schemas/collection/input/dynamicCollectionDataInput.graphqls +5 -5
- package/src/graphql_tools/schemas/collection/query.graphqls +8 -8
- package/src/graphql_tools/schemas/collection/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/collection/type/collection.graphqls +21 -21
- package/src/graphql_tools/schemas/collection/type/collectionAsset.graphqls +29 -29
- package/src/graphql_tools/schemas/collection/type/collectionAssetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/collection/type/collectionMarket.graphqls +6 -6
- package/src/graphql_tools/schemas/collection/type/collectionPage.graphqls +4 -4
- package/src/graphql_tools/schemas/collection/type/dynamicCollectionData.graphqls +6 -6
- package/src/graphql_tools/schemas/collection/type/media.graphqls +10 -10
- package/src/graphql_tools/schemas/collection/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/collections/collection/mutation.graphqls +4 -4
- package/src/graphql_tools/schemas/collections/collection/query.graphqls +4 -4
- package/src/graphql_tools/schemas/collections/collection/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/collections/collection/type/showcaseItem.graphqls +19 -19
- package/src/graphql_tools/schemas/collections/collection/type/showcaseItemsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/collections/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/collections/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/common/input/gallerySearchFilterInput.graphqls +6 -6
- package/src/graphql_tools/schemas/common/input/searchFilterInput.graphqls +5 -5
- package/src/graphql_tools/schemas/common/input/selectionInput.graphqls +4 -4
- package/src/graphql_tools/schemas/common/query.graphqls +21 -21
- package/src/graphql_tools/schemas/common/type/topEntitiesPage.graphqls +5 -5
- package/src/graphql_tools/schemas/creation/query.graphqls +5 -5
- package/src/graphql_tools/schemas/creation/type/creation.graphqls +27 -27
- package/src/graphql_tools/schemas/creation/type/creationPage.graphqls +4 -4
- package/src/graphql_tools/schemas/extension/query.graphqls +3 -3
- package/src/graphql_tools/schemas/extension/scalars.graphqls +1 -1
- package/src/graphql_tools/schemas/extension/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/extension/type/assetData.graphqls +4 -4
- package/src/graphql_tools/schemas/extension/type/collectionData.graphqls +9 -9
- package/src/graphql_tools/schemas/extension/type/nftData.graphqls +9 -9
- package/src/graphql_tools/schemas/galleries/gallery/input/galleryAsset.graphqls +4 -4
- package/src/graphql_tools/schemas/galleries/gallery/input/galleryCreation.graphqls +4 -4
- package/src/graphql_tools/schemas/galleries/gallery/mutation.graphqls +29 -29
- package/src/graphql_tools/schemas/galleries/gallery/query.graphqls +49 -49
- package/src/graphql_tools/schemas/galleries/gallery/type/asset.graphqls +16 -16
- package/src/graphql_tools/schemas/galleries/gallery/type/assetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/galleries/gallery/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPage.graphqls +5 -5
- package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPageV2.graphqls +5 -5
- package/src/graphql_tools/schemas/galleries/gallery/type/gallery.graphqlsDuplicate +13 -13
- package/src/graphql_tools/schemas/galleries/gallery/type/media.graphqls +9 -9
- package/src/graphql_tools/schemas/galleries/gallery/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/galleries/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/galleries/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/gallery/query.graphqls +37 -37
- package/src/graphql_tools/schemas/gallery/type/gallery.graphqlsDupicate +16 -16
- package/src/graphql_tools/schemas/gallery/type/galleryAsset.graphqls +13 -13
- package/src/graphql_tools/schemas/gallery/type/galleryCreation.graphqls +29 -29
- package/src/graphql_tools/schemas/gallery/type/galleryCreationsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/gallery/type/galleryPage.graphqls +5 -5
- package/src/graphql_tools/schemas/gallery/type/profile.graphqls +7 -7
- package/src/graphql_tools/schemas/identities/identity/mutation.graphqls +26 -26
- package/src/graphql_tools/schemas/identities/identity/query.graphqls +4 -4
- package/src/graphql_tools/schemas/identities/identity/type/identity.graphqls +8 -8
- package/src/graphql_tools/schemas/identities/identity/type/wallet.graphqls +7 -7
- package/src/graphql_tools/schemas/identities/profile/input/inputProfile.graphqls +6 -6
- package/src/graphql_tools/schemas/identities/profile/input/inputSocial.graphqls +15 -15
- package/src/graphql_tools/schemas/identities/profile/mutation.graphqls +8 -8
- package/src/graphql_tools/schemas/identities/profile/query.graphqls +6 -6
- package/src/graphql_tools/schemas/identities/profile/type/follower.graphqls +6 -6
- package/src/graphql_tools/schemas/identities/profile/type/profile.graphqls +16 -16
- package/src/graphql_tools/schemas/identities/profile/type/social.graphqls +6 -6
- package/src/graphql_tools/schemas/identities/profile/type/user_invite_code.graphqls +5 -5
- package/src/graphql_tools/schemas/identities/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/identities/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/images/mutation.graphqls +6 -6
- package/src/graphql_tools/schemas/images/query.graphqls +3 -3
- package/src/graphql_tools/schemas/images/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/images/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/markets/market/query.graphqls +4 -4
- package/src/graphql_tools/schemas/markets/market/type/market.graphqls +88 -88
- package/src/graphql_tools/schemas/markets/market/type/marketsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/markets/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/markets/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/moderations/asset/input/assetModerationFilter.graphqls +12 -12
- package/src/graphql_tools/schemas/moderations/asset/input/updateAssetModeration.graphqls +5 -5
- package/src/graphql_tools/schemas/moderations/asset/mutation.graphqls +10 -10
- package/src/graphql_tools/schemas/moderations/asset/query.graphqls +4 -4
- package/src/graphql_tools/schemas/moderations/asset/type/assetModeration.graphqls +29 -29
- package/src/graphql_tools/schemas/moderations/asset/type/assetModerationsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/moderations/asset/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/moderations/asset/type/media.graphqls +7 -7
- package/src/graphql_tools/schemas/moderations/asset/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/moderations/common/input/selection.graphqls +4 -4
- package/src/graphql_tools/schemas/moderations/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/moderations/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/moderations/user/input/updateUserModeration.graphqls +6 -6
- package/src/graphql_tools/schemas/moderations/user/input/userModerationFilter.graphqls +8 -8
- package/src/graphql_tools/schemas/moderations/user/mutation.graphqls +11 -11
- package/src/graphql_tools/schemas/moderations/user/query.graphqls +5 -5
- package/src/graphql_tools/schemas/moderations/user/type/userModeration.graphqls +14 -14
- package/src/graphql_tools/schemas/moderations/user/type/userModerationsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/moderations/user/type/userWallet.graphqls +7 -7
- package/src/graphql_tools/schemas/opportunities/opportunity/input/opportunity.graphqls +14 -14
- package/src/graphql_tools/schemas/opportunities/opportunity/mutation.graphqls +4 -4
- package/src/graphql_tools/schemas/opportunities/opportunity/query.graphqls +3 -3
- package/src/graphql_tools/schemas/opportunities/opportunity/type/opportunity.graphqls +18 -18
- package/src/graphql_tools/schemas/opportunities/opportunity/type/opportunityPage.graphqls +4 -4
- package/src/graphql_tools/schemas/opportunities/scalars.graphqls +1 -1
- package/src/graphql_tools/schemas/opportunities/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/preferences/mutation.graphqls +5 -5
- package/src/graphql_tools/schemas/preferences/query.graphqls +27 -27
- package/src/graphql_tools/schemas/preferences/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/preferences/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/preferences/type/expectation.graphqls +4 -4
- package/src/graphql_tools/schemas/preferences/type/interest.graphqls +4 -4
- package/src/graphql_tools/schemas/preferences/type/offer.graphqls +4 -4
- package/src/graphql_tools/schemas/preferences/type/selection.graphqls +5 -5
- package/src/graphql_tools/schemas/preferences/type/userExpectation.graphqls +5 -5
- package/src/graphql_tools/schemas/preferences/type/userInterest.graphqls +6 -6
- package/src/graphql_tools/schemas/preferences/type/userOffer.graphqls +4 -4
- package/src/graphql_tools/schemas/profile/query.graphqls +18 -18
- package/src/graphql_tools/schemas/profile/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/profile/type/profilePage.graphqls +4 -4
- package/src/graphql_tools/schemas/reports/asset/input/assetReportFilter.graphqls +13 -13
- package/src/graphql_tools/schemas/reports/asset/input/assetReportRestriction.graphqls +5 -5
- package/src/graphql_tools/schemas/reports/asset/mutation.graphqls +11 -11
- package/src/graphql_tools/schemas/reports/asset/query.graphqls +3 -3
- package/src/graphql_tools/schemas/reports/asset/type/assetReport.graphqls +37 -37
- package/src/graphql_tools/schemas/reports/asset/type/assetReportsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/reports/asset/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/reports/asset/type/media.graphqls +7 -7
- package/src/graphql_tools/schemas/reports/common/input/selectionInput.graphqls +4 -4
- package/src/graphql_tools/schemas/reports/gallery/input/galleryReportFilter.graphqls +12 -12
- package/src/graphql_tools/schemas/reports/gallery/input/galleryReportRestriction.graphqls +5 -5
- package/src/graphql_tools/schemas/reports/gallery/mutation.graphqls +11 -11
- package/src/graphql_tools/schemas/reports/gallery/query.graphqls +3 -3
- package/src/graphql_tools/schemas/reports/gallery/type/galleryAsset.graphqls +17 -17
- package/src/graphql_tools/schemas/reports/gallery/type/galleryReport.graphqls +32 -32
- package/src/graphql_tools/schemas/reports/gallery/type/galleryReportsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/reports/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/reports/schema.graphqls +18 -18
- package/src/graphql_tools/schemas/reports/user/input/userReportFilter.graphqls +9 -9
- package/src/graphql_tools/schemas/reports/user/input/userReportRestriction.graphqls +6 -6
- package/src/graphql_tools/schemas/reports/user/mutation.graphqls +12 -12
- package/src/graphql_tools/schemas/reports/user/query.graphqls +3 -3
- package/src/graphql_tools/schemas/reports/user/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/reports/user/type/userReport.graphqls +24 -24
- package/src/graphql_tools/schemas/reports/user/type/userReportsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/reports/user/type/userWallet.graphqls +7 -7
- package/src/graphql_tools/schemas/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/schema.graphqls +15 -15
- package/src/graphql_tools/schemas/search/asset/query.graphqls +65 -65
- package/src/graphql_tools/schemas/search/asset/type/asset.graphqls +27 -27
- package/src/graphql_tools/schemas/search/asset/type/assetPage.graphqls +4 -4
- package/src/graphql_tools/schemas/search/asset/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/search/asset/type/media.graphqls +9 -9
- package/src/graphql_tools/schemas/search/collection/input/collectionFilterInput.graphqls +6 -6
- package/src/graphql_tools/schemas/search/collection/query.graphqls +8 -8
- package/src/graphql_tools/schemas/search/collection/type/collection.graphqls +11 -11
- package/src/graphql_tools/schemas/search/collection/type/collectionPage.graphqls +5 -5
- package/src/graphql_tools/schemas/search/common/input/searchFilterInput.graphqls +5 -5
- package/src/graphql_tools/schemas/search/common/input/selectionInput.graphqls +4 -4
- package/src/graphql_tools/schemas/search/common/query.graphqls +21 -21
- package/src/graphql_tools/schemas/search/common/type/topEntitiesPage.graphqls +5 -5
- package/src/graphql_tools/schemas/search/creation/input/creationFilterInput.graphqls +7 -7
- package/src/graphql_tools/schemas/search/creation/query.graphqls +28 -28
- package/src/graphql_tools/schemas/search/creation/type/creation.graphqls +27 -27
- package/src/graphql_tools/schemas/search/creation/type/creationPage.graphqls +5 -5
- package/src/graphql_tools/schemas/search/creation/type/profile.graphqls +13 -13
- package/src/graphql_tools/schemas/search/gallery/query.graphqls +34 -34
- package/src/graphql_tools/schemas/search/gallery/type/gallery.graphqls +17 -17
- package/src/graphql_tools/schemas/search/gallery/type/galleryAsset.graphqls +19 -19
- package/src/graphql_tools/schemas/search/gallery/type/galleryPage.graphqls +4 -4
- package/src/graphql_tools/schemas/search/gallery/type/galleryV2.graphqls +17 -17
- package/src/graphql_tools/schemas/search/profile/query.graphqls +18 -18
- package/src/graphql_tools/schemas/search/profile/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/search/profile/type/profilePage.graphqls +4 -4
- package/src/graphql_tools/schemas/search/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/search/schema.graphqls +15 -15
- package/src/graphql_tools/schemas/search/sets/input/galleryProfileFilterInput.graphqls +5 -5
- package/src/graphql_tools/schemas/search/sets/input/gallerySearchFilterInput.graphqls +6 -6
- package/src/graphql_tools/schemas/search/sets/query.graphqls +20 -20
- package/src/graphql_tools/schemas/search/showcase/input/showcaseItemFilterInput.graphqls +8 -8
- package/src/graphql_tools/schemas/search/showcase/query.graphqls +14 -14
- package/src/graphql_tools/schemas/search/showcase/type/showcaseItem.graphqls +19 -19
- package/src/graphql_tools/schemas/search/showcase/type/showcaseItemPage.graphqls +5 -5
- package/src/graphql_tools/schemas/showcase/collection/query.graphqls +3 -3
- package/src/graphql_tools/schemas/showcase/collection/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/showcase/collection/type/collection.graphqls +11 -11
- package/src/graphql_tools/schemas/showcase/collection/type/collectionAsset.graphqls +25 -25
- package/src/graphql_tools/schemas/showcase/collection/type/collectionsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/showcase/collection/type/media.graphqls +10 -10
- package/src/graphql_tools/schemas/showcase/collection/type/profile.graphqls +15 -15
- package/src/graphql_tools/schemas/showcase/input/showcaseItemFilterInput.graphqls +8 -8
- package/src/graphql_tools/schemas/showcase/query.graphqls +14 -14
- package/src/graphql_tools/schemas/showcase/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/showcase/schema.graphqls +12 -12
- package/src/graphql_tools/schemas/showcase/type/showcaseItem.graphqls +19 -19
- package/src/graphql_tools/schemas/showcase/type/showcaseItemPage.graphqls +5 -5
- package/src/graphql_tools/schemas/transactions/asset/mutation.graphqls +11 -11
- package/src/graphql_tools/schemas/transactions/asset/query.graphqls +10 -10
- package/src/graphql_tools/schemas/transactions/asset/type/asset.graphqls +25 -25
- package/src/graphql_tools/schemas/transactions/asset/type/assetGallery.graphqls +4 -4
- package/src/graphql_tools/schemas/transactions/asset/type/assetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/transactions/asset/type/attribute.graphqls +4 -4
- package/src/graphql_tools/schemas/transactions/asset/type/bannerAsset.graphqls +7 -7
- package/src/graphql_tools/schemas/transactions/asset/type/bannerAssetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/transactions/asset/type/galleries.graphqls +3 -3
- package/src/graphql_tools/schemas/transactions/asset/type/media.graphqls +9 -9
- package/src/graphql_tools/schemas/transactions/asset/type/profile.graphqls +9 -9
- package/src/graphql_tools/schemas/transactions/asset/type/showcaseAsset.graphqls +13 -13
- package/src/graphql_tools/schemas/transactions/asset/type/showcaseAssetsPage.graphqls +4 -4
- package/src/graphql_tools/schemas/transactions/scalars.graphqls +2 -2
- package/src/graphql_tools/schemas/transactions/schema.graphqls +12 -12
- package/src/hosts/index.ts +47 -47
- package/src/index.ts +6 -6
- package/tsconfig.json +16 -16
- package/tsconfig.tsbuildinfo +1 -1
package/src/documents/server-search/queries/useFindProfilesByName/FindProfilesByName.graphql
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
query FindProfilesByName($name: String!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
-
findProfilesByName(name: $name, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
-
nextPageToken
|
|
4
|
-
profiles {
|
|
5
|
-
userId
|
|
6
|
-
username
|
|
7
|
-
about
|
|
8
|
-
userpic
|
|
9
|
-
followers
|
|
10
|
-
followings
|
|
11
|
-
visible
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
query FindProfilesByName($name: String!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findProfilesByName(name: $name, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
+
nextPageToken
|
|
4
|
+
profiles {
|
|
5
|
+
userId
|
|
6
|
+
username
|
|
7
|
+
about
|
|
8
|
+
userpic
|
|
9
|
+
followers
|
|
10
|
+
followings
|
|
11
|
+
visible
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
query FindSets($term: String!, $input: GallerySearchFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
-
findSets(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
-
nextPageToken
|
|
4
|
-
galleries {
|
|
5
|
-
galleryId
|
|
6
|
-
galleryType
|
|
7
|
-
name
|
|
8
|
-
description
|
|
9
|
-
userId
|
|
10
|
-
username
|
|
11
|
-
userpic
|
|
12
|
-
banner
|
|
13
|
-
createdAt
|
|
14
|
-
items
|
|
15
|
-
views
|
|
16
|
-
publiclyAccessible
|
|
17
|
-
nsfw
|
|
18
|
-
}
|
|
19
|
-
results
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
query FindSets($term: String!, $input: GallerySearchFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findSets(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
+
nextPageToken
|
|
4
|
+
galleries {
|
|
5
|
+
galleryId
|
|
6
|
+
galleryType
|
|
7
|
+
name
|
|
8
|
+
description
|
|
9
|
+
userId
|
|
10
|
+
username
|
|
11
|
+
userpic
|
|
12
|
+
banner
|
|
13
|
+
createdAt
|
|
14
|
+
items
|
|
15
|
+
views
|
|
16
|
+
publiclyAccessible
|
|
17
|
+
nsfw
|
|
18
|
+
}
|
|
19
|
+
results
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
query FindShowcaseItems($term: String!, $input: ShowcaseItemFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
-
findShowcaseItems(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
-
nextPageToken
|
|
4
|
-
results
|
|
5
|
-
showcaseItems {
|
|
6
|
-
itemType
|
|
7
|
-
itemId
|
|
8
|
-
blockchain
|
|
9
|
-
name
|
|
10
|
-
media
|
|
11
|
-
mediaPreview
|
|
12
|
-
mimeType
|
|
13
|
-
sizeRatio
|
|
14
|
-
fileSize
|
|
15
|
-
likes
|
|
16
|
-
visible
|
|
17
|
-
blurred
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
1
|
+
query FindShowcaseItems($term: String!, $input: ShowcaseItemFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findShowcaseItems(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
+
nextPageToken
|
|
4
|
+
results
|
|
5
|
+
showcaseItems {
|
|
6
|
+
itemType
|
|
7
|
+
itemId
|
|
8
|
+
blockchain
|
|
9
|
+
name
|
|
10
|
+
media
|
|
11
|
+
mediaPreview
|
|
12
|
+
mimeType
|
|
13
|
+
sizeRatio
|
|
14
|
+
fileSize
|
|
15
|
+
likes
|
|
16
|
+
visible
|
|
17
|
+
blurred
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
query FindUserCreations($ownerId: String!, $input: CreationFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
-
findUserCreations(ownerId: $ownerId, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
-
nextPageToken
|
|
4
|
-
results
|
|
5
|
-
creations {
|
|
6
|
-
id
|
|
7
|
-
itemType
|
|
8
|
-
tokenId
|
|
9
|
-
address
|
|
10
|
-
itemId
|
|
11
|
-
blockchain
|
|
12
|
-
rank
|
|
13
|
-
name
|
|
14
|
-
creatorsAddresses
|
|
15
|
-
creatorsProfiles {
|
|
16
|
-
userId
|
|
17
|
-
username
|
|
18
|
-
about
|
|
19
|
-
userpic
|
|
20
|
-
followers
|
|
21
|
-
followings
|
|
22
|
-
createdAt
|
|
23
|
-
deletedAt
|
|
24
|
-
visible
|
|
25
|
-
views
|
|
26
|
-
deleted
|
|
27
|
-
}
|
|
28
|
-
ownersAddresses
|
|
29
|
-
ownersProfiles {
|
|
30
|
-
userId
|
|
31
|
-
username
|
|
32
|
-
about
|
|
33
|
-
userpic
|
|
34
|
-
followers
|
|
35
|
-
followings
|
|
36
|
-
createdAt
|
|
37
|
-
deletedAt
|
|
38
|
-
visible
|
|
39
|
-
views
|
|
40
|
-
deleted
|
|
41
|
-
}
|
|
42
|
-
originalUrls
|
|
43
|
-
media
|
|
44
|
-
mediaPreview
|
|
45
|
-
mimeType
|
|
46
|
-
sizeRatio
|
|
47
|
-
fileSize
|
|
48
|
-
nsfw
|
|
49
|
-
likes
|
|
50
|
-
views
|
|
51
|
-
visible
|
|
52
|
-
blurred
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
1
|
+
query FindUserCreations($ownerId: String!, $input: CreationFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findUserCreations(ownerId: $ownerId, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
+
nextPageToken
|
|
4
|
+
results
|
|
5
|
+
creations {
|
|
6
|
+
id
|
|
7
|
+
itemType
|
|
8
|
+
tokenId
|
|
9
|
+
address
|
|
10
|
+
itemId
|
|
11
|
+
blockchain
|
|
12
|
+
rank
|
|
13
|
+
name
|
|
14
|
+
creatorsAddresses
|
|
15
|
+
creatorsProfiles {
|
|
16
|
+
userId
|
|
17
|
+
username
|
|
18
|
+
about
|
|
19
|
+
userpic
|
|
20
|
+
followers
|
|
21
|
+
followings
|
|
22
|
+
createdAt
|
|
23
|
+
deletedAt
|
|
24
|
+
visible
|
|
25
|
+
views
|
|
26
|
+
deleted
|
|
27
|
+
}
|
|
28
|
+
ownersAddresses
|
|
29
|
+
ownersProfiles {
|
|
30
|
+
userId
|
|
31
|
+
username
|
|
32
|
+
about
|
|
33
|
+
userpic
|
|
34
|
+
followers
|
|
35
|
+
followings
|
|
36
|
+
createdAt
|
|
37
|
+
deletedAt
|
|
38
|
+
visible
|
|
39
|
+
views
|
|
40
|
+
deleted
|
|
41
|
+
}
|
|
42
|
+
originalUrls
|
|
43
|
+
media
|
|
44
|
+
mediaPreview
|
|
45
|
+
mimeType
|
|
46
|
+
sizeRatio
|
|
47
|
+
fileSize
|
|
48
|
+
nsfw
|
|
49
|
+
likes
|
|
50
|
+
views
|
|
51
|
+
visible
|
|
52
|
+
blurred
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
query FindUserShowcaseItems($ownerId: String!, $input: ShowcaseItemFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
-
findUserShowcaseItems(ownerId: $ownerId, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
-
showcaseItems {
|
|
4
|
-
itemType
|
|
5
|
-
itemId
|
|
6
|
-
blockchain
|
|
7
|
-
name
|
|
8
|
-
media
|
|
9
|
-
mediaPreview
|
|
10
|
-
mimeType
|
|
11
|
-
sizeRatio
|
|
12
|
-
fileSize
|
|
13
|
-
likes
|
|
14
|
-
visible
|
|
15
|
-
blurred
|
|
16
|
-
creatorsAddresses
|
|
17
|
-
}
|
|
18
|
-
nextPageToken
|
|
19
|
-
results
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
query FindUserShowcaseItems($ownerId: String!, $input: ShowcaseItemFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findUserShowcaseItems(ownerId: $ownerId, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
3
|
+
showcaseItems {
|
|
4
|
+
itemType
|
|
5
|
+
itemId
|
|
6
|
+
blockchain
|
|
7
|
+
name
|
|
8
|
+
media
|
|
9
|
+
mediaPreview
|
|
10
|
+
mimeType
|
|
11
|
+
sizeRatio
|
|
12
|
+
fileSize
|
|
13
|
+
likes
|
|
14
|
+
visible
|
|
15
|
+
blurred
|
|
16
|
+
creatorsAddresses
|
|
17
|
+
}
|
|
18
|
+
nextPageToken
|
|
19
|
+
results
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -2332,7 +2332,7 @@ export type IFetchAssetQueryVariables = Exact<{
|
|
|
2332
2332
|
|
|
2333
2333
|
export type IFetchAssetQuery = { fetchAsset: (
|
|
2334
2334
|
Pick<IAsset, 'latestPriceCurrency' | 'latestPriceAmount' | 'collectionId' | 'collectionOriginalUrls' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'name' | 'description' | 'rank' | 'originalUrls' | 'ownersAddresses' | 'creatorsAddresses' | 'views' | 'visible' | 'blurred' | 'category'>
|
|
2335
|
-
& { totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>, markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>, collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>, medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'previewUrl'>>>>, ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>> }
|
|
2335
|
+
& { totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>, markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>, collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>, medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'originalMime' | 'previewUrl'>>>>, ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>> }
|
|
2336
2336
|
) };
|
|
2337
2337
|
|
|
2338
2338
|
export type IFetchAssetByBlockchainQueryVariables = Exact<{
|
|
@@ -2345,7 +2345,7 @@ export type IFetchAssetByBlockchainQueryVariables = Exact<{
|
|
|
2345
2345
|
|
|
2346
2346
|
export type IFetchAssetByBlockchainQuery = { fetchAssetByBlockchain: (
|
|
2347
2347
|
Pick<IAsset, 'latestPriceCurrency' | 'latestPriceAmount' | 'collectionId' | 'collectionOriginalUrls' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'name' | 'description' | 'rank' | 'originalUrls' | 'ownersAddresses' | 'creatorsAddresses' | 'views' | 'visible' | 'blurred' | 'category'>
|
|
2348
|
-
& { totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>, markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>, collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>, medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'previewUrl' | 'sizeRatio' | 'fileSize'>>>>, ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>> }
|
|
2348
|
+
& { totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>, markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>, collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>, medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'originalMime' | 'previewUrl' | 'sizeRatio' | 'fileSize'>>>>, ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>, attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>> }
|
|
2349
2349
|
) };
|
|
2350
2350
|
|
|
2351
2351
|
export type IFetchAssetsQueryVariables = Exact<{
|
|
@@ -3261,6 +3261,7 @@ export const FetchAssetDocument = gql`
|
|
|
3261
3261
|
mimeType
|
|
3262
3262
|
sizeRatio
|
|
3263
3263
|
fileSize
|
|
3264
|
+
originalMime
|
|
3264
3265
|
previewUrl
|
|
3265
3266
|
}
|
|
3266
3267
|
ownersAddresses
|
|
@@ -3292,6 +3293,7 @@ export const FetchAssetDocument = gql`
|
|
|
3292
3293
|
blurred
|
|
3293
3294
|
medias {
|
|
3294
3295
|
originalUrl
|
|
3296
|
+
originalMime
|
|
3295
3297
|
url
|
|
3296
3298
|
previewUrl
|
|
3297
3299
|
mimeType
|
|
@@ -3374,6 +3376,7 @@ export const FetchAssetByBlockchainDocument = gql`
|
|
|
3374
3376
|
originalUrl
|
|
3375
3377
|
url
|
|
3376
3378
|
mimeType
|
|
3379
|
+
originalMime
|
|
3377
3380
|
previewUrl
|
|
3378
3381
|
sizeRatio
|
|
3379
3382
|
fileSize
|
|
@@ -3407,6 +3410,7 @@ export const FetchAssetByBlockchainDocument = gql`
|
|
|
3407
3410
|
blurred
|
|
3408
3411
|
medias {
|
|
3409
3412
|
originalUrl
|
|
3413
|
+
originalMime
|
|
3410
3414
|
url
|
|
3411
3415
|
previewUrl
|
|
3412
3416
|
mimeType
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
"""
|
|
3
|
-
This query should be changed according to new design
|
|
4
|
-
"""
|
|
5
|
-
findAssetsByName(
|
|
6
|
-
input: SearchFilterInput!
|
|
7
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
8
|
-
pageToken: String
|
|
9
|
-
): AssetPage!
|
|
10
|
-
|
|
11
|
-
"""
|
|
12
|
-
This query should be changed according to new design
|
|
13
|
-
"""
|
|
14
|
-
findAllAssetsByName(
|
|
15
|
-
input: SearchFilterInput!
|
|
16
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
17
|
-
pageToken: String
|
|
18
|
-
): AssetPage!
|
|
19
|
-
|
|
20
|
-
"""
|
|
21
|
-
This query should be changed according to new design
|
|
22
|
-
"""
|
|
23
|
-
findAssetsByTerm(
|
|
24
|
-
input: SearchFilterInput!
|
|
25
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
26
|
-
pageToken: String
|
|
27
|
-
): AssetPage!
|
|
28
|
-
|
|
29
|
-
"""
|
|
30
|
-
This query should be changed according to new design
|
|
31
|
-
"""
|
|
32
|
-
findAllAssetsByTerm(
|
|
33
|
-
input: SearchFilterInput!
|
|
34
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
35
|
-
pageToken: String
|
|
36
|
-
): AssetPage!
|
|
37
|
-
|
|
38
|
-
"""
|
|
39
|
-
This query should be changed according to new design
|
|
40
|
-
"""
|
|
41
|
-
findAssetsByOwner(
|
|
42
|
-
input: SearchFilterInput!
|
|
43
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
44
|
-
pageToken: String
|
|
45
|
-
): AssetPage!
|
|
46
|
-
|
|
47
|
-
"""
|
|
48
|
-
This query should be changed according to new design
|
|
49
|
-
"""
|
|
50
|
-
findAllAssetsByOwner(
|
|
51
|
-
input: SearchFilterInput!
|
|
52
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
53
|
-
pageToken: String
|
|
54
|
-
): AssetPage!
|
|
55
|
-
|
|
56
|
-
"""
|
|
57
|
-
This query is not connected to the front
|
|
58
|
-
"""
|
|
59
|
-
fetchAssetNamesSuggestions(term: String!): [String]!
|
|
60
|
-
|
|
61
|
-
"""
|
|
62
|
-
This query must be used on the first page
|
|
63
|
-
"""
|
|
64
|
-
fetchAssetsCount: Long!
|
|
65
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
"""
|
|
3
|
+
This query should be changed according to new design
|
|
4
|
+
"""
|
|
5
|
+
findAssetsByName(
|
|
6
|
+
input: SearchFilterInput!
|
|
7
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
8
|
+
pageToken: String
|
|
9
|
+
): AssetPage!
|
|
10
|
+
|
|
11
|
+
"""
|
|
12
|
+
This query should be changed according to new design
|
|
13
|
+
"""
|
|
14
|
+
findAllAssetsByName(
|
|
15
|
+
input: SearchFilterInput!
|
|
16
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
17
|
+
pageToken: String
|
|
18
|
+
): AssetPage!
|
|
19
|
+
|
|
20
|
+
"""
|
|
21
|
+
This query should be changed according to new design
|
|
22
|
+
"""
|
|
23
|
+
findAssetsByTerm(
|
|
24
|
+
input: SearchFilterInput!
|
|
25
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
26
|
+
pageToken: String
|
|
27
|
+
): AssetPage!
|
|
28
|
+
|
|
29
|
+
"""
|
|
30
|
+
This query should be changed according to new design
|
|
31
|
+
"""
|
|
32
|
+
findAllAssetsByTerm(
|
|
33
|
+
input: SearchFilterInput!
|
|
34
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
35
|
+
pageToken: String
|
|
36
|
+
): AssetPage!
|
|
37
|
+
|
|
38
|
+
"""
|
|
39
|
+
This query should be changed according to new design
|
|
40
|
+
"""
|
|
41
|
+
findAssetsByOwner(
|
|
42
|
+
input: SearchFilterInput!
|
|
43
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
44
|
+
pageToken: String
|
|
45
|
+
): AssetPage!
|
|
46
|
+
|
|
47
|
+
"""
|
|
48
|
+
This query should be changed according to new design
|
|
49
|
+
"""
|
|
50
|
+
findAllAssetsByOwner(
|
|
51
|
+
input: SearchFilterInput!
|
|
52
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
53
|
+
pageToken: String
|
|
54
|
+
): AssetPage!
|
|
55
|
+
|
|
56
|
+
"""
|
|
57
|
+
This query is not connected to the front
|
|
58
|
+
"""
|
|
59
|
+
fetchAssetNamesSuggestions(term: String!): [String]!
|
|
60
|
+
|
|
61
|
+
"""
|
|
62
|
+
This query must be used on the first page
|
|
63
|
+
"""
|
|
64
|
+
fetchAssetsCount: Long!
|
|
65
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
type Asset {
|
|
2
|
-
assetId: String!
|
|
3
|
-
blockchain: String
|
|
4
|
-
address: String
|
|
5
|
-
tokenId: String
|
|
6
|
-
chainId: String
|
|
7
|
-
blockHeight: Long
|
|
8
|
-
blockTimestamp: Long
|
|
9
|
-
name: String
|
|
10
|
-
description: String
|
|
11
|
-
originalUrls: [String]
|
|
12
|
-
medias: [Media]
|
|
13
|
-
ownersAddresses: [String]
|
|
14
|
-
ownersProfiles: [Profile]
|
|
15
|
-
creatorsAddresses: [String]
|
|
16
|
-
creatorsProfiles: [Profile]
|
|
17
|
-
attributes: [Attribute]
|
|
18
|
-
likes: Int
|
|
19
|
-
liked: Boolean
|
|
20
|
-
galleries: Galleries
|
|
21
|
-
views: Int
|
|
22
|
-
visible: Boolean
|
|
23
|
-
createdAt: Long
|
|
24
|
-
blurred: Boolean
|
|
25
|
-
rank: Float
|
|
26
|
-
collectionId: String
|
|
27
|
-
collectionTitle: String
|
|
28
|
-
collectionOriginalUrls: [String]
|
|
29
|
-
collectionMedias: [Media]
|
|
30
|
-
category:String
|
|
31
|
-
markets: [AssetMarket]
|
|
32
|
-
latestPriceBlockHeight: Long
|
|
33
|
-
latestPriceCurrency: String
|
|
34
|
-
latestPriceAmount: Float
|
|
35
|
-
totalVolumes: [CurrencyAmountPair]
|
|
36
|
-
}
|
|
1
|
+
type Asset {
|
|
2
|
+
assetId: String!
|
|
3
|
+
blockchain: String
|
|
4
|
+
address: String
|
|
5
|
+
tokenId: String
|
|
6
|
+
chainId: String
|
|
7
|
+
blockHeight: Long
|
|
8
|
+
blockTimestamp: Long
|
|
9
|
+
name: String
|
|
10
|
+
description: String
|
|
11
|
+
originalUrls: [String]
|
|
12
|
+
medias: [Media]
|
|
13
|
+
ownersAddresses: [String]
|
|
14
|
+
ownersProfiles: [Profile]
|
|
15
|
+
creatorsAddresses: [String]
|
|
16
|
+
creatorsProfiles: [Profile]
|
|
17
|
+
attributes: [Attribute]
|
|
18
|
+
likes: Int
|
|
19
|
+
liked: Boolean
|
|
20
|
+
galleries: Galleries
|
|
21
|
+
views: Int
|
|
22
|
+
visible: Boolean
|
|
23
|
+
createdAt: Long
|
|
24
|
+
blurred: Boolean
|
|
25
|
+
rank: Float
|
|
26
|
+
collectionId: String
|
|
27
|
+
collectionTitle: String
|
|
28
|
+
collectionOriginalUrls: [String]
|
|
29
|
+
collectionMedias: [Media]
|
|
30
|
+
category:String
|
|
31
|
+
markets: [AssetMarket]
|
|
32
|
+
latestPriceBlockHeight: Long
|
|
33
|
+
latestPriceCurrency: String
|
|
34
|
+
latestPriceAmount: Float
|
|
35
|
+
totalVolumes: [CurrencyAmountPair]
|
|
36
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
type AssetPage {
|
|
2
|
-
assets: [Asset]!
|
|
3
|
-
nextPageToken: String
|
|
4
|
-
}
|
|
1
|
+
type AssetPage {
|
|
2
|
+
assets: [Asset]!
|
|
3
|
+
nextPageToken: String
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
type Attribute {
|
|
2
|
-
name: String
|
|
3
|
-
value: String
|
|
4
|
-
}
|
|
1
|
+
type Attribute {
|
|
2
|
+
name: String
|
|
3
|
+
value: String
|
|
4
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
type Media {
|
|
2
|
-
originalUrl: String
|
|
3
|
-
originalUrlHash: String
|
|
4
|
-
originalMime: String
|
|
5
|
-
url: String
|
|
6
|
-
previewUrl: String
|
|
7
|
-
mimeType: String
|
|
8
|
-
sizeRatio: Float
|
|
9
|
-
fileSize: Long
|
|
10
|
-
nsfw: Int
|
|
11
|
-
}
|
|
1
|
+
type Media {
|
|
2
|
+
originalUrl: String
|
|
3
|
+
originalUrlHash: String
|
|
4
|
+
originalMime: String
|
|
5
|
+
url: String
|
|
6
|
+
previewUrl: String
|
|
7
|
+
mimeType: String
|
|
8
|
+
sizeRatio: Float
|
|
9
|
+
fileSize: Long
|
|
10
|
+
nsfw: Int
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
extend type Mutation {
|
|
2
|
-
likeAsset(assetId: String!): Boolean!
|
|
3
|
-
dislikeAsset(assetId: String!): Boolean!
|
|
4
|
-
submitAsset(address: String!): Boolean!
|
|
5
|
-
hideShowcaseAsset(id: String!): Boolean!
|
|
6
|
-
showShowcaseAsset(id: String!): Boolean!
|
|
7
|
-
hideBannerAsset(id: String!): Boolean!
|
|
8
|
-
showBannerAsset(id: String!): Boolean!
|
|
9
|
-
hideAsset(assetId: String!): Boolean!
|
|
10
|
-
showAsset(assetId: String!): Boolean!
|
|
11
|
-
}
|
|
1
|
+
extend type Mutation {
|
|
2
|
+
likeAsset(assetId: String!): Boolean!
|
|
3
|
+
dislikeAsset(assetId: String!): Boolean!
|
|
4
|
+
submitAsset(address: String!): Boolean!
|
|
5
|
+
hideShowcaseAsset(id: String!): Boolean!
|
|
6
|
+
showShowcaseAsset(id: String!): Boolean!
|
|
7
|
+
hideBannerAsset(id: String!): Boolean!
|
|
8
|
+
showBannerAsset(id: String!): Boolean!
|
|
9
|
+
hideAsset(assetId: String!): Boolean!
|
|
10
|
+
showAsset(assetId: String!): Boolean!
|
|
11
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
fetchAllAssets(pageSize: Int!, pageToken: String): AssetsPage!
|
|
3
|
-
fetchShowcaseAssets(pageSize: Int!, pageToken: String): ShowcaseAssetsPage!
|
|
4
|
-
fetchAllShowcaseAssets(pageSize: Int!, pageToken: String): ShowcaseAssetsPage!
|
|
5
|
-
fetchBannerAssets(pageSize: Int!): [BannerAsset]!
|
|
6
|
-
fetchAllBannerAssets(pageSize: Int!, pageToken: String): BannerAssetsPage!
|
|
7
|
-
fetchAsset(assetId: String!): Asset!
|
|
8
|
-
fetchAssets(assetIds: [String!]!): [Asset]!
|
|
9
|
-
fetchAssetByBlockchain(blockchain: String!, address: String, tokenId: String, elrondId: String): Asset!
|
|
10
|
-
fetchLikes(assetId: String!): Int!
|
|
11
|
-
fetchLiked(assetId: String!): Boolean!
|
|
12
|
-
fetchDynamicAssetData(assetId: String!): DynamicAssetData!
|
|
13
|
-
fetchDynamicAssetsData(assetIds: [String!]!): [DynamicAssetData]!
|
|
14
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
fetchAllAssets(pageSize: Int!, pageToken: String): AssetsPage!
|
|
3
|
+
fetchShowcaseAssets(pageSize: Int!, pageToken: String): ShowcaseAssetsPage!
|
|
4
|
+
fetchAllShowcaseAssets(pageSize: Int!, pageToken: String): ShowcaseAssetsPage!
|
|
5
|
+
fetchBannerAssets(pageSize: Int!): [BannerAsset]!
|
|
6
|
+
fetchAllBannerAssets(pageSize: Int!, pageToken: String): BannerAssetsPage!
|
|
7
|
+
fetchAsset(assetId: String!): Asset!
|
|
8
|
+
fetchAssets(assetIds: [String!]!): [Asset]!
|
|
9
|
+
fetchAssetByBlockchain(blockchain: String!, address: String, tokenId: String, elrondId: String): Asset!
|
|
10
|
+
fetchLikes(assetId: String!): Int!
|
|
11
|
+
fetchLiked(assetId: String!): Boolean!
|
|
12
|
+
fetchDynamicAssetData(assetId: String!): DynamicAssetData!
|
|
13
|
+
fetchDynamicAssetsData(assetIds: [String!]!): [DynamicAssetData]!
|
|
14
|
+
}
|