@ludo.ninja/api 1.0.21 → 1.0.22
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/config/index.d.ts +2 -2
- package/build/config/index.js +167 -167
- package/build/config/typePolicies.d.ts +2 -2
- package/build/config/typePolicies.js +57 -57
- package/build/cookies/index.d.ts +17 -17
- package/build/cookies/index.js +76 -76
- package/build/graphql_tools/__generated__/schema.d.ts +5129 -5128
- package/build/graphql_tools/__generated__/schema.js +3963 -3961
- package/build/hosts/index.d.ts +24 -24
- package/build/hosts/index.js +27 -27
- package/build/index.d.ts +5 -5
- package/build/index.js +34 -34
- 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 +83 -83
- 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 +81 -80
- package/src/documents/server-assets/queries/useFetchAssetByBlockchain/FetchAssetByBlockchain.graphql +79 -78
- 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/SignInMetamask.graphql +9 -9
- 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-identities/queries/useIsInviteCodeAvailable/IsInviteCodeAvailable.graphql +3 -3
- 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 +21 -21
- 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.graphql +1265 -1264
- package/src/graphql_tools/__generated__/schema.ts +7367 -7364
- package/src/graphql_tools/schemas/asset/query.graphqls +65 -65
- package/src/graphql_tools/schemas/asset/type/asset.graphqls +36 -35
- 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 +9 -9
- 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 -35
- 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 +8 -8
- 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 +7 -7
- 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 +7 -7
- 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/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
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
type GalleryAsset {
|
|
2
|
-
assetId: String!
|
|
3
|
-
galleryId: String
|
|
4
|
-
assetOrder: Int
|
|
5
|
-
galleryName: String
|
|
6
|
-
name: String
|
|
7
|
-
originalUrls: [String]
|
|
8
|
-
medias: [Media]
|
|
9
|
-
nsfw: Int
|
|
10
|
-
ownersAddresses: [String]
|
|
11
|
-
ownersProfiles: [Profile]
|
|
12
|
-
creatorsAddresses: [String]
|
|
13
|
-
creatorsProfiles: [Profile]
|
|
14
|
-
attributes: [Attribute]
|
|
15
|
-
likes: Int
|
|
16
|
-
views: Int
|
|
17
|
-
visible: Boolean
|
|
18
|
-
blurred: Boolean
|
|
19
|
-
}
|
|
1
|
+
type GalleryAsset {
|
|
2
|
+
assetId: String!
|
|
3
|
+
galleryId: String
|
|
4
|
+
assetOrder: Int
|
|
5
|
+
galleryName: String
|
|
6
|
+
name: String
|
|
7
|
+
originalUrls: [String]
|
|
8
|
+
medias: [Media]
|
|
9
|
+
nsfw: Int
|
|
10
|
+
ownersAddresses: [String]
|
|
11
|
+
ownersProfiles: [Profile]
|
|
12
|
+
creatorsAddresses: [String]
|
|
13
|
+
creatorsProfiles: [Profile]
|
|
14
|
+
attributes: [Attribute]
|
|
15
|
+
likes: Int
|
|
16
|
+
views: Int
|
|
17
|
+
visible: Boolean
|
|
18
|
+
blurred: Boolean
|
|
19
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
type GalleryPage {
|
|
2
|
-
galleries: [Gallery]!
|
|
3
|
-
nextPageToken: String
|
|
4
|
-
}
|
|
1
|
+
type GalleryPage {
|
|
2
|
+
galleries: [Gallery]!
|
|
3
|
+
nextPageToken: String
|
|
4
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
type GalleryV2 {
|
|
2
|
-
galleryId: ID!
|
|
3
|
-
galleryType: String!
|
|
4
|
-
name: String!
|
|
5
|
-
description: String
|
|
6
|
-
userId: ID!
|
|
7
|
-
username: String
|
|
8
|
-
userpic: String
|
|
9
|
-
userWallets: [Wallet]
|
|
10
|
-
banner: String
|
|
11
|
-
createdAt: Long
|
|
12
|
-
items: Int
|
|
13
|
-
views: Int
|
|
14
|
-
publiclyAccessible: Boolean
|
|
15
|
-
nsfw: Int
|
|
16
|
-
creationIds: [String]
|
|
17
|
-
}
|
|
1
|
+
type GalleryV2 {
|
|
2
|
+
galleryId: ID!
|
|
3
|
+
galleryType: String!
|
|
4
|
+
name: String!
|
|
5
|
+
description: String
|
|
6
|
+
userId: ID!
|
|
7
|
+
username: String
|
|
8
|
+
userpic: String
|
|
9
|
+
userWallets: [Wallet]
|
|
10
|
+
banner: String
|
|
11
|
+
createdAt: Long
|
|
12
|
+
items: Int
|
|
13
|
+
views: Int
|
|
14
|
+
publiclyAccessible: Boolean
|
|
15
|
+
nsfw: Int
|
|
16
|
+
creationIds: [String]
|
|
17
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
"""
|
|
3
|
-
This query should be changed according to new design
|
|
4
|
-
"""
|
|
5
|
-
findProfilesByName(
|
|
6
|
-
name: String!
|
|
7
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
8
|
-
pageToken: String
|
|
9
|
-
): ProfilePage!
|
|
10
|
-
"""
|
|
11
|
-
This query should be changed according to new design
|
|
12
|
-
"""
|
|
13
|
-
findProfilesByTerm(
|
|
14
|
-
term: String!
|
|
15
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
16
|
-
pageToken: String
|
|
17
|
-
): ProfilePage!
|
|
18
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
"""
|
|
3
|
+
This query should be changed according to new design
|
|
4
|
+
"""
|
|
5
|
+
findProfilesByName(
|
|
6
|
+
name: String!
|
|
7
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
8
|
+
pageToken: String
|
|
9
|
+
): ProfilePage!
|
|
10
|
+
"""
|
|
11
|
+
This query should be changed according to new design
|
|
12
|
+
"""
|
|
13
|
+
findProfilesByTerm(
|
|
14
|
+
term: String!
|
|
15
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
16
|
+
pageToken: String
|
|
17
|
+
): ProfilePage!
|
|
18
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
type Profile {
|
|
2
|
-
profileId: String
|
|
3
|
-
username: String
|
|
4
|
-
about: String
|
|
5
|
-
userpic: String
|
|
6
|
-
followers: Int
|
|
7
|
-
followings: Int
|
|
8
|
-
visible: Boolean
|
|
9
|
-
}
|
|
1
|
+
type Profile {
|
|
2
|
+
profileId: String
|
|
3
|
+
username: String
|
|
4
|
+
about: String
|
|
5
|
+
userpic: String
|
|
6
|
+
followers: Int
|
|
7
|
+
followings: Int
|
|
8
|
+
visible: Boolean
|
|
9
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
type ProfilePage {
|
|
2
|
-
profiles: [Profile]!
|
|
3
|
-
nextPageToken: String
|
|
4
|
-
}
|
|
1
|
+
type ProfilePage {
|
|
2
|
+
profiles: [Profile]!
|
|
3
|
+
nextPageToken: String
|
|
4
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
scalar Long
|
|
2
|
-
#scalar Upload
|
|
1
|
+
scalar Long
|
|
2
|
+
#scalar Upload
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
scalar Long
|
|
2
|
-
|
|
3
|
-
type Query {
|
|
4
|
-
getDummy: String!
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
schema {
|
|
8
|
-
query: Query
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
directive @NotBlank(
|
|
12
|
-
message: String = "graphql.validation.NotBlank.message"
|
|
13
|
-
) on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
|
|
14
|
-
|
|
15
|
-
directive @Min(value: Int! = 0, message: String = "%s") on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
|
|
1
|
+
scalar Long
|
|
2
|
+
|
|
3
|
+
type Query {
|
|
4
|
+
getDummy: String!
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
schema {
|
|
8
|
+
query: Query
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
directive @NotBlank(
|
|
12
|
+
message: String = "graphql.validation.NotBlank.message"
|
|
13
|
+
) on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
|
|
14
|
+
|
|
15
|
+
directive @Min(value: Int! = 0, message: String = "%s") on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
input GalleryProfileFilterInput {
|
|
2
|
-
blockchain: String!
|
|
3
|
-
category: String!
|
|
4
|
-
time: String!
|
|
5
|
-
}
|
|
1
|
+
input GalleryProfileFilterInput {
|
|
2
|
+
blockchain: String!
|
|
3
|
+
category: String!
|
|
4
|
+
time: String!
|
|
5
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
input GallerySearchFilterInput {
|
|
2
|
-
type: String!
|
|
3
|
-
blockchain: String!
|
|
4
|
-
category: String!
|
|
5
|
-
time: String!
|
|
6
|
-
}
|
|
1
|
+
input GallerySearchFilterInput {
|
|
2
|
+
type: String!
|
|
3
|
+
blockchain: String!
|
|
4
|
+
category: String!
|
|
5
|
+
time: String!
|
|
6
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
findSets(
|
|
3
|
-
term: String!
|
|
4
|
-
input: GallerySearchFilterInput!
|
|
5
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
6
|
-
pageToken: String
|
|
7
|
-
): GalleryPage!
|
|
8
|
-
findUserGalleries(
|
|
9
|
-
ownerId: String!
|
|
10
|
-
input: GalleryProfileFilterInput!
|
|
11
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
-
pageToken: String
|
|
13
|
-
): GalleryPage!
|
|
14
|
-
findUserFavoriteLists(
|
|
15
|
-
ownerId: String!
|
|
16
|
-
input: GalleryProfileFilterInput!
|
|
17
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
18
|
-
pageToken: String
|
|
19
|
-
): GalleryPage!
|
|
20
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
findSets(
|
|
3
|
+
term: String!
|
|
4
|
+
input: GallerySearchFilterInput!
|
|
5
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
6
|
+
pageToken: String
|
|
7
|
+
): GalleryPage!
|
|
8
|
+
findUserGalleries(
|
|
9
|
+
ownerId: String!
|
|
10
|
+
input: GalleryProfileFilterInput!
|
|
11
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
+
pageToken: String
|
|
13
|
+
): GalleryPage!
|
|
14
|
+
findUserFavoriteLists(
|
|
15
|
+
ownerId: String!
|
|
16
|
+
input: GalleryProfileFilterInput!
|
|
17
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
18
|
+
pageToken: String
|
|
19
|
+
): GalleryPage!
|
|
20
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
input ShowcaseItemFilterInput {
|
|
2
|
-
type: String!
|
|
3
|
-
blockchain: String!
|
|
4
|
-
category: String!
|
|
5
|
-
time: String!
|
|
6
|
-
status: String!
|
|
7
|
-
nsfw: Int
|
|
8
|
-
}
|
|
1
|
+
input ShowcaseItemFilterInput {
|
|
2
|
+
type: String!
|
|
3
|
+
blockchain: String!
|
|
4
|
+
category: String!
|
|
5
|
+
time: String!
|
|
6
|
+
status: String!
|
|
7
|
+
nsfw: Int
|
|
8
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
findShowcaseItems(
|
|
3
|
-
term: String!
|
|
4
|
-
input: ShowcaseItemFilterInput!
|
|
5
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
6
|
-
pageToken: String
|
|
7
|
-
): ShowcaseItemPage!
|
|
8
|
-
findUserShowcaseItems(
|
|
9
|
-
ownerId: String!
|
|
10
|
-
input: ShowcaseItemFilterInput!
|
|
11
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
-
pageToken: String
|
|
13
|
-
): ShowcaseItemPage!
|
|
14
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
findShowcaseItems(
|
|
3
|
+
term: String!
|
|
4
|
+
input: ShowcaseItemFilterInput!
|
|
5
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
6
|
+
pageToken: String
|
|
7
|
+
): ShowcaseItemPage!
|
|
8
|
+
findUserShowcaseItems(
|
|
9
|
+
ownerId: String!
|
|
10
|
+
input: ShowcaseItemFilterInput!
|
|
11
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
+
pageToken: String
|
|
13
|
+
): ShowcaseItemPage!
|
|
14
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
type ShowcaseItem {
|
|
2
|
-
itemType: String!
|
|
3
|
-
itemId: String!
|
|
4
|
-
blockchain: String
|
|
5
|
-
name: String
|
|
6
|
-
creatorsAddresses: [String]
|
|
7
|
-
creatorsProfiles: [Profile]
|
|
8
|
-
ownersAddresses: [String]
|
|
9
|
-
ownersProfiles: [Profile]
|
|
10
|
-
media: String
|
|
11
|
-
mediaPreview: String
|
|
12
|
-
mimeType: String
|
|
13
|
-
sizeRatio: Float
|
|
14
|
-
fileSize: Long
|
|
15
|
-
nsfw: Int
|
|
16
|
-
likes: Int
|
|
17
|
-
visible: Boolean
|
|
18
|
-
blurred: Boolean
|
|
19
|
-
}
|
|
1
|
+
type ShowcaseItem {
|
|
2
|
+
itemType: String!
|
|
3
|
+
itemId: String!
|
|
4
|
+
blockchain: String
|
|
5
|
+
name: String
|
|
6
|
+
creatorsAddresses: [String]
|
|
7
|
+
creatorsProfiles: [Profile]
|
|
8
|
+
ownersAddresses: [String]
|
|
9
|
+
ownersProfiles: [Profile]
|
|
10
|
+
media: String
|
|
11
|
+
mediaPreview: String
|
|
12
|
+
mimeType: String
|
|
13
|
+
sizeRatio: Float
|
|
14
|
+
fileSize: Long
|
|
15
|
+
nsfw: Int
|
|
16
|
+
likes: Int
|
|
17
|
+
visible: Boolean
|
|
18
|
+
blurred: Boolean
|
|
19
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
type ShowcaseItemPage {
|
|
2
|
-
showcaseItems: [ShowcaseItem]!
|
|
3
|
-
nextPageToken: String
|
|
4
|
-
results: Long
|
|
5
|
-
}
|
|
1
|
+
type ShowcaseItemPage {
|
|
2
|
+
showcaseItems: [ShowcaseItem]!
|
|
3
|
+
nextPageToken: String
|
|
4
|
+
results: Long
|
|
5
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
fetchCollections(pageSize: Int!, pageToken: String): CollectionsPage!
|
|
3
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
fetchCollections(pageSize: Int!, pageToken: String): CollectionsPage!
|
|
3
|
+
}
|
|
@@ -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 Collection {
|
|
2
|
-
collectionId: String
|
|
3
|
-
blockchain: String
|
|
4
|
-
identifier: String
|
|
5
|
-
contractAddress: String
|
|
6
|
-
tokenId: String
|
|
7
|
-
collectionTitle: String
|
|
8
|
-
verified: Boolean
|
|
9
|
-
medias: [Media]
|
|
10
|
-
collectionAssets: [CollectionAsset]
|
|
11
|
-
}
|
|
1
|
+
type Collection {
|
|
2
|
+
collectionId: String
|
|
3
|
+
blockchain: String
|
|
4
|
+
identifier: String
|
|
5
|
+
contractAddress: String
|
|
6
|
+
tokenId: String
|
|
7
|
+
collectionTitle: String
|
|
8
|
+
verified: Boolean
|
|
9
|
+
medias: [Media]
|
|
10
|
+
collectionAssets: [CollectionAsset]
|
|
11
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
type CollectionAsset {
|
|
2
|
-
collectionId: String
|
|
3
|
-
assetId: String
|
|
4
|
-
blockchain: String
|
|
5
|
-
address: String
|
|
6
|
-
tokenId: String
|
|
7
|
-
chainId: String
|
|
8
|
-
blockHeight: 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
|
-
views: Int
|
|
21
|
-
visible: Boolean
|
|
22
|
-
createdAt: Long
|
|
23
|
-
blurred: Boolean
|
|
24
|
-
prices: [CurrencyAmountPair]
|
|
25
|
-
}
|
|
1
|
+
type CollectionAsset {
|
|
2
|
+
collectionId: String
|
|
3
|
+
assetId: String
|
|
4
|
+
blockchain: String
|
|
5
|
+
address: String
|
|
6
|
+
tokenId: String
|
|
7
|
+
chainId: String
|
|
8
|
+
blockHeight: 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
|
+
views: Int
|
|
21
|
+
visible: Boolean
|
|
22
|
+
createdAt: Long
|
|
23
|
+
blurred: Boolean
|
|
24
|
+
prices: [CurrencyAmountPair]
|
|
25
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
type CollectionsPage {
|
|
2
|
-
collections: [Collection]
|
|
3
|
-
nextPageToken: String
|
|
4
|
-
}
|
|
1
|
+
type CollectionsPage {
|
|
2
|
+
collections: [Collection]
|
|
3
|
+
nextPageToken: String
|
|
4
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
type Media {
|
|
2
|
-
blockchain: String
|
|
3
|
-
assetId: String
|
|
4
|
-
originalUrl: String
|
|
5
|
-
url: String
|
|
6
|
-
previewUrl: String
|
|
7
|
-
mimeType: String
|
|
8
|
-
sizeRatio: Float
|
|
9
|
-
fileSize: Long
|
|
10
|
-
}
|
|
1
|
+
type Media {
|
|
2
|
+
blockchain: String
|
|
3
|
+
assetId: String
|
|
4
|
+
originalUrl: String
|
|
5
|
+
url: String
|
|
6
|
+
previewUrl: String
|
|
7
|
+
mimeType: String
|
|
8
|
+
sizeRatio: Float
|
|
9
|
+
fileSize: Long
|
|
10
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
type Profile {
|
|
2
|
-
userId: ID!
|
|
3
|
-
username: String
|
|
4
|
-
about: String
|
|
5
|
-
userpic: String
|
|
6
|
-
following: Boolean
|
|
7
|
-
followings: Int
|
|
8
|
-
followers: Int
|
|
9
|
-
social: Social
|
|
10
|
-
views: Int
|
|
11
|
-
createdAt: Long
|
|
12
|
-
deletedAt: Long
|
|
13
|
-
visible: Boolean
|
|
14
|
-
deleted: Boolean
|
|
15
|
-
}
|
|
1
|
+
type Profile {
|
|
2
|
+
userId: ID!
|
|
3
|
+
username: String
|
|
4
|
+
about: String
|
|
5
|
+
userpic: String
|
|
6
|
+
following: Boolean
|
|
7
|
+
followings: Int
|
|
8
|
+
followers: Int
|
|
9
|
+
social: Social
|
|
10
|
+
views: Int
|
|
11
|
+
createdAt: Long
|
|
12
|
+
deletedAt: Long
|
|
13
|
+
visible: Boolean
|
|
14
|
+
deleted: Boolean
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
input ShowcaseItemFilterInput {
|
|
2
|
-
type: String!
|
|
3
|
-
blockchain: String!
|
|
4
|
-
category: String!
|
|
5
|
-
time: String!
|
|
6
|
-
status: String!
|
|
7
|
-
nsfw: Int
|
|
8
|
-
}
|
|
1
|
+
input ShowcaseItemFilterInput {
|
|
2
|
+
type: String!
|
|
3
|
+
blockchain: String!
|
|
4
|
+
category: String!
|
|
5
|
+
time: String!
|
|
6
|
+
status: String!
|
|
7
|
+
nsfw: Int
|
|
8
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
findShowcaseItems(
|
|
3
|
-
term: String!
|
|
4
|
-
input: ShowcaseItemFilterInput!
|
|
5
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
6
|
-
pageToken: String
|
|
7
|
-
): ShowcaseItemPage!
|
|
8
|
-
findUserShowcaseItems(
|
|
9
|
-
ownerId: String!
|
|
10
|
-
input: ShowcaseItemFilterInput!
|
|
11
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
-
pageToken: String
|
|
13
|
-
): ShowcaseItemPage!
|
|
14
|
-
}
|
|
1
|
+
extend type Query {
|
|
2
|
+
findShowcaseItems(
|
|
3
|
+
term: String!
|
|
4
|
+
input: ShowcaseItemFilterInput!
|
|
5
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
6
|
+
pageToken: String
|
|
7
|
+
): ShowcaseItemPage!
|
|
8
|
+
findUserShowcaseItems(
|
|
9
|
+
ownerId: String!
|
|
10
|
+
input: ShowcaseItemFilterInput!
|
|
11
|
+
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
+
pageToken: String
|
|
13
|
+
): ShowcaseItemPage!
|
|
14
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
scalar Long
|
|
2
|
-
#scalar Upload
|
|
1
|
+
scalar Long
|
|
2
|
+
#scalar Upload
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
type Query {
|
|
2
|
-
getDummy: String!
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
type Mutation {
|
|
6
|
-
setDummy: String!
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
schema {
|
|
10
|
-
query: Query
|
|
11
|
-
mutation: Mutation
|
|
12
|
-
}
|
|
1
|
+
type Query {
|
|
2
|
+
getDummy: String!
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
type Mutation {
|
|
6
|
+
setDummy: String!
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
schema {
|
|
10
|
+
query: Query
|
|
11
|
+
mutation: Mutation
|
|
12
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
type ShowcaseItem {
|
|
2
|
-
itemType: String!
|
|
3
|
-
itemId: String!
|
|
4
|
-
blockchain: String
|
|
5
|
-
name: String
|
|
6
|
-
creatorsAddresses: [String]
|
|
7
|
-
creatorsProfiles: [Profile]
|
|
8
|
-
ownersAddresses: [String]
|
|
9
|
-
ownersProfiles: [Profile]
|
|
10
|
-
media: String
|
|
11
|
-
mediaPreview: String
|
|
12
|
-
mimeType: String
|
|
13
|
-
sizeRatio: Float
|
|
14
|
-
fileSize: Long
|
|
15
|
-
nsfw: Int
|
|
16
|
-
likes: Int
|
|
17
|
-
visible: Boolean
|
|
18
|
-
blurred: Boolean
|
|
19
|
-
}
|
|
1
|
+
type ShowcaseItem {
|
|
2
|
+
itemType: String!
|
|
3
|
+
itemId: String!
|
|
4
|
+
blockchain: String
|
|
5
|
+
name: String
|
|
6
|
+
creatorsAddresses: [String]
|
|
7
|
+
creatorsProfiles: [Profile]
|
|
8
|
+
ownersAddresses: [String]
|
|
9
|
+
ownersProfiles: [Profile]
|
|
10
|
+
media: String
|
|
11
|
+
mediaPreview: String
|
|
12
|
+
mimeType: String
|
|
13
|
+
sizeRatio: Float
|
|
14
|
+
fileSize: Long
|
|
15
|
+
nsfw: Int
|
|
16
|
+
likes: Int
|
|
17
|
+
visible: Boolean
|
|
18
|
+
blurred: Boolean
|
|
19
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
type ShowcaseItemPage {
|
|
2
|
-
showcaseItems: [ShowcaseItem]!
|
|
3
|
-
nextPageToken: String
|
|
4
|
-
results: Long
|
|
5
|
-
}
|
|
1
|
+
type ShowcaseItemPage {
|
|
2
|
+
showcaseItems: [ShowcaseItem]!
|
|
3
|
+
nextPageToken: String
|
|
4
|
+
results: Long
|
|
5
|
+
}
|
|
@@ -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
|
+
}
|