@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.
Files changed (353) hide show
  1. package/build/config/index.d.ts +2 -2
  2. package/build/config/index.js +167 -167
  3. package/build/config/typePolicies.d.ts +2 -2
  4. package/build/config/typePolicies.js +57 -57
  5. package/build/cookies/index.d.ts +17 -17
  6. package/build/cookies/index.js +76 -76
  7. package/build/graphql_tools/__generated__/schema.d.ts +5129 -5128
  8. package/build/graphql_tools/__generated__/schema.js +3963 -3961
  9. package/build/hosts/index.d.ts +24 -24
  10. package/build/hosts/index.js +27 -27
  11. package/build/index.d.ts +5 -5
  12. package/build/index.js +34 -34
  13. package/codegen.yml +22 -22
  14. package/package.json +33 -33
  15. package/src/config/index.ts +199 -199
  16. package/src/config/typePolicies.ts +56 -56
  17. package/src/cookies/index.ts +83 -83
  18. package/src/documents/server-assets/mutations/useDislikeAsset/DislikeAsset.graphql +3 -3
  19. package/src/documents/server-assets/mutations/useLikeAsset/LikeAsset.graphql +3 -3
  20. package/src/documents/server-assets/queries/useFetchAsset/FetchAsset.graphql +81 -80
  21. package/src/documents/server-assets/queries/useFetchAssetByBlockchain/FetchAssetByBlockchain.graphql +79 -78
  22. package/src/documents/server-assets/queries/useFetchAssets/FetchAssets.graphql +78 -78
  23. package/src/documents/server-assets/queries/useFetchDynamicAssetLikes/FetchDynamicAssetLikes.graphql +6 -6
  24. package/src/documents/server-assets/queries/useFetchDynamicAssetsLikes/FetchDynamicAssetsLikes.graphql +7 -7
  25. package/src/documents/server-assets/queries/useFetchLiked/FetchLiked.graphql +3 -3
  26. package/src/documents/server-collection/mutations/useDislikeCollection/DislikeAsset.graphql +3 -3
  27. package/src/documents/server-collection/mutations/useLikeCollection/LikeCollection.graphql +3 -3
  28. package/src/documents/server-collection/queries/useFetchCollection/FetchCollection.graphql +36 -36
  29. package/src/documents/server-collection/queries/useFetchCollections/FetchCollectionAssets.graphql +33 -33
  30. package/src/documents/server-collection/queries/useFetchCollectionsByIds/FetchCollectionsByIds.graphql +35 -35
  31. package/src/documents/server-collection/queries/useFetchDynamicCollectionData/FetchDynamicCollectionData.graphql +38 -38
  32. package/src/documents/server-collection/queries/useFetchDynamicCollectionsData/FetchDynamicCollectionsData.graphql +38 -38
  33. package/src/documents/server-extension/queries/useFetchNFTData/FetchNFTData.graphql +22 -22
  34. package/src/documents/server-galleries/mutations/useAddAssetsToGallery/AddAssetsToGallery.graphql +3 -3
  35. package/src/documents/server-galleries/mutations/useAddAssetsToGallery/AddAssetsToGalleryV2.graphql +3 -3
  36. package/src/documents/server-galleries/mutations/useAddChangeGalleryBanner/UploadGalleryBanner.graphql +3 -3
  37. package/src/documents/server-galleries/mutations/useAddCollectionsToGallery/AddCollectionsToGallery.graphql +3 -3
  38. package/src/documents/server-galleries/mutations/useAddCollectionsToGallery/AddCollectionsToGalleryV2.graphql +3 -3
  39. package/src/documents/server-galleries/mutations/useAddCreationsToGallery/AddCreationsToGallery.graphql +3 -3
  40. package/src/documents/server-galleries/mutations/useAddCreationsToGallery/AddCreationsToGalleryV2.graphql +3 -3
  41. package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavoriteListV2.graphql +13 -13
  42. package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavorites.graphql +8 -8
  43. package/src/documents/server-galleries/mutations/useCreateGallery/CreateGallery.graphql +3 -3
  44. package/src/documents/server-galleries/mutations/useCreateGallery/CreateGalleryV2.graphql +8 -8
  45. package/src/documents/server-galleries/mutations/useDeleteGallery/DeleteGallery.graphql +2 -2
  46. package/src/documents/server-galleries/mutations/useDeleteGalleryBanner/DeleteGalleryBanner.graphql +3 -3
  47. package/src/documents/server-galleries/mutations/useEditGallery/EditGallery.graphql +3 -3
  48. package/src/documents/server-galleries/mutations/useRemoveAssetFromGallery/RemoveAssetFromGallery.graphql +3 -3
  49. package/src/documents/server-galleries/mutations/useRemoveAssetFromGallery/RemoveAssetFromGalleryV2.graphql +3 -3
  50. package/src/documents/server-galleries/mutations/useRemoveCollectionFromGallery/RemoveCollectionFromGallery.graphql +3 -3
  51. package/src/documents/server-galleries/mutations/useRemoveCollectionFromGallery/RemoveCollectionFromGalleryV2.graphql +3 -3
  52. package/src/documents/server-galleries/mutations/useRemoveCreationFromGallery/RemoveCreationFromGallery.graphql +3 -3
  53. package/src/documents/server-galleries/mutations/useRemoveCreationFromGallery/RemoveCreationFromGalleryV2.graphql +3 -3
  54. package/src/documents/server-galleries/queries/useFetchGallery/FetchGallery.graphql +17 -17
  55. package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryCreations.graphql +34 -34
  56. package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryV2.graphql +18 -18
  57. package/src/documents/server-galleries/queries/useFetchMyFavorites/FetchMyFavorites.graphql +48 -48
  58. package/src/documents/server-galleries/queries/useFetchMyFavorites/FetchMyFavoritesV2.graphql +21 -21
  59. package/src/documents/server-galleries/queries/useFetchMyGalleries/FetchMyGalleriesV2.graphql +21 -21
  60. package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavorites.graphql +55 -55
  61. package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavoritesV2.graphql +28 -28
  62. package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleries.graphql +55 -55
  63. package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleriesV2.graphql +28 -28
  64. package/src/documents/server-identities/mutations/SignInMetamask.graphql +9 -9
  65. package/src/documents/server-identities/mutations/useAddWalletElrond/AddWalletElrond.graphql +3 -3
  66. package/src/documents/server-identities/mutations/useAddWalletFlow/AddWalletFlow.graphql +3 -3
  67. package/src/documents/server-identities/mutations/useAddWalletMetamask/AddWalletMetamask.graphql +3 -3
  68. package/src/documents/server-identities/mutations/useAddWalletSolana/AddWalletSolana.graphql +3 -3
  69. package/src/documents/server-identities/mutations/useAddWalletTezos/AddWalletTezos.graphql +3 -3
  70. package/src/documents/server-identities/mutations/useCreateNonce/CreateNonce.graphql +3 -3
  71. package/src/documents/server-identities/mutations/useGenerateNewInviteCodes/GenerateNewInviteCodes.graphql +7 -7
  72. package/src/documents/server-identities/mutations/useRefrechToken/RefreshToken.graphql +8 -8
  73. package/src/documents/server-identities/mutations/useRevokeToken/RevokeToken.graphql +3 -3
  74. package/src/documents/server-identities/mutations/useSignInElrond/SignInElrond.graphql +9 -9
  75. package/src/documents/server-identities/mutations/useSignInFlow/SignInFlow.graphql +9 -9
  76. package/src/documents/server-identities/mutations/useSignInMetamask/SignInMetamask.graphql +9 -9
  77. package/src/documents/server-identities/mutations/useSignInSolana/SignInSolana.graphql +9 -9
  78. package/src/documents/server-identities/mutations/useSignInTezos/SignInTezos.graphql +9 -9
  79. package/src/documents/server-identities/mutations/useUpdateProfile/UpdateProfile.graphql +18 -18
  80. package/src/documents/server-identities/queries/useFetchProfile/FetchProfile.graphql +31 -31
  81. package/src/documents/server-identities/queries/useFetchWallets/FetchUserWallets.graphql +9 -9
  82. package/src/documents/server-identities/queries/useGetMyInviteCodes/GetMyInviteCodes.graphql +8 -8
  83. package/src/documents/server-identities/queries/useIsInviteCodeAvailable/IsInviteCodeAvailable.graphql +3 -3
  84. package/src/documents/server-medias/queries/useFetchUserPic/FetchUserpic.graphql +3 -3
  85. package/src/documents/server-opportunities/mutations/useCreateOpportunity//320/241reateOpportunity.graphql +3 -3
  86. package/src/documents/server-opportunities/mutations/useOpenOpportunity/OpenOpportunity.graphql +3 -3
  87. package/src/documents/server-opportunities/queries/useFetchOpportunities/FetchOpportunities.graphql +21 -21
  88. package/src/documents/server-preferences/mutations/useSaveUserExpectations/SaveUserExpectations.graphql +3 -3
  89. package/src/documents/server-preferences/mutations/useSaveUserInterests/SaveUserInterests.graphql +3 -3
  90. package/src/documents/server-preferences/queries/useFetchExpectations/FetchExpectations.graphql +6 -6
  91. package/src/documents/server-preferences/queries/useFetchInterests/FetchUserInterests.graphql +6 -6
  92. package/src/documents/server-preferences/queries/useFetchSearchResultTimeSelection/FetchSearchResultTimeSelections.graphql +6 -6
  93. package/src/documents/server-preferences/queries/useFetchUserExpectations/FetchUserExpectations.graphql +7 -7
  94. package/src/documents/server-preferences/queries/useFetchUserInterests/FetchUserInterests.graphql +8 -8
  95. package/src/documents/server-preferences/queries/useSearchResultBlockchainSelections/FetchSearchResultBlockchainSelections.graphql +6 -6
  96. package/src/documents/server-preferences/queries/useSearchResultCategorySelections/FetchSearchResultCategorySelections.graphql +6 -6
  97. package/src/documents/server-preferences/queries/useSearchResultStatusSelections/FetchSearchResultStatusSelection.graphql +6 -6
  98. package/src/documents/server-preferences/queries/useSearchResultTypeSelections/FetchSetsSearchResultTypeSelections.graphql +6 -6
  99. package/src/documents/server-search/queries/useFetchAssetsCount/FetchAssetsCount.graphql +3 -3
  100. package/src/documents/server-search/queries/useFetchCollections/FindCollections.graphql +21 -21
  101. package/src/documents/server-search/queries/useFetchCreations/FetchCreations.graphql +54 -54
  102. package/src/documents/server-search/queries/useFetchCreationsByItemType/FetchCreationsByItemType.graphql +53 -53
  103. package/src/documents/server-search/queries/useFetchFindAllTopEntitiesByName/FindAllTopEntitiesByName.graphql +98 -98
  104. package/src/documents/server-search/queries/useFetchNetWorth/FetchProfile.graphql +6 -6
  105. package/src/documents/server-search/queries/useFindCreations/FindCreations.graphql +54 -54
  106. package/src/documents/server-search/queries/useFindProfilesByName/FindProfilesByName.graphql +14 -14
  107. package/src/documents/server-search/queries/useFindSets/FindSets.graphql +21 -21
  108. package/src/documents/server-search/queries/useFindShowcaseItems/FetchShowcaseItems.graphql +20 -20
  109. package/src/documents/server-search/queries/useFindUserCreations/FindUserCreations.graphql +55 -55
  110. package/src/documents/server-search/queries/useFindUserShowcaseItems/FetchFindUserShowcaseItems.graphql +21 -21
  111. package/src/graphql_tools/__generated__/schema.graphql +1265 -1264
  112. package/src/graphql_tools/__generated__/schema.ts +7367 -7364
  113. package/src/graphql_tools/schemas/asset/query.graphqls +65 -65
  114. package/src/graphql_tools/schemas/asset/type/asset.graphqls +36 -35
  115. package/src/graphql_tools/schemas/asset/type/assetPage.graphqls +4 -4
  116. package/src/graphql_tools/schemas/asset/type/attribute.graphqls +4 -4
  117. package/src/graphql_tools/schemas/asset/type/media.graphqls +9 -9
  118. package/src/graphql_tools/schemas/assets/asset/mutation.graphqls +11 -11
  119. package/src/graphql_tools/schemas/assets/asset/query.graphqls +14 -14
  120. package/src/graphql_tools/schemas/assets/asset/type/asset.graphqls +36 -35
  121. package/src/graphql_tools/schemas/assets/asset/type/assetGallery.graphqls +4 -4
  122. package/src/graphql_tools/schemas/assets/asset/type/assetMarket.graphqls +6 -6
  123. package/src/graphql_tools/schemas/assets/asset/type/assetPrice.graphqls +4 -4
  124. package/src/graphql_tools/schemas/assets/asset/type/assetsPage.graphqls +4 -4
  125. package/src/graphql_tools/schemas/assets/asset/type/attribute.graphqls +4 -4
  126. package/src/graphql_tools/schemas/assets/asset/type/bannerAsset.graphqls +7 -7
  127. package/src/graphql_tools/schemas/assets/asset/type/bannerAssetsPage.graphqls +4 -4
  128. package/src/graphql_tools/schemas/assets/asset/type/dynamicAssetData.graphqls +5 -5
  129. package/src/graphql_tools/schemas/assets/asset/type/galleries.graphqls +3 -3
  130. package/src/graphql_tools/schemas/assets/asset/type/media.graphqls +8 -8
  131. package/src/graphql_tools/schemas/assets/asset/type/profile.graphqls +15 -15
  132. package/src/graphql_tools/schemas/assets/asset/type/showcaseAsset.graphqls +14 -14
  133. package/src/graphql_tools/schemas/assets/asset/type/showcaseAssetsPage.graphqls +4 -4
  134. package/src/graphql_tools/schemas/assets/scalars.graphqls +2 -2
  135. package/src/graphql_tools/schemas/assets/schema.graphqls +12 -12
  136. package/src/graphql_tools/schemas/auth/auth/mutation.graphqls +4 -4
  137. package/src/graphql_tools/schemas/auth/auth/query.graphqls +4 -4
  138. package/src/graphql_tools/schemas/auth/auth/type/login.graphqls +6 -6
  139. package/src/graphql_tools/schemas/auth/auth/type/loginsPage.graphqls +4 -4
  140. package/src/graphql_tools/schemas/auth/auth/type/tokenPair.graphqls +6 -6
  141. package/src/graphql_tools/schemas/auth/scalars.graphqls +2 -2
  142. package/src/graphql_tools/schemas/auth/schema.graphqls +12 -12
  143. package/src/graphql_tools/schemas/auth/testReponse.graphqls +5 -5
  144. package/src/graphql_tools/schemas/collection/input/dynamicCollectionDataInput.graphqls +5 -5
  145. package/src/graphql_tools/schemas/collection/query.graphqls +8 -8
  146. package/src/graphql_tools/schemas/collection/type/attribute.graphqls +4 -4
  147. package/src/graphql_tools/schemas/collection/type/collection.graphqls +21 -21
  148. package/src/graphql_tools/schemas/collection/type/collectionAsset.graphqls +29 -29
  149. package/src/graphql_tools/schemas/collection/type/collectionAssetsPage.graphqls +4 -4
  150. package/src/graphql_tools/schemas/collection/type/collectionMarket.graphqls +6 -6
  151. package/src/graphql_tools/schemas/collection/type/collectionPage.graphqls +4 -4
  152. package/src/graphql_tools/schemas/collection/type/dynamicCollectionData.graphqls +6 -6
  153. package/src/graphql_tools/schemas/collection/type/media.graphqls +10 -10
  154. package/src/graphql_tools/schemas/collection/type/profile.graphqls +9 -9
  155. package/src/graphql_tools/schemas/collections/collection/mutation.graphqls +4 -4
  156. package/src/graphql_tools/schemas/collections/collection/query.graphqls +4 -4
  157. package/src/graphql_tools/schemas/collections/collection/type/profile.graphqls +9 -9
  158. package/src/graphql_tools/schemas/collections/collection/type/showcaseItem.graphqls +19 -19
  159. package/src/graphql_tools/schemas/collections/collection/type/showcaseItemsPage.graphqls +4 -4
  160. package/src/graphql_tools/schemas/collections/scalars.graphqls +2 -2
  161. package/src/graphql_tools/schemas/collections/schema.graphqls +12 -12
  162. package/src/graphql_tools/schemas/common/input/gallerySearchFilterInput.graphqls +6 -6
  163. package/src/graphql_tools/schemas/common/input/searchFilterInput.graphqls +5 -5
  164. package/src/graphql_tools/schemas/common/input/selectionInput.graphqls +4 -4
  165. package/src/graphql_tools/schemas/common/query.graphqls +21 -21
  166. package/src/graphql_tools/schemas/common/type/topEntitiesPage.graphqls +5 -5
  167. package/src/graphql_tools/schemas/creation/query.graphqls +5 -5
  168. package/src/graphql_tools/schemas/creation/type/creation.graphqls +27 -27
  169. package/src/graphql_tools/schemas/creation/type/creationPage.graphqls +4 -4
  170. package/src/graphql_tools/schemas/extension/query.graphqls +3 -3
  171. package/src/graphql_tools/schemas/extension/scalars.graphqls +1 -1
  172. package/src/graphql_tools/schemas/extension/schema.graphqls +12 -12
  173. package/src/graphql_tools/schemas/extension/type/assetData.graphqls +4 -4
  174. package/src/graphql_tools/schemas/extension/type/collectionData.graphqls +9 -9
  175. package/src/graphql_tools/schemas/extension/type/nftData.graphqls +9 -9
  176. package/src/graphql_tools/schemas/galleries/gallery/input/galleryAsset.graphqls +4 -4
  177. package/src/graphql_tools/schemas/galleries/gallery/input/galleryCreation.graphqls +4 -4
  178. package/src/graphql_tools/schemas/galleries/gallery/mutation.graphqls +29 -29
  179. package/src/graphql_tools/schemas/galleries/gallery/query.graphqls +49 -49
  180. package/src/graphql_tools/schemas/galleries/gallery/type/asset.graphqls +16 -16
  181. package/src/graphql_tools/schemas/galleries/gallery/type/assetsPage.graphqls +4 -4
  182. package/src/graphql_tools/schemas/galleries/gallery/type/attribute.graphqls +4 -4
  183. package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPage.graphqls +5 -5
  184. package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPageV2.graphqls +5 -5
  185. package/src/graphql_tools/schemas/galleries/gallery/type/gallery.graphqlsDuplicate +13 -13
  186. package/src/graphql_tools/schemas/galleries/gallery/type/media.graphqls +9 -9
  187. package/src/graphql_tools/schemas/galleries/gallery/type/profile.graphqls +9 -9
  188. package/src/graphql_tools/schemas/galleries/scalars.graphqls +2 -2
  189. package/src/graphql_tools/schemas/galleries/schema.graphqls +12 -12
  190. package/src/graphql_tools/schemas/gallery/query.graphqls +37 -37
  191. package/src/graphql_tools/schemas/gallery/type/gallery.graphqlsDupicate +16 -16
  192. package/src/graphql_tools/schemas/gallery/type/galleryAsset.graphqls +13 -13
  193. package/src/graphql_tools/schemas/gallery/type/galleryCreation.graphqls +29 -29
  194. package/src/graphql_tools/schemas/gallery/type/galleryCreationsPage.graphqls +4 -4
  195. package/src/graphql_tools/schemas/gallery/type/galleryPage.graphqls +5 -5
  196. package/src/graphql_tools/schemas/gallery/type/profile.graphqls +7 -7
  197. package/src/graphql_tools/schemas/identities/identity/mutation.graphqls +26 -26
  198. package/src/graphql_tools/schemas/identities/identity/query.graphqls +4 -4
  199. package/src/graphql_tools/schemas/identities/identity/type/identity.graphqls +7 -7
  200. package/src/graphql_tools/schemas/identities/identity/type/wallet.graphqls +7 -7
  201. package/src/graphql_tools/schemas/identities/profile/input/inputProfile.graphqls +6 -6
  202. package/src/graphql_tools/schemas/identities/profile/input/inputSocial.graphqls +15 -15
  203. package/src/graphql_tools/schemas/identities/profile/mutation.graphqls +8 -8
  204. package/src/graphql_tools/schemas/identities/profile/query.graphqls +7 -7
  205. package/src/graphql_tools/schemas/identities/profile/type/follower.graphqls +6 -6
  206. package/src/graphql_tools/schemas/identities/profile/type/profile.graphqls +16 -16
  207. package/src/graphql_tools/schemas/identities/profile/type/social.graphqls +6 -6
  208. package/src/graphql_tools/schemas/identities/profile/type/user_invite_code.graphqls +5 -5
  209. package/src/graphql_tools/schemas/identities/scalars.graphqls +2 -2
  210. package/src/graphql_tools/schemas/identities/schema.graphqls +12 -12
  211. package/src/graphql_tools/schemas/images/mutation.graphqls +6 -6
  212. package/src/graphql_tools/schemas/images/query.graphqls +3 -3
  213. package/src/graphql_tools/schemas/images/scalars.graphqls +2 -2
  214. package/src/graphql_tools/schemas/images/schema.graphqls +12 -12
  215. package/src/graphql_tools/schemas/markets/market/query.graphqls +4 -4
  216. package/src/graphql_tools/schemas/markets/market/type/market.graphqls +88 -88
  217. package/src/graphql_tools/schemas/markets/market/type/marketsPage.graphqls +4 -4
  218. package/src/graphql_tools/schemas/markets/scalars.graphqls +2 -2
  219. package/src/graphql_tools/schemas/markets/schema.graphqls +12 -12
  220. package/src/graphql_tools/schemas/moderations/asset/input/assetModerationFilter.graphqls +12 -12
  221. package/src/graphql_tools/schemas/moderations/asset/input/updateAssetModeration.graphqls +5 -5
  222. package/src/graphql_tools/schemas/moderations/asset/mutation.graphqls +10 -10
  223. package/src/graphql_tools/schemas/moderations/asset/query.graphqls +4 -4
  224. package/src/graphql_tools/schemas/moderations/asset/type/assetModeration.graphqls +29 -29
  225. package/src/graphql_tools/schemas/moderations/asset/type/assetModerationsPage.graphqls +4 -4
  226. package/src/graphql_tools/schemas/moderations/asset/type/attribute.graphqls +4 -4
  227. package/src/graphql_tools/schemas/moderations/asset/type/media.graphqls +7 -7
  228. package/src/graphql_tools/schemas/moderations/asset/type/profile.graphqls +9 -9
  229. package/src/graphql_tools/schemas/moderations/common/input/selection.graphqls +4 -4
  230. package/src/graphql_tools/schemas/moderations/scalars.graphqls +2 -2
  231. package/src/graphql_tools/schemas/moderations/schema.graphqls +12 -12
  232. package/src/graphql_tools/schemas/moderations/user/input/updateUserModeration.graphqls +6 -6
  233. package/src/graphql_tools/schemas/moderations/user/input/userModerationFilter.graphqls +8 -8
  234. package/src/graphql_tools/schemas/moderations/user/mutation.graphqls +11 -11
  235. package/src/graphql_tools/schemas/moderations/user/query.graphqls +5 -5
  236. package/src/graphql_tools/schemas/moderations/user/type/userModeration.graphqls +14 -14
  237. package/src/graphql_tools/schemas/moderations/user/type/userModerationsPage.graphqls +4 -4
  238. package/src/graphql_tools/schemas/moderations/user/type/userWallet.graphqls +7 -7
  239. package/src/graphql_tools/schemas/opportunities/opportunity/input/opportunity.graphqls +14 -14
  240. package/src/graphql_tools/schemas/opportunities/opportunity/mutation.graphqls +4 -4
  241. package/src/graphql_tools/schemas/opportunities/opportunity/query.graphqls +3 -3
  242. package/src/graphql_tools/schemas/opportunities/opportunity/type/opportunity.graphqls +18 -18
  243. package/src/graphql_tools/schemas/opportunities/scalars.graphqls +1 -1
  244. package/src/graphql_tools/schemas/opportunities/schema.graphqls +12 -12
  245. package/src/graphql_tools/schemas/preferences/mutation.graphqls +5 -5
  246. package/src/graphql_tools/schemas/preferences/query.graphqls +27 -27
  247. package/src/graphql_tools/schemas/preferences/scalars.graphqls +2 -2
  248. package/src/graphql_tools/schemas/preferences/schema.graphqls +12 -12
  249. package/src/graphql_tools/schemas/preferences/type/expectation.graphqls +4 -4
  250. package/src/graphql_tools/schemas/preferences/type/interest.graphqls +4 -4
  251. package/src/graphql_tools/schemas/preferences/type/offer.graphqls +4 -4
  252. package/src/graphql_tools/schemas/preferences/type/selection.graphqls +5 -5
  253. package/src/graphql_tools/schemas/preferences/type/userExpectation.graphqls +5 -5
  254. package/src/graphql_tools/schemas/preferences/type/userInterest.graphqls +6 -6
  255. package/src/graphql_tools/schemas/preferences/type/userOffer.graphqls +4 -4
  256. package/src/graphql_tools/schemas/profile/query.graphqls +18 -18
  257. package/src/graphql_tools/schemas/profile/type/profile.graphqls +9 -9
  258. package/src/graphql_tools/schemas/profile/type/profilePage.graphqls +4 -4
  259. package/src/graphql_tools/schemas/reports/asset/input/assetReportFilter.graphqls +13 -13
  260. package/src/graphql_tools/schemas/reports/asset/input/assetReportRestriction.graphqls +5 -5
  261. package/src/graphql_tools/schemas/reports/asset/mutation.graphqls +11 -11
  262. package/src/graphql_tools/schemas/reports/asset/query.graphqls +3 -3
  263. package/src/graphql_tools/schemas/reports/asset/type/assetReport.graphqls +37 -37
  264. package/src/graphql_tools/schemas/reports/asset/type/assetReportsPage.graphqls +4 -4
  265. package/src/graphql_tools/schemas/reports/asset/type/attribute.graphqls +4 -4
  266. package/src/graphql_tools/schemas/reports/asset/type/media.graphqls +7 -7
  267. package/src/graphql_tools/schemas/reports/common/input/selectionInput.graphqls +4 -4
  268. package/src/graphql_tools/schemas/reports/gallery/input/galleryReportFilter.graphqls +12 -12
  269. package/src/graphql_tools/schemas/reports/gallery/input/galleryReportRestriction.graphqls +5 -5
  270. package/src/graphql_tools/schemas/reports/gallery/mutation.graphqls +11 -11
  271. package/src/graphql_tools/schemas/reports/gallery/query.graphqls +3 -3
  272. package/src/graphql_tools/schemas/reports/gallery/type/galleryAsset.graphqls +17 -17
  273. package/src/graphql_tools/schemas/reports/gallery/type/galleryReport.graphqls +32 -32
  274. package/src/graphql_tools/schemas/reports/gallery/type/galleryReportsPage.graphqls +4 -4
  275. package/src/graphql_tools/schemas/reports/scalars.graphqls +2 -2
  276. package/src/graphql_tools/schemas/reports/schema.graphqls +18 -18
  277. package/src/graphql_tools/schemas/reports/user/input/userReportFilter.graphqls +9 -9
  278. package/src/graphql_tools/schemas/reports/user/input/userReportRestriction.graphqls +6 -6
  279. package/src/graphql_tools/schemas/reports/user/mutation.graphqls +12 -12
  280. package/src/graphql_tools/schemas/reports/user/query.graphqls +3 -3
  281. package/src/graphql_tools/schemas/reports/user/type/profile.graphqls +9 -9
  282. package/src/graphql_tools/schemas/reports/user/type/userReport.graphqls +24 -24
  283. package/src/graphql_tools/schemas/reports/user/type/userReportsPage.graphqls +4 -4
  284. package/src/graphql_tools/schemas/reports/user/type/userWallet.graphqls +7 -7
  285. package/src/graphql_tools/schemas/scalars.graphqls +2 -2
  286. package/src/graphql_tools/schemas/schema.graphqls +15 -15
  287. package/src/graphql_tools/schemas/search/asset/query.graphqls +65 -65
  288. package/src/graphql_tools/schemas/search/asset/type/asset.graphqls +27 -27
  289. package/src/graphql_tools/schemas/search/asset/type/assetPage.graphqls +4 -4
  290. package/src/graphql_tools/schemas/search/asset/type/attribute.graphqls +4 -4
  291. package/src/graphql_tools/schemas/search/asset/type/media.graphqls +9 -9
  292. package/src/graphql_tools/schemas/search/collection/input/collectionFilterInput.graphqls +6 -6
  293. package/src/graphql_tools/schemas/search/collection/query.graphqls +8 -8
  294. package/src/graphql_tools/schemas/search/collection/type/collection.graphqls +11 -11
  295. package/src/graphql_tools/schemas/search/collection/type/collectionPage.graphqls +5 -5
  296. package/src/graphql_tools/schemas/search/common/input/searchFilterInput.graphqls +5 -5
  297. package/src/graphql_tools/schemas/search/common/input/selectionInput.graphqls +4 -4
  298. package/src/graphql_tools/schemas/search/common/query.graphqls +21 -21
  299. package/src/graphql_tools/schemas/search/common/type/topEntitiesPage.graphqls +5 -5
  300. package/src/graphql_tools/schemas/search/creation/input/creationFilterInput.graphqls +7 -7
  301. package/src/graphql_tools/schemas/search/creation/query.graphqls +28 -28
  302. package/src/graphql_tools/schemas/search/creation/type/creation.graphqls +27 -27
  303. package/src/graphql_tools/schemas/search/creation/type/creationPage.graphqls +5 -5
  304. package/src/graphql_tools/schemas/search/creation/type/profile.graphqls +13 -13
  305. package/src/graphql_tools/schemas/search/gallery/query.graphqls +34 -34
  306. package/src/graphql_tools/schemas/search/gallery/type/gallery.graphqls +17 -17
  307. package/src/graphql_tools/schemas/search/gallery/type/galleryAsset.graphqls +19 -19
  308. package/src/graphql_tools/schemas/search/gallery/type/galleryPage.graphqls +4 -4
  309. package/src/graphql_tools/schemas/search/gallery/type/galleryV2.graphqls +17 -17
  310. package/src/graphql_tools/schemas/search/profile/query.graphqls +18 -18
  311. package/src/graphql_tools/schemas/search/profile/type/profile.graphqls +9 -9
  312. package/src/graphql_tools/schemas/search/profile/type/profilePage.graphqls +4 -4
  313. package/src/graphql_tools/schemas/search/scalars.graphqls +2 -2
  314. package/src/graphql_tools/schemas/search/schema.graphqls +15 -15
  315. package/src/graphql_tools/schemas/search/sets/input/galleryProfileFilterInput.graphqls +5 -5
  316. package/src/graphql_tools/schemas/search/sets/input/gallerySearchFilterInput.graphqls +6 -6
  317. package/src/graphql_tools/schemas/search/sets/query.graphqls +20 -20
  318. package/src/graphql_tools/schemas/search/showcase/input/showcaseItemFilterInput.graphqls +8 -8
  319. package/src/graphql_tools/schemas/search/showcase/query.graphqls +14 -14
  320. package/src/graphql_tools/schemas/search/showcase/type/showcaseItem.graphqls +19 -19
  321. package/src/graphql_tools/schemas/search/showcase/type/showcaseItemPage.graphqls +5 -5
  322. package/src/graphql_tools/schemas/showcase/collection/query.graphqls +3 -3
  323. package/src/graphql_tools/schemas/showcase/collection/type/attribute.graphqls +4 -4
  324. package/src/graphql_tools/schemas/showcase/collection/type/collection.graphqls +11 -11
  325. package/src/graphql_tools/schemas/showcase/collection/type/collectionAsset.graphqls +25 -25
  326. package/src/graphql_tools/schemas/showcase/collection/type/collectionsPage.graphqls +4 -4
  327. package/src/graphql_tools/schemas/showcase/collection/type/media.graphqls +10 -10
  328. package/src/graphql_tools/schemas/showcase/collection/type/profile.graphqls +15 -15
  329. package/src/graphql_tools/schemas/showcase/input/showcaseItemFilterInput.graphqls +8 -8
  330. package/src/graphql_tools/schemas/showcase/query.graphqls +14 -14
  331. package/src/graphql_tools/schemas/showcase/scalars.graphqls +2 -2
  332. package/src/graphql_tools/schemas/showcase/schema.graphqls +12 -12
  333. package/src/graphql_tools/schemas/showcase/type/showcaseItem.graphqls +19 -19
  334. package/src/graphql_tools/schemas/showcase/type/showcaseItemPage.graphqls +5 -5
  335. package/src/graphql_tools/schemas/transactions/asset/mutation.graphqls +11 -11
  336. package/src/graphql_tools/schemas/transactions/asset/query.graphqls +10 -10
  337. package/src/graphql_tools/schemas/transactions/asset/type/asset.graphqls +25 -25
  338. package/src/graphql_tools/schemas/transactions/asset/type/assetGallery.graphqls +4 -4
  339. package/src/graphql_tools/schemas/transactions/asset/type/assetsPage.graphqls +4 -4
  340. package/src/graphql_tools/schemas/transactions/asset/type/attribute.graphqls +4 -4
  341. package/src/graphql_tools/schemas/transactions/asset/type/bannerAsset.graphqls +7 -7
  342. package/src/graphql_tools/schemas/transactions/asset/type/bannerAssetsPage.graphqls +4 -4
  343. package/src/graphql_tools/schemas/transactions/asset/type/galleries.graphqls +3 -3
  344. package/src/graphql_tools/schemas/transactions/asset/type/media.graphqls +9 -9
  345. package/src/graphql_tools/schemas/transactions/asset/type/profile.graphqls +9 -9
  346. package/src/graphql_tools/schemas/transactions/asset/type/showcaseAsset.graphqls +13 -13
  347. package/src/graphql_tools/schemas/transactions/asset/type/showcaseAssetsPage.graphqls +4 -4
  348. package/src/graphql_tools/schemas/transactions/scalars.graphqls +2 -2
  349. package/src/graphql_tools/schemas/transactions/schema.graphqls +12 -12
  350. package/src/hosts/index.ts +47 -47
  351. package/src/index.ts +6 -6
  352. package/tsconfig.json +16 -16
  353. package/tsconfig.tsbuildinfo +1 -1
@@ -1,65 +1,65 @@
1
- extend type Query {
2
- """
3
- This query should be changed according to new design
4
- """
5
- findAssetsByName(
6
- input: SearchFilterInput!
7
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
8
- pageToken: String
9
- ): AssetPage!
10
-
11
- """
12
- This query should be changed according to new design
13
- """
14
- findAllAssetsByName(
15
- input: SearchFilterInput!
16
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
17
- pageToken: String
18
- ): AssetPage!
19
-
20
- """
21
- This query should be changed according to new design
22
- """
23
- findAssetsByTerm(
24
- input: SearchFilterInput!
25
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
26
- pageToken: String
27
- ): AssetPage!
28
-
29
- """
30
- This query should be changed according to new design
31
- """
32
- findAllAssetsByTerm(
33
- input: SearchFilterInput!
34
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
35
- pageToken: String
36
- ): AssetPage!
37
-
38
- """
39
- This query should be changed according to new design
40
- """
41
- findAssetsByOwner(
42
- input: SearchFilterInput!
43
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
44
- pageToken: String
45
- ): AssetPage!
46
-
47
- """
48
- This query should be changed according to new design
49
- """
50
- findAllAssetsByOwner(
51
- input: SearchFilterInput!
52
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
53
- pageToken: String
54
- ): AssetPage!
55
-
56
- """
57
- This query is not connected to the front
58
- """
59
- fetchAssetNamesSuggestions(term: String!): [String]!
60
-
61
- """
62
- This query must be used on the first page
63
- """
64
- fetchAssetsCount: Long!
65
- }
1
+ extend type Query {
2
+ """
3
+ This query should be changed according to new design
4
+ """
5
+ findAssetsByName(
6
+ input: SearchFilterInput!
7
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
8
+ pageToken: String
9
+ ): AssetPage!
10
+
11
+ """
12
+ This query should be changed according to new design
13
+ """
14
+ findAllAssetsByName(
15
+ input: SearchFilterInput!
16
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
17
+ pageToken: String
18
+ ): AssetPage!
19
+
20
+ """
21
+ This query should be changed according to new design
22
+ """
23
+ findAssetsByTerm(
24
+ input: SearchFilterInput!
25
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
26
+ pageToken: String
27
+ ): AssetPage!
28
+
29
+ """
30
+ This query should be changed according to new design
31
+ """
32
+ findAllAssetsByTerm(
33
+ input: SearchFilterInput!
34
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
35
+ pageToken: String
36
+ ): AssetPage!
37
+
38
+ """
39
+ This query should be changed according to new design
40
+ """
41
+ findAssetsByOwner(
42
+ input: SearchFilterInput!
43
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
44
+ pageToken: String
45
+ ): AssetPage!
46
+
47
+ """
48
+ This query should be changed according to new design
49
+ """
50
+ findAllAssetsByOwner(
51
+ input: SearchFilterInput!
52
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
53
+ pageToken: String
54
+ ): AssetPage!
55
+
56
+ """
57
+ This query is not connected to the front
58
+ """
59
+ fetchAssetNamesSuggestions(term: String!): [String]!
60
+
61
+ """
62
+ This query must be used on the first page
63
+ """
64
+ fetchAssetsCount: Long!
65
+ }
@@ -1,27 +1,27 @@
1
- type Asset {
2
- assetId: String!
3
- address: String
4
- tokenId: String
5
- blockchain: String
6
- chainId: String
7
- blockHeight: Long
8
- blockTimestamp: Long
9
- name: String
10
- description: String
11
- originalUrls: [String]
12
- medias: [Media]
13
- ownersAddresses: [String]
14
- ownersProfiles: [Profile]
15
- creatorsAddresses: [String]
16
- creatorsProfiles: [Profile]
17
- attributes: [Attribute]
18
- likes: Int
19
- views: Int
20
- visible: Boolean
21
- blurred: Boolean
22
- rank: Float
23
- rankRaw: Float
24
- rankMax: Float
25
- rankUpdatedAt: Float
26
- collectionId: String
27
- }
1
+ type Asset {
2
+ assetId: String!
3
+ address: String
4
+ tokenId: String
5
+ blockchain: String
6
+ chainId: String
7
+ blockHeight: Long
8
+ blockTimestamp: Long
9
+ name: String
10
+ description: String
11
+ originalUrls: [String]
12
+ medias: [Media]
13
+ ownersAddresses: [String]
14
+ ownersProfiles: [Profile]
15
+ creatorsAddresses: [String]
16
+ creatorsProfiles: [Profile]
17
+ attributes: [Attribute]
18
+ likes: Int
19
+ views: Int
20
+ visible: Boolean
21
+ blurred: Boolean
22
+ rank: Float
23
+ rankRaw: Float
24
+ rankMax: Float
25
+ rankUpdatedAt: Float
26
+ collectionId: String
27
+ }
@@ -1,4 +1,4 @@
1
- type AssetPage {
2
- assets: [Asset]!
3
- nextPageToken: String
4
- }
1
+ type AssetPage {
2
+ assets: [Asset]!
3
+ nextPageToken: String
4
+ }
@@ -1,4 +1,4 @@
1
- type Attribute {
2
- name: String
3
- value: String
4
- }
1
+ type Attribute {
2
+ name: String
3
+ value: String
4
+ }
@@ -1,9 +1,9 @@
1
- type Media {
2
- originalUrl: String
3
- url: String
4
- previewUrl: String
5
- mimeType: String
6
- sizeRatio: Float
7
- fileSize: Long
8
- nsfw: Int
9
- }
1
+ type Media {
2
+ originalUrl: String
3
+ url: String
4
+ previewUrl: String
5
+ mimeType: String
6
+ sizeRatio: Float
7
+ fileSize: Long
8
+ nsfw: Int
9
+ }
@@ -1,6 +1,6 @@
1
- input CollectionFilterInput {
2
- blockchain: String!
3
- category: String!
4
- time: String!
5
- status: String!
6
- }
1
+ input CollectionFilterInput {
2
+ blockchain: String!
3
+ category: String!
4
+ time: String!
5
+ status: String!
6
+ }
@@ -1,8 +1,8 @@
1
- extend type Query {
2
- """
3
- This query should be changed according to new design
4
- """
5
- findCollectionsByTitle(input: SearchFilterInput!, pageSize: Int!, pageToken: String): CollectionPage!
6
-
7
- findCollections(term: String!, input: CollectionFilterInput!, pageSize: Int!, pageToken: String): CollectionPage!
8
- }
1
+ extend type Query {
2
+ """
3
+ This query should be changed according to new design
4
+ """
5
+ findCollectionsByTitle(input: SearchFilterInput!, pageSize: Int!, pageToken: String): CollectionPage!
6
+
7
+ findCollections(term: String!, input: CollectionFilterInput!, pageSize: Int!, pageToken: String): CollectionPage!
8
+ }
@@ -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
- nsfw: Int
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
+ nsfw: Int
11
+ }
@@ -1,5 +1,5 @@
1
- type CollectionPage {
2
- collections: [Collection]!
3
- nextPageToken: String
4
- results: Long
5
- }
1
+ type CollectionPage {
2
+ collections: [Collection]!
3
+ nextPageToken: String
4
+ results: Long
5
+ }
@@ -1,5 +1,5 @@
1
- input SearchFilterInput {
2
- word: String! @NotBlank(message: "common.blank")
3
- categories: [SelectionInput]
4
- sort: SelectionInput!
5
- }
1
+ input SearchFilterInput {
2
+ word: String! @NotBlank(message: "common.blank")
3
+ categories: [SelectionInput]
4
+ sort: SelectionInput!
5
+ }
@@ -1,4 +1,4 @@
1
- input SelectionInput {
2
- id: String! @NotBlank(message: "common.blank")
3
- label: String
4
- }
1
+ input SelectionInput {
2
+ id: String! @NotBlank(message: "common.blank")
3
+ label: String
4
+ }
@@ -1,21 +1,21 @@
1
- extend type Query {
2
- """
3
- These queries are used for search suggestions
4
- """
5
- findTopEntitiesByName(
6
- name: String! @NotBlank(message: "common.blank")
7
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
8
- ): TopEntitiesPage!
9
- findAllTopEntitiesByName(
10
- name: String! @NotBlank(message: "common.blank")
11
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
12
- ): TopEntitiesPage!
13
- findTopEntitiesByTerm(
14
- term: String! @NotBlank(message: "common.blank")
15
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
16
- ): TopEntitiesPage!
17
- findAllTopEntitiesByTerm(
18
- term: String! @NotBlank(message: "common.blank")
19
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
20
- ): TopEntitiesPage!
21
- }
1
+ extend type Query {
2
+ """
3
+ These queries are used for search suggestions
4
+ """
5
+ findTopEntitiesByName(
6
+ name: String! @NotBlank(message: "common.blank")
7
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
8
+ ): TopEntitiesPage!
9
+ findAllTopEntitiesByName(
10
+ name: String! @NotBlank(message: "common.blank")
11
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
12
+ ): TopEntitiesPage!
13
+ findTopEntitiesByTerm(
14
+ term: String! @NotBlank(message: "common.blank")
15
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
16
+ ): TopEntitiesPage!
17
+ findAllTopEntitiesByTerm(
18
+ term: String! @NotBlank(message: "common.blank")
19
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
20
+ ): TopEntitiesPage!
21
+ }
@@ -1,5 +1,5 @@
1
- type TopEntitiesPage {
2
- assets: [Asset]!
3
- collections: [Collection]!
4
- profiles: [Profile]!
5
- }
1
+ type TopEntitiesPage {
2
+ assets: [Asset]!
3
+ collections: [Collection]!
4
+ profiles: [Profile]!
5
+ }
@@ -1,7 +1,7 @@
1
- input CreationFilterInput {
2
- type: String!
3
- blockchain: String!
4
- category: String!
5
- time: String!
6
- status: String!
7
- }
1
+ input CreationFilterInput {
2
+ type: String!
3
+ blockchain: String!
4
+ category: String!
5
+ time: String!
6
+ status: String!
7
+ }
@@ -1,28 +1,28 @@
1
- extend type Query {
2
- findCreations(
3
- term: String!
4
- input: CreationFilterInput!
5
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
6
- pageToken: String
7
- ): CreationsPage!
8
- findUserCreations(
9
- ownerId: String!
10
- input: CreationFilterInput!
11
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
12
- pageToken: String
13
- ): CreationsPage!
14
- fetchCreations(pageSize: Int!, pageToken: String): CreationsPage!
15
- fetchCreationsByItemType(itemType: String!, pageSize: Int!, pageToken: String): CreationsPage!
16
- findCreations(
17
- term: String!
18
- input: CreationFilterInput!
19
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
20
- pageToken: String
21
- ): CreationsPage!
22
- findUserCreations(
23
- ownerId: String!
24
- input: CreationFilterInput!
25
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
26
- pageToken: String
27
- ): CreationsPage!
28
- }
1
+ extend type Query {
2
+ findCreations(
3
+ term: String!
4
+ input: CreationFilterInput!
5
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
6
+ pageToken: String
7
+ ): CreationsPage!
8
+ findUserCreations(
9
+ ownerId: String!
10
+ input: CreationFilterInput!
11
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
12
+ pageToken: String
13
+ ): CreationsPage!
14
+ fetchCreations(pageSize: Int!, pageToken: String): CreationsPage!
15
+ fetchCreationsByItemType(itemType: String!, pageSize: Int!, pageToken: String): CreationsPage!
16
+ findCreations(
17
+ term: String!
18
+ input: CreationFilterInput!
19
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
20
+ pageToken: String
21
+ ): CreationsPage!
22
+ findUserCreations(
23
+ ownerId: String!
24
+ input: CreationFilterInput!
25
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
26
+ pageToken: String
27
+ ): CreationsPage!
28
+ }
@@ -1,27 +1,27 @@
1
- type Creation {
2
- id: String!
3
- itemType: String!
4
- itemId: String!
5
- blockchain: String
6
- name: String
7
- rank: Float
8
- address: String
9
- tokenId: String
10
- creatorsAddresses: [String]
11
- creatorsProfiles: [Profile]
12
- ownersAddresses: [String]
13
- ownersProfiles: [Profile]
14
- originalUrls: [String]
15
- media: String
16
- mediaPreview: String
17
- mimeType: String
18
- sizeRatio: Float
19
- fileSize: String
20
- nsfw: Int
21
- likes: Int
22
- liked: Boolean
23
- views: Int
24
- visible: Boolean
25
- blurred: Boolean
26
- prices: [CurrencyAmountPair]
27
- }
1
+ type Creation {
2
+ id: String!
3
+ itemType: String!
4
+ itemId: String!
5
+ blockchain: String
6
+ name: String
7
+ rank: Float
8
+ address: String
9
+ tokenId: String
10
+ creatorsAddresses: [String]
11
+ creatorsProfiles: [Profile]
12
+ ownersAddresses: [String]
13
+ ownersProfiles: [Profile]
14
+ originalUrls: [String]
15
+ media: String
16
+ mediaPreview: String
17
+ mimeType: String
18
+ sizeRatio: Float
19
+ fileSize: String
20
+ nsfw: Int
21
+ likes: Int
22
+ liked: Boolean
23
+ views: Int
24
+ visible: Boolean
25
+ blurred: Boolean
26
+ prices: [CurrencyAmountPair]
27
+ }
@@ -1,5 +1,5 @@
1
- type CreationsPage {
2
- creations: [Creation]
3
- nextPageToken: String
4
- results: Long
5
- }
1
+ type CreationsPage {
2
+ creations: [Creation]
3
+ nextPageToken: String
4
+ results: Long
5
+ }
@@ -1,13 +1,13 @@
1
- type Profile {
2
- userId: ID!
3
- username: String
4
- about: String
5
- userpic: String
6
- followers: Int
7
- followings: Int
8
- createdAt: Long
9
- deletedAt: Long
10
- visible: Boolean
11
- views: Int
12
- deleted: Boolean
13
- }
1
+ type Profile {
2
+ userId: ID!
3
+ username: String
4
+ about: String
5
+ userpic: String
6
+ followers: Int
7
+ followings: Int
8
+ createdAt: Long
9
+ deletedAt: Long
10
+ visible: Boolean
11
+ views: Int
12
+ deleted: Boolean
13
+ }
@@ -1,34 +1,34 @@
1
- extend type Query {
2
- """
3
- This query should be changed according to new design
4
- """
5
- findGalleriesByName(
6
- input: SearchFilterInput!
7
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
8
- pageToken: String
9
- ): GalleryPage!
10
- """
11
- This query should be changed according to new design
12
- """
13
- findAllGalleriesByName(
14
- input: SearchFilterInput!
15
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
16
- pageToken: String
17
- ): GalleryPage!
18
- """
19
- This query should be changed according to new design
20
- """
21
- findGalleriesByTerm(
22
- input: SearchFilterInput!
23
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
24
- pageToken: String
25
- ): GalleryPage!
26
- """
27
- This query should be changed according to new design
28
- """
29
- findAllGalleriesByTerm(
30
- input: SearchFilterInput!
31
- pageSize: Int! @Min(value: 1, message: "common.min.positive")
32
- pageToken: String
33
- ): GalleryPage!
34
- }
1
+ extend type Query {
2
+ """
3
+ This query should be changed according to new design
4
+ """
5
+ findGalleriesByName(
6
+ input: SearchFilterInput!
7
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
8
+ pageToken: String
9
+ ): GalleryPage!
10
+ """
11
+ This query should be changed according to new design
12
+ """
13
+ findAllGalleriesByName(
14
+ input: SearchFilterInput!
15
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
16
+ pageToken: String
17
+ ): GalleryPage!
18
+ """
19
+ This query should be changed according to new design
20
+ """
21
+ findGalleriesByTerm(
22
+ input: SearchFilterInput!
23
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
24
+ pageToken: String
25
+ ): GalleryPage!
26
+ """
27
+ This query should be changed according to new design
28
+ """
29
+ findAllGalleriesByTerm(
30
+ input: SearchFilterInput!
31
+ pageSize: Int! @Min(value: 1, message: "common.min.positive")
32
+ pageToken: String
33
+ ): GalleryPage!
34
+ }
@@ -1,17 +1,17 @@
1
- type Gallery {
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
- galleryCreations: [GalleryCreation]
17
- }
1
+ type Gallery {
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
+ galleryCreations: [GalleryCreation]
17
+ }