@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.
Files changed (109) hide show
  1. package/build/config/index.d.ts +2 -0
  2. package/build/config/index.js +123 -0
  3. package/build/config/typePolicies.d.ts +2 -0
  4. package/build/config/typePolicies.js +41 -0
  5. package/build/cookies/index.d.ts +17 -0
  6. package/build/cookies/index.js +70 -0
  7. package/build/graphql_tools/__generated__/schema.d.ts +1301 -1301
  8. package/build/graphql_tools/__generated__/schema.js +1413 -1443
  9. package/build/hosts/index.js +21 -21
  10. package/build/index.d.ts +3 -1
  11. package/build/index.js +5 -1
  12. package/package.json +9 -3
  13. package/src/config/index.ts +143 -0
  14. package/src/config/typePolicies.ts +40 -0
  15. package/src/cookies/index.ts +76 -0
  16. package/src/documents/server-assets/queries/useFetchAsset/FetchAsset.graphql +8 -8
  17. package/src/documents/server-assets/queries/useFetchAssetByBlockchain/FetchAssetByBlockchain.graphql +2 -12
  18. package/src/documents/server-assets/queries/useFetchAssets/FetchAssets.graphql +8 -8
  19. package/src/documents/server-assets/queries/useFetchDynamicAssetLikes/FetchDynamicAssetLikes.graphql +2 -2
  20. package/src/documents/server-assets/queries/useFetchDynamicAssetsLikes/FetchDynamicAssetsLikes.graphql +3 -3
  21. package/src/documents/server-collection/queries/useFetchCollections/FetchCollectionAssets.graphql +22 -22
  22. package/src/documents/server-collection/queries/useFetchDynamicCollectionData/FetchDynamicCollectionData.graphql +30 -30
  23. package/src/documents/server-collection/queries/useFetchDynamicCollectionsData/FetchDynamicCollectionsData.graphql +30 -30
  24. package/src/documents/server-galleries/mutations/useAddChangeGalleryBanner/UploadGalleryBanner.graphql +2 -2
  25. package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavoriteListV2.graphql +13 -13
  26. package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavorites.graphql +8 -13
  27. package/src/documents/server-galleries/mutations/useCreateGallery/CreateGallery.graphql +3 -13
  28. package/src/documents/server-galleries/mutations/useCreateGallery/CreateGalleryV2.graphql +8 -13
  29. package/src/documents/server-galleries/mutations/useDeleteGalleryBanner/DeleteGalleryBanner.graphql +3 -3
  30. package/src/documents/server-galleries/queries/useFetchGallery/FetchGallery.graphql +16 -16
  31. package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryCreations.graphql +2 -10
  32. package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryV2.graphql +17 -17
  33. package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavorites.graphql +5 -9
  34. package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavoritesV2.graphql +2 -6
  35. package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleries.graphql +5 -9
  36. package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleriesV2.graphql +2 -6
  37. package/src/documents/server-identities/mutations/SignInMetamask.graphql +8 -16
  38. package/src/documents/server-identities/mutations/useAddWalletElrond/AddWalletElrond.graphql +3 -3
  39. package/src/documents/server-identities/mutations/useAddWalletFlow/AddWalletFlow.graphql +3 -3
  40. package/src/documents/server-identities/mutations/useAddWalletMetamask/AddWalletMetamask.graphql +3 -11
  41. package/src/documents/server-identities/mutations/useAddWalletSolana/AddWalletSolana.graphql +3 -3
  42. package/src/documents/server-identities/mutations/useAddWalletTezos/AddWalletTezos.graphql +3 -3
  43. package/src/documents/server-identities/mutations/useCreateNonce/CreateNonce.graphql +3 -7
  44. package/src/documents/server-identities/mutations/useRefrechToken/RefreshToken.graphql +8 -8
  45. package/src/documents/server-identities/mutations/useRevokeToken/RevokeToken.graphql +3 -3
  46. package/src/documents/server-identities/mutations/useSignInElrond/SignInElrond.graphql +9 -9
  47. package/src/documents/server-identities/mutations/useSignInFlow/SignInFlow.graphql +9 -9
  48. package/src/documents/server-identities/mutations/useSignInMetamask/SignInMetamask.graphql +1 -5
  49. package/src/documents/server-identities/mutations/useSignInSolana/SignInSolana.graphql +9 -9
  50. package/src/documents/server-identities/mutations/useSignInTezos/SignInTezos.graphql +9 -9
  51. package/src/documents/server-identities/mutations/useUpdateProfile/UpdateProfile.graphql +15 -20
  52. package/src/documents/server-identities/queries/useFetchProfile/FetchProfile.graphql +5 -5
  53. package/src/documents/server-identities/queries/useFetchWallets/FetchUserWallets.graphql +1 -1
  54. package/src/documents/server-medias/queries/useFetchUserPic/FetchUserpic.graphql +3 -3
  55. package/src/documents/server-preferences/queries/useFetchExpectations/FetchExpectations.graphql +6 -6
  56. package/src/documents/server-preferences/queries/useFetchInterests/FetchUserInterests.graphql +6 -6
  57. package/src/documents/server-preferences/queries/useFetchSearchResultTimeSelection/FetchSearchResultTimeSelections.graphql +6 -6
  58. package/src/documents/server-preferences/queries/useFetchUserExpectations/FetchUserExpectations.graphql +7 -7
  59. package/src/documents/server-preferences/queries/useFetchUserInterests/FetchUserInterests.graphql +8 -8
  60. package/src/documents/server-preferences/queries/useSearchResultBlockchainSelections/FetchSearchResultBlockchainSelections.graphql +6 -6
  61. package/src/documents/server-preferences/queries/useSearchResultCategorySelections/FetchSearchResultCategorySelections.graphql +6 -6
  62. package/src/documents/server-preferences/queries/useSearchResultStatusSelections/FetchSearchResultStatusSelection.graphql +6 -6
  63. package/src/documents/server-preferences/queries/useSearchResultTypeSelections/FetchSetsSearchResultTypeSelections.graphql +6 -6
  64. package/src/documents/server-search/queries/useFetchAssetsCount/FetchAssetsCount.graphql +1 -1
  65. package/src/documents/server-search/queries/useFetchCollections/FindCollections.graphql +15 -25
  66. package/src/documents/server-search/queries/useFetchCreationsByItemType/FetchCreationsByItemType.graphql +2 -10
  67. package/src/documents/server-search/queries/useFetchNetWorth/FetchProfile.graphql +5 -5
  68. package/src/documents/server-search/queries/useFindCreations/FindCreations.graphql +2 -12
  69. package/src/documents/server-search/queries/useFindSets/FindSets.graphql +2 -12
  70. package/src/documents/server-search/queries/useFindShowcaseItems/FetchShowcaseItems.graphql +2 -12
  71. package/src/documents/server-search/queries/useFindUserCreations/FindUserCreations.graphql +2 -12
  72. package/src/documents/server-search/queries/useFindUserShowcaseItems/FetchFindUserShowcaseItems.graphql +2 -12
  73. package/src/graphql_tools/__generated__/schema.graphql +76 -22
  74. package/src/graphql_tools/__generated__/schema.ts +5115 -3499
  75. package/src/graphql_tools/schemas/asset/type/media.graphqls +1 -1
  76. package/src/graphql_tools/schemas/assets/asset/type/assetMarket.graphqls +1 -1
  77. package/src/graphql_tools/schemas/assets/asset/type/assetPrice.graphqls +1 -1
  78. package/src/graphql_tools/schemas/assets/asset/type/attribute.graphqls +1 -1
  79. package/src/graphql_tools/schemas/assets/asset/type/media.graphqls +0 -1
  80. package/src/graphql_tools/schemas/collection/type/attribute.graphqls +1 -1
  81. package/src/graphql_tools/schemas/collection/type/collection.graphqls +1 -1
  82. package/src/graphql_tools/schemas/collection/type/collectionAsset.graphqls +27 -28
  83. package/src/graphql_tools/schemas/collection/type/dynamicCollectionData.graphqls +1 -1
  84. package/src/graphql_tools/schemas/creation/query.graphqls +1 -5
  85. package/src/graphql_tools/schemas/galleries/gallery/input/galleryCreation.graphqls +1 -2
  86. package/src/graphql_tools/schemas/galleries/gallery/mutation.graphqls +6 -30
  87. package/src/graphql_tools/schemas/galleries/gallery/query.graphqls +7 -29
  88. package/src/graphql_tools/schemas/gallery/query.graphqls +3 -15
  89. package/src/graphql_tools/schemas/identities/identity/mutation.graphqls +6 -31
  90. package/src/graphql_tools/schemas/identities/profile/input/inputProfile.graphqls +2 -6
  91. package/src/graphql_tools/schemas/identities/profile/input/inputSocial.graphqls +3 -11
  92. package/src/graphql_tools/schemas/images/mutation.graphqls +4 -4
  93. package/src/graphql_tools/schemas/moderations/asset/mutation.graphqls +1 -3
  94. package/src/graphql_tools/schemas/moderations/asset/query.graphqls +2 -8
  95. package/src/graphql_tools/schemas/moderations/user/query.graphqls +1 -5
  96. package/src/graphql_tools/schemas/reports/asset/mutation.graphqls +1 -4
  97. package/src/graphql_tools/schemas/reports/asset/query.graphqls +1 -5
  98. package/src/graphql_tools/schemas/reports/gallery/mutation.graphqls +1 -4
  99. package/src/graphql_tools/schemas/reports/gallery/query.graphqls +1 -5
  100. package/src/graphql_tools/schemas/reports/schema.graphqls +1 -4
  101. package/src/graphql_tools/schemas/reports/user/query.graphqls +1 -5
  102. package/src/graphql_tools/schemas/schema.graphqls +1 -4
  103. package/src/graphql_tools/schemas/search/collection/query.graphqls +2 -11
  104. package/src/graphql_tools/schemas/search/creation/query.graphqls +8 -6
  105. package/src/graphql_tools/schemas/search/creation/type/profile.graphqls +1 -1
  106. package/src/graphql_tools/schemas/search/schema.graphqls +1 -4
  107. package/src/hosts/index.ts +21 -30
  108. package/src/index.ts +3 -1
  109. package/tsconfig.tsbuildinfo +1 -1
@@ -1,6 +1,6 @@
1
- query FetchSearchResultBlockchainSelections {
2
- fetchSearchResultBlockchainSelections {
3
- id
4
- label
5
- }
6
- }
1
+ query FetchSearchResultBlockchainSelections {
2
+ fetchSearchResultBlockchainSelections {
3
+ id
4
+ label
5
+ }
6
+ }
@@ -1,6 +1,6 @@
1
- query FetchSearchResultCategorySelections {
2
- fetchSearchResultCategorySelections {
3
- id
4
- label
5
- }
6
- }
1
+ query FetchSearchResultCategorySelections {
2
+ fetchSearchResultCategorySelections {
3
+ id
4
+ label
5
+ }
6
+ }
@@ -1,6 +1,6 @@
1
- query FetchSearchResultStatusSelections {
2
- fetchSearchResultStatusSelections {
3
- id
4
- label
5
- }
6
- }
1
+ query FetchSearchResultStatusSelections {
2
+ fetchSearchResultStatusSelections {
3
+ id
4
+ label
5
+ }
6
+ }
@@ -1,6 +1,6 @@
1
- query FetchSetsSearchResultTypeSelections {
2
- fetchSetsSearchResultTypeSelections {
3
- id
4
- label
5
- }
6
- }
1
+ query FetchSetsSearchResultTypeSelections {
2
+ fetchSetsSearchResultTypeSelections {
3
+ id
4
+ label
5
+ }
6
+ }
@@ -1,3 +1,3 @@
1
1
  query FetchAssetsCount {
2
- fetchAssetsCount
2
+ fetchAssetsCount
3
3
  }
@@ -1,29 +1,19 @@
1
- query FindCollections(
2
- $term: String!
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
- collectionId
15
- collectionTitle
16
- blockchain
17
- tokenId
18
- medias{
19
- originalUrl
20
- url
21
- previewUrl
22
- mimeType
23
- sizeRatio
24
- fileSize
25
- }
26
- rank
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: String!
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
- fetchUserPortfolio(ownerId: $ownerId) {
3
- currency
4
- amount
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: String!
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: String!
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: String!
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: String!
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: String!
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(message: String = "graphql.validation.NotBlank.message") on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
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
- """This query is not connected to the front"""
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
- """This query must be used on the first page"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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
- """This query should be changed according to new design"""
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(input: ShowcaseItemFilterInput!, pageSize: Int!, pageToken: String, term: String!): ShowcaseItemPage!
941
-
942
- """These queries are used for search suggestions"""
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(ownerId: String!, input: GalleryProfileFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
947
- findUserGalleries(ownerId: String!, input: GalleryProfileFilterInput!, pageSize: Int!, pageToken: String): GalleryPage!
948
- findUserShowcaseItems(input: ShowcaseItemFilterInput!, ownerId: String!, pageSize: Int!, pageToken: String): ShowcaseItemPage!
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
  }