@ludo.ninja/api 1.0.3 → 1.0.5
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 -0
- package/build/config/index.js +123 -0
- package/build/config/typePolicies.d.ts +2 -0
- package/build/config/typePolicies.js +41 -0
- package/build/cookies/index.d.ts +17 -0
- package/build/cookies/index.js +70 -0
- package/build/graphql_tools/__generated__/schema.d.ts +1301 -1301
- package/build/graphql_tools/__generated__/schema.js +1413 -1443
- package/build/hosts/index.js +21 -21
- package/build/index.d.ts +3 -1
- package/build/index.js +5 -1
- package/package.json +9 -3
- package/src/config/index.ts +143 -0
- package/src/config/typePolicies.ts +40 -0
- package/src/cookies/index.ts +76 -0
- package/src/documents/server-assets/queries/useFetchAsset/FetchAsset.graphql +8 -8
- package/src/documents/server-assets/queries/useFetchAssetByBlockchain/FetchAssetByBlockchain.graphql +2 -12
- package/src/documents/server-assets/queries/useFetchAssets/FetchAssets.graphql +8 -8
- package/src/documents/server-assets/queries/useFetchDynamicAssetLikes/FetchDynamicAssetLikes.graphql +2 -2
- package/src/documents/server-assets/queries/useFetchDynamicAssetsLikes/FetchDynamicAssetsLikes.graphql +3 -3
- package/src/documents/server-collection/queries/useFetchCollections/FetchCollectionAssets.graphql +22 -22
- package/src/documents/server-collection/queries/useFetchDynamicCollectionData/FetchDynamicCollectionData.graphql +30 -30
- package/src/documents/server-collection/queries/useFetchDynamicCollectionsData/FetchDynamicCollectionsData.graphql +30 -30
- package/src/documents/server-galleries/mutations/useAddChangeGalleryBanner/UploadGalleryBanner.graphql +2 -2
- package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavoriteListV2.graphql +13 -13
- package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavorites.graphql +8 -13
- package/src/documents/server-galleries/mutations/useCreateGallery/CreateGallery.graphql +3 -13
- package/src/documents/server-galleries/mutations/useCreateGallery/CreateGalleryV2.graphql +8 -13
- package/src/documents/server-galleries/mutations/useDeleteGalleryBanner/DeleteGalleryBanner.graphql +3 -3
- package/src/documents/server-galleries/queries/useFetchGallery/FetchGallery.graphql +16 -16
- package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryCreations.graphql +2 -10
- package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryV2.graphql +17 -17
- package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavorites.graphql +5 -9
- package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavoritesV2.graphql +2 -6
- package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleries.graphql +5 -9
- package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleriesV2.graphql +2 -6
- package/src/documents/server-identities/mutations/SignInMetamask.graphql +8 -16
- 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 -11
- 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 -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 +1 -5
- 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 +15 -20
- package/src/documents/server-identities/queries/useFetchProfile/FetchProfile.graphql +5 -5
- package/src/documents/server-identities/queries/useFetchWallets/FetchUserWallets.graphql +1 -1
- package/src/documents/server-medias/queries/useFetchUserPic/FetchUserpic.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 +1 -1
- package/src/documents/server-search/queries/useFetchCollections/FindCollections.graphql +15 -25
- package/src/documents/server-search/queries/useFetchCreationsByItemType/FetchCreationsByItemType.graphql +2 -10
- package/src/documents/server-search/queries/useFetchNetWorth/FetchProfile.graphql +5 -5
- package/src/documents/server-search/queries/useFindCreations/FindCreations.graphql +2 -12
- package/src/documents/server-search/queries/useFindSets/FindSets.graphql +2 -12
- package/src/documents/server-search/queries/useFindShowcaseItems/FetchShowcaseItems.graphql +2 -12
- package/src/documents/server-search/queries/useFindUserCreations/FindUserCreations.graphql +2 -12
- package/src/documents/server-search/queries/useFindUserShowcaseItems/FetchFindUserShowcaseItems.graphql +2 -12
- package/src/graphql_tools/__generated__/schema.graphql +76 -22
- package/src/graphql_tools/__generated__/schema.ts +5115 -3499
- package/src/graphql_tools/schemas/asset/type/media.graphqls +1 -1
- package/src/graphql_tools/schemas/assets/asset/type/assetMarket.graphqls +1 -1
- package/src/graphql_tools/schemas/assets/asset/type/assetPrice.graphqls +1 -1
- package/src/graphql_tools/schemas/assets/asset/type/attribute.graphqls +1 -1
- package/src/graphql_tools/schemas/assets/asset/type/media.graphqls +0 -1
- package/src/graphql_tools/schemas/collection/type/attribute.graphqls +1 -1
- package/src/graphql_tools/schemas/collection/type/collection.graphqls +1 -1
- package/src/graphql_tools/schemas/collection/type/collectionAsset.graphqls +27 -28
- package/src/graphql_tools/schemas/collection/type/dynamicCollectionData.graphqls +1 -1
- package/src/graphql_tools/schemas/creation/query.graphqls +1 -5
- package/src/graphql_tools/schemas/galleries/gallery/input/galleryCreation.graphqls +1 -2
- package/src/graphql_tools/schemas/galleries/gallery/mutation.graphqls +6 -30
- package/src/graphql_tools/schemas/galleries/gallery/query.graphqls +7 -29
- package/src/graphql_tools/schemas/gallery/query.graphqls +3 -15
- package/src/graphql_tools/schemas/identities/identity/mutation.graphqls +6 -31
- package/src/graphql_tools/schemas/identities/profile/input/inputProfile.graphqls +2 -6
- package/src/graphql_tools/schemas/identities/profile/input/inputSocial.graphqls +3 -11
- package/src/graphql_tools/schemas/images/mutation.graphqls +4 -4
- package/src/graphql_tools/schemas/moderations/asset/mutation.graphqls +1 -3
- package/src/graphql_tools/schemas/moderations/asset/query.graphqls +2 -8
- package/src/graphql_tools/schemas/moderations/user/query.graphqls +1 -5
- package/src/graphql_tools/schemas/reports/asset/mutation.graphqls +1 -4
- package/src/graphql_tools/schemas/reports/asset/query.graphqls +1 -5
- package/src/graphql_tools/schemas/reports/gallery/mutation.graphqls +1 -4
- package/src/graphql_tools/schemas/reports/gallery/query.graphqls +1 -5
- package/src/graphql_tools/schemas/reports/schema.graphqls +1 -4
- package/src/graphql_tools/schemas/reports/user/query.graphqls +1 -5
- package/src/graphql_tools/schemas/schema.graphqls +1 -4
- package/src/graphql_tools/schemas/search/collection/query.graphqls +2 -11
- package/src/graphql_tools/schemas/search/creation/query.graphqls +8 -6
- package/src/graphql_tools/schemas/search/creation/type/profile.graphqls +1 -1
- package/src/graphql_tools/schemas/search/schema.graphqls +1 -4
- package/src/hosts/index.ts +21 -30
- package/src/index.ts +3 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
query FetchSearchResultBlockchainSelections {
|
|
2
|
+
fetchSearchResultBlockchainSelections {
|
|
3
|
+
id
|
|
4
|
+
label
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
query FetchSearchResultCategorySelections {
|
|
2
|
+
fetchSearchResultCategorySelections {
|
|
3
|
+
id
|
|
4
|
+
label
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
query FetchSearchResultStatusSelections {
|
|
2
|
+
fetchSearchResultStatusSelections {
|
|
3
|
+
id
|
|
4
|
+
label
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
query FetchSetsSearchResultTypeSelections {
|
|
2
|
+
fetchSetsSearchResultTypeSelections {
|
|
3
|
+
id
|
|
4
|
+
label
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,29 +1,19 @@
|
|
|
1
|
-
query FindCollections(
|
|
2
|
-
$term:
|
|
3
|
-
$input: CollectionFilterInput!
|
|
4
|
-
$pageSize: Int!
|
|
5
|
-
$pageToken: String
|
|
6
|
-
) {
|
|
7
|
-
findCollections(
|
|
8
|
-
term: $term
|
|
9
|
-
input: $input
|
|
10
|
-
pageSize: $pageSize
|
|
11
|
-
pageToken: $pageToken
|
|
12
|
-
) {
|
|
1
|
+
query FindCollections($term: String!, $input: CollectionFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findCollections(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
13
3
|
collections {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
4
|
+
collectionId
|
|
5
|
+
collectionTitle
|
|
6
|
+
blockchain
|
|
7
|
+
tokenId
|
|
8
|
+
medias {
|
|
9
|
+
originalUrl
|
|
10
|
+
url
|
|
11
|
+
previewUrl
|
|
12
|
+
mimeType
|
|
13
|
+
sizeRatio
|
|
14
|
+
fileSize
|
|
15
|
+
}
|
|
16
|
+
rank
|
|
27
17
|
}
|
|
28
18
|
nextPageToken
|
|
29
19
|
results
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
query FetchCreationsByItemType(
|
|
2
|
-
$itemType:
|
|
3
|
-
$pageSize: Int!
|
|
4
|
-
$pageToken: String
|
|
5
|
-
) {
|
|
6
|
-
fetchCreationsByItemType(
|
|
7
|
-
itemType: $itemType
|
|
8
|
-
pageSize: $pageSize
|
|
9
|
-
pageToken: $pageToken
|
|
10
|
-
) {
|
|
1
|
+
query FetchCreationsByItemType($itemType: String!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
fetchCreationsByItemType(itemType: $itemType, pageSize: $pageSize, pageToken: $pageToken) {
|
|
11
3
|
nextPageToken
|
|
12
4
|
creations {
|
|
13
5
|
itemType
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
query FetchUserPortfolio($ownerId: String!){
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
query FetchUserPortfolio($ownerId: String!) {
|
|
2
|
+
fetchUserPortfolio(ownerId: $ownerId) {
|
|
3
|
+
currency
|
|
4
|
+
amount
|
|
5
|
+
}
|
|
6
6
|
}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
query FindCreations(
|
|
2
|
-
$term:
|
|
3
|
-
$input: CreationFilterInput!
|
|
4
|
-
$pageSize: Int!
|
|
5
|
-
$pageToken: String
|
|
6
|
-
) {
|
|
7
|
-
findCreations(
|
|
8
|
-
term: $term
|
|
9
|
-
input: $input
|
|
10
|
-
pageSize: $pageSize
|
|
11
|
-
pageToken: $pageToken
|
|
12
|
-
) {
|
|
1
|
+
query FindCreations($term: String!, $input: CreationFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findCreations(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
13
3
|
nextPageToken
|
|
14
4
|
results
|
|
15
5
|
creations {
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
query FindSets(
|
|
2
|
-
$term:
|
|
3
|
-
$input: GallerySearchFilterInput!
|
|
4
|
-
$pageSize: Int!
|
|
5
|
-
$pageToken: String
|
|
6
|
-
) {
|
|
7
|
-
findSets(
|
|
8
|
-
term: $term
|
|
9
|
-
input: $input
|
|
10
|
-
pageSize: $pageSize
|
|
11
|
-
pageToken: $pageToken
|
|
12
|
-
) {
|
|
1
|
+
query FindSets($term: String!, $input: GallerySearchFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findSets(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
13
3
|
nextPageToken
|
|
14
4
|
galleries {
|
|
15
5
|
galleryId
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
query FindShowcaseItems(
|
|
2
|
-
$term:
|
|
3
|
-
$input: ShowcaseItemFilterInput!
|
|
4
|
-
$pageSize: Int!
|
|
5
|
-
$pageToken: String
|
|
6
|
-
) {
|
|
7
|
-
findShowcaseItems(
|
|
8
|
-
term: $term
|
|
9
|
-
input: $input
|
|
10
|
-
pageSize: $pageSize
|
|
11
|
-
pageToken: $pageToken
|
|
12
|
-
) {
|
|
1
|
+
query FindShowcaseItems($term: String!, $input: ShowcaseItemFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findShowcaseItems(term: $term, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
13
3
|
nextPageToken
|
|
14
4
|
results
|
|
15
5
|
showcaseItems {
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
query FindUserCreations(
|
|
2
|
-
$ownerId:
|
|
3
|
-
$input: CreationFilterInput!
|
|
4
|
-
$pageSize: Int!
|
|
5
|
-
$pageToken: String
|
|
6
|
-
) {
|
|
7
|
-
findUserCreations(
|
|
8
|
-
ownerId: $ownerId
|
|
9
|
-
input: $input
|
|
10
|
-
pageSize: $pageSize
|
|
11
|
-
pageToken: $pageToken
|
|
12
|
-
) {
|
|
1
|
+
query FindUserCreations($ownerId: String!, $input: CreationFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findUserCreations(ownerId: $ownerId, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
13
3
|
nextPageToken
|
|
14
4
|
results
|
|
15
5
|
creations {
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
query FindUserShowcaseItems(
|
|
2
|
-
$ownerId:
|
|
3
|
-
$input: ShowcaseItemFilterInput!
|
|
4
|
-
$pageSize: Int!
|
|
5
|
-
$pageToken: String
|
|
6
|
-
) {
|
|
7
|
-
findUserShowcaseItems(
|
|
8
|
-
ownerId: $ownerId
|
|
9
|
-
input: $input
|
|
10
|
-
pageSize: $pageSize
|
|
11
|
-
pageToken: $pageToken
|
|
12
|
-
) {
|
|
1
|
+
query FindUserShowcaseItems($ownerId: String!, $input: ShowcaseItemFilterInput!, $pageSize: Int!, $pageToken: String) {
|
|
2
|
+
findUserShowcaseItems(ownerId: $ownerId, input: $input, pageSize: $pageSize, pageToken: $pageToken) {
|
|
13
3
|
showcaseItems {
|
|
14
4
|
itemType
|
|
15
5
|
itemId
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
directive @Min(value: Int! = 0, message: String = "%s") on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
|
|
2
2
|
|
|
3
|
-
directive @NotBlank(
|
|
3
|
+
directive @NotBlank(
|
|
4
|
+
message: String = "graphql.validation.NotBlank.message"
|
|
5
|
+
) on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
|
|
4
6
|
|
|
5
7
|
type Address {
|
|
6
8
|
creators: [Wallet]
|
|
@@ -816,12 +818,16 @@ type Query {
|
|
|
816
818
|
fetchAssetModerationStatuses: [Selection]!
|
|
817
819
|
fetchAssetModerations(input: AssetModerationFilter!, pageSize: Int!, pageToken: String): AssetModerationsPage!
|
|
818
820
|
|
|
819
|
-
"""
|
|
821
|
+
"""
|
|
822
|
+
This query is not connected to the front
|
|
823
|
+
"""
|
|
820
824
|
fetchAssetNamesSuggestions(term: String!): [String]!
|
|
821
825
|
fetchAssetReports(input: AssetReportFilter!, pageSize: Int!, pageToken: String): AssetReportsPage!
|
|
822
826
|
fetchAssets(assetIds: [String!]!): [Asset]!
|
|
823
827
|
|
|
824
|
-
"""
|
|
828
|
+
"""
|
|
829
|
+
This query must be used on the first page
|
|
830
|
+
"""
|
|
825
831
|
fetchAssetsCount: Long!
|
|
826
832
|
fetchBannerAssets(pageSize: Int!): [BannerAsset]!
|
|
827
833
|
fetchBlockchainSelections: [Selection]!
|
|
@@ -894,58 +900,106 @@ type Query {
|
|
|
894
900
|
fetchWalletSelections: [Selection]!
|
|
895
901
|
fetchWallets: [Wallet]!
|
|
896
902
|
|
|
897
|
-
"""
|
|
903
|
+
"""
|
|
904
|
+
This query should be changed according to new design
|
|
905
|
+
"""
|
|
898
906
|
findAllAssetsByName(input: SearchFilterInput!, pageSize: Int!, pageToken: String): AssetPage!
|
|
899
907
|
|
|
900
|
-
"""
|
|
908
|
+
"""
|
|
909
|
+
This query should be changed according to new design
|
|
910
|
+
"""
|
|
901
911
|
findAllAssetsByOwner(input: SearchFilterInput!, pageSize: Int!, pageToken: String): AssetPage!
|
|
902
912
|
|
|
903
|
-
"""
|
|
913
|
+
"""
|
|
914
|
+
This query should be changed according to new design
|
|
915
|
+
"""
|
|
904
916
|
findAllAssetsByTerm(input: SearchFilterInput!, pageSize: Int!, pageToken: String): AssetPage!
|
|
905
917
|
|
|
906
|
-
"""
|
|
918
|
+
"""
|
|
919
|
+
This query should be changed according to new design
|
|
920
|
+
"""
|
|
907
921
|
findAllGalleriesByName(input: SearchFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
|
|
908
922
|
|
|
909
|
-
"""
|
|
923
|
+
"""
|
|
924
|
+
This query should be changed according to new design
|
|
925
|
+
"""
|
|
910
926
|
findAllGalleriesByTerm(input: SearchFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
|
|
911
927
|
findAllTopEntitiesByName(name: String!, pageSize: Int!): TopEntitiesPage!
|
|
912
928
|
findAllTopEntitiesByTerm(pageSize: Int!, term: String!): TopEntitiesPage!
|
|
913
929
|
|
|
914
|
-
"""
|
|
930
|
+
"""
|
|
931
|
+
This query should be changed according to new design
|
|
932
|
+
"""
|
|
915
933
|
findAssetsByName(input: SearchFilterInput!, pageSize: Int!, pageToken: String): AssetPage!
|
|
916
934
|
|
|
917
|
-
"""
|
|
935
|
+
"""
|
|
936
|
+
This query should be changed according to new design
|
|
937
|
+
"""
|
|
918
938
|
findAssetsByOwner(input: SearchFilterInput!, pageSize: Int!, pageToken: String): AssetPage!
|
|
919
939
|
|
|
920
|
-
"""
|
|
940
|
+
"""
|
|
941
|
+
This query should be changed according to new design
|
|
942
|
+
"""
|
|
921
943
|
findAssetsByTerm(input: SearchFilterInput!, pageSize: Int!, pageToken: String): AssetPage!
|
|
922
944
|
findCollections(term: String!, input: CollectionFilterInput!, pageSize: Int!, pageToken: String): CollectionPage!
|
|
923
945
|
|
|
924
|
-
"""
|
|
946
|
+
"""
|
|
947
|
+
This query should be changed according to new design
|
|
948
|
+
"""
|
|
925
949
|
findCollectionsByTitle(input: SearchFilterInput!, pageSize: Int!, pageToken: String): CollectionPage!
|
|
926
950
|
findCreations(input: CreationFilterInput!, pageSize: Int!, pageToken: String, term: String!): CreationsPage!
|
|
927
951
|
|
|
928
|
-
"""
|
|
952
|
+
"""
|
|
953
|
+
This query should be changed according to new design
|
|
954
|
+
"""
|
|
929
955
|
findGalleriesByName(input: SearchFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
|
|
930
956
|
|
|
931
|
-
"""
|
|
957
|
+
"""
|
|
958
|
+
This query should be changed according to new design
|
|
959
|
+
"""
|
|
932
960
|
findGalleriesByTerm(input: SearchFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
|
|
933
961
|
|
|
934
|
-
"""
|
|
962
|
+
"""
|
|
963
|
+
This query should be changed according to new design
|
|
964
|
+
"""
|
|
935
965
|
findProfilesByName(name: String!, pageSize: Int!, pageToken: String): ProfilePage!
|
|
936
966
|
|
|
937
|
-
"""
|
|
967
|
+
"""
|
|
968
|
+
This query should be changed according to new design
|
|
969
|
+
"""
|
|
938
970
|
findProfilesByTerm(pageSize: Int!, pageToken: String, term: String!): ProfilePage!
|
|
939
971
|
findSets(term: String!, input: GallerySearchFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
|
|
940
|
-
findShowcaseItems(
|
|
941
|
-
|
|
942
|
-
|
|
972
|
+
findShowcaseItems(
|
|
973
|
+
input: ShowcaseItemFilterInput!
|
|
974
|
+
pageSize: Int!
|
|
975
|
+
pageToken: String
|
|
976
|
+
term: String!
|
|
977
|
+
): ShowcaseItemPage!
|
|
978
|
+
|
|
979
|
+
"""
|
|
980
|
+
These queries are used for search suggestions
|
|
981
|
+
"""
|
|
943
982
|
findTopEntitiesByName(name: String!, pageSize: Int!): TopEntitiesPage!
|
|
944
983
|
findTopEntitiesByTerm(pageSize: Int!, term: String!): TopEntitiesPage!
|
|
945
984
|
findUserCreations(input: CreationFilterInput!, ownerId: String!, pageSize: Int!, pageToken: String): CreationsPage!
|
|
946
|
-
findUserFavoriteLists(
|
|
947
|
-
|
|
948
|
-
|
|
985
|
+
findUserFavoriteLists(
|
|
986
|
+
ownerId: String!
|
|
987
|
+
input: GalleryProfileFilterInput!
|
|
988
|
+
pageSize: Int!
|
|
989
|
+
pageToken: String
|
|
990
|
+
): GalleryPage!
|
|
991
|
+
findUserGalleries(
|
|
992
|
+
ownerId: String!
|
|
993
|
+
input: GalleryProfileFilterInput!
|
|
994
|
+
pageSize: Int!
|
|
995
|
+
pageToken: String
|
|
996
|
+
): GalleryPage!
|
|
997
|
+
findUserShowcaseItems(
|
|
998
|
+
input: ShowcaseItemFilterInput!
|
|
999
|
+
ownerId: String!
|
|
1000
|
+
pageSize: Int!
|
|
1001
|
+
pageToken: String
|
|
1002
|
+
): ShowcaseItemPage!
|
|
949
1003
|
getDummy: String!
|
|
950
1004
|
isValidAuthToken(authToken: String!): Boolean!
|
|
951
1005
|
}
|