@ludo.ninja/api 1.0.0

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 (319) hide show
  1. package/build/graphql_tools/__generated__/schema.d.ts +4742 -0
  2. package/build/graphql_tools/__generated__/schema.js +3638 -0
  3. package/build/index.d.ts +2 -0
  4. package/build/index.js +28 -0
  5. package/codegen.yml +22 -0
  6. package/package.json +26 -0
  7. package/src/documents/server-assets/mutations/useDislikeAsset/DislikeAsset.graphql +3 -0
  8. package/src/documents/server-assets/mutations/useLikeAsset/LikeAsset.graphql +3 -0
  9. package/src/documents/server-assets/queries/useFetchAsset/FetchAsset.graphql +80 -0
  10. package/src/documents/server-assets/queries/useFetchAssetByBlockchain/FetchAssetByBlockchain.graphql +88 -0
  11. package/src/documents/server-assets/queries/useFetchAssets/FetchAssets.graphql +78 -0
  12. package/src/documents/server-assets/queries/useFetchDynamicAssetLikes/FetchDynamicAssetLikes.graphql +6 -0
  13. package/src/documents/server-assets/queries/useFetchDynamicAssetsLikes/FetchDynamicAssetsLikes.graphql +7 -0
  14. package/src/documents/server-assets/queries/useFetchLiked/FetchLiked.graphql +3 -0
  15. package/src/documents/server-collection/mutations/useDislikeCollection/DislikeAsset.graphql +3 -0
  16. package/src/documents/server-collection/mutations/useLikeCollection/LikeCollection.graphql +3 -0
  17. package/src/documents/server-collection/queries/useFetchCollection/FetchCollection.graphql +36 -0
  18. package/src/documents/server-collection/queries/useFetchCollections/FetchCollectionAssets.graphql +33 -0
  19. package/src/documents/server-collection/queries/useFetchCollectionsByIds/FetchCollectionsByIds.graphql +35 -0
  20. package/src/documents/server-collection/queries/useFetchDynamicCollectionData/FetchDynamicCollectionData.graphql +38 -0
  21. package/src/documents/server-collection/queries/useFetchDynamicCollectionsData/FetchDynamicCollectionsData.graphql +38 -0
  22. package/src/documents/server-galleries/mutations/useAddAssetsToGallery/AddAssetsToGallery.graphql +3 -0
  23. package/src/documents/server-galleries/mutations/useAddAssetsToGallery/AddAssetsToGalleryV2.graphql +3 -0
  24. package/src/documents/server-galleries/mutations/useAddChangeGalleryBanner/UploadGalleryBanner.graphql +3 -0
  25. package/src/documents/server-galleries/mutations/useAddCollectionsToGallery/AddCollectionsToGallery.graphql +3 -0
  26. package/src/documents/server-galleries/mutations/useAddCollectionsToGallery/AddCollectionsToGalleryV2.graphql +3 -0
  27. package/src/documents/server-galleries/mutations/useAddCreationsToGallery/AddCreationsToGallery.graphql +3 -0
  28. package/src/documents/server-galleries/mutations/useAddCreationsToGallery/AddCreationsToGalleryV2.graphql +3 -0
  29. package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavoriteListV2.graphql +13 -0
  30. package/src/documents/server-galleries/mutations/useCreateFavorites/CreateFavorites.graphql +13 -0
  31. package/src/documents/server-galleries/mutations/useCreateGallery/CreateGallery.graphql +13 -0
  32. package/src/documents/server-galleries/mutations/useCreateGallery/CreateGalleryV2.graphql +13 -0
  33. package/src/documents/server-galleries/mutations/useDeleteGalleryBanner/DeleteGalleryBanner.graphql +3 -0
  34. package/src/documents/server-galleries/mutations/useEditGallery/EditGallery.graphql +3 -0
  35. package/src/documents/server-galleries/mutations/useRemoveAssetFromGallery/RemoveAssetFromGallery.graphql +3 -0
  36. package/src/documents/server-galleries/mutations/useRemoveAssetFromGallery/RemoveAssetFromGalleryV2.graphql +3 -0
  37. package/src/documents/server-galleries/mutations/useRemoveCollectionFromGallery/RemoveCollectionFromGallery.graphql +3 -0
  38. package/src/documents/server-galleries/mutations/useRemoveCollectionFromGallery/RemoveCollectionFromGalleryV2.graphql +3 -0
  39. package/src/documents/server-galleries/mutations/useRemoveCreationFromGallery/RemoveCreationFromGallery.graphql +3 -0
  40. package/src/documents/server-galleries/mutations/useRemoveCreationFromGallery/RemoveCreationFromGalleryV2.graphql +3 -0
  41. package/src/documents/server-galleries/queries/useFetchGallery/FetchGallery.graphql +17 -0
  42. package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryCreations.graphql +42 -0
  43. package/src/documents/server-galleries/queries/useFetchGallery/FetchGalleryV2.graphql +18 -0
  44. package/src/documents/server-galleries/queries/useFetchMyFavorites/FetchMyFavorites.graphql +48 -0
  45. package/src/documents/server-galleries/queries/useFetchMyFavorites/FetchMyFavoritesV2.graphql +21 -0
  46. package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavorites.graphql +59 -0
  47. package/src/documents/server-galleries/queries/useFetchUserFavorites/FetchUserFavoritesV2.graphql +32 -0
  48. package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleries.graphql +59 -0
  49. package/src/documents/server-galleries/queries/useFetchUserGalleries/FetchUserGalleriesV2.graphql +32 -0
  50. package/src/documents/server-identities/mutations/SignInMetamask.graphql +17 -0
  51. package/src/documents/server-identities/mutations/useAddWalletElrond/AddWalletElrond.graphql +3 -0
  52. package/src/documents/server-identities/mutations/useAddWalletFlow/AddWalletFlow.graphql +3 -0
  53. package/src/documents/server-identities/mutations/useAddWalletMetamask/AddWalletMetamask.graphql +11 -0
  54. package/src/documents/server-identities/mutations/useAddWalletSolana/AddWalletSolana.graphql +3 -0
  55. package/src/documents/server-identities/mutations/useAddWalletTezos/AddWalletTezos.graphql +3 -0
  56. package/src/documents/server-identities/mutations/useCreateNonce/CreateNonce.graphql +7 -0
  57. package/src/documents/server-identities/mutations/useRefrechToken/RefreshToken.graphql +8 -0
  58. package/src/documents/server-identities/mutations/useRevokeToken/RevokeToken.graphql +3 -0
  59. package/src/documents/server-identities/mutations/useSignInElrond/SignInElrond.graphql +9 -0
  60. package/src/documents/server-identities/mutations/useSignInFlow/SignInFlow.graphql +9 -0
  61. package/src/documents/server-identities/mutations/useSignInMetamask/SignInMetamask.graphql +13 -0
  62. package/src/documents/server-identities/mutations/useSignInSolana/SignInSolana.graphql +9 -0
  63. package/src/documents/server-identities/mutations/useSignInTezos/SignInTezos.graphql +9 -0
  64. package/src/documents/server-identities/mutations/useUpdateProfile/UpdateProfile.graphql +23 -0
  65. package/src/documents/server-identities/queries/useFetchProfile/FetchProfile.graphql +31 -0
  66. package/src/documents/server-identities/queries/useFetchWallets/FetchUserWallets.graphql +9 -0
  67. package/src/documents/server-medias/queries/useFetchUserPic/FetchUserpic.graphql +3 -0
  68. package/src/documents/server-preferences/mutations/useSaveUserExpectations/SaveUserExpectations.graphql +3 -0
  69. package/src/documents/server-preferences/mutations/useSaveUserInterests/SaveUserInterests.graphql +3 -0
  70. package/src/documents/server-preferences/queries/useFetchExpectations/FetchExpectations.graphql +6 -0
  71. package/src/documents/server-preferences/queries/useFetchInterests/FetchUserInterests.graphql +6 -0
  72. package/src/documents/server-preferences/queries/useFetchSearchResultTimeSelection/FetchSearchResultTimeSelections.graphql +6 -0
  73. package/src/documents/server-preferences/queries/useFetchUserExpectations/FetchUserExpectations.graphql +7 -0
  74. package/src/documents/server-preferences/queries/useFetchUserInterests/FetchUserInterests.graphql +8 -0
  75. package/src/documents/server-preferences/queries/useSearchResultBlockchainSelections/FetchSearchResultBlockchainSelections.graphql +6 -0
  76. package/src/documents/server-preferences/queries/useSearchResultCategorySelections/FetchSearchResultCategorySelections.graphql +6 -0
  77. package/src/documents/server-preferences/queries/useSearchResultStatusSelections/FetchSearchResultStatusSelection.graphql +6 -0
  78. package/src/documents/server-preferences/queries/useSearchResultTypeSelections/FetchSetsSearchResultTypeSelections.graphql +6 -0
  79. package/src/documents/server-search/queries/useFetchAssetsCount/FetchAssetsCount.graphql +3 -0
  80. package/src/documents/server-search/queries/useFetchCollections/FindCollections.graphql +31 -0
  81. package/src/documents/server-search/queries/useFetchCreations/FetchCreations.graphql +54 -0
  82. package/src/documents/server-search/queries/useFetchCreationsByItemType/FetchCreationsByItemType.graphql +61 -0
  83. package/src/documents/server-search/queries/useFetchFindAllTopEntitiesByName/FindAllTopEntitiesByName.graphql +98 -0
  84. package/src/documents/server-search/queries/useFetchNetWorth/FetchProfile.graphql +6 -0
  85. package/src/documents/server-search/queries/useFindCreations/FindCreations.graphql +64 -0
  86. package/src/documents/server-search/queries/useFindProfilesByName/FindProfilesByName.graphql +14 -0
  87. package/src/documents/server-search/queries/useFindSets/FindSets.graphql +31 -0
  88. package/src/documents/server-search/queries/useFindShowcaseItems/FetchShowcaseItems.graphql +30 -0
  89. package/src/documents/server-search/queries/useFindUserCreations/FindUserCreations.graphql +64 -0
  90. package/src/documents/server-search/queries/useFindUserShowcaseItems/FetchFindUserShowcaseItems.graphql +31 -0
  91. package/src/graphql_tools/__generated__/schema.graphql +1187 -0
  92. package/src/graphql_tools/__generated__/schema.ts +6836 -0
  93. package/src/graphql_tools/schemas/asset/query.graphqls +65 -0
  94. package/src/graphql_tools/schemas/asset/type/asset.graphqls +35 -0
  95. package/src/graphql_tools/schemas/asset/type/assetPage.graphqls +4 -0
  96. package/src/graphql_tools/schemas/asset/type/attribute.graphqls +4 -0
  97. package/src/graphql_tools/schemas/asset/type/media.graphqls +9 -0
  98. package/src/graphql_tools/schemas/assets/asset/mutation.graphqls +11 -0
  99. package/src/graphql_tools/schemas/assets/asset/query.graphqls +14 -0
  100. package/src/graphql_tools/schemas/assets/asset/type/asset.graphqls +35 -0
  101. package/src/graphql_tools/schemas/assets/asset/type/assetGallery.graphqls +4 -0
  102. package/src/graphql_tools/schemas/assets/asset/type/assetMarket.graphqls +6 -0
  103. package/src/graphql_tools/schemas/assets/asset/type/assetPrice.graphqls +4 -0
  104. package/src/graphql_tools/schemas/assets/asset/type/assetsPage.graphqls +4 -0
  105. package/src/graphql_tools/schemas/assets/asset/type/attribute.graphqls +4 -0
  106. package/src/graphql_tools/schemas/assets/asset/type/bannerAsset.graphqls +7 -0
  107. package/src/graphql_tools/schemas/assets/asset/type/bannerAssetsPage.graphqls +4 -0
  108. package/src/graphql_tools/schemas/assets/asset/type/dynamicAssetData.graphqls +5 -0
  109. package/src/graphql_tools/schemas/assets/asset/type/galleries.graphqls +3 -0
  110. package/src/graphql_tools/schemas/assets/asset/type/media.graphqls +9 -0
  111. package/src/graphql_tools/schemas/assets/asset/type/profile.graphqls +15 -0
  112. package/src/graphql_tools/schemas/assets/asset/type/showcaseAsset.graphqls +14 -0
  113. package/src/graphql_tools/schemas/assets/asset/type/showcaseAssetsPage.graphqls +4 -0
  114. package/src/graphql_tools/schemas/assets/scalars.graphqls +2 -0
  115. package/src/graphql_tools/schemas/assets/schema.graphqls +12 -0
  116. package/src/graphql_tools/schemas/auth/auth/mutation.graphqls +4 -0
  117. package/src/graphql_tools/schemas/auth/auth/query.graphqls +4 -0
  118. package/src/graphql_tools/schemas/auth/auth/type/login.graphqls +6 -0
  119. package/src/graphql_tools/schemas/auth/auth/type/loginsPage.graphqls +4 -0
  120. package/src/graphql_tools/schemas/auth/auth/type/tokenPair.graphqls +6 -0
  121. package/src/graphql_tools/schemas/auth/scalars.graphqls +2 -0
  122. package/src/graphql_tools/schemas/auth/schema.graphqls +12 -0
  123. package/src/graphql_tools/schemas/auth/testReponse.graphqls +5 -0
  124. package/src/graphql_tools/schemas/collection/input/dynamicCollectionDataInput.graphqls +5 -0
  125. package/src/graphql_tools/schemas/collection/query.graphqls +8 -0
  126. package/src/graphql_tools/schemas/collection/type/attribute.graphqls +4 -0
  127. package/src/graphql_tools/schemas/collection/type/collection.graphqls +21 -0
  128. package/src/graphql_tools/schemas/collection/type/collectionAsset.graphqls +30 -0
  129. package/src/graphql_tools/schemas/collection/type/collectionAssetsPage.graphqls +4 -0
  130. package/src/graphql_tools/schemas/collection/type/collectionMarket.graphqls +6 -0
  131. package/src/graphql_tools/schemas/collection/type/collectionPage.graphqls +4 -0
  132. package/src/graphql_tools/schemas/collection/type/dynamicCollectionData.graphqls +6 -0
  133. package/src/graphql_tools/schemas/collection/type/media.graphqls +10 -0
  134. package/src/graphql_tools/schemas/collection/type/profile.graphqls +9 -0
  135. package/src/graphql_tools/schemas/collections/collection/mutation.graphqls +4 -0
  136. package/src/graphql_tools/schemas/collections/collection/query.graphqls +4 -0
  137. package/src/graphql_tools/schemas/collections/collection/type/profile.graphqls +9 -0
  138. package/src/graphql_tools/schemas/collections/collection/type/showcaseItem.graphqls +19 -0
  139. package/src/graphql_tools/schemas/collections/collection/type/showcaseItemsPage.graphqls +4 -0
  140. package/src/graphql_tools/schemas/collections/scalars.graphqls +2 -0
  141. package/src/graphql_tools/schemas/collections/schema.graphqls +12 -0
  142. package/src/graphql_tools/schemas/common/input/gallerySearchFilterInput.graphqls +6 -0
  143. package/src/graphql_tools/schemas/common/input/searchFilterInput.graphqls +5 -0
  144. package/src/graphql_tools/schemas/common/input/selectionInput.graphqls +4 -0
  145. package/src/graphql_tools/schemas/common/query.graphqls +21 -0
  146. package/src/graphql_tools/schemas/common/type/topEntitiesPage.graphqls +5 -0
  147. package/src/graphql_tools/schemas/creation/query.graphqls +9 -0
  148. package/src/graphql_tools/schemas/creation/type/creation.graphqls +27 -0
  149. package/src/graphql_tools/schemas/creation/type/creationPage.graphqls +4 -0
  150. package/src/graphql_tools/schemas/galleries/gallery/input/galleryAsset.graphqls +4 -0
  151. package/src/graphql_tools/schemas/galleries/gallery/input/galleryCreation.graphqls +5 -0
  152. package/src/graphql_tools/schemas/galleries/gallery/mutation.graphqls +53 -0
  153. package/src/graphql_tools/schemas/galleries/gallery/query.graphqls +71 -0
  154. package/src/graphql_tools/schemas/galleries/gallery/type/asset.graphqls +16 -0
  155. package/src/graphql_tools/schemas/galleries/gallery/type/assetsPage.graphqls +4 -0
  156. package/src/graphql_tools/schemas/galleries/gallery/type/attribute.graphqls +4 -0
  157. package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPage.graphqls +5 -0
  158. package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPageV2.graphqls +5 -0
  159. package/src/graphql_tools/schemas/galleries/gallery/type/gallery.graphqlsDuplicate +13 -0
  160. package/src/graphql_tools/schemas/galleries/gallery/type/media.graphqls +9 -0
  161. package/src/graphql_tools/schemas/galleries/gallery/type/profile.graphqls +9 -0
  162. package/src/graphql_tools/schemas/galleries/scalars.graphqls +2 -0
  163. package/src/graphql_tools/schemas/galleries/schema.graphqls +12 -0
  164. package/src/graphql_tools/schemas/gallery/query.graphqls +49 -0
  165. package/src/graphql_tools/schemas/gallery/type/gallery.graphqlsDupicate +16 -0
  166. package/src/graphql_tools/schemas/gallery/type/galleryAsset.graphqls +13 -0
  167. package/src/graphql_tools/schemas/gallery/type/galleryCreation.graphqls +29 -0
  168. package/src/graphql_tools/schemas/gallery/type/galleryCreationsPage.graphqls +4 -0
  169. package/src/graphql_tools/schemas/gallery/type/galleryPage.graphqls +5 -0
  170. package/src/graphql_tools/schemas/gallery/type/profile.graphqls +7 -0
  171. package/src/graphql_tools/schemas/identities/identity/mutation.graphqls +51 -0
  172. package/src/graphql_tools/schemas/identities/identity/query.graphqls +4 -0
  173. package/src/graphql_tools/schemas/identities/identity/type/identity.graphqls +7 -0
  174. package/src/graphql_tools/schemas/identities/identity/type/wallet.graphqls +7 -0
  175. package/src/graphql_tools/schemas/identities/profile/input/inputProfile.graphqls +10 -0
  176. package/src/graphql_tools/schemas/identities/profile/input/inputSocial.graphqls +23 -0
  177. package/src/graphql_tools/schemas/identities/profile/mutation.graphqls +5 -0
  178. package/src/graphql_tools/schemas/identities/profile/query.graphqls +5 -0
  179. package/src/graphql_tools/schemas/identities/profile/type/follower.graphqls +6 -0
  180. package/src/graphql_tools/schemas/identities/profile/type/profile.graphqls +16 -0
  181. package/src/graphql_tools/schemas/identities/profile/type/social.graphqls +6 -0
  182. package/src/graphql_tools/schemas/identities/scalars.graphqls +2 -0
  183. package/src/graphql_tools/schemas/identities/schema.graphqls +12 -0
  184. package/src/graphql_tools/schemas/images/mutation.graphqls +6 -0
  185. package/src/graphql_tools/schemas/images/query.graphqls +3 -0
  186. package/src/graphql_tools/schemas/images/scalars.graphqls +2 -0
  187. package/src/graphql_tools/schemas/images/schema.graphqls +12 -0
  188. package/src/graphql_tools/schemas/markets/market/query.graphqls +4 -0
  189. package/src/graphql_tools/schemas/markets/market/type/market.graphqls +88 -0
  190. package/src/graphql_tools/schemas/markets/market/type/marketsPage.graphqls +4 -0
  191. package/src/graphql_tools/schemas/markets/scalars.graphqls +2 -0
  192. package/src/graphql_tools/schemas/markets/schema.graphqls +12 -0
  193. package/src/graphql_tools/schemas/moderations/asset/input/assetModerationFilter.graphqls +12 -0
  194. package/src/graphql_tools/schemas/moderations/asset/input/updateAssetModeration.graphqls +5 -0
  195. package/src/graphql_tools/schemas/moderations/asset/mutation.graphqls +12 -0
  196. package/src/graphql_tools/schemas/moderations/asset/query.graphqls +10 -0
  197. package/src/graphql_tools/schemas/moderations/asset/type/assetModeration.graphqls +29 -0
  198. package/src/graphql_tools/schemas/moderations/asset/type/assetModerationsPage.graphqls +4 -0
  199. package/src/graphql_tools/schemas/moderations/asset/type/attribute.graphqls +4 -0
  200. package/src/graphql_tools/schemas/moderations/asset/type/media.graphqls +7 -0
  201. package/src/graphql_tools/schemas/moderations/asset/type/profile.graphqls +9 -0
  202. package/src/graphql_tools/schemas/moderations/common/input/selection.graphqls +4 -0
  203. package/src/graphql_tools/schemas/moderations/scalars.graphqls +2 -0
  204. package/src/graphql_tools/schemas/moderations/schema.graphqls +12 -0
  205. package/src/graphql_tools/schemas/moderations/user/input/updateUserModeration.graphqls +6 -0
  206. package/src/graphql_tools/schemas/moderations/user/input/userModerationFilter.graphqls +8 -0
  207. package/src/graphql_tools/schemas/moderations/user/mutation.graphqls +11 -0
  208. package/src/graphql_tools/schemas/moderations/user/query.graphqls +9 -0
  209. package/src/graphql_tools/schemas/moderations/user/type/userModeration.graphqls +14 -0
  210. package/src/graphql_tools/schemas/moderations/user/type/userModerationsPage.graphqls +4 -0
  211. package/src/graphql_tools/schemas/moderations/user/type/userWallet.graphqls +7 -0
  212. package/src/graphql_tools/schemas/preferences/mutation.graphqls +5 -0
  213. package/src/graphql_tools/schemas/preferences/query.graphqls +27 -0
  214. package/src/graphql_tools/schemas/preferences/scalars.graphqls +2 -0
  215. package/src/graphql_tools/schemas/preferences/schema.graphqls +12 -0
  216. package/src/graphql_tools/schemas/preferences/type/expectation.graphqls +4 -0
  217. package/src/graphql_tools/schemas/preferences/type/interest.graphqls +4 -0
  218. package/src/graphql_tools/schemas/preferences/type/offer.graphqls +4 -0
  219. package/src/graphql_tools/schemas/preferences/type/selection.graphqls +5 -0
  220. package/src/graphql_tools/schemas/preferences/type/userExpectation.graphqls +5 -0
  221. package/src/graphql_tools/schemas/preferences/type/userInterest.graphqls +6 -0
  222. package/src/graphql_tools/schemas/preferences/type/userOffer.graphqls +4 -0
  223. package/src/graphql_tools/schemas/profile/query.graphqls +18 -0
  224. package/src/graphql_tools/schemas/profile/type/profile.graphqls +9 -0
  225. package/src/graphql_tools/schemas/profile/type/profilePage.graphqls +4 -0
  226. package/src/graphql_tools/schemas/reports/asset/input/assetReportFilter.graphqls +13 -0
  227. package/src/graphql_tools/schemas/reports/asset/input/assetReportRestriction.graphqls +5 -0
  228. package/src/graphql_tools/schemas/reports/asset/mutation.graphqls +14 -0
  229. package/src/graphql_tools/schemas/reports/asset/query.graphqls +7 -0
  230. package/src/graphql_tools/schemas/reports/asset/type/assetReport.graphqls +37 -0
  231. package/src/graphql_tools/schemas/reports/asset/type/assetReportsPage.graphqls +4 -0
  232. package/src/graphql_tools/schemas/reports/asset/type/attribute.graphqls +4 -0
  233. package/src/graphql_tools/schemas/reports/asset/type/media.graphqls +7 -0
  234. package/src/graphql_tools/schemas/reports/common/input/selectionInput.graphqls +4 -0
  235. package/src/graphql_tools/schemas/reports/gallery/input/galleryReportFilter.graphqls +12 -0
  236. package/src/graphql_tools/schemas/reports/gallery/input/galleryReportRestriction.graphqls +5 -0
  237. package/src/graphql_tools/schemas/reports/gallery/mutation.graphqls +14 -0
  238. package/src/graphql_tools/schemas/reports/gallery/query.graphqls +7 -0
  239. package/src/graphql_tools/schemas/reports/gallery/type/galleryAsset.graphqls +17 -0
  240. package/src/graphql_tools/schemas/reports/gallery/type/galleryReport.graphqls +32 -0
  241. package/src/graphql_tools/schemas/reports/gallery/type/galleryReportsPage.graphqls +4 -0
  242. package/src/graphql_tools/schemas/reports/scalars.graphqls +2 -0
  243. package/src/graphql_tools/schemas/reports/schema.graphqls +21 -0
  244. package/src/graphql_tools/schemas/reports/user/input/userReportFilter.graphqls +9 -0
  245. package/src/graphql_tools/schemas/reports/user/input/userReportRestriction.graphqls +6 -0
  246. package/src/graphql_tools/schemas/reports/user/mutation.graphqls +12 -0
  247. package/src/graphql_tools/schemas/reports/user/query.graphqls +7 -0
  248. package/src/graphql_tools/schemas/reports/user/type/profile.graphqls +9 -0
  249. package/src/graphql_tools/schemas/reports/user/type/userReport.graphqls +24 -0
  250. package/src/graphql_tools/schemas/reports/user/type/userReportsPage.graphqls +4 -0
  251. package/src/graphql_tools/schemas/reports/user/type/userWallet.graphqls +7 -0
  252. package/src/graphql_tools/schemas/scalars.graphqls +2 -0
  253. package/src/graphql_tools/schemas/schema.graphqls +18 -0
  254. package/src/graphql_tools/schemas/search/asset/query.graphqls +65 -0
  255. package/src/graphql_tools/schemas/search/asset/type/asset.graphqls +27 -0
  256. package/src/graphql_tools/schemas/search/asset/type/assetPage.graphqls +4 -0
  257. package/src/graphql_tools/schemas/search/asset/type/attribute.graphqls +4 -0
  258. package/src/graphql_tools/schemas/search/asset/type/media.graphqls +9 -0
  259. package/src/graphql_tools/schemas/search/collection/input/collectionFilterInput.graphqls +6 -0
  260. package/src/graphql_tools/schemas/search/collection/query.graphqls +17 -0
  261. package/src/graphql_tools/schemas/search/collection/type/collection.graphqls +11 -0
  262. package/src/graphql_tools/schemas/search/collection/type/collectionPage.graphqls +5 -0
  263. package/src/graphql_tools/schemas/search/common/input/searchFilterInput.graphqls +5 -0
  264. package/src/graphql_tools/schemas/search/common/input/selectionInput.graphqls +4 -0
  265. package/src/graphql_tools/schemas/search/common/query.graphqls +21 -0
  266. package/src/graphql_tools/schemas/search/common/type/topEntitiesPage.graphqls +5 -0
  267. package/src/graphql_tools/schemas/search/creation/input/creationFilterInput.graphqls +7 -0
  268. package/src/graphql_tools/schemas/search/creation/query.graphqls +26 -0
  269. package/src/graphql_tools/schemas/search/creation/type/creation.graphqls +27 -0
  270. package/src/graphql_tools/schemas/search/creation/type/creationPage.graphqls +5 -0
  271. package/src/graphql_tools/schemas/search/creation/type/profile.graphqls +13 -0
  272. package/src/graphql_tools/schemas/search/gallery/query.graphqls +34 -0
  273. package/src/graphql_tools/schemas/search/gallery/type/gallery.graphqls +17 -0
  274. package/src/graphql_tools/schemas/search/gallery/type/galleryAsset.graphqls +19 -0
  275. package/src/graphql_tools/schemas/search/gallery/type/galleryPage.graphqls +4 -0
  276. package/src/graphql_tools/schemas/search/gallery/type/galleryV2.graphqls +17 -0
  277. package/src/graphql_tools/schemas/search/profile/query.graphqls +18 -0
  278. package/src/graphql_tools/schemas/search/profile/type/profile.graphqls +9 -0
  279. package/src/graphql_tools/schemas/search/profile/type/profilePage.graphqls +4 -0
  280. package/src/graphql_tools/schemas/search/scalars.graphqls +2 -0
  281. package/src/graphql_tools/schemas/search/schema.graphqls +18 -0
  282. package/src/graphql_tools/schemas/search/sets/input/galleryProfileFilterInput.graphqls +5 -0
  283. package/src/graphql_tools/schemas/search/sets/input/gallerySearchFilterInput.graphqls +6 -0
  284. package/src/graphql_tools/schemas/search/sets/query.graphqls +20 -0
  285. package/src/graphql_tools/schemas/search/showcase/input/showcaseItemFilterInput.graphqls +8 -0
  286. package/src/graphql_tools/schemas/search/showcase/query.graphqls +14 -0
  287. package/src/graphql_tools/schemas/search/showcase/type/showcaseItem.graphqls +19 -0
  288. package/src/graphql_tools/schemas/search/showcase/type/showcaseItemPage.graphqls +5 -0
  289. package/src/graphql_tools/schemas/showcase/collection/query.graphqls +3 -0
  290. package/src/graphql_tools/schemas/showcase/collection/type/attribute.graphqls +4 -0
  291. package/src/graphql_tools/schemas/showcase/collection/type/collection.graphqls +11 -0
  292. package/src/graphql_tools/schemas/showcase/collection/type/collectionAsset.graphqls +25 -0
  293. package/src/graphql_tools/schemas/showcase/collection/type/collectionsPage.graphqls +4 -0
  294. package/src/graphql_tools/schemas/showcase/collection/type/media.graphqls +10 -0
  295. package/src/graphql_tools/schemas/showcase/collection/type/profile.graphqls +15 -0
  296. package/src/graphql_tools/schemas/showcase/input/showcaseItemFilterInput.graphqls +8 -0
  297. package/src/graphql_tools/schemas/showcase/query.graphqls +14 -0
  298. package/src/graphql_tools/schemas/showcase/scalars.graphqls +2 -0
  299. package/src/graphql_tools/schemas/showcase/schema.graphqls +12 -0
  300. package/src/graphql_tools/schemas/showcase/type/showcaseItem.graphqls +19 -0
  301. package/src/graphql_tools/schemas/showcase/type/showcaseItemPage.graphqls +5 -0
  302. package/src/graphql_tools/schemas/transactions/asset/mutation.graphqls +11 -0
  303. package/src/graphql_tools/schemas/transactions/asset/query.graphqls +10 -0
  304. package/src/graphql_tools/schemas/transactions/asset/type/asset.graphqls +25 -0
  305. package/src/graphql_tools/schemas/transactions/asset/type/assetGallery.graphqls +4 -0
  306. package/src/graphql_tools/schemas/transactions/asset/type/assetsPage.graphqls +4 -0
  307. package/src/graphql_tools/schemas/transactions/asset/type/attribute.graphqls +4 -0
  308. package/src/graphql_tools/schemas/transactions/asset/type/bannerAsset.graphqls +7 -0
  309. package/src/graphql_tools/schemas/transactions/asset/type/bannerAssetsPage.graphqls +4 -0
  310. package/src/graphql_tools/schemas/transactions/asset/type/galleries.graphqls +3 -0
  311. package/src/graphql_tools/schemas/transactions/asset/type/media.graphqls +9 -0
  312. package/src/graphql_tools/schemas/transactions/asset/type/profile.graphqls +9 -0
  313. package/src/graphql_tools/schemas/transactions/asset/type/showcaseAsset.graphqls +13 -0
  314. package/src/graphql_tools/schemas/transactions/asset/type/showcaseAssetsPage.graphqls +4 -0
  315. package/src/graphql_tools/schemas/transactions/scalars.graphqls +2 -0
  316. package/src/graphql_tools/schemas/transactions/schema.graphqls +12 -0
  317. package/src/index.ts +3 -0
  318. package/tsconfig.json +16 -0
  319. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,4742 @@
1
+ import * as Apollo from '@apollo/client';
2
+ export type Maybe<T> = T | null;
3
+ export type Exact<T extends {
4
+ [key: string]: unknown;
5
+ }> = {
6
+ [K in keyof T]: T[K];
7
+ };
8
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
9
+ [SubKey in K]?: Maybe<T[SubKey]>;
10
+ };
11
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
12
+ [SubKey in K]: Maybe<T[SubKey]>;
13
+ };
14
+ /** All built-in and custom scalars, mapped to their actual values */
15
+ export type Scalars = {
16
+ ID: string;
17
+ String: string;
18
+ Boolean: boolean;
19
+ Int: number;
20
+ Float: number;
21
+ Long: any;
22
+ Upload: any;
23
+ };
24
+ export type IAddress = {
25
+ creators?: Maybe<Array<Maybe<IWallet>>>;
26
+ owners?: Maybe<Array<Maybe<IWallet>>>;
27
+ associateAddresses?: Maybe<Array<Maybe<IWallet>>>;
28
+ };
29
+ export type IAsset = {
30
+ address?: Maybe<Scalars['String']>;
31
+ assetId: Scalars['String'];
32
+ assetOrder?: Maybe<Scalars['Int']>;
33
+ attributes?: Maybe<Array<Maybe<IAttribute>>>;
34
+ blockHeight?: Maybe<Scalars['Long']>;
35
+ blockTimestamp?: Maybe<Scalars['Long']>;
36
+ blockchain?: Maybe<Scalars['String']>;
37
+ blurred?: Maybe<Scalars['Boolean']>;
38
+ chainId?: Maybe<Scalars['String']>;
39
+ collectionId?: Maybe<Scalars['String']>;
40
+ collectionMedias?: Maybe<Array<Maybe<IMedia>>>;
41
+ collectionOriginalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
42
+ collectionTitle?: Maybe<Scalars['String']>;
43
+ collectionUrl?: Maybe<Scalars['String']>;
44
+ createdAt?: Maybe<Scalars['Long']>;
45
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
46
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
47
+ description?: Maybe<Scalars['String']>;
48
+ galleries?: Maybe<IGalleries>;
49
+ lastSoldAt?: Maybe<Scalars['String']>;
50
+ latestPriceAmount?: Maybe<Scalars['Float']>;
51
+ latestPriceBlockHeight?: Maybe<Scalars['Long']>;
52
+ latestPriceCurrency?: Maybe<Scalars['String']>;
53
+ liked?: Maybe<Scalars['Boolean']>;
54
+ likes?: Maybe<Scalars['Int']>;
55
+ listedAt?: Maybe<Scalars['String']>;
56
+ markets?: Maybe<Array<Maybe<IAssetMarket>>>;
57
+ mediaUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
58
+ medias?: Maybe<Array<Maybe<IMedia>>>;
59
+ mintedAt?: Maybe<Scalars['String']>;
60
+ name?: Maybe<Scalars['String']>;
61
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
62
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
63
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
64
+ price?: Maybe<Scalars['Float']>;
65
+ rank?: Maybe<Scalars['Float']>;
66
+ rankMax?: Maybe<Scalars['Float']>;
67
+ rankRaw?: Maybe<Scalars['Float']>;
68
+ rankUpdatedAt?: Maybe<Scalars['Float']>;
69
+ score?: Maybe<Scalars['String']>;
70
+ supply?: Maybe<Scalars['String']>;
71
+ symbol?: Maybe<Scalars['String']>;
72
+ tags?: Maybe<Array<Maybe<Scalars['String']>>>;
73
+ tokenId?: Maybe<Scalars['String']>;
74
+ totalVolumes?: Maybe<Array<Maybe<ICurrencyAmountPair>>>;
75
+ traits?: Maybe<Array<Maybe<ITrait>>>;
76
+ type?: Maybe<Scalars['String']>;
77
+ url?: Maybe<Scalars['String']>;
78
+ views?: Maybe<Scalars['Int']>;
79
+ visible?: Maybe<Scalars['Boolean']>;
80
+ };
81
+ export type IAssetGallery = {
82
+ galleryId: Scalars['ID'];
83
+ galleryName: Scalars['String'];
84
+ };
85
+ export type IAssetMarket = {
86
+ marketId?: Maybe<Scalars['String']>;
87
+ marketName?: Maybe<Scalars['String']>;
88
+ marketDomain?: Maybe<Scalars['String']>;
89
+ marketUrl?: Maybe<Scalars['String']>;
90
+ };
91
+ export type IAssetModeration = {
92
+ assetId: Scalars['String'];
93
+ status?: Maybe<Scalars['String']>;
94
+ category?: Maybe<Scalars['String']>;
95
+ locationsToShow?: Maybe<Array<Maybe<Scalars['String']>>>;
96
+ blurred?: Maybe<Scalars['Boolean']>;
97
+ adult?: Maybe<Scalars['Boolean']>;
98
+ lockedFrom?: Maybe<Scalars['Long']>;
99
+ lockedTo?: Maybe<Scalars['Long']>;
100
+ deletedOn?: Maybe<Scalars['Long']>;
101
+ address?: Maybe<Scalars['String']>;
102
+ tokenId?: Maybe<Scalars['String']>;
103
+ blockchain?: Maybe<Scalars['String']>;
104
+ chainId?: Maybe<Scalars['String']>;
105
+ blockHeight?: Maybe<Scalars['Long']>;
106
+ blockTimestamp?: Maybe<Scalars['Long']>;
107
+ name?: Maybe<Scalars['String']>;
108
+ description?: Maybe<Scalars['String']>;
109
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
110
+ medias?: Maybe<Array<Maybe<IMedia>>>;
111
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
112
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
113
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
114
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
115
+ attributes?: Maybe<Array<Maybe<IAttribute>>>;
116
+ likes?: Maybe<Scalars['Int']>;
117
+ views?: Maybe<Scalars['Int']>;
118
+ rank?: Maybe<Scalars['Float']>;
119
+ };
120
+ export type IAssetModerationFilter = {
121
+ itemName?: Maybe<Scalars['String']>;
122
+ address?: Maybe<Scalars['String']>;
123
+ addressVariety?: Maybe<Array<Maybe<ISelectionInput>>>;
124
+ status?: Maybe<Array<Maybe<ISelectionInput>>>;
125
+ place?: Maybe<Array<Maybe<ISelectionInput>>>;
126
+ category?: Maybe<Array<Maybe<ISelectionInput>>>;
127
+ blockchain?: Maybe<Array<Maybe<ISelectionInput>>>;
128
+ sort: ISelectionInput;
129
+ dateFrom?: Maybe<Scalars['String']>;
130
+ dateTo?: Maybe<Scalars['String']>;
131
+ };
132
+ export type IAssetModerationsPage = {
133
+ assetModerations?: Maybe<Array<Maybe<IAssetModeration>>>;
134
+ nextPageToken?: Maybe<Scalars['String']>;
135
+ };
136
+ export type IAssetPage = {
137
+ assets: Array<Maybe<IAsset>>;
138
+ nextPageToken?: Maybe<Scalars['String']>;
139
+ };
140
+ export type IAssetReport = {
141
+ reportId: Scalars['ID'];
142
+ type?: Maybe<Scalars['String']>;
143
+ status?: Maybe<Scalars['String']>;
144
+ issuerProfile?: Maybe<IProfile>;
145
+ issuerAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
146
+ reason?: Maybe<Scalars['String']>;
147
+ link?: Maybe<Scalars['String']>;
148
+ reportedAt?: Maybe<Scalars['Long']>;
149
+ entityStatus?: Maybe<Scalars['String']>;
150
+ locationsToShow?: Maybe<Array<Maybe<Scalars['String']>>>;
151
+ blurred?: Maybe<Scalars['Boolean']>;
152
+ adult?: Maybe<Scalars['Boolean']>;
153
+ lockedFrom?: Maybe<Scalars['Long']>;
154
+ lockedTo?: Maybe<Scalars['Long']>;
155
+ deletedOn?: Maybe<Scalars['Long']>;
156
+ category?: Maybe<Scalars['String']>;
157
+ assetId?: Maybe<Scalars['String']>;
158
+ address?: Maybe<Scalars['String']>;
159
+ tokenId?: Maybe<Scalars['String']>;
160
+ blockchain?: Maybe<Scalars['String']>;
161
+ chainId?: Maybe<Scalars['String']>;
162
+ blockHeight?: Maybe<Scalars['Long']>;
163
+ blockTimestamp?: Maybe<Scalars['Long']>;
164
+ name?: Maybe<Scalars['String']>;
165
+ description?: Maybe<Scalars['String']>;
166
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
167
+ medias?: Maybe<Array<Maybe<IMedia>>>;
168
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
169
+ ownersAddresses?: Maybe<Scalars['String']>;
170
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
171
+ creatorsAddresses?: Maybe<Scalars['String']>;
172
+ attributes?: Maybe<Array<Maybe<IAttribute>>>;
173
+ likes?: Maybe<Scalars['Int']>;
174
+ views?: Maybe<Scalars['Int']>;
175
+ rank?: Maybe<Scalars['Float']>;
176
+ };
177
+ export type IAssetReportFilter = {
178
+ name?: Maybe<Scalars['String']>;
179
+ address?: Maybe<Scalars['String']>;
180
+ varietyOfAddress?: Maybe<Array<Maybe<ISelectionInput>>>;
181
+ status?: Maybe<Array<Maybe<ISelectionInput>>>;
182
+ reason?: Maybe<Array<Maybe<ISelectionInput>>>;
183
+ blockchain?: Maybe<Array<Maybe<ISelectionInput>>>;
184
+ category?: Maybe<Array<Maybe<ISelectionInput>>>;
185
+ rate?: Maybe<ISelectionInput>;
186
+ sort: ISelectionInput;
187
+ dateFrom?: Maybe<Scalars['String']>;
188
+ dateTo?: Maybe<Scalars['String']>;
189
+ };
190
+ export type IAssetReportRestriction = {
191
+ reportId: Scalars['ID'];
192
+ locationsToShow: Array<Maybe<Scalars['String']>>;
193
+ blurred: Scalars['Boolean'];
194
+ };
195
+ export type IAssetReportsPage = {
196
+ assetReports?: Maybe<Array<Maybe<IAssetReport>>>;
197
+ nextPageToken?: Maybe<Scalars['String']>;
198
+ };
199
+ export type IAssetsPage = {
200
+ assets: Array<Maybe<IAsset>>;
201
+ nextPageToken?: Maybe<Scalars['String']>;
202
+ };
203
+ export type IAttribute = {
204
+ name?: Maybe<Scalars['String']>;
205
+ value?: Maybe<Scalars['String']>;
206
+ };
207
+ export type IBannerAsset = {
208
+ assetId: Scalars['String'];
209
+ blurred?: Maybe<Scalars['Boolean']>;
210
+ media: Scalars['String'];
211
+ name?: Maybe<Scalars['String']>;
212
+ visible?: Maybe<Scalars['Boolean']>;
213
+ };
214
+ export type IBannerAssetsPage = {
215
+ assets?: Maybe<Array<Maybe<IBannerAsset>>>;
216
+ nextPageToken?: Maybe<Scalars['String']>;
217
+ };
218
+ export type ICollection = {
219
+ blockchain?: Maybe<Scalars['String']>;
220
+ collectionAssets?: Maybe<Array<Maybe<ICollectionAsset>>>;
221
+ collectionId?: Maybe<Scalars['String']>;
222
+ collectionMarkets?: Maybe<Array<Maybe<ICollectionMarket>>>;
223
+ collectionTitle?: Maybe<Scalars['String']>;
224
+ contractAddress?: Maybe<Scalars['String']>;
225
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
226
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
227
+ floorPrices?: Maybe<Array<Maybe<ICurrencyAmountPair>>>;
228
+ identifier?: Maybe<Scalars['String']>;
229
+ items?: Maybe<Scalars['Int']>;
230
+ liked?: Maybe<Scalars['Boolean']>;
231
+ likes?: Maybe<Scalars['Int']>;
232
+ medias?: Maybe<Array<Maybe<IMedia>>>;
233
+ nsfw?: Maybe<Scalars['Int']>;
234
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
235
+ owners?: Maybe<Scalars['Int']>;
236
+ rank?: Maybe<Scalars['Float']>;
237
+ tokenId?: Maybe<Scalars['String']>;
238
+ totalVolumes?: Maybe<Array<Maybe<ICurrencyAmountPair>>>;
239
+ verified?: Maybe<Scalars['Boolean']>;
240
+ };
241
+ export type ICollectionAsset = {
242
+ address?: Maybe<Scalars['String']>;
243
+ assetId?: Maybe<Scalars['String']>;
244
+ attributes?: Maybe<Array<Maybe<IAttribute>>>;
245
+ blockHeight?: Maybe<Scalars['Long']>;
246
+ blockchain?: Maybe<Scalars['String']>;
247
+ blurred?: Maybe<Scalars['Boolean']>;
248
+ chainId?: Maybe<Scalars['String']>;
249
+ collectionId?: Maybe<Scalars['String']>;
250
+ collectionMedias?: Maybe<Array<Maybe<IMedia>>>;
251
+ collectionOriginalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
252
+ collectionTitle?: Maybe<Scalars['String']>;
253
+ createdAt?: Maybe<Scalars['Long']>;
254
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
255
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
256
+ description?: Maybe<Scalars['String']>;
257
+ liked?: Maybe<Scalars['Boolean']>;
258
+ likes?: Maybe<Scalars['Int']>;
259
+ medias?: Maybe<Array<Maybe<IMedia>>>;
260
+ name?: Maybe<Scalars['String']>;
261
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
262
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
263
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
264
+ prices?: Maybe<Array<Maybe<ICurrencyAmountPair>>>;
265
+ rank?: Maybe<Scalars['Float']>;
266
+ tokenId?: Maybe<Scalars['String']>;
267
+ views?: Maybe<Scalars['Int']>;
268
+ visible?: Maybe<Scalars['Boolean']>;
269
+ };
270
+ export type ICollectionAssetsPage = {
271
+ collectionAssets?: Maybe<Array<Maybe<ICollectionAsset>>>;
272
+ nextPageToken?: Maybe<Scalars['String']>;
273
+ };
274
+ export type ICollectionFilterInput = {
275
+ blockchain: Scalars['String'];
276
+ category: Scalars['String'];
277
+ time: Scalars['String'];
278
+ status: Scalars['String'];
279
+ };
280
+ export type ICollectionMarket = {
281
+ marketId?: Maybe<Scalars['String']>;
282
+ marketName?: Maybe<Scalars['String']>;
283
+ marketDomain?: Maybe<Scalars['String']>;
284
+ marketUrl?: Maybe<Scalars['String']>;
285
+ };
286
+ export type ICollectionPage = {
287
+ collections: Array<Maybe<ICollection>>;
288
+ nextPageToken?: Maybe<Scalars['String']>;
289
+ results?: Maybe<Scalars['Long']>;
290
+ };
291
+ export type ICollectionsPage = {
292
+ collections?: Maybe<Array<Maybe<ICollection>>>;
293
+ nextPageToken?: Maybe<Scalars['String']>;
294
+ };
295
+ export type ICreation = {
296
+ address?: Maybe<Scalars['String']>;
297
+ blockchain?: Maybe<Scalars['String']>;
298
+ blurred?: Maybe<Scalars['Boolean']>;
299
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
300
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
301
+ fileSize?: Maybe<Scalars['String']>;
302
+ id: Scalars['String'];
303
+ itemId: Scalars['String'];
304
+ itemType: Scalars['String'];
305
+ liked?: Maybe<Scalars['Boolean']>;
306
+ likes?: Maybe<Scalars['Int']>;
307
+ media?: Maybe<Scalars['String']>;
308
+ mediaPreview?: Maybe<Scalars['String']>;
309
+ mimeType?: Maybe<Scalars['String']>;
310
+ name?: Maybe<Scalars['String']>;
311
+ nsfw?: Maybe<Scalars['Int']>;
312
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
313
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
314
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
315
+ prices?: Maybe<Array<Maybe<ICurrencyAmountPair>>>;
316
+ rank?: Maybe<Scalars['Float']>;
317
+ sizeRatio?: Maybe<Scalars['Float']>;
318
+ tokenId?: Maybe<Scalars['String']>;
319
+ views?: Maybe<Scalars['Int']>;
320
+ visible?: Maybe<Scalars['Boolean']>;
321
+ };
322
+ export type ICreationFilterInput = {
323
+ type: Scalars['String'];
324
+ blockchain: Scalars['String'];
325
+ category: Scalars['String'];
326
+ time: Scalars['String'];
327
+ status: Scalars['String'];
328
+ };
329
+ export type ICreationsPage = {
330
+ creations?: Maybe<Array<Maybe<ICreation>>>;
331
+ nextPageToken?: Maybe<Scalars['String']>;
332
+ results?: Maybe<Scalars['Long']>;
333
+ };
334
+ export type ICurrencyAmountPair = {
335
+ currency?: Maybe<Scalars['String']>;
336
+ amount?: Maybe<Scalars['Float']>;
337
+ };
338
+ export type IDynamicAssetData = {
339
+ isLikedByUser?: Maybe<Scalars['Boolean']>;
340
+ likesNum?: Maybe<Scalars['Int']>;
341
+ assetId?: Maybe<Scalars['String']>;
342
+ };
343
+ export type IDynamicCollectionData = {
344
+ isLikedByUser?: Maybe<Scalars['Boolean']>;
345
+ likesNum?: Maybe<Scalars['Int']>;
346
+ collectionAssetsPage?: Maybe<ICollectionAssetsPage>;
347
+ collectionId?: Maybe<Scalars['String']>;
348
+ };
349
+ export type IDynamicCollectionDataInput = {
350
+ collectionId: Scalars['String'];
351
+ assetsPageSize?: Maybe<Scalars['Int']>;
352
+ assetsPageToken?: Maybe<Scalars['String']>;
353
+ };
354
+ export type IEvent = {
355
+ event?: Maybe<Scalars['String']>;
356
+ price?: Maybe<Scalars['Float']>;
357
+ to?: Maybe<IWallet>;
358
+ from?: Maybe<IWallet>;
359
+ };
360
+ export type IExpectation = {
361
+ name: Scalars['String'];
362
+ imageUrl: Scalars['String'];
363
+ };
364
+ export type IFactor = {
365
+ favorites?: Maybe<Scalars['Long']>;
366
+ highestOffer?: Maybe<Scalars['Float']>;
367
+ verified?: Maybe<Scalars['Boolean']>;
368
+ };
369
+ export type IFee = {
370
+ service?: Maybe<Scalars['Float']>;
371
+ royalties?: Maybe<Scalars['Float']>;
372
+ extra?: Maybe<Scalars['Float']>;
373
+ creators?: Maybe<Scalars['Float']>;
374
+ };
375
+ export type IFollower = {
376
+ userId: Scalars['ID'];
377
+ username?: Maybe<Scalars['String']>;
378
+ userpic?: Maybe<Scalars['String']>;
379
+ following?: Maybe<Scalars['Boolean']>;
380
+ };
381
+ export type IGalleries = {
382
+ assetGalleries: Array<Maybe<IAssetGallery>>;
383
+ };
384
+ export type IGalleriesPage = {
385
+ galleries?: Maybe<Array<Maybe<IGallery>>>;
386
+ nextPageToken?: Maybe<Scalars['String']>;
387
+ results?: Maybe<Scalars['Long']>;
388
+ };
389
+ export type IGalleriesPageV2 = {
390
+ galleries?: Maybe<Array<Maybe<IGalleryV2>>>;
391
+ nextPageToken?: Maybe<Scalars['String']>;
392
+ results?: Maybe<Scalars['Long']>;
393
+ };
394
+ export type IGallery = {
395
+ galleryId: Scalars['ID'];
396
+ galleryType: Scalars['String'];
397
+ name: Scalars['String'];
398
+ description?: Maybe<Scalars['String']>;
399
+ userId: Scalars['ID'];
400
+ username?: Maybe<Scalars['String']>;
401
+ userpic?: Maybe<Scalars['String']>;
402
+ userWallets?: Maybe<Array<Maybe<IWallet>>>;
403
+ banner?: Maybe<Scalars['String']>;
404
+ createdAt?: Maybe<Scalars['Long']>;
405
+ items?: Maybe<Scalars['Int']>;
406
+ views?: Maybe<Scalars['Int']>;
407
+ publiclyAccessible?: Maybe<Scalars['Boolean']>;
408
+ nsfw?: Maybe<Scalars['Int']>;
409
+ galleryCreations?: Maybe<Array<Maybe<IGalleryCreation>>>;
410
+ };
411
+ export type IGalleryAsset = {
412
+ assetId: Scalars['String'];
413
+ assetOrder?: Maybe<Scalars['Int']>;
414
+ attributes?: Maybe<Array<Maybe<IAttribute>>>;
415
+ blurred?: Maybe<Scalars['Boolean']>;
416
+ creatorAddress?: Maybe<Scalars['String']>;
417
+ creatorName?: Maybe<Scalars['String']>;
418
+ creatorUserId?: Maybe<Scalars['String']>;
419
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
420
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
421
+ fileSize?: Maybe<Scalars['Long']>;
422
+ galleryId?: Maybe<Scalars['String']>;
423
+ galleryName?: Maybe<Scalars['String']>;
424
+ likes?: Maybe<Scalars['Int']>;
425
+ media?: Maybe<Scalars['String']>;
426
+ mediaRatio?: Maybe<Scalars['Float']>;
427
+ medias?: Maybe<Array<Maybe<IMedia>>>;
428
+ mimeType?: Maybe<Scalars['String']>;
429
+ name?: Maybe<Scalars['String']>;
430
+ nsfw?: Maybe<Scalars['Int']>;
431
+ originalMedia?: Maybe<Scalars['String']>;
432
+ originalMediaPreview?: Maybe<Scalars['String']>;
433
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
434
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
435
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
436
+ views?: Maybe<Scalars['Int']>;
437
+ visible?: Maybe<Scalars['Boolean']>;
438
+ };
439
+ export type IGalleryAssetInput = {
440
+ assetId: Scalars['String'];
441
+ assetOrder: Scalars['Int'];
442
+ };
443
+ export type IGalleryCreation = {
444
+ galleryId: Scalars['String'];
445
+ creationId: Scalars['String'];
446
+ itemId?: Maybe<Scalars['String']>;
447
+ itemType?: Maybe<Scalars['String']>;
448
+ itemOrder?: Maybe<Scalars['Int']>;
449
+ galleryName?: Maybe<Scalars['String']>;
450
+ blockchain?: Maybe<Scalars['String']>;
451
+ name?: Maybe<Scalars['String']>;
452
+ address?: Maybe<Scalars['String']>;
453
+ tokenId?: Maybe<Scalars['String']>;
454
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
455
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
456
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
457
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
458
+ originalUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
459
+ media?: Maybe<Scalars['String']>;
460
+ mediaPreview?: Maybe<Scalars['String']>;
461
+ mimeType?: Maybe<Scalars['String']>;
462
+ sizeRatio?: Maybe<Scalars['Float']>;
463
+ fileSize?: Maybe<Scalars['Long']>;
464
+ nsfw?: Maybe<Scalars['Int']>;
465
+ likes?: Maybe<Scalars['Int']>;
466
+ liked?: Maybe<Scalars['Boolean']>;
467
+ views?: Maybe<Scalars['Int']>;
468
+ visible?: Maybe<Scalars['Boolean']>;
469
+ blurred?: Maybe<Scalars['Boolean']>;
470
+ prices?: Maybe<Array<Maybe<ICurrencyAmountPair>>>;
471
+ };
472
+ export type IGalleryCreationInput = {
473
+ creationId: Scalars['String'];
474
+ itemOrder: Scalars['Int'];
475
+ };
476
+ export type IGalleryCreationsPage = {
477
+ galleryCreations: Array<Maybe<IGalleryCreation>>;
478
+ nextPageToken?: Maybe<Scalars['String']>;
479
+ };
480
+ export type IGalleryPage = {
481
+ galleries: Array<Maybe<IGallery>>;
482
+ nextPageToken?: Maybe<Scalars['String']>;
483
+ results?: Maybe<Scalars['Long']>;
484
+ };
485
+ export type IGalleryProfileFilterInput = {
486
+ blockchain: Scalars['String'];
487
+ category: Scalars['String'];
488
+ time: Scalars['String'];
489
+ };
490
+ export type IGalleryReport = {
491
+ reportId: Scalars['ID'];
492
+ type?: Maybe<Scalars['String']>;
493
+ status?: Maybe<Scalars['String']>;
494
+ issuerId?: Maybe<Scalars['String']>;
495
+ issuerName?: Maybe<Scalars['String']>;
496
+ issuerAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
497
+ offenderId?: Maybe<Scalars['String']>;
498
+ offenderName?: Maybe<Scalars['String']>;
499
+ offenderAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
500
+ reason?: Maybe<Scalars['String']>;
501
+ link?: Maybe<Scalars['String']>;
502
+ reportedAt?: Maybe<Scalars['Long']>;
503
+ entityStatus?: Maybe<Scalars['String']>;
504
+ locationsToShow?: Maybe<Array<Maybe<Scalars['String']>>>;
505
+ blurred?: Maybe<Scalars['Boolean']>;
506
+ adult?: Maybe<Scalars['Boolean']>;
507
+ lockedFrom?: Maybe<Scalars['Long']>;
508
+ lockedTo?: Maybe<Scalars['Long']>;
509
+ deletedOn?: Maybe<Scalars['Long']>;
510
+ category?: Maybe<Scalars['String']>;
511
+ galleryId?: Maybe<Scalars['String']>;
512
+ name?: Maybe<Scalars['String']>;
513
+ description?: Maybe<Scalars['String']>;
514
+ customUrl?: Maybe<Scalars['String']>;
515
+ userId?: Maybe<Scalars['ID']>;
516
+ username?: Maybe<Scalars['String']>;
517
+ userpic?: Maybe<Scalars['String']>;
518
+ subscribes?: Maybe<Scalars['Int']>;
519
+ items?: Maybe<Scalars['Int']>;
520
+ galleryAssets?: Maybe<Array<Maybe<IGalleryAsset>>>;
521
+ };
522
+ export type IGalleryReportFilter = {
523
+ name?: Maybe<Scalars['String']>;
524
+ address?: Maybe<Scalars['String']>;
525
+ varietyOfAddress?: Maybe<Array<Maybe<ISelectionInput>>>;
526
+ status?: Maybe<Array<Maybe<ISelectionInput>>>;
527
+ reason?: Maybe<Array<Maybe<ISelectionInput>>>;
528
+ category?: Maybe<Array<Maybe<ISelectionInput>>>;
529
+ rate?: Maybe<ISelectionInput>;
530
+ sort: ISelectionInput;
531
+ dateFrom?: Maybe<Scalars['String']>;
532
+ dateTo?: Maybe<Scalars['String']>;
533
+ };
534
+ export type IGalleryReportRestriction = {
535
+ reportId: Scalars['ID'];
536
+ locationsToShow: Array<Maybe<Scalars['String']>>;
537
+ blurred: Scalars['Boolean'];
538
+ };
539
+ export type IGalleryReportsPage = {
540
+ galleryReports?: Maybe<Array<Maybe<IGalleryReport>>>;
541
+ nextPageToken?: Maybe<Scalars['String']>;
542
+ };
543
+ export type IGallerySearchFilterInput = {
544
+ blockchain: Scalars['String'];
545
+ category: Scalars['String'];
546
+ time: Scalars['String'];
547
+ type: Scalars['String'];
548
+ };
549
+ export type IGalleryV2 = {
550
+ galleryId: Scalars['ID'];
551
+ galleryType: Scalars['String'];
552
+ name: Scalars['String'];
553
+ description?: Maybe<Scalars['String']>;
554
+ userId: Scalars['ID'];
555
+ username?: Maybe<Scalars['String']>;
556
+ userpic?: Maybe<Scalars['String']>;
557
+ userWallets?: Maybe<Array<Maybe<IWallet>>>;
558
+ banner?: Maybe<Scalars['String']>;
559
+ createdAt?: Maybe<Scalars['Long']>;
560
+ items?: Maybe<Scalars['Int']>;
561
+ views?: Maybe<Scalars['Int']>;
562
+ publiclyAccessible?: Maybe<Scalars['Boolean']>;
563
+ nsfw?: Maybe<Scalars['Int']>;
564
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
565
+ };
566
+ export type IHistory = {
567
+ offers?: Maybe<Array<Maybe<IOffer>>>;
568
+ events?: Maybe<Array<Maybe<IEvent>>>;
569
+ };
570
+ export type IIdentity = {
571
+ userId: Scalars['ID'];
572
+ wallets: Array<Maybe<Scalars['String']>>;
573
+ authToken: Scalars['String'];
574
+ refreshToken: Scalars['String'];
575
+ newUser: Scalars['Boolean'];
576
+ };
577
+ export type IInputProfile = {
578
+ username?: Maybe<Scalars['String']>;
579
+ about?: Maybe<Scalars['String']>;
580
+ social?: Maybe<IInputSocial>;
581
+ showNsfw?: Maybe<Scalars['Boolean']>;
582
+ };
583
+ export type IInputSocial = {
584
+ facebook?: Maybe<Scalars['String']>;
585
+ twitter?: Maybe<Scalars['String']>;
586
+ instagram?: Maybe<Scalars['String']>;
587
+ website?: Maybe<Scalars['String']>;
588
+ };
589
+ export type IInterest = {
590
+ name: Scalars['String'];
591
+ imageUrl: Scalars['String'];
592
+ };
593
+ export type ILogin = {
594
+ userId?: Maybe<Scalars['ID']>;
595
+ loggedTime?: Maybe<Scalars['Long']>;
596
+ ip?: Maybe<Scalars['String']>;
597
+ location?: Maybe<Scalars['String']>;
598
+ };
599
+ export type ILoginsPage = {
600
+ logins?: Maybe<Array<Maybe<ILogin>>>;
601
+ nextPageToken?: Maybe<Scalars['String']>;
602
+ };
603
+ export type IMarket = {
604
+ marketId: Scalars['String'];
605
+ tokenId?: Maybe<Scalars['String']>;
606
+ address?: Maybe<Scalars['String']>;
607
+ blockchain?: Maybe<Scalars['String']>;
608
+ factors?: Maybe<IFactor>;
609
+ asset?: Maybe<IAsset>;
610
+ addresses?: Maybe<IAddress>;
611
+ histories?: Maybe<IHistory>;
612
+ marketData?: Maybe<IMarketData>;
613
+ fees?: Maybe<IFee>;
614
+ };
615
+ export type IMarketData = {
616
+ marketName?: Maybe<Scalars['String']>;
617
+ marketUpdatedAt?: Maybe<Scalars['String']>;
618
+ domain?: Maybe<Scalars['String']>;
619
+ };
620
+ export type IMarketsPage = {
621
+ markets?: Maybe<Array<Maybe<IMarket>>>;
622
+ nextPageToken?: Maybe<Scalars['String']>;
623
+ };
624
+ export type IMedia = {
625
+ assetId?: Maybe<Scalars['String']>;
626
+ blockchain?: Maybe<Scalars['String']>;
627
+ fileSize?: Maybe<Scalars['Long']>;
628
+ mimeType?: Maybe<Scalars['String']>;
629
+ nsfw?: Maybe<Scalars['Int']>;
630
+ originalUrl?: Maybe<Scalars['String']>;
631
+ previewUrl?: Maybe<Scalars['String']>;
632
+ sizeRatio?: Maybe<Scalars['Float']>;
633
+ url?: Maybe<Scalars['String']>;
634
+ };
635
+ export type IMutation = {
636
+ addAssetsToGallery: Scalars['Boolean'];
637
+ addAssetsToGalleryV2: Scalars['Boolean'];
638
+ addCollectionsToGallery: Scalars['Boolean'];
639
+ addCollectionsToGalleryV2: Scalars['Boolean'];
640
+ addCreationsToGallery: Scalars['Boolean'];
641
+ addCreationsToGalleryV2: Scalars['Boolean'];
642
+ addWalletBitcoin: Scalars['Boolean'];
643
+ addWalletElrond: Scalars['Boolean'];
644
+ addWalletFlow: Scalars['Boolean'];
645
+ addWalletMetamask: Scalars['Boolean'];
646
+ addWalletNear: Scalars['Boolean'];
647
+ addWalletSolana: Scalars['Boolean'];
648
+ addWalletTerra: Scalars['Boolean'];
649
+ addWalletTezos: Scalars['Boolean'];
650
+ addWalletWalletConnect: Scalars['Boolean'];
651
+ approveAsset: Scalars['Boolean'];
652
+ approveAssets: Scalars['Boolean'];
653
+ approveUser: Scalars['Boolean'];
654
+ approveUsers: Scalars['Boolean'];
655
+ blockUser: Scalars['Boolean'];
656
+ blockUsers: Scalars['Boolean'];
657
+ createFavoriteListV2: Scalars['ID'];
658
+ createFavorites: Scalars['ID'];
659
+ createGallery: Scalars['ID'];
660
+ createGalleryV2: Scalars['ID'];
661
+ createNonce: Scalars['String'];
662
+ deleteGallery: Scalars['Boolean'];
663
+ deleteGalleryBanner: Scalars['Boolean'];
664
+ deleteIdentity: Scalars['Boolean'];
665
+ deleteUserpic: Scalars['Boolean'];
666
+ dislikeAsset: Scalars['Boolean'];
667
+ dislikeCollection: Scalars['Boolean'];
668
+ editGallery: Scalars['Boolean'];
669
+ followProfile: Scalars['Boolean'];
670
+ hideAsset: Scalars['Boolean'];
671
+ hideAssets: Scalars['Boolean'];
672
+ hideBannerAsset: Scalars['Boolean'];
673
+ hideShowcaseAsset: Scalars['Boolean'];
674
+ likeAsset: Scalars['Boolean'];
675
+ likeCollection: Scalars['Boolean'];
676
+ refreshToken: ITokenPair;
677
+ rejectAssetReport: Scalars['Boolean'];
678
+ rejectAssetReports: Scalars['Boolean'];
679
+ rejectGalleryReport: Scalars['Boolean'];
680
+ rejectGalleryReports: Scalars['Boolean'];
681
+ rejectUserReport: Scalars['Boolean'];
682
+ rejectUserReports: Scalars['Boolean'];
683
+ removeAssetFromGallery: Scalars['Boolean'];
684
+ removeAssetFromGalleryV2: Scalars['Boolean'];
685
+ removeCollectionFromGallery: Scalars['Boolean'];
686
+ removeCollectionFromGalleryV2: Scalars['Boolean'];
687
+ removeCreationFromGallery: Scalars['Boolean'];
688
+ removeCreationFromGalleryV2: Scalars['Boolean'];
689
+ reportAsset: Scalars['Boolean'];
690
+ reportGallery: Scalars['Boolean'];
691
+ reportUser: Scalars['Boolean'];
692
+ restrictAsset: Scalars['Boolean'];
693
+ restrictAssets: Scalars['Boolean'];
694
+ restrictGalleries: Scalars['Boolean'];
695
+ restrictGallery: Scalars['Boolean'];
696
+ restrictUser: Scalars['Boolean'];
697
+ restrictUsers: Scalars['Boolean'];
698
+ revokeToken: Scalars['Boolean'];
699
+ saveUserExpectations: Scalars['Boolean'];
700
+ saveUserInterests: Scalars['Boolean'];
701
+ saveUserOffers: Scalars['Boolean'];
702
+ setDummy: Scalars['String'];
703
+ showAsset: Scalars['Boolean'];
704
+ showBannerAsset: Scalars['Boolean'];
705
+ showShowcaseAsset: Scalars['Boolean'];
706
+ signInAdminMetamask: IIdentity;
707
+ signInBitcoin: IIdentity;
708
+ signInElrond: IIdentity;
709
+ signInFlow: IIdentity;
710
+ signInMetamask: IIdentity;
711
+ signInNear: IIdentity;
712
+ signInSolana: IIdentity;
713
+ signInTerra: IIdentity;
714
+ signInTezos: IIdentity;
715
+ signInWalletConnect: IIdentity;
716
+ submitAsset: Scalars['Boolean'];
717
+ subscribeGallery: Scalars['Int'];
718
+ unfollowProfile: Scalars['Boolean'];
719
+ unsubscribeGallery: Scalars['Int'];
720
+ updateProfile: Scalars['Boolean'];
721
+ uploadGalleryBanner: Scalars['String'];
722
+ uploadUserpic: Scalars['String'];
723
+ };
724
+ export type IMutationAddAssetsToGalleryArgs = {
725
+ galleryId: Scalars['ID'];
726
+ assetIds: Array<Scalars['String']>;
727
+ };
728
+ export type IMutationAddAssetsToGalleryV2Args = {
729
+ galleryId: Scalars['ID'];
730
+ assetIds: Array<Scalars['String']>;
731
+ };
732
+ export type IMutationAddCollectionsToGalleryArgs = {
733
+ galleryId: Scalars['ID'];
734
+ collectionIds: Array<Scalars['String']>;
735
+ };
736
+ export type IMutationAddCollectionsToGalleryV2Args = {
737
+ galleryId: Scalars['ID'];
738
+ collectionIds: Array<Scalars['String']>;
739
+ };
740
+ export type IMutationAddCreationsToGalleryArgs = {
741
+ galleryId: Scalars['ID'];
742
+ creationIds: Array<Scalars['String']>;
743
+ };
744
+ export type IMutationAddCreationsToGalleryV2Args = {
745
+ galleryId: Scalars['ID'];
746
+ creationIds: Array<Scalars['String']>;
747
+ };
748
+ export type IMutationAddWalletBitcoinArgs = {
749
+ signature: Scalars['String'];
750
+ address: Scalars['String'];
751
+ };
752
+ export type IMutationAddWalletElrondArgs = {
753
+ signature: Scalars['String'];
754
+ address: Scalars['String'];
755
+ };
756
+ export type IMutationAddWalletFlowArgs = {
757
+ signature: Scalars['String'];
758
+ address: Scalars['String'];
759
+ };
760
+ export type IMutationAddWalletMetamaskArgs = {
761
+ signature: Scalars['String'];
762
+ address: Scalars['String'];
763
+ chainId?: Maybe<Scalars['String']>;
764
+ };
765
+ export type IMutationAddWalletNearArgs = {
766
+ signature: Scalars['String'];
767
+ address: Scalars['String'];
768
+ };
769
+ export type IMutationAddWalletSolanaArgs = {
770
+ signature: Scalars['String'];
771
+ pubkey: Scalars['String'];
772
+ };
773
+ export type IMutationAddWalletTerraArgs = {
774
+ signature: Scalars['String'];
775
+ address: Scalars['String'];
776
+ };
777
+ export type IMutationAddWalletTezosArgs = {
778
+ signature: Scalars['String'];
779
+ pubkey: Scalars['String'];
780
+ };
781
+ export type IMutationAddWalletWalletConnectArgs = {
782
+ signature: Scalars['String'];
783
+ address: Scalars['String'];
784
+ };
785
+ export type IMutationApproveAssetArgs = {
786
+ assetId: Scalars['String'];
787
+ };
788
+ export type IMutationApproveAssetsArgs = {
789
+ assetIds: Array<Maybe<Scalars['String']>>;
790
+ };
791
+ export type IMutationApproveUserArgs = {
792
+ userId: Scalars['ID'];
793
+ };
794
+ export type IMutationApproveUsersArgs = {
795
+ userIds: Array<Maybe<Scalars['String']>>;
796
+ };
797
+ export type IMutationBlockUserArgs = {
798
+ userId: Scalars['ID'];
799
+ lockedFrom?: Maybe<Scalars['String']>;
800
+ lockedTo?: Maybe<Scalars['String']>;
801
+ forever: Scalars['Boolean'];
802
+ };
803
+ export type IMutationBlockUsersArgs = {
804
+ input: Array<Maybe<IUpdateUserModeration>>;
805
+ };
806
+ export type IMutationCreateFavoriteListV2Args = {
807
+ name: Scalars['String'];
808
+ description?: Maybe<Scalars['String']>;
809
+ publicAccessible?: Maybe<Scalars['Boolean']>;
810
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
811
+ };
812
+ export type IMutationCreateFavoritesArgs = {
813
+ name: Scalars['String'];
814
+ description?: Maybe<Scalars['String']>;
815
+ publicAccessible?: Maybe<Scalars['Boolean']>;
816
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
817
+ };
818
+ export type IMutationCreateGalleryArgs = {
819
+ name: Scalars['String'];
820
+ description?: Maybe<Scalars['String']>;
821
+ publicAccessible?: Maybe<Scalars['Boolean']>;
822
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
823
+ };
824
+ export type IMutationCreateGalleryV2Args = {
825
+ name: Scalars['String'];
826
+ description?: Maybe<Scalars['String']>;
827
+ publicAccessible?: Maybe<Scalars['Boolean']>;
828
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
829
+ };
830
+ export type IMutationCreateNonceArgs = {
831
+ address: Scalars['String'];
832
+ blockchain: Scalars['String'];
833
+ chainId?: Maybe<Scalars['String']>;
834
+ };
835
+ export type IMutationDeleteGalleryArgs = {
836
+ galleryId: Scalars['ID'];
837
+ };
838
+ export type IMutationDeleteGalleryBannerArgs = {
839
+ galleryId: Scalars['ID'];
840
+ };
841
+ export type IMutationDeleteIdentityArgs = {
842
+ deleteReason: Scalars['String'];
843
+ comment?: Maybe<Scalars['String']>;
844
+ };
845
+ export type IMutationDislikeAssetArgs = {
846
+ assetId: Scalars['String'];
847
+ };
848
+ export type IMutationDislikeCollectionArgs = {
849
+ collectionId: Scalars['String'];
850
+ };
851
+ export type IMutationEditGalleryArgs = {
852
+ galleryId: Scalars['ID'];
853
+ name?: Maybe<Scalars['String']>;
854
+ description?: Maybe<Scalars['String']>;
855
+ customUrl?: Maybe<Scalars['String']>;
856
+ };
857
+ export type IMutationFollowProfileArgs = {
858
+ followingUserId: Scalars['ID'];
859
+ };
860
+ export type IMutationHideAssetArgs = {
861
+ assetId: Scalars['String'];
862
+ blurred: Scalars['Boolean'];
863
+ locationsToHide: Array<Maybe<Scalars['String']>>;
864
+ };
865
+ export type IMutationHideAssetsArgs = {
866
+ input: Array<Maybe<IUpdateAssetModeration>>;
867
+ };
868
+ export type IMutationHideBannerAssetArgs = {
869
+ id: Scalars['String'];
870
+ };
871
+ export type IMutationHideShowcaseAssetArgs = {
872
+ id: Scalars['String'];
873
+ };
874
+ export type IMutationLikeAssetArgs = {
875
+ assetId: Scalars['String'];
876
+ };
877
+ export type IMutationLikeCollectionArgs = {
878
+ collectionId: Scalars['String'];
879
+ };
880
+ export type IMutationRefreshTokenArgs = {
881
+ refreshToken: Scalars['String'];
882
+ };
883
+ export type IMutationRejectAssetReportArgs = {
884
+ reportId: Scalars['ID'];
885
+ };
886
+ export type IMutationRejectAssetReportsArgs = {
887
+ reportIds: Array<Maybe<Scalars['ID']>>;
888
+ };
889
+ export type IMutationRejectGalleryReportArgs = {
890
+ reportId: Scalars['ID'];
891
+ };
892
+ export type IMutationRejectGalleryReportsArgs = {
893
+ reportIds: Array<Maybe<Scalars['ID']>>;
894
+ };
895
+ export type IMutationRejectUserReportArgs = {
896
+ reportId: Scalars['ID'];
897
+ };
898
+ export type IMutationRejectUserReportsArgs = {
899
+ reportIds: Array<Maybe<Scalars['ID']>>;
900
+ };
901
+ export type IMutationRemoveAssetFromGalleryArgs = {
902
+ galleryId: Scalars['ID'];
903
+ creationId: Scalars['String'];
904
+ };
905
+ export type IMutationRemoveAssetFromGalleryV2Args = {
906
+ galleryId: Scalars['ID'];
907
+ assetId: Scalars['String'];
908
+ };
909
+ export type IMutationRemoveCollectionFromGalleryArgs = {
910
+ galleryId: Scalars['ID'];
911
+ creationId: Scalars['String'];
912
+ };
913
+ export type IMutationRemoveCollectionFromGalleryV2Args = {
914
+ galleryId: Scalars['ID'];
915
+ collectionId: Scalars['String'];
916
+ };
917
+ export type IMutationRemoveCreationFromGalleryArgs = {
918
+ galleryId: Scalars['ID'];
919
+ creationId: Scalars['String'];
920
+ };
921
+ export type IMutationRemoveCreationFromGalleryV2Args = {
922
+ galleryId: Scalars['ID'];
923
+ creationId: Scalars['String'];
924
+ };
925
+ export type IMutationReportAssetArgs = {
926
+ assetId: Scalars['String'];
927
+ reason: ISelectionInput;
928
+ };
929
+ export type IMutationReportGalleryArgs = {
930
+ galleryId: Scalars['String'];
931
+ reason: ISelectionInput;
932
+ };
933
+ export type IMutationReportUserArgs = {
934
+ userId: Scalars['ID'];
935
+ reason: ISelectionInput;
936
+ };
937
+ export type IMutationRestrictAssetArgs = {
938
+ reportId: Scalars['ID'];
939
+ locationsToShow: Array<Maybe<Scalars['String']>>;
940
+ blurred: Scalars['Boolean'];
941
+ };
942
+ export type IMutationRestrictAssetsArgs = {
943
+ input: Array<Maybe<IAssetReportRestriction>>;
944
+ };
945
+ export type IMutationRestrictGalleriesArgs = {
946
+ input: Array<Maybe<IGalleryReportRestriction>>;
947
+ };
948
+ export type IMutationRestrictGalleryArgs = {
949
+ reportId: Scalars['ID'];
950
+ locationsToShow: Array<Maybe<Scalars['String']>>;
951
+ blurred: Scalars['Boolean'];
952
+ };
953
+ export type IMutationRestrictUserArgs = {
954
+ reportId: Scalars['ID'];
955
+ lockedFrom?: Maybe<Scalars['String']>;
956
+ lockedTo?: Maybe<Scalars['String']>;
957
+ forever: Scalars['Boolean'];
958
+ };
959
+ export type IMutationRestrictUsersArgs = {
960
+ input: Array<Maybe<IUserReportRestriction>>;
961
+ };
962
+ export type IMutationSaveUserExpectationsArgs = {
963
+ expectations: Array<Maybe<Scalars['String']>>;
964
+ };
965
+ export type IMutationSaveUserInterestsArgs = {
966
+ interests: Array<Maybe<Scalars['String']>>;
967
+ };
968
+ export type IMutationSaveUserOffersArgs = {
969
+ offers: Array<Maybe<Scalars['String']>>;
970
+ };
971
+ export type IMutationShowAssetArgs = {
972
+ assetId: Scalars['String'];
973
+ };
974
+ export type IMutationShowBannerAssetArgs = {
975
+ id: Scalars['String'];
976
+ };
977
+ export type IMutationShowShowcaseAssetArgs = {
978
+ id: Scalars['String'];
979
+ };
980
+ export type IMutationSignInAdminMetamaskArgs = {
981
+ signature: Scalars['String'];
982
+ address: Scalars['String'];
983
+ chainId?: Maybe<Scalars['String']>;
984
+ };
985
+ export type IMutationSignInBitcoinArgs = {
986
+ signature: Scalars['String'];
987
+ address: Scalars['String'];
988
+ restore?: Maybe<Scalars['Boolean']>;
989
+ };
990
+ export type IMutationSignInElrondArgs = {
991
+ signature: Scalars['String'];
992
+ address: Scalars['String'];
993
+ restore?: Maybe<Scalars['Boolean']>;
994
+ };
995
+ export type IMutationSignInFlowArgs = {
996
+ signature: Scalars['String'];
997
+ address: Scalars['String'];
998
+ restore?: Maybe<Scalars['Boolean']>;
999
+ };
1000
+ export type IMutationSignInMetamaskArgs = {
1001
+ signature: Scalars['String'];
1002
+ address: Scalars['String'];
1003
+ chainId?: Maybe<Scalars['String']>;
1004
+ restore?: Maybe<Scalars['Boolean']>;
1005
+ };
1006
+ export type IMutationSignInNearArgs = {
1007
+ signature: Scalars['String'];
1008
+ address: Scalars['String'];
1009
+ restore?: Maybe<Scalars['Boolean']>;
1010
+ };
1011
+ export type IMutationSignInSolanaArgs = {
1012
+ signature: Scalars['String'];
1013
+ pubkey: Scalars['String'];
1014
+ restore?: Maybe<Scalars['Boolean']>;
1015
+ };
1016
+ export type IMutationSignInTerraArgs = {
1017
+ signature: Scalars['String'];
1018
+ address: Scalars['String'];
1019
+ restore?: Maybe<Scalars['Boolean']>;
1020
+ };
1021
+ export type IMutationSignInTezosArgs = {
1022
+ signature: Scalars['String'];
1023
+ pubkey: Scalars['String'];
1024
+ restore?: Maybe<Scalars['Boolean']>;
1025
+ };
1026
+ export type IMutationSignInWalletConnectArgs = {
1027
+ signature: Scalars['String'];
1028
+ address: Scalars['String'];
1029
+ restore?: Maybe<Scalars['Boolean']>;
1030
+ };
1031
+ export type IMutationSubmitAssetArgs = {
1032
+ address: Scalars['String'];
1033
+ };
1034
+ export type IMutationSubscribeGalleryArgs = {
1035
+ galleryId: Scalars['ID'];
1036
+ };
1037
+ export type IMutationUnfollowProfileArgs = {
1038
+ followingUserId: Scalars['ID'];
1039
+ };
1040
+ export type IMutationUnsubscribeGalleryArgs = {
1041
+ galleryId: Scalars['ID'];
1042
+ };
1043
+ export type IMutationUpdateProfileArgs = {
1044
+ profile?: Maybe<IInputProfile>;
1045
+ };
1046
+ export type IMutationUploadGalleryBannerArgs = {
1047
+ galleryId: Scalars['ID'];
1048
+ file: Scalars['Upload'];
1049
+ };
1050
+ export type IMutationUploadUserpicArgs = {
1051
+ file: Scalars['Upload'];
1052
+ };
1053
+ export type IOffer = {
1054
+ floorDifference?: Maybe<Scalars['Float']>;
1055
+ from?: Maybe<IWallet>;
1056
+ image: Scalars['String'];
1057
+ name: Scalars['String'];
1058
+ price?: Maybe<Scalars['Float']>;
1059
+ status?: Maybe<Scalars['String']>;
1060
+ };
1061
+ export type IProfile = {
1062
+ about?: Maybe<Scalars['String']>;
1063
+ createdAt?: Maybe<Scalars['Long']>;
1064
+ deleted?: Maybe<Scalars['Boolean']>;
1065
+ deletedAt?: Maybe<Scalars['Long']>;
1066
+ followers?: Maybe<Scalars['Int']>;
1067
+ following?: Maybe<Scalars['Boolean']>;
1068
+ followings?: Maybe<Scalars['Int']>;
1069
+ profileId?: Maybe<Scalars['String']>;
1070
+ rank?: Maybe<Scalars['Float']>;
1071
+ showNsfw?: Maybe<Scalars['Boolean']>;
1072
+ social?: Maybe<ISocial>;
1073
+ userId: Scalars['ID'];
1074
+ username?: Maybe<Scalars['String']>;
1075
+ userpic?: Maybe<Scalars['String']>;
1076
+ views?: Maybe<Scalars['Int']>;
1077
+ visible?: Maybe<Scalars['Boolean']>;
1078
+ wallet?: Maybe<Scalars['String']>;
1079
+ wallets?: Maybe<Array<Maybe<IWallet>>>;
1080
+ website?: Maybe<Scalars['String']>;
1081
+ };
1082
+ export type IProfilePage = {
1083
+ nextPageToken?: Maybe<Scalars['String']>;
1084
+ profiles: Array<Maybe<IProfile>>;
1085
+ };
1086
+ export type IQuery = {
1087
+ fetchAllAssets: IAssetsPage;
1088
+ fetchAllBannerAssets: IBannerAssetsPage;
1089
+ fetchAllMarkets: IMarketsPage;
1090
+ fetchAllShowcaseAssets: IShowcaseAssetsPage;
1091
+ fetchAllShowcaseItems: IShowcaseItemsPage;
1092
+ fetchAsset: IAsset;
1093
+ fetchAssetByBlockchain: IAsset;
1094
+ fetchAssetModeration: IAssetModeration;
1095
+ fetchAssetModerationStatuses: Array<Maybe<ISelection>>;
1096
+ fetchAssetModerations: IAssetModerationsPage;
1097
+ /** This query is not connected to the front */
1098
+ fetchAssetNamesSuggestions: Array<Maybe<Scalars['String']>>;
1099
+ fetchAssetReports: IAssetReportsPage;
1100
+ fetchAssets: Array<Maybe<IAsset>>;
1101
+ /** This query must be used on the first page */
1102
+ fetchAssetsCount: Scalars['Long'];
1103
+ fetchBannerAssets: Array<Maybe<IBannerAsset>>;
1104
+ fetchBlockchainSelections: Array<Maybe<ISelection>>;
1105
+ fetchCategorySelections: Array<Maybe<ISelection>>;
1106
+ fetchCollection: ICollection;
1107
+ fetchCollectionAssets: ICollectionAssetsPage;
1108
+ fetchCollections: ICollectionsPage;
1109
+ fetchCollectionsByIds: Array<ICollection>;
1110
+ fetchCreation: ICreation;
1111
+ fetchCreations: ICreationsPage;
1112
+ fetchCreationsByItemType: ICreationsPage;
1113
+ fetchDynamicAssetData: IDynamicAssetData;
1114
+ fetchDynamicAssetsData: Array<Maybe<IDynamicAssetData>>;
1115
+ fetchDynamicCollectionData: IDynamicCollectionData;
1116
+ fetchDynamicCollectionsData: Array<IDynamicCollectionData>;
1117
+ fetchExpectations: Array<Maybe<IExpectation>>;
1118
+ fetchFavorites: IGalleriesPage;
1119
+ fetchFavoritesV2: IGalleriesPageV2;
1120
+ fetchFollowers: Array<Maybe<IFollower>>;
1121
+ fetchFollowings: Array<Maybe<IFollower>>;
1122
+ fetchGalleries: IGalleriesPage;
1123
+ fetchGalleriesV2: IGalleriesPageV2;
1124
+ fetchGallery: IGallery;
1125
+ fetchGalleryAssets: IAssetsPage;
1126
+ fetchGalleryCreations: IGalleryCreationsPage;
1127
+ fetchGalleryReports: IGalleryReportsPage;
1128
+ fetchGalleryV2: IGalleryV2;
1129
+ fetchInterests: Array<Maybe<IInterest>>;
1130
+ fetchLiked: Scalars['Boolean'];
1131
+ fetchLikes: Scalars['Int'];
1132
+ fetchLogins: ILoginsPage;
1133
+ fetchMarket: IMarket;
1134
+ fetchMyFavorites: IGalleriesPage;
1135
+ fetchMyFavoritesV2: IGalleriesPageV2;
1136
+ fetchMyGalleries: IGalleriesPage;
1137
+ fetchMyGalleriesV2: IGalleriesPageV2;
1138
+ fetchOffers: Array<Maybe<IOffer>>;
1139
+ fetchPlaceSelections: Array<Maybe<ISelection>>;
1140
+ fetchProfile: IProfile;
1141
+ fetchProfileDeleteSelections: Array<Maybe<ISelection>>;
1142
+ fetchRateSelections: Array<Maybe<ISelection>>;
1143
+ fetchReportReasonSelections: Array<Maybe<ISelection>>;
1144
+ fetchReportStatusSelections: Array<Maybe<ISelection>>;
1145
+ fetchSearchResultBlockchainSelections: Array<Maybe<ISelection>>;
1146
+ fetchSearchResultCategorySelections: Array<Maybe<ISelection>>;
1147
+ fetchSearchResultStatusSelections: Array<Maybe<ISelection>>;
1148
+ fetchSearchResultTimeSelections: Array<Maybe<ISelection>>;
1149
+ fetchSearchResultTypeSelections: Array<Maybe<ISelection>>;
1150
+ fetchSearchSortSelections: Array<Maybe<ISelection>>;
1151
+ fetchSetsSearchResultTypeSelections: Array<Maybe<ISelection>>;
1152
+ fetchShowcaseAssets: IShowcaseAssetsPage;
1153
+ fetchShowcaseItems: IShowcaseItemsPage;
1154
+ fetchSortSelections: Array<Maybe<ISelection>>;
1155
+ fetchSubscribedGalleries: IGalleriesPage;
1156
+ fetchUserExpectations: Array<Maybe<IUserExpectation>>;
1157
+ fetchUserFavorites: IGalleriesPage;
1158
+ fetchUserFavoritesV2: IGalleriesPageV2;
1159
+ fetchUserGalleries: IGalleriesPage;
1160
+ fetchUserGalleriesV2: IGalleriesPageV2;
1161
+ fetchUserInterests: Array<Maybe<IUserInterest>>;
1162
+ fetchUserModeration: IUserModeration;
1163
+ fetchUserModerationStatuses: Array<Maybe<ISelection>>;
1164
+ fetchUserModerations: IUserModerationsPage;
1165
+ fetchUserOffers: Array<Maybe<IUserOffer>>;
1166
+ fetchUserPortfolio: Array<Maybe<ICurrencyAmountPair>>;
1167
+ fetchUserReports: IUserReportsPage;
1168
+ fetchUserWallets: Array<Maybe<IWallet>>;
1169
+ fetchUserpic?: Maybe<Scalars['String']>;
1170
+ fetchVarietyOfAddressSelections: Array<Maybe<ISelection>>;
1171
+ fetchWalletSelections: Array<Maybe<ISelection>>;
1172
+ fetchWallets: Array<Maybe<IWallet>>;
1173
+ /** This query should be changed according to new design */
1174
+ findAllAssetsByName: IAssetPage;
1175
+ /** This query should be changed according to new design */
1176
+ findAllAssetsByOwner: IAssetPage;
1177
+ /** This query should be changed according to new design */
1178
+ findAllAssetsByTerm: IAssetPage;
1179
+ /** This query should be changed according to new design */
1180
+ findAllGalleriesByName: IGalleryPage;
1181
+ /** This query should be changed according to new design */
1182
+ findAllGalleriesByTerm: IGalleryPage;
1183
+ findAllTopEntitiesByName: ITopEntitiesPage;
1184
+ findAllTopEntitiesByTerm: ITopEntitiesPage;
1185
+ /** This query should be changed according to new design */
1186
+ findAssetsByName: IAssetPage;
1187
+ /** This query should be changed according to new design */
1188
+ findAssetsByOwner: IAssetPage;
1189
+ /** This query should be changed according to new design */
1190
+ findAssetsByTerm: IAssetPage;
1191
+ findCollections: ICollectionPage;
1192
+ /** This query should be changed according to new design */
1193
+ findCollectionsByTitle: ICollectionPage;
1194
+ findCreations: ICreationsPage;
1195
+ /** This query should be changed according to new design */
1196
+ findGalleriesByName: IGalleryPage;
1197
+ /** This query should be changed according to new design */
1198
+ findGalleriesByTerm: IGalleryPage;
1199
+ /** This query should be changed according to new design */
1200
+ findProfilesByName: IProfilePage;
1201
+ /** This query should be changed according to new design */
1202
+ findProfilesByTerm: IProfilePage;
1203
+ findSets: IGalleryPage;
1204
+ findShowcaseItems: IShowcaseItemPage;
1205
+ /** These queries are used for search suggestions */
1206
+ findTopEntitiesByName: ITopEntitiesPage;
1207
+ findTopEntitiesByTerm: ITopEntitiesPage;
1208
+ findUserCreations: ICreationsPage;
1209
+ findUserFavoriteLists: IGalleryPage;
1210
+ findUserGalleries: IGalleryPage;
1211
+ findUserShowcaseItems: IShowcaseItemPage;
1212
+ getDummy: Scalars['String'];
1213
+ isValidAuthToken: Scalars['Boolean'];
1214
+ };
1215
+ export type IQueryFetchAllAssetsArgs = {
1216
+ pageSize: Scalars['Int'];
1217
+ pageToken?: Maybe<Scalars['String']>;
1218
+ };
1219
+ export type IQueryFetchAllBannerAssetsArgs = {
1220
+ pageSize: Scalars['Int'];
1221
+ pageToken?: Maybe<Scalars['String']>;
1222
+ };
1223
+ export type IQueryFetchAllMarketsArgs = {
1224
+ pageSize: Scalars['Int'];
1225
+ pageToken?: Maybe<Scalars['String']>;
1226
+ };
1227
+ export type IQueryFetchAllShowcaseAssetsArgs = {
1228
+ pageSize: Scalars['Int'];
1229
+ pageToken?: Maybe<Scalars['String']>;
1230
+ };
1231
+ export type IQueryFetchAllShowcaseItemsArgs = {
1232
+ pageSize: Scalars['Int'];
1233
+ pageToken?: Maybe<Scalars['String']>;
1234
+ };
1235
+ export type IQueryFetchAssetArgs = {
1236
+ assetId: Scalars['String'];
1237
+ };
1238
+ export type IQueryFetchAssetByBlockchainArgs = {
1239
+ blockchain: Scalars['String'];
1240
+ address?: Maybe<Scalars['String']>;
1241
+ tokenId?: Maybe<Scalars['String']>;
1242
+ elrondId?: Maybe<Scalars['String']>;
1243
+ };
1244
+ export type IQueryFetchAssetModerationArgs = {
1245
+ assetId: Scalars['String'];
1246
+ };
1247
+ export type IQueryFetchAssetModerationsArgs = {
1248
+ input: IAssetModerationFilter;
1249
+ pageSize: Scalars['Int'];
1250
+ pageToken?: Maybe<Scalars['String']>;
1251
+ };
1252
+ export type IQueryFetchAssetNamesSuggestionsArgs = {
1253
+ term: Scalars['String'];
1254
+ };
1255
+ export type IQueryFetchAssetReportsArgs = {
1256
+ input: IAssetReportFilter;
1257
+ pageSize: Scalars['Int'];
1258
+ pageToken?: Maybe<Scalars['String']>;
1259
+ };
1260
+ export type IQueryFetchAssetsArgs = {
1261
+ assetIds: Array<Scalars['String']>;
1262
+ };
1263
+ export type IQueryFetchBannerAssetsArgs = {
1264
+ pageSize: Scalars['Int'];
1265
+ };
1266
+ export type IQueryFetchCollectionArgs = {
1267
+ collectionId: Scalars['String'];
1268
+ };
1269
+ export type IQueryFetchCollectionAssetsArgs = {
1270
+ collectionId: Scalars['String'];
1271
+ pageSize: Scalars['Int'];
1272
+ pageToken?: Maybe<Scalars['String']>;
1273
+ };
1274
+ export type IQueryFetchCollectionsArgs = {
1275
+ pageSize: Scalars['Int'];
1276
+ pageToken?: Maybe<Scalars['String']>;
1277
+ };
1278
+ export type IQueryFetchCollectionsByIdsArgs = {
1279
+ collectionIds: Array<Scalars['String']>;
1280
+ };
1281
+ export type IQueryFetchCreationArgs = {
1282
+ id: Scalars['String'];
1283
+ };
1284
+ export type IQueryFetchCreationsArgs = {
1285
+ pageSize: Scalars['Int'];
1286
+ pageToken?: Maybe<Scalars['String']>;
1287
+ };
1288
+ export type IQueryFetchCreationsByItemTypeArgs = {
1289
+ itemType: Scalars['String'];
1290
+ pageSize: Scalars['Int'];
1291
+ pageToken?: Maybe<Scalars['String']>;
1292
+ };
1293
+ export type IQueryFetchDynamicAssetDataArgs = {
1294
+ assetId: Scalars['String'];
1295
+ };
1296
+ export type IQueryFetchDynamicAssetsDataArgs = {
1297
+ assetIds: Array<Scalars['String']>;
1298
+ };
1299
+ export type IQueryFetchDynamicCollectionDataArgs = {
1300
+ input: IDynamicCollectionDataInput;
1301
+ };
1302
+ export type IQueryFetchDynamicCollectionsDataArgs = {
1303
+ input: Array<IDynamicCollectionDataInput>;
1304
+ };
1305
+ export type IQueryFetchFavoritesArgs = {
1306
+ pageSize: Scalars['Int'];
1307
+ pageToken?: Maybe<Scalars['String']>;
1308
+ };
1309
+ export type IQueryFetchFavoritesV2Args = {
1310
+ pageSize: Scalars['Int'];
1311
+ pageToken?: Maybe<Scalars['String']>;
1312
+ };
1313
+ export type IQueryFetchFollowersArgs = {
1314
+ userId: Scalars['ID'];
1315
+ };
1316
+ export type IQueryFetchFollowingsArgs = {
1317
+ userId: Scalars['ID'];
1318
+ };
1319
+ export type IQueryFetchGalleriesArgs = {
1320
+ pageSize: Scalars['Int'];
1321
+ pageToken?: Maybe<Scalars['String']>;
1322
+ };
1323
+ export type IQueryFetchGalleriesV2Args = {
1324
+ pageSize: Scalars['Int'];
1325
+ pageToken?: Maybe<Scalars['String']>;
1326
+ };
1327
+ export type IQueryFetchGalleryArgs = {
1328
+ galleryId: Scalars['String'];
1329
+ };
1330
+ export type IQueryFetchGalleryAssetsArgs = {
1331
+ galleryId: Scalars['String'];
1332
+ pageSize: Scalars['Int'];
1333
+ pageToken?: Maybe<Scalars['String']>;
1334
+ };
1335
+ export type IQueryFetchGalleryCreationsArgs = {
1336
+ galleryId: Scalars['String'];
1337
+ pageSize: Scalars['Int'];
1338
+ pageToken?: Maybe<Scalars['String']>;
1339
+ };
1340
+ export type IQueryFetchGalleryReportsArgs = {
1341
+ input: IGalleryReportFilter;
1342
+ pageSize: Scalars['Int'];
1343
+ pageToken?: Maybe<Scalars['String']>;
1344
+ };
1345
+ export type IQueryFetchGalleryV2Args = {
1346
+ galleryId: Scalars['String'];
1347
+ };
1348
+ export type IQueryFetchLikedArgs = {
1349
+ assetId: Scalars['String'];
1350
+ };
1351
+ export type IQueryFetchLikesArgs = {
1352
+ assetId: Scalars['String'];
1353
+ };
1354
+ export type IQueryFetchLoginsArgs = {
1355
+ pageSize: Scalars['Int'];
1356
+ pageToken?: Maybe<Scalars['String']>;
1357
+ };
1358
+ export type IQueryFetchMarketArgs = {
1359
+ marketId: Scalars['String'];
1360
+ };
1361
+ export type IQueryFetchMyFavoritesArgs = {
1362
+ pageSize: Scalars['Int'];
1363
+ pageToken?: Maybe<Scalars['String']>;
1364
+ };
1365
+ export type IQueryFetchMyFavoritesV2Args = {
1366
+ pageSize: Scalars['Int'];
1367
+ pageToken?: Maybe<Scalars['String']>;
1368
+ };
1369
+ export type IQueryFetchMyGalleriesArgs = {
1370
+ pageSize: Scalars['Int'];
1371
+ pageToken?: Maybe<Scalars['String']>;
1372
+ };
1373
+ export type IQueryFetchMyGalleriesV2Args = {
1374
+ pageSize: Scalars['Int'];
1375
+ pageToken?: Maybe<Scalars['String']>;
1376
+ };
1377
+ export type IQueryFetchProfileArgs = {
1378
+ userId: Scalars['ID'];
1379
+ };
1380
+ export type IQueryFetchShowcaseAssetsArgs = {
1381
+ pageSize: Scalars['Int'];
1382
+ pageToken?: Maybe<Scalars['String']>;
1383
+ };
1384
+ export type IQueryFetchShowcaseItemsArgs = {
1385
+ pageSize: Scalars['Int'];
1386
+ pageToken?: Maybe<Scalars['String']>;
1387
+ };
1388
+ export type IQueryFetchSubscribedGalleriesArgs = {
1389
+ userId: Scalars['ID'];
1390
+ pageSize: Scalars['Int'];
1391
+ pageToken?: Maybe<Scalars['String']>;
1392
+ };
1393
+ export type IQueryFetchUserFavoritesArgs = {
1394
+ userId: Scalars['ID'];
1395
+ pageSize: Scalars['Int'];
1396
+ pageToken?: Maybe<Scalars['String']>;
1397
+ };
1398
+ export type IQueryFetchUserFavoritesV2Args = {
1399
+ userId: Scalars['ID'];
1400
+ pageSize: Scalars['Int'];
1401
+ pageToken?: Maybe<Scalars['String']>;
1402
+ };
1403
+ export type IQueryFetchUserGalleriesArgs = {
1404
+ pageSize: Scalars['Int'];
1405
+ pageToken?: Maybe<Scalars['String']>;
1406
+ userId: Scalars['ID'];
1407
+ };
1408
+ export type IQueryFetchUserGalleriesV2Args = {
1409
+ pageSize: Scalars['Int'];
1410
+ pageToken?: Maybe<Scalars['String']>;
1411
+ userId: Scalars['ID'];
1412
+ };
1413
+ export type IQueryFetchUserModerationArgs = {
1414
+ userId: Scalars['ID'];
1415
+ };
1416
+ export type IQueryFetchUserModerationsArgs = {
1417
+ input: IUserModerationFilter;
1418
+ pageSize: Scalars['Int'];
1419
+ pageToken?: Maybe<Scalars['String']>;
1420
+ };
1421
+ export type IQueryFetchUserPortfolioArgs = {
1422
+ ownerId: Scalars['String'];
1423
+ };
1424
+ export type IQueryFetchUserReportsArgs = {
1425
+ input: IUserReportFilter;
1426
+ pageSize: Scalars['Int'];
1427
+ pageToken?: Maybe<Scalars['String']>;
1428
+ };
1429
+ export type IQueryFetchUserWalletsArgs = {
1430
+ userId: Scalars['ID'];
1431
+ };
1432
+ export type IQueryFetchUserpicArgs = {
1433
+ userId: Scalars['ID'];
1434
+ };
1435
+ export type IQueryFindAllAssetsByNameArgs = {
1436
+ input: ISearchFilterInput;
1437
+ pageSize: Scalars['Int'];
1438
+ pageToken?: Maybe<Scalars['String']>;
1439
+ };
1440
+ export type IQueryFindAllAssetsByOwnerArgs = {
1441
+ input: ISearchFilterInput;
1442
+ pageSize: Scalars['Int'];
1443
+ pageToken?: Maybe<Scalars['String']>;
1444
+ };
1445
+ export type IQueryFindAllAssetsByTermArgs = {
1446
+ input: ISearchFilterInput;
1447
+ pageSize: Scalars['Int'];
1448
+ pageToken?: Maybe<Scalars['String']>;
1449
+ };
1450
+ export type IQueryFindAllGalleriesByNameArgs = {
1451
+ input: ISearchFilterInput;
1452
+ pageSize: Scalars['Int'];
1453
+ pageToken?: Maybe<Scalars['String']>;
1454
+ };
1455
+ export type IQueryFindAllGalleriesByTermArgs = {
1456
+ input: ISearchFilterInput;
1457
+ pageSize: Scalars['Int'];
1458
+ pageToken?: Maybe<Scalars['String']>;
1459
+ };
1460
+ export type IQueryFindAllTopEntitiesByNameArgs = {
1461
+ name: Scalars['String'];
1462
+ pageSize: Scalars['Int'];
1463
+ };
1464
+ export type IQueryFindAllTopEntitiesByTermArgs = {
1465
+ pageSize: Scalars['Int'];
1466
+ term: Scalars['String'];
1467
+ };
1468
+ export type IQueryFindAssetsByNameArgs = {
1469
+ input: ISearchFilterInput;
1470
+ pageSize: Scalars['Int'];
1471
+ pageToken?: Maybe<Scalars['String']>;
1472
+ };
1473
+ export type IQueryFindAssetsByOwnerArgs = {
1474
+ input: ISearchFilterInput;
1475
+ pageSize: Scalars['Int'];
1476
+ pageToken?: Maybe<Scalars['String']>;
1477
+ };
1478
+ export type IQueryFindAssetsByTermArgs = {
1479
+ input: ISearchFilterInput;
1480
+ pageSize: Scalars['Int'];
1481
+ pageToken?: Maybe<Scalars['String']>;
1482
+ };
1483
+ export type IQueryFindCollectionsArgs = {
1484
+ term: Scalars['String'];
1485
+ input: ICollectionFilterInput;
1486
+ pageSize: Scalars['Int'];
1487
+ pageToken?: Maybe<Scalars['String']>;
1488
+ };
1489
+ export type IQueryFindCollectionsByTitleArgs = {
1490
+ input: ISearchFilterInput;
1491
+ pageSize: Scalars['Int'];
1492
+ pageToken?: Maybe<Scalars['String']>;
1493
+ };
1494
+ export type IQueryFindCreationsArgs = {
1495
+ input: ICreationFilterInput;
1496
+ pageSize: Scalars['Int'];
1497
+ pageToken?: Maybe<Scalars['String']>;
1498
+ term: Scalars['String'];
1499
+ };
1500
+ export type IQueryFindGalleriesByNameArgs = {
1501
+ input: ISearchFilterInput;
1502
+ pageSize: Scalars['Int'];
1503
+ pageToken?: Maybe<Scalars['String']>;
1504
+ };
1505
+ export type IQueryFindGalleriesByTermArgs = {
1506
+ input: ISearchFilterInput;
1507
+ pageSize: Scalars['Int'];
1508
+ pageToken?: Maybe<Scalars['String']>;
1509
+ };
1510
+ export type IQueryFindProfilesByNameArgs = {
1511
+ name: Scalars['String'];
1512
+ pageSize: Scalars['Int'];
1513
+ pageToken?: Maybe<Scalars['String']>;
1514
+ };
1515
+ export type IQueryFindProfilesByTermArgs = {
1516
+ pageSize: Scalars['Int'];
1517
+ pageToken?: Maybe<Scalars['String']>;
1518
+ term: Scalars['String'];
1519
+ };
1520
+ export type IQueryFindSetsArgs = {
1521
+ term: Scalars['String'];
1522
+ input: IGallerySearchFilterInput;
1523
+ pageSize: Scalars['Int'];
1524
+ pageToken?: Maybe<Scalars['String']>;
1525
+ };
1526
+ export type IQueryFindShowcaseItemsArgs = {
1527
+ input: IShowcaseItemFilterInput;
1528
+ pageSize: Scalars['Int'];
1529
+ pageToken?: Maybe<Scalars['String']>;
1530
+ term: Scalars['String'];
1531
+ };
1532
+ export type IQueryFindTopEntitiesByNameArgs = {
1533
+ name: Scalars['String'];
1534
+ pageSize: Scalars['Int'];
1535
+ };
1536
+ export type IQueryFindTopEntitiesByTermArgs = {
1537
+ pageSize: Scalars['Int'];
1538
+ term: Scalars['String'];
1539
+ };
1540
+ export type IQueryFindUserCreationsArgs = {
1541
+ input: ICreationFilterInput;
1542
+ ownerId: Scalars['String'];
1543
+ pageSize: Scalars['Int'];
1544
+ pageToken?: Maybe<Scalars['String']>;
1545
+ };
1546
+ export type IQueryFindUserFavoriteListsArgs = {
1547
+ ownerId: Scalars['String'];
1548
+ input: IGalleryProfileFilterInput;
1549
+ pageSize: Scalars['Int'];
1550
+ pageToken?: Maybe<Scalars['String']>;
1551
+ };
1552
+ export type IQueryFindUserGalleriesArgs = {
1553
+ ownerId: Scalars['String'];
1554
+ input: IGalleryProfileFilterInput;
1555
+ pageSize: Scalars['Int'];
1556
+ pageToken?: Maybe<Scalars['String']>;
1557
+ };
1558
+ export type IQueryFindUserShowcaseItemsArgs = {
1559
+ input: IShowcaseItemFilterInput;
1560
+ ownerId: Scalars['String'];
1561
+ pageSize: Scalars['Int'];
1562
+ pageToken?: Maybe<Scalars['String']>;
1563
+ };
1564
+ export type IQueryIsValidAuthTokenArgs = {
1565
+ authToken: Scalars['String'];
1566
+ };
1567
+ export type ISearchFilterInput = {
1568
+ categories?: Maybe<Array<Maybe<ISelectionInput>>>;
1569
+ sort: ISelectionInput;
1570
+ word: Scalars['String'];
1571
+ };
1572
+ export type ISelection = {
1573
+ id: Scalars['String'];
1574
+ ordering: Scalars['Int'];
1575
+ label: Scalars['String'];
1576
+ };
1577
+ export type ISelectionInput = {
1578
+ id: Scalars['String'];
1579
+ label?: Maybe<Scalars['String']>;
1580
+ };
1581
+ export type IShowcaseAsset = {
1582
+ assetId: Scalars['String'];
1583
+ blockchain?: Maybe<Scalars['String']>;
1584
+ blurred?: Maybe<Scalars['Boolean']>;
1585
+ createdAt?: Maybe<Scalars['Long']>;
1586
+ liked?: Maybe<Scalars['Boolean']>;
1587
+ likes?: Maybe<Scalars['Int']>;
1588
+ media?: Maybe<Scalars['String']>;
1589
+ mediaPreview?: Maybe<Scalars['String']>;
1590
+ mimeType?: Maybe<Scalars['String']>;
1591
+ name?: Maybe<Scalars['String']>;
1592
+ sizeRatio?: Maybe<Scalars['Float']>;
1593
+ visible?: Maybe<Scalars['Boolean']>;
1594
+ };
1595
+ export type IShowcaseAssetsPage = {
1596
+ assets?: Maybe<Array<Maybe<IShowcaseAsset>>>;
1597
+ nextPageToken?: Maybe<Scalars['String']>;
1598
+ };
1599
+ export type IShowcaseItem = {
1600
+ blockchain?: Maybe<Scalars['String']>;
1601
+ blurred?: Maybe<Scalars['Boolean']>;
1602
+ creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
1603
+ creatorsProfiles?: Maybe<Array<Maybe<IProfile>>>;
1604
+ fileSize?: Maybe<Scalars['Long']>;
1605
+ itemId: Scalars['String'];
1606
+ itemType: Scalars['String'];
1607
+ likes?: Maybe<Scalars['Int']>;
1608
+ media?: Maybe<Scalars['String']>;
1609
+ mediaPreview?: Maybe<Scalars['String']>;
1610
+ mimeType?: Maybe<Scalars['String']>;
1611
+ name?: Maybe<Scalars['String']>;
1612
+ nsfw?: Maybe<Scalars['Int']>;
1613
+ ownersAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
1614
+ ownersProfiles?: Maybe<Array<Maybe<IProfile>>>;
1615
+ sizeRatio?: Maybe<Scalars['Float']>;
1616
+ visible?: Maybe<Scalars['Boolean']>;
1617
+ };
1618
+ export type IShowcaseItemFilterInput = {
1619
+ blockchain: Scalars['String'];
1620
+ category: Scalars['String'];
1621
+ nsfw?: Maybe<Scalars['Int']>;
1622
+ status: Scalars['String'];
1623
+ time: Scalars['String'];
1624
+ type: Scalars['String'];
1625
+ };
1626
+ export type IShowcaseItemPage = {
1627
+ nextPageToken?: Maybe<Scalars['String']>;
1628
+ results?: Maybe<Scalars['Long']>;
1629
+ showcaseItems: Array<Maybe<IShowcaseItem>>;
1630
+ };
1631
+ export type IShowcaseItemsPage = {
1632
+ showcaseItems?: Maybe<Array<Maybe<IShowcaseItem>>>;
1633
+ nextPageToken?: Maybe<Scalars['String']>;
1634
+ };
1635
+ export type ISocial = {
1636
+ facebook?: Maybe<Scalars['String']>;
1637
+ twitter?: Maybe<Scalars['String']>;
1638
+ instagram?: Maybe<Scalars['String']>;
1639
+ website?: Maybe<Scalars['String']>;
1640
+ };
1641
+ export type ITestResponse = {
1642
+ name?: Maybe<Scalars['String']>;
1643
+ value?: Maybe<Scalars['String']>;
1644
+ test?: Maybe<Scalars['String']>;
1645
+ };
1646
+ export type ITokenPair = {
1647
+ userId?: Maybe<Scalars['ID']>;
1648
+ tokenAuth?: Maybe<Scalars['String']>;
1649
+ tokenRefresh?: Maybe<Scalars['String']>;
1650
+ role?: Maybe<Scalars['String']>;
1651
+ };
1652
+ export type ITopEntitiesPage = {
1653
+ assets: Array<Maybe<IAsset>>;
1654
+ collections: Array<Maybe<ICollection>>;
1655
+ profiles: Array<Maybe<IProfile>>;
1656
+ };
1657
+ export type ITrait = {
1658
+ name?: Maybe<Scalars['String']>;
1659
+ value?: Maybe<Scalars['String']>;
1660
+ rarity?: Maybe<Scalars['Float']>;
1661
+ };
1662
+ export type IUpdateAssetModeration = {
1663
+ assetId: Scalars['String'];
1664
+ locationsToHide: Array<Maybe<Scalars['String']>>;
1665
+ blurred: Scalars['Boolean'];
1666
+ };
1667
+ export type IUpdateUserModeration = {
1668
+ userId: Scalars['ID'];
1669
+ lockedFrom?: Maybe<Scalars['String']>;
1670
+ lockedTo?: Maybe<Scalars['String']>;
1671
+ forever: Scalars['Boolean'];
1672
+ };
1673
+ export type IUserExpectation = {
1674
+ userId: Scalars['ID'];
1675
+ name: Scalars['String'];
1676
+ imageUrl: Scalars['String'];
1677
+ };
1678
+ export type IUserInterest = {
1679
+ userId: Scalars['String'];
1680
+ name: Scalars['String'];
1681
+ imageUrl: Scalars['String'];
1682
+ percents?: Maybe<Scalars['Int']>;
1683
+ };
1684
+ export type IUserModeration = {
1685
+ userId: Scalars['ID'];
1686
+ status?: Maybe<Scalars['String']>;
1687
+ createdAt?: Maybe<Scalars['Long']>;
1688
+ lockedFrom?: Maybe<Scalars['Long']>;
1689
+ lockedTo?: Maybe<Scalars['Long']>;
1690
+ deletedOn?: Maybe<Scalars['Long']>;
1691
+ username?: Maybe<Scalars['String']>;
1692
+ website?: Maybe<Scalars['String']>;
1693
+ about?: Maybe<Scalars['String']>;
1694
+ userpic?: Maybe<Scalars['String']>;
1695
+ profileLink?: Maybe<Scalars['String']>;
1696
+ wallets?: Maybe<Array<Maybe<IUserWallet>>>;
1697
+ };
1698
+ export type IUserModerationFilter = {
1699
+ username?: Maybe<Scalars['String']>;
1700
+ wallet?: Maybe<Array<Maybe<ISelectionInput>>>;
1701
+ status?: Maybe<Array<Maybe<ISelectionInput>>>;
1702
+ sort: ISelectionInput;
1703
+ dateFrom?: Maybe<Scalars['String']>;
1704
+ dateTo?: Maybe<Scalars['String']>;
1705
+ };
1706
+ export type IUserModerationsPage = {
1707
+ userModerations?: Maybe<Array<Maybe<IUserModeration>>>;
1708
+ nextPageToken?: Maybe<Scalars['String']>;
1709
+ };
1710
+ export type IUserOffer = {
1711
+ userId: Scalars['ID'];
1712
+ name: Scalars['String'];
1713
+ };
1714
+ export type IUserReport = {
1715
+ reportId: Scalars['ID'];
1716
+ type?: Maybe<Scalars['String']>;
1717
+ status?: Maybe<Scalars['String']>;
1718
+ issuerProfile?: Maybe<IProfile>;
1719
+ issuerAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
1720
+ offenderProfile?: Maybe<IProfile>;
1721
+ offenderAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
1722
+ reason?: Maybe<Scalars['String']>;
1723
+ link?: Maybe<Scalars['String']>;
1724
+ reportedAt?: Maybe<Scalars['Long']>;
1725
+ entityStatus?: Maybe<Scalars['String']>;
1726
+ lockedFrom?: Maybe<Scalars['Long']>;
1727
+ lockedTo?: Maybe<Scalars['Long']>;
1728
+ deletedOn?: Maybe<Scalars['Long']>;
1729
+ username?: Maybe<Scalars['String']>;
1730
+ website?: Maybe<Scalars['String']>;
1731
+ about?: Maybe<Scalars['String']>;
1732
+ userpic?: Maybe<Scalars['String']>;
1733
+ createdAt?: Maybe<Scalars['Long']>;
1734
+ profileLink?: Maybe<Scalars['String']>;
1735
+ wallets?: Maybe<Array<Maybe<IUserWallet>>>;
1736
+ rank?: Maybe<Scalars['Float']>;
1737
+ };
1738
+ export type IUserReportFilter = {
1739
+ name?: Maybe<Scalars['String']>;
1740
+ address?: Maybe<Scalars['String']>;
1741
+ status?: Maybe<Array<Maybe<ISelectionInput>>>;
1742
+ reason?: Maybe<Array<Maybe<ISelectionInput>>>;
1743
+ sort: ISelectionInput;
1744
+ dateFrom?: Maybe<Scalars['String']>;
1745
+ dateTo?: Maybe<Scalars['String']>;
1746
+ };
1747
+ export type IUserReportRestriction = {
1748
+ reportId: Scalars['ID'];
1749
+ lockedFrom?: Maybe<Scalars['String']>;
1750
+ lockedTo?: Maybe<Scalars['String']>;
1751
+ forever: Scalars['Boolean'];
1752
+ };
1753
+ export type IUserReportsPage = {
1754
+ userReports?: Maybe<Array<Maybe<IUserReport>>>;
1755
+ nextPageToken?: Maybe<Scalars['String']>;
1756
+ };
1757
+ export type IUserWallet = {
1758
+ address?: Maybe<Scalars['String']>;
1759
+ blockchain?: Maybe<Scalars['String']>;
1760
+ chainId?: Maybe<Scalars['String']>;
1761
+ userId?: Maybe<Scalars['ID']>;
1762
+ walletName?: Maybe<Scalars['String']>;
1763
+ };
1764
+ export type IWallet = {
1765
+ address: Scalars['String'];
1766
+ blockchain: Scalars['String'];
1767
+ chainId?: Maybe<Scalars['String']>;
1768
+ name?: Maybe<Scalars['String']>;
1769
+ url?: Maybe<Scalars['String']>;
1770
+ userId: Scalars['ID'];
1771
+ walletName: Scalars['String'];
1772
+ };
1773
+ export type IDislikeAssetMutationVariables = Exact<{
1774
+ assetId: Scalars['String'];
1775
+ }>;
1776
+ export type IDislikeAssetMutation = Pick<IMutation, 'dislikeAsset'>;
1777
+ export type ILikeAssetMutationVariables = Exact<{
1778
+ assetId: Scalars['String'];
1779
+ }>;
1780
+ export type ILikeAssetMutation = Pick<IMutation, 'likeAsset'>;
1781
+ export type IFetchAssetQueryVariables = Exact<{
1782
+ assetId: Scalars['String'];
1783
+ }>;
1784
+ export type IFetchAssetQuery = {
1785
+ fetchAsset: (Pick<IAsset, 'latestPriceCurrency' | 'latestPriceAmount' | 'collectionId' | 'collectionOriginalUrls' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'name' | 'description' | 'rank' | 'originalUrls' | 'ownersAddresses' | 'creatorsAddresses' | 'views' | 'visible' | 'blurred'> & {
1786
+ totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1787
+ markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>;
1788
+ collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
1789
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'previewUrl'>>>>;
1790
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>;
1791
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>;
1792
+ attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>>;
1793
+ });
1794
+ };
1795
+ export type IFetchAssetByBlockchainQueryVariables = Exact<{
1796
+ blockchain: Scalars['String'];
1797
+ address?: Maybe<Scalars['String']>;
1798
+ tokenId?: Maybe<Scalars['String']>;
1799
+ elrondId?: Maybe<Scalars['String']>;
1800
+ }>;
1801
+ export type IFetchAssetByBlockchainQuery = {
1802
+ fetchAssetByBlockchain: (Pick<IAsset, 'latestPriceCurrency' | 'latestPriceAmount' | 'collectionId' | 'collectionOriginalUrls' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'name' | 'description' | 'rank' | 'originalUrls' | 'ownersAddresses' | 'creatorsAddresses' | 'views' | 'visible' | 'blurred'> & {
1803
+ totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1804
+ markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>;
1805
+ collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
1806
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'previewUrl' | 'sizeRatio' | 'fileSize'>>>>;
1807
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>;
1808
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>;
1809
+ attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>>;
1810
+ });
1811
+ };
1812
+ export type IFetchAssetsQueryVariables = Exact<{
1813
+ assetIds: Array<Scalars['String']>;
1814
+ }>;
1815
+ export type IFetchAssetsQuery = {
1816
+ fetchAssets: Array<Maybe<(Pick<IAsset, 'latestPriceCurrency' | 'latestPriceAmount' | 'collectionId' | 'collectionOriginalUrls' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'name' | 'description' | 'rank' | 'originalUrls' | 'ownersAddresses' | 'creatorsAddresses' | 'views' | 'visible' | 'blurred'> & {
1817
+ totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1818
+ markets?: Maybe<Array<Maybe<Pick<IAssetMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>;
1819
+ collectionMedias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
1820
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'previewUrl'>>>>;
1821
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>;
1822
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>>;
1823
+ attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>>;
1824
+ })>>;
1825
+ };
1826
+ export type IFetchDynamicAssetLikesQueryVariables = Exact<{
1827
+ assetId: Scalars['String'];
1828
+ }>;
1829
+ export type IFetchDynamicAssetLikesQuery = {
1830
+ fetchDynamicAssetData: Pick<IDynamicAssetData, 'isLikedByUser' | 'likesNum'>;
1831
+ };
1832
+ export type IFetchDynamicAssetsLikesQueryVariables = Exact<{
1833
+ assetIds: Array<Scalars['String']>;
1834
+ }>;
1835
+ export type IFetchDynamicAssetsLikesQuery = {
1836
+ fetchDynamicAssetsData: Array<Maybe<Pick<IDynamicAssetData, 'isLikedByUser' | 'likesNum' | 'assetId'>>>;
1837
+ };
1838
+ export type IFetchLikedQueryVariables = Exact<{
1839
+ assetId: Scalars['String'];
1840
+ }>;
1841
+ export type IFetchLikedQuery = Pick<IQuery, 'fetchLiked'>;
1842
+ export type IDislikeCollectionMutationVariables = Exact<{
1843
+ collectionId: Scalars['String'];
1844
+ }>;
1845
+ export type IDislikeCollectionMutation = Pick<IMutation, 'dislikeCollection'>;
1846
+ export type ILikeCollectionMutationVariables = Exact<{
1847
+ collectionId: Scalars['String'];
1848
+ }>;
1849
+ export type ILikeCollectionMutation = Pick<IMutation, 'likeCollection'>;
1850
+ export type IFetchCollectionQueryVariables = Exact<{
1851
+ collectionId: Scalars['String'];
1852
+ }>;
1853
+ export type IFetchCollectionQuery = {
1854
+ fetchCollection: (Pick<ICollection, 'collectionId' | 'blockchain' | 'identifier' | 'contractAddress' | 'tokenId' | 'collectionTitle' | 'items' | 'owners' | 'likes' | 'liked' | 'creatorsAddresses' | 'verified' | 'originalUrls' | 'rank'> & {
1855
+ totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1856
+ collectionMarkets?: Maybe<Array<Maybe<Pick<ICollectionMarket, 'marketId' | 'marketName' | 'marketDomain' | 'marketUrl'>>>>;
1857
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'username' | 'userpic'>>>>;
1858
+ floorPrices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1859
+ });
1860
+ };
1861
+ export type IFetchCollectionsQueryVariables = Exact<{
1862
+ pageSize: Scalars['Int'];
1863
+ pageToken?: Maybe<Scalars['String']>;
1864
+ collectionId: Scalars['String'];
1865
+ }>;
1866
+ export type IFetchCollectionsQuery = {
1867
+ fetchCollectionAssets: (Pick<ICollectionAssetsPage, 'nextPageToken'> & {
1868
+ collectionAssets?: Maybe<Array<Maybe<(Pick<ICollectionAsset, 'collectionId' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'chainId' | 'creatorsAddresses' | 'originalUrls' | 'name' | 'description' | 'likes' | 'liked' | 'views' | 'visible' | 'createdAt' | 'blurred' | 'rank'> & {
1869
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
1870
+ })>>>;
1871
+ });
1872
+ };
1873
+ export type IFetchCollectionsByIdsQueryVariables = Exact<{
1874
+ collectionIds: Array<Scalars['String']>;
1875
+ }>;
1876
+ export type IFetchCollectionsByIdsQuery = {
1877
+ fetchCollectionsByIds: Array<(Pick<ICollection, 'collectionId' | 'blockchain' | 'identifier' | 'contractAddress' | 'tokenId' | 'collectionTitle' | 'items' | 'owners' | 'likes' | 'liked' | 'creatorsAddresses' | 'verified' | 'originalUrls' | 'rank'> & {
1878
+ totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1879
+ collectionMarkets?: Maybe<Array<Maybe<Pick<ICollectionMarket, 'marketName' | 'marketDomain' | 'marketUrl'>>>>;
1880
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'username' | 'userpic'>>>>;
1881
+ floorPrices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
1882
+ })>;
1883
+ };
1884
+ export type IFetchDynamicCollectionDataQueryVariables = Exact<{
1885
+ input: IDynamicCollectionDataInput;
1886
+ }>;
1887
+ export type IFetchDynamicCollectionDataQuery = {
1888
+ fetchDynamicCollectionData: (Pick<IDynamicCollectionData, 'isLikedByUser' | 'likesNum' | 'collectionId'> & {
1889
+ collectionAssetsPage?: Maybe<(Pick<ICollectionAssetsPage, 'nextPageToken'> & {
1890
+ collectionAssets?: Maybe<Array<Maybe<(Pick<ICollectionAsset, 'collectionId' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'chainId' | 'creatorsAddresses' | 'originalUrls' | 'name' | 'description' | 'likes' | 'liked' | 'views' | 'visible' | 'createdAt' | 'blurred' | 'rank'> & {
1891
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
1892
+ })>>>;
1893
+ })>;
1894
+ });
1895
+ };
1896
+ export type IFetchDynamicCollectionsDataQueryVariables = Exact<{
1897
+ input: Array<IDynamicCollectionDataInput>;
1898
+ }>;
1899
+ export type IFetchDynamicCollectionsDataQuery = {
1900
+ fetchDynamicCollectionsData: Array<(Pick<IDynamicCollectionData, 'isLikedByUser' | 'likesNum' | 'collectionId'> & {
1901
+ collectionAssetsPage?: Maybe<(Pick<ICollectionAssetsPage, 'nextPageToken'> & {
1902
+ collectionAssets?: Maybe<Array<Maybe<(Pick<ICollectionAsset, 'collectionId' | 'collectionTitle' | 'assetId' | 'blockchain' | 'address' | 'tokenId' | 'chainId' | 'creatorsAddresses' | 'originalUrls' | 'name' | 'description' | 'likes' | 'liked' | 'views' | 'visible' | 'createdAt' | 'blurred' | 'rank'> & {
1903
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
1904
+ })>>>;
1905
+ })>;
1906
+ })>;
1907
+ };
1908
+ export type IAddAssetsToGalleryMutationVariables = Exact<{
1909
+ galleryId: Scalars['ID'];
1910
+ assetIds: Array<Scalars['String']>;
1911
+ }>;
1912
+ export type IAddAssetsToGalleryMutation = Pick<IMutation, 'addAssetsToGallery'>;
1913
+ export type IAddAssetsToGalleryV2MutationVariables = Exact<{
1914
+ galleryId: Scalars['ID'];
1915
+ assetIds: Array<Scalars['String']>;
1916
+ }>;
1917
+ export type IAddAssetsToGalleryV2Mutation = Pick<IMutation, 'addAssetsToGalleryV2'>;
1918
+ export type IUploadGalleryBannerMutationVariables = Exact<{
1919
+ galleryId: Scalars['ID'];
1920
+ file: Scalars['Upload'];
1921
+ }>;
1922
+ export type IUploadGalleryBannerMutation = Pick<IMutation, 'uploadGalleryBanner'>;
1923
+ export type IAddCollectionsToGalleryMutationVariables = Exact<{
1924
+ galleryId: Scalars['ID'];
1925
+ collectionIds: Array<Scalars['String']>;
1926
+ }>;
1927
+ export type IAddCollectionsToGalleryMutation = Pick<IMutation, 'addCollectionsToGallery'>;
1928
+ export type IAddCollectionsToGalleryV2MutationVariables = Exact<{
1929
+ galleryId: Scalars['ID'];
1930
+ collectionIds: Array<Scalars['String']>;
1931
+ }>;
1932
+ export type IAddCollectionsToGalleryV2Mutation = Pick<IMutation, 'addCollectionsToGalleryV2'>;
1933
+ export type IAddCreationsToGalleryMutationVariables = Exact<{
1934
+ galleryId: Scalars['ID'];
1935
+ creationIds: Array<Scalars['String']>;
1936
+ }>;
1937
+ export type IAddCreationsToGalleryMutation = Pick<IMutation, 'addCreationsToGallery'>;
1938
+ export type IAddCreationsToGalleryV2MutationVariables = Exact<{
1939
+ galleryId: Scalars['ID'];
1940
+ creationIds: Array<Scalars['String']>;
1941
+ }>;
1942
+ export type IAddCreationsToGalleryV2Mutation = Pick<IMutation, 'addCreationsToGalleryV2'>;
1943
+ export type ICreateFavoriteListV2MutationVariables = Exact<{
1944
+ name: Scalars['String'];
1945
+ description?: Maybe<Scalars['String']>;
1946
+ publicAccessible?: Maybe<Scalars['Boolean']>;
1947
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
1948
+ }>;
1949
+ export type ICreateFavoriteListV2Mutation = Pick<IMutation, 'createFavoriteListV2'>;
1950
+ export type ICreateFavoritesMutationVariables = Exact<{
1951
+ name: Scalars['String'];
1952
+ description?: Maybe<Scalars['String']>;
1953
+ publicAccessible?: Maybe<Scalars['Boolean']>;
1954
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
1955
+ }>;
1956
+ export type ICreateFavoritesMutation = Pick<IMutation, 'createFavorites'>;
1957
+ export type ICreateGalleryMutationVariables = Exact<{
1958
+ name: Scalars['String'];
1959
+ description?: Maybe<Scalars['String']>;
1960
+ publicAccessible?: Maybe<Scalars['Boolean']>;
1961
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
1962
+ }>;
1963
+ export type ICreateGalleryMutation = Pick<IMutation, 'createGallery'>;
1964
+ export type ICreateGalleryV2MutationVariables = Exact<{
1965
+ name: Scalars['String'];
1966
+ description?: Maybe<Scalars['String']>;
1967
+ publicAccessible?: Maybe<Scalars['Boolean']>;
1968
+ creationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
1969
+ }>;
1970
+ export type ICreateGalleryV2Mutation = Pick<IMutation, 'createGalleryV2'>;
1971
+ export type IDeleteGalleryBannerMutationVariables = Exact<{
1972
+ galleryId: Scalars['ID'];
1973
+ }>;
1974
+ export type IDeleteGalleryBannerMutation = Pick<IMutation, 'deleteGalleryBanner'>;
1975
+ export type IEditGalleryMutationVariables = Exact<{
1976
+ galleryId: Scalars['ID'];
1977
+ name?: Maybe<Scalars['String']>;
1978
+ description?: Maybe<Scalars['String']>;
1979
+ }>;
1980
+ export type IEditGalleryMutation = Pick<IMutation, 'editGallery'>;
1981
+ export type IRemoveAssetFromGalleryMutationVariables = Exact<{
1982
+ galleryId: Scalars['ID'];
1983
+ creationId: Scalars['String'];
1984
+ }>;
1985
+ export type IRemoveAssetFromGalleryMutation = Pick<IMutation, 'removeAssetFromGallery'>;
1986
+ export type IRemoveAssetFromGalleryV2MutationVariables = Exact<{
1987
+ galleryId: Scalars['ID'];
1988
+ assetId: Scalars['String'];
1989
+ }>;
1990
+ export type IRemoveAssetFromGalleryV2Mutation = Pick<IMutation, 'removeAssetFromGalleryV2'>;
1991
+ export type IRemoveCollectionFromGalleryMutationVariables = Exact<{
1992
+ galleryId: Scalars['ID'];
1993
+ creationId: Scalars['String'];
1994
+ }>;
1995
+ export type IRemoveCollectionFromGalleryMutation = Pick<IMutation, 'removeCollectionFromGallery'>;
1996
+ export type IRemoveCollectionFromGalleryV2MutationVariables = Exact<{
1997
+ galleryId: Scalars['ID'];
1998
+ collectionId: Scalars['String'];
1999
+ }>;
2000
+ export type IRemoveCollectionFromGalleryV2Mutation = Pick<IMutation, 'removeCollectionFromGalleryV2'>;
2001
+ export type IRemoveCreationFromGalleryMutationVariables = Exact<{
2002
+ galleryId: Scalars['ID'];
2003
+ creationId: Scalars['String'];
2004
+ }>;
2005
+ export type IRemoveCreationFromGalleryMutation = Pick<IMutation, 'removeCreationFromGallery'>;
2006
+ export type IRemoveCreationFromGalleryV2MutationVariables = Exact<{
2007
+ galleryId: Scalars['ID'];
2008
+ creationId: Scalars['String'];
2009
+ }>;
2010
+ export type IRemoveCreationFromGalleryV2Mutation = Pick<IMutation, 'removeCreationFromGalleryV2'>;
2011
+ export type IFetchGalleryQueryVariables = Exact<{
2012
+ galleryId: Scalars['String'];
2013
+ }>;
2014
+ export type IFetchGalleryQuery = {
2015
+ fetchGallery: Pick<IGallery, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw'>;
2016
+ };
2017
+ export type IFetchGalleryCreationsQueryVariables = Exact<{
2018
+ galleryId: Scalars['String'];
2019
+ pageSize: Scalars['Int'];
2020
+ pageToken?: Maybe<Scalars['String']>;
2021
+ }>;
2022
+ export type IFetchGalleryCreationsQuery = {
2023
+ fetchGalleryCreations: (Pick<IGalleryCreationsPage, 'nextPageToken'> & {
2024
+ galleryCreations: Array<Maybe<(Pick<IGalleryCreation, 'galleryId' | 'creationId' | 'address' | 'tokenId' | 'itemId' | 'itemType' | 'itemOrder' | 'galleryName' | 'blockchain' | 'name' | 'creatorsAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'liked' | 'views' | 'visible' | 'blurred'> & {
2025
+ prices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
2026
+ })>>;
2027
+ });
2028
+ };
2029
+ export type IFetchGalleryV2QueryVariables = Exact<{
2030
+ galleryId: Scalars['String'];
2031
+ }>;
2032
+ export type IFetchGalleryV2Query = {
2033
+ fetchGalleryV2: Pick<IGalleryV2, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw' | 'creationIds'>;
2034
+ };
2035
+ export type IFetchMyFavoritesQueryVariables = Exact<{
2036
+ pageSize: Scalars['Int'];
2037
+ pageToken?: Maybe<Scalars['String']>;
2038
+ }>;
2039
+ export type IFetchMyFavoritesQuery = {
2040
+ fetchMyFavorites: (Pick<IGalleriesPage, 'nextPageToken'> & {
2041
+ galleries?: Maybe<Array<Maybe<(Pick<IGallery, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw'> & {
2042
+ galleryCreations?: Maybe<Array<Maybe<(Pick<IGalleryCreation, 'galleryId' | 'creationId' | 'itemId' | 'itemType' | 'itemOrder' | 'galleryName' | 'blockchain' | 'name' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'liked' | 'views' | 'visible' | 'blurred'> & {
2043
+ prices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
2044
+ })>>>;
2045
+ })>>>;
2046
+ });
2047
+ };
2048
+ export type IFetchMyFavoritesV2QueryVariables = Exact<{
2049
+ pageSize: Scalars['Int'];
2050
+ pageToken?: Maybe<Scalars['String']>;
2051
+ }>;
2052
+ export type IFetchMyFavoritesV2Query = {
2053
+ fetchMyFavoritesV2: (Pick<IGalleriesPageV2, 'nextPageToken'> & {
2054
+ galleries?: Maybe<Array<Maybe<Pick<IGalleryV2, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw' | 'creationIds'>>>>;
2055
+ });
2056
+ };
2057
+ export type IFetchUserFavoritesQueryVariables = Exact<{
2058
+ userId: Scalars['ID'];
2059
+ pageSize: Scalars['Int'];
2060
+ pageToken?: Maybe<Scalars['String']>;
2061
+ }>;
2062
+ export type IFetchUserFavoritesQuery = {
2063
+ fetchUserFavorites: (Pick<IGalleriesPage, 'nextPageToken'> & {
2064
+ galleries?: Maybe<Array<Maybe<(Pick<IGallery, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw'> & {
2065
+ userWallets?: Maybe<Array<Maybe<Pick<IWallet, 'userId' | 'address' | 'walletName' | 'blockchain' | 'chainId'>>>>;
2066
+ galleryCreations?: Maybe<Array<Maybe<(Pick<IGalleryCreation, 'galleryId' | 'creationId' | 'itemId' | 'itemType' | 'itemOrder' | 'galleryName' | 'blockchain' | 'name' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'liked' | 'views' | 'visible' | 'blurred'> & {
2067
+ prices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
2068
+ })>>>;
2069
+ })>>>;
2070
+ });
2071
+ };
2072
+ export type IFetchUserFavoritesV2QueryVariables = Exact<{
2073
+ userId: Scalars['ID'];
2074
+ pageSize: Scalars['Int'];
2075
+ pageToken?: Maybe<Scalars['String']>;
2076
+ }>;
2077
+ export type IFetchUserFavoritesV2Query = {
2078
+ fetchUserFavoritesV2: (Pick<IGalleriesPageV2, 'nextPageToken'> & {
2079
+ galleries?: Maybe<Array<Maybe<(Pick<IGalleryV2, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw' | 'creationIds'> & {
2080
+ userWallets?: Maybe<Array<Maybe<Pick<IWallet, 'userId' | 'address' | 'walletName' | 'blockchain' | 'chainId'>>>>;
2081
+ })>>>;
2082
+ });
2083
+ };
2084
+ export type IFetchUserGalleriesQueryVariables = Exact<{
2085
+ userId: Scalars['ID'];
2086
+ pageSize: Scalars['Int'];
2087
+ pageToken?: Maybe<Scalars['String']>;
2088
+ }>;
2089
+ export type IFetchUserGalleriesQuery = {
2090
+ fetchUserGalleries: (Pick<IGalleriesPage, 'nextPageToken'> & {
2091
+ galleries?: Maybe<Array<Maybe<(Pick<IGallery, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw'> & {
2092
+ userWallets?: Maybe<Array<Maybe<Pick<IWallet, 'userId' | 'address' | 'walletName' | 'blockchain' | 'chainId'>>>>;
2093
+ galleryCreations?: Maybe<Array<Maybe<(Pick<IGalleryCreation, 'galleryId' | 'creationId' | 'itemId' | 'itemType' | 'itemOrder' | 'galleryName' | 'blockchain' | 'name' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'liked' | 'views' | 'visible' | 'blurred'> & {
2094
+ prices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
2095
+ })>>>;
2096
+ })>>>;
2097
+ });
2098
+ };
2099
+ export type IFetchUserGalleriesV2QueryVariables = Exact<{
2100
+ userId: Scalars['ID'];
2101
+ pageSize: Scalars['Int'];
2102
+ pageToken?: Maybe<Scalars['String']>;
2103
+ }>;
2104
+ export type IFetchUserGalleriesV2Query = {
2105
+ fetchUserGalleriesV2: (Pick<IGalleriesPageV2, 'nextPageToken'> & {
2106
+ galleries?: Maybe<Array<Maybe<(Pick<IGalleryV2, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw' | 'creationIds'> & {
2107
+ userWallets?: Maybe<Array<Maybe<Pick<IWallet, 'userId' | 'address' | 'walletName' | 'blockchain' | 'chainId'>>>>;
2108
+ })>>>;
2109
+ });
2110
+ };
2111
+ export type ISignInMetamaskMutationVariables = Exact<{
2112
+ signature: Scalars['String'];
2113
+ address: Scalars['String'];
2114
+ chainId: Scalars['String'];
2115
+ }>;
2116
+ export type ISignInMetamaskMutation = {
2117
+ signInMetamask: Pick<IIdentity, 'userId' | 'wallets' | 'authToken' | 'refreshToken' | 'newUser'>;
2118
+ };
2119
+ export type IAddWalletElrondMutationVariables = Exact<{
2120
+ signature: Scalars['String'];
2121
+ address: Scalars['String'];
2122
+ }>;
2123
+ export type IAddWalletElrondMutation = Pick<IMutation, 'addWalletElrond'>;
2124
+ export type IAddWalletFlowMutationVariables = Exact<{
2125
+ signature: Scalars['String'];
2126
+ address: Scalars['String'];
2127
+ }>;
2128
+ export type IAddWalletFlowMutation = Pick<IMutation, 'addWalletFlow'>;
2129
+ export type IAddWalletMetamaskMutationVariables = Exact<{
2130
+ signature: Scalars['String'];
2131
+ address: Scalars['String'];
2132
+ chainId: Scalars['String'];
2133
+ }>;
2134
+ export type IAddWalletMetamaskMutation = Pick<IMutation, 'addWalletMetamask'>;
2135
+ export type IAddWalletSolanaMutationVariables = Exact<{
2136
+ signature: Scalars['String'];
2137
+ pubkey: Scalars['String'];
2138
+ }>;
2139
+ export type IAddWalletSolanaMutation = Pick<IMutation, 'addWalletSolana'>;
2140
+ export type IAddWalletTezosMutationVariables = Exact<{
2141
+ signature: Scalars['String'];
2142
+ pubkey: Scalars['String'];
2143
+ }>;
2144
+ export type IAddWalletTezosMutation = Pick<IMutation, 'addWalletTezos'>;
2145
+ export type ICreateNonceMutationVariables = Exact<{
2146
+ address: Scalars['String'];
2147
+ blockchain: Scalars['String'];
2148
+ chainId?: Maybe<Scalars['String']>;
2149
+ }>;
2150
+ export type ICreateNonceMutation = Pick<IMutation, 'createNonce'>;
2151
+ export type IRefreshTokenMutationVariables = Exact<{
2152
+ refreshToken: Scalars['String'];
2153
+ }>;
2154
+ export type IRefreshTokenMutation = {
2155
+ refreshToken: Pick<ITokenPair, 'userId' | 'tokenAuth' | 'tokenRefresh' | 'role'>;
2156
+ };
2157
+ export type IRevokeTokenMutationVariables = Exact<{
2158
+ [key: string]: never;
2159
+ }>;
2160
+ export type IRevokeTokenMutation = Pick<IMutation, 'revokeToken'>;
2161
+ export type ISignInElrondMutationVariables = Exact<{
2162
+ signature: Scalars['String'];
2163
+ address: Scalars['String'];
2164
+ }>;
2165
+ export type ISignInElrondMutation = {
2166
+ signInElrond: Pick<IIdentity, 'userId' | 'wallets' | 'authToken' | 'refreshToken' | 'newUser'>;
2167
+ };
2168
+ export type ISignInFlowMutationVariables = Exact<{
2169
+ signature: Scalars['String'];
2170
+ address: Scalars['String'];
2171
+ }>;
2172
+ export type ISignInFlowMutation = {
2173
+ signInFlow: Pick<IIdentity, 'userId' | 'wallets' | 'authToken' | 'refreshToken' | 'newUser'>;
2174
+ };
2175
+ export type ISignInSolanaMutationVariables = Exact<{
2176
+ signature: Scalars['String'];
2177
+ pubkey: Scalars['String'];
2178
+ }>;
2179
+ export type ISignInSolanaMutation = {
2180
+ signInSolana: Pick<IIdentity, 'userId' | 'wallets' | 'authToken' | 'refreshToken' | 'newUser'>;
2181
+ };
2182
+ export type ISignInTezosMutationVariables = Exact<{
2183
+ signature: Scalars['String'];
2184
+ pubkey: Scalars['String'];
2185
+ }>;
2186
+ export type ISignInTezosMutation = {
2187
+ signInTezos: Pick<IIdentity, 'userId' | 'wallets' | 'authToken' | 'refreshToken' | 'newUser'>;
2188
+ };
2189
+ export type IUpdateProfileMutationVariables = Exact<{
2190
+ username?: Maybe<Scalars['String']>;
2191
+ about?: Maybe<Scalars['String']>;
2192
+ facebook?: Maybe<Scalars['String']>;
2193
+ twitter?: Maybe<Scalars['String']>;
2194
+ instagram?: Maybe<Scalars['String']>;
2195
+ website?: Maybe<Scalars['String']>;
2196
+ showNsfw?: Maybe<Scalars['Boolean']>;
2197
+ }>;
2198
+ export type IUpdateProfileMutation = Pick<IMutation, 'updateProfile'>;
2199
+ export type IFetchProfileQueryVariables = Exact<{
2200
+ userId: Scalars['ID'];
2201
+ }>;
2202
+ export type IFetchProfileQuery = {
2203
+ fetchProfile: (Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'following' | 'followings' | 'followers' | 'rank' | 'views' | 'createdAt' | 'deletedAt' | 'visible' | 'deleted' | 'showNsfw'> & {
2204
+ social?: Maybe<Pick<ISocial, 'facebook' | 'twitter' | 'instagram' | 'website'>>;
2205
+ wallets?: Maybe<Array<Maybe<Pick<IWallet, 'userId' | 'address' | 'walletName' | 'blockchain' | 'chainId'>>>>;
2206
+ });
2207
+ };
2208
+ export type IFetchUserWalletsQueryVariables = Exact<{
2209
+ userId: Scalars['ID'];
2210
+ }>;
2211
+ export type IFetchUserWalletsQuery = {
2212
+ fetchUserWallets: Array<Maybe<Pick<IWallet, 'userId' | 'address' | 'walletName' | 'blockchain' | 'chainId'>>>;
2213
+ };
2214
+ export type IFetchUserpicQueryVariables = Exact<{
2215
+ userId: Scalars['ID'];
2216
+ }>;
2217
+ export type IFetchUserpicQuery = Pick<IQuery, 'fetchUserpic'>;
2218
+ export type ISaveUserExpectationsMutationVariables = Exact<{
2219
+ expectations: Array<Maybe<Scalars['String']>>;
2220
+ }>;
2221
+ export type ISaveUserExpectationsMutation = Pick<IMutation, 'saveUserExpectations'>;
2222
+ export type ISaveUserInterestsMutationVariables = Exact<{
2223
+ interests: Array<Maybe<Scalars['String']>>;
2224
+ }>;
2225
+ export type ISaveUserInterestsMutation = Pick<IMutation, 'saveUserInterests'>;
2226
+ export type IFetchExpectationsQueryVariables = Exact<{
2227
+ [key: string]: never;
2228
+ }>;
2229
+ export type IFetchExpectationsQuery = {
2230
+ fetchExpectations: Array<Maybe<Pick<IExpectation, 'name' | 'imageUrl'>>>;
2231
+ };
2232
+ export type IFetchInterestsQueryVariables = Exact<{
2233
+ [key: string]: never;
2234
+ }>;
2235
+ export type IFetchInterestsQuery = {
2236
+ fetchInterests: Array<Maybe<Pick<IInterest, 'name' | 'imageUrl'>>>;
2237
+ };
2238
+ export type IFetchSearchResultTimeSelectionsQueryVariables = Exact<{
2239
+ [key: string]: never;
2240
+ }>;
2241
+ export type IFetchSearchResultTimeSelectionsQuery = {
2242
+ fetchSearchResultTimeSelections: Array<Maybe<Pick<ISelection, 'id' | 'label'>>>;
2243
+ };
2244
+ export type IFetchUserExpectationsQueryVariables = Exact<{
2245
+ [key: string]: never;
2246
+ }>;
2247
+ export type IFetchUserExpectationsQuery = {
2248
+ fetchUserExpectations: Array<Maybe<Pick<IUserExpectation, 'userId' | 'name' | 'imageUrl'>>>;
2249
+ };
2250
+ export type IFetchUserInterestsQueryVariables = Exact<{
2251
+ [key: string]: never;
2252
+ }>;
2253
+ export type IFetchUserInterestsQuery = {
2254
+ fetchUserInterests: Array<Maybe<Pick<IUserInterest, 'userId' | 'name' | 'imageUrl' | 'percents'>>>;
2255
+ };
2256
+ export type IFetchSearchResultBlockchainSelectionsQueryVariables = Exact<{
2257
+ [key: string]: never;
2258
+ }>;
2259
+ export type IFetchSearchResultBlockchainSelectionsQuery = {
2260
+ fetchSearchResultBlockchainSelections: Array<Maybe<Pick<ISelection, 'id' | 'label'>>>;
2261
+ };
2262
+ export type IFetchSearchResultCategorySelectionsQueryVariables = Exact<{
2263
+ [key: string]: never;
2264
+ }>;
2265
+ export type IFetchSearchResultCategorySelectionsQuery = {
2266
+ fetchSearchResultCategorySelections: Array<Maybe<Pick<ISelection, 'id' | 'label'>>>;
2267
+ };
2268
+ export type IFetchSearchResultStatusSelectionsQueryVariables = Exact<{
2269
+ [key: string]: never;
2270
+ }>;
2271
+ export type IFetchSearchResultStatusSelectionsQuery = {
2272
+ fetchSearchResultStatusSelections: Array<Maybe<Pick<ISelection, 'id' | 'label'>>>;
2273
+ };
2274
+ export type IFetchSetsSearchResultTypeSelectionsQueryVariables = Exact<{
2275
+ [key: string]: never;
2276
+ }>;
2277
+ export type IFetchSetsSearchResultTypeSelectionsQuery = {
2278
+ fetchSetsSearchResultTypeSelections: Array<Maybe<Pick<ISelection, 'id' | 'label'>>>;
2279
+ };
2280
+ export type IFetchAssetsCountQueryVariables = Exact<{
2281
+ [key: string]: never;
2282
+ }>;
2283
+ export type IFetchAssetsCountQuery = Pick<IQuery, 'fetchAssetsCount'>;
2284
+ export type IFindCollectionsQueryVariables = Exact<{
2285
+ term: Scalars['String'];
2286
+ input: ICollectionFilterInput;
2287
+ pageSize: Scalars['Int'];
2288
+ pageToken?: Maybe<Scalars['String']>;
2289
+ }>;
2290
+ export type IFindCollectionsQuery = {
2291
+ findCollections: (Pick<ICollectionPage, 'nextPageToken' | 'results'> & {
2292
+ collections: Array<Maybe<(Pick<ICollection, 'collectionId' | 'collectionTitle' | 'blockchain' | 'tokenId' | 'rank'> & {
2293
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize'>>>>;
2294
+ })>>;
2295
+ });
2296
+ };
2297
+ export type IFetchCreationsQueryVariables = Exact<{
2298
+ pageSize: Scalars['Int'];
2299
+ pageToken?: Maybe<Scalars['String']>;
2300
+ }>;
2301
+ export type IFetchCreationsQuery = {
2302
+ fetchCreations: (Pick<ICreationsPage, 'nextPageToken'> & {
2303
+ creations?: Maybe<Array<Maybe<(Pick<ICreation, 'itemType' | 'itemId' | 'rank' | 'blockchain' | 'address' | 'tokenId' | 'name' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'liked' | 'views' | 'visible' | 'blurred'> & {
2304
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2305
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2306
+ })>>>;
2307
+ });
2308
+ };
2309
+ export type IFetchCreationsByItemTypeQueryVariables = Exact<{
2310
+ itemType: Scalars['String'];
2311
+ pageSize: Scalars['Int'];
2312
+ pageToken?: Maybe<Scalars['String']>;
2313
+ }>;
2314
+ export type IFetchCreationsByItemTypeQuery = {
2315
+ fetchCreationsByItemType: (Pick<ICreationsPage, 'nextPageToken'> & {
2316
+ creations?: Maybe<Array<Maybe<(Pick<ICreation, 'itemType' | 'itemId' | 'address' | 'tokenId' | 'blockchain' | 'name' | 'rank' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'views' | 'visible' | 'blurred'> & {
2317
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2318
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2319
+ })>>>;
2320
+ });
2321
+ };
2322
+ export type IFindAllTopEntitiesByNameQueryVariables = Exact<{
2323
+ name: Scalars['String'];
2324
+ pageSize: Scalars['Int'];
2325
+ }>;
2326
+ export type IFindAllTopEntitiesByNameQuery = {
2327
+ findAllTopEntitiesByName: {
2328
+ assets: Array<Maybe<(Pick<IAsset, 'assetId' | 'address' | 'tokenId' | 'blockchain' | 'chainId' | 'blockHeight' | 'blockTimestamp' | 'name' | 'description' | 'originalUrls' | 'ownersAddresses' | 'creatorsAddresses' | 'likes' | 'views' | 'visible' | 'blurred' | 'rank' | 'rankRaw' | 'rankMax' | 'rankUpdatedAt'> & {
2329
+ medias?: Maybe<Array<Maybe<Pick<IMedia, 'originalUrl' | 'url' | 'previewUrl' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw'>>>>;
2330
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2331
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2332
+ attributes?: Maybe<Array<Maybe<Pick<IAttribute, 'name' | 'value'>>>>;
2333
+ })>>;
2334
+ collections: Array<Maybe<(Pick<ICollection, 'collectionId' | 'blockchain' | 'identifier' | 'contractAddress' | 'tokenId' | 'collectionTitle' | 'likes' | 'liked' | 'verified' | 'rank'> & {
2335
+ totalVolumes?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
2336
+ floorPrices?: Maybe<Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>>;
2337
+ })>>;
2338
+ profiles: Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>;
2339
+ };
2340
+ };
2341
+ export type IFetchUserPortfolioQueryVariables = Exact<{
2342
+ ownerId: Scalars['String'];
2343
+ }>;
2344
+ export type IFetchUserPortfolioQuery = {
2345
+ fetchUserPortfolio: Array<Maybe<Pick<ICurrencyAmountPair, 'currency' | 'amount'>>>;
2346
+ };
2347
+ export type IFindCreationsQueryVariables = Exact<{
2348
+ term: Scalars['String'];
2349
+ input: ICreationFilterInput;
2350
+ pageSize: Scalars['Int'];
2351
+ pageToken?: Maybe<Scalars['String']>;
2352
+ }>;
2353
+ export type IFindCreationsQuery = {
2354
+ findCreations: (Pick<ICreationsPage, 'nextPageToken' | 'results'> & {
2355
+ creations?: Maybe<Array<Maybe<(Pick<ICreation, 'itemType' | 'address' | 'tokenId' | 'itemId' | 'blockchain' | 'name' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'rank' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'liked' | 'views' | 'visible' | 'blurred'> & {
2356
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'views' | 'createdAt' | 'deletedAt' | 'visible' | 'deleted'>>>>;
2357
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followings' | 'followers' | 'views' | 'createdAt' | 'deletedAt' | 'visible' | 'deleted'>>>>;
2358
+ })>>>;
2359
+ });
2360
+ };
2361
+ export type IFindProfilesByNameQueryVariables = Exact<{
2362
+ name: Scalars['String'];
2363
+ pageSize: Scalars['Int'];
2364
+ pageToken?: Maybe<Scalars['String']>;
2365
+ }>;
2366
+ export type IFindProfilesByNameQuery = {
2367
+ findProfilesByName: (Pick<IProfilePage, 'nextPageToken'> & {
2368
+ profiles: Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'visible'>>>;
2369
+ });
2370
+ };
2371
+ export type IFindSetsQueryVariables = Exact<{
2372
+ term: Scalars['String'];
2373
+ input: IGallerySearchFilterInput;
2374
+ pageSize: Scalars['Int'];
2375
+ pageToken?: Maybe<Scalars['String']>;
2376
+ }>;
2377
+ export type IFindSetsQuery = {
2378
+ findSets: (Pick<IGalleryPage, 'nextPageToken' | 'results'> & {
2379
+ galleries: Array<Maybe<Pick<IGallery, 'galleryId' | 'galleryType' | 'name' | 'description' | 'userId' | 'username' | 'userpic' | 'banner' | 'createdAt' | 'items' | 'views' | 'publiclyAccessible' | 'nsfw'>>>;
2380
+ });
2381
+ };
2382
+ export type IFindShowcaseItemsQueryVariables = Exact<{
2383
+ term: Scalars['String'];
2384
+ input: IShowcaseItemFilterInput;
2385
+ pageSize: Scalars['Int'];
2386
+ pageToken?: Maybe<Scalars['String']>;
2387
+ }>;
2388
+ export type IFindShowcaseItemsQuery = {
2389
+ findShowcaseItems: (Pick<IShowcaseItemPage, 'nextPageToken' | 'results'> & {
2390
+ showcaseItems: Array<Maybe<Pick<IShowcaseItem, 'itemType' | 'itemId' | 'blockchain' | 'name' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'likes' | 'visible' | 'blurred'>>>;
2391
+ });
2392
+ };
2393
+ export type IFindUserCreationsQueryVariables = Exact<{
2394
+ ownerId: Scalars['String'];
2395
+ input: ICreationFilterInput;
2396
+ pageSize: Scalars['Int'];
2397
+ pageToken?: Maybe<Scalars['String']>;
2398
+ }>;
2399
+ export type IFindUserCreationsQuery = {
2400
+ findUserCreations: (Pick<ICreationsPage, 'nextPageToken' | 'results'> & {
2401
+ creations?: Maybe<Array<Maybe<(Pick<ICreation, 'id' | 'itemType' | 'tokenId' | 'address' | 'itemId' | 'blockchain' | 'name' | 'creatorsAddresses' | 'ownersAddresses' | 'originalUrls' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'nsfw' | 'likes' | 'views' | 'visible' | 'blurred'> & {
2402
+ creatorsProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2403
+ ownersProfiles?: Maybe<Array<Maybe<Pick<IProfile, 'userId' | 'username' | 'about' | 'userpic' | 'followers' | 'followings' | 'createdAt' | 'deletedAt' | 'visible' | 'views' | 'deleted'>>>>;
2404
+ })>>>;
2405
+ });
2406
+ };
2407
+ export type IFindUserShowcaseItemsQueryVariables = Exact<{
2408
+ ownerId: Scalars['String'];
2409
+ input: IShowcaseItemFilterInput;
2410
+ pageSize: Scalars['Int'];
2411
+ pageToken?: Maybe<Scalars['String']>;
2412
+ }>;
2413
+ export type IFindUserShowcaseItemsQuery = {
2414
+ findUserShowcaseItems: (Pick<IShowcaseItemPage, 'nextPageToken' | 'results'> & {
2415
+ showcaseItems: Array<Maybe<Pick<IShowcaseItem, 'itemType' | 'itemId' | 'blockchain' | 'name' | 'media' | 'mediaPreview' | 'mimeType' | 'sizeRatio' | 'fileSize' | 'likes' | 'visible' | 'blurred' | 'creatorsAddresses'>>>;
2416
+ });
2417
+ };
2418
+ export declare const DislikeAssetDocument: Apollo.DocumentNode;
2419
+ export type IDislikeAssetMutationFn = Apollo.MutationFunction<IDislikeAssetMutation, IDislikeAssetMutationVariables>;
2420
+ /**
2421
+ * __useDislikeAssetMutation__
2422
+ *
2423
+ * To run a mutation, you first call `useDislikeAssetMutation` within a React component and pass it any options that fit your needs.
2424
+ * When your component renders, `useDislikeAssetMutation` returns a tuple that includes:
2425
+ * - A mutate function that you can call at any time to execute the mutation
2426
+ * - An object with fields that represent the current status of the mutation's execution
2427
+ *
2428
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2429
+ *
2430
+ * @example
2431
+ * const [dislikeAssetMutation, { data, loading, error }] = useDislikeAssetMutation({
2432
+ * variables: {
2433
+ * assetId: // value for 'assetId'
2434
+ * },
2435
+ * });
2436
+ */
2437
+ export declare function useDislikeAssetMutation(baseOptions?: Apollo.MutationHookOptions<IDislikeAssetMutation, IDislikeAssetMutationVariables>): Apollo.MutationTuple<IDislikeAssetMutation, Exact<{
2438
+ assetId: string;
2439
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2440
+ export type DislikeAssetMutationHookResult = ReturnType<typeof useDislikeAssetMutation>;
2441
+ export type DislikeAssetMutationResult = Apollo.MutationResult<IDislikeAssetMutation>;
2442
+ export type DislikeAssetMutationOptions = Apollo.BaseMutationOptions<IDislikeAssetMutation, IDislikeAssetMutationVariables>;
2443
+ export declare const LikeAssetDocument: Apollo.DocumentNode;
2444
+ export type ILikeAssetMutationFn = Apollo.MutationFunction<ILikeAssetMutation, ILikeAssetMutationVariables>;
2445
+ /**
2446
+ * __useLikeAssetMutation__
2447
+ *
2448
+ * To run a mutation, you first call `useLikeAssetMutation` within a React component and pass it any options that fit your needs.
2449
+ * When your component renders, `useLikeAssetMutation` returns a tuple that includes:
2450
+ * - A mutate function that you can call at any time to execute the mutation
2451
+ * - An object with fields that represent the current status of the mutation's execution
2452
+ *
2453
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2454
+ *
2455
+ * @example
2456
+ * const [likeAssetMutation, { data, loading, error }] = useLikeAssetMutation({
2457
+ * variables: {
2458
+ * assetId: // value for 'assetId'
2459
+ * },
2460
+ * });
2461
+ */
2462
+ export declare function useLikeAssetMutation(baseOptions?: Apollo.MutationHookOptions<ILikeAssetMutation, ILikeAssetMutationVariables>): Apollo.MutationTuple<ILikeAssetMutation, Exact<{
2463
+ assetId: string;
2464
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2465
+ export type LikeAssetMutationHookResult = ReturnType<typeof useLikeAssetMutation>;
2466
+ export type LikeAssetMutationResult = Apollo.MutationResult<ILikeAssetMutation>;
2467
+ export type LikeAssetMutationOptions = Apollo.BaseMutationOptions<ILikeAssetMutation, ILikeAssetMutationVariables>;
2468
+ export declare const FetchAssetDocument: Apollo.DocumentNode;
2469
+ /**
2470
+ * __useFetchAssetQuery__
2471
+ *
2472
+ * To run a query within a React component, call `useFetchAssetQuery` and pass it any options that fit your needs.
2473
+ * When your component renders, `useFetchAssetQuery` returns an object from Apollo Client that contains loading, error, and data properties
2474
+ * you can use to render your UI.
2475
+ *
2476
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2477
+ *
2478
+ * @example
2479
+ * const { data, loading, error } = useFetchAssetQuery({
2480
+ * variables: {
2481
+ * assetId: // value for 'assetId'
2482
+ * },
2483
+ * });
2484
+ */
2485
+ export declare function useFetchAssetQuery(baseOptions: Apollo.QueryHookOptions<IFetchAssetQuery, IFetchAssetQueryVariables>): Apollo.QueryResult<IFetchAssetQuery, Exact<{
2486
+ assetId: string;
2487
+ }>>;
2488
+ export declare function useFetchAssetLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchAssetQuery, IFetchAssetQueryVariables>): Apollo.LazyQueryResultTuple<IFetchAssetQuery, Exact<{
2489
+ assetId: string;
2490
+ }>>;
2491
+ export type FetchAssetQueryHookResult = ReturnType<typeof useFetchAssetQuery>;
2492
+ export type FetchAssetLazyQueryHookResult = ReturnType<typeof useFetchAssetLazyQuery>;
2493
+ export type FetchAssetQueryResult = Apollo.QueryResult<IFetchAssetQuery, IFetchAssetQueryVariables>;
2494
+ export declare const FetchAssetByBlockchainDocument: Apollo.DocumentNode;
2495
+ /**
2496
+ * __useFetchAssetByBlockchainQuery__
2497
+ *
2498
+ * To run a query within a React component, call `useFetchAssetByBlockchainQuery` and pass it any options that fit your needs.
2499
+ * When your component renders, `useFetchAssetByBlockchainQuery` returns an object from Apollo Client that contains loading, error, and data properties
2500
+ * you can use to render your UI.
2501
+ *
2502
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2503
+ *
2504
+ * @example
2505
+ * const { data, loading, error } = useFetchAssetByBlockchainQuery({
2506
+ * variables: {
2507
+ * blockchain: // value for 'blockchain'
2508
+ * address: // value for 'address'
2509
+ * tokenId: // value for 'tokenId'
2510
+ * elrondId: // value for 'elrondId'
2511
+ * },
2512
+ * });
2513
+ */
2514
+ export declare function useFetchAssetByBlockchainQuery(baseOptions: Apollo.QueryHookOptions<IFetchAssetByBlockchainQuery, IFetchAssetByBlockchainQueryVariables>): Apollo.QueryResult<IFetchAssetByBlockchainQuery, Exact<{
2515
+ blockchain: string;
2516
+ address?: Maybe<string> | undefined;
2517
+ tokenId?: Maybe<string> | undefined;
2518
+ elrondId?: Maybe<string> | undefined;
2519
+ }>>;
2520
+ export declare function useFetchAssetByBlockchainLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchAssetByBlockchainQuery, IFetchAssetByBlockchainQueryVariables>): Apollo.LazyQueryResultTuple<IFetchAssetByBlockchainQuery, Exact<{
2521
+ blockchain: string;
2522
+ address?: Maybe<string> | undefined;
2523
+ tokenId?: Maybe<string> | undefined;
2524
+ elrondId?: Maybe<string> | undefined;
2525
+ }>>;
2526
+ export type FetchAssetByBlockchainQueryHookResult = ReturnType<typeof useFetchAssetByBlockchainQuery>;
2527
+ export type FetchAssetByBlockchainLazyQueryHookResult = ReturnType<typeof useFetchAssetByBlockchainLazyQuery>;
2528
+ export type FetchAssetByBlockchainQueryResult = Apollo.QueryResult<IFetchAssetByBlockchainQuery, IFetchAssetByBlockchainQueryVariables>;
2529
+ export declare const FetchAssetsDocument: Apollo.DocumentNode;
2530
+ /**
2531
+ * __useFetchAssetsQuery__
2532
+ *
2533
+ * To run a query within a React component, call `useFetchAssetsQuery` and pass it any options that fit your needs.
2534
+ * When your component renders, `useFetchAssetsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2535
+ * you can use to render your UI.
2536
+ *
2537
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2538
+ *
2539
+ * @example
2540
+ * const { data, loading, error } = useFetchAssetsQuery({
2541
+ * variables: {
2542
+ * assetIds: // value for 'assetIds'
2543
+ * },
2544
+ * });
2545
+ */
2546
+ export declare function useFetchAssetsQuery(baseOptions: Apollo.QueryHookOptions<IFetchAssetsQuery, IFetchAssetsQueryVariables>): Apollo.QueryResult<IFetchAssetsQuery, Exact<{
2547
+ assetIds: string[];
2548
+ }>>;
2549
+ export declare function useFetchAssetsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchAssetsQuery, IFetchAssetsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchAssetsQuery, Exact<{
2550
+ assetIds: string[];
2551
+ }>>;
2552
+ export type FetchAssetsQueryHookResult = ReturnType<typeof useFetchAssetsQuery>;
2553
+ export type FetchAssetsLazyQueryHookResult = ReturnType<typeof useFetchAssetsLazyQuery>;
2554
+ export type FetchAssetsQueryResult = Apollo.QueryResult<IFetchAssetsQuery, IFetchAssetsQueryVariables>;
2555
+ export declare const FetchDynamicAssetLikesDocument: Apollo.DocumentNode;
2556
+ /**
2557
+ * __useFetchDynamicAssetLikesQuery__
2558
+ *
2559
+ * To run a query within a React component, call `useFetchDynamicAssetLikesQuery` and pass it any options that fit your needs.
2560
+ * When your component renders, `useFetchDynamicAssetLikesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2561
+ * you can use to render your UI.
2562
+ *
2563
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2564
+ *
2565
+ * @example
2566
+ * const { data, loading, error } = useFetchDynamicAssetLikesQuery({
2567
+ * variables: {
2568
+ * assetId: // value for 'assetId'
2569
+ * },
2570
+ * });
2571
+ */
2572
+ export declare function useFetchDynamicAssetLikesQuery(baseOptions: Apollo.QueryHookOptions<IFetchDynamicAssetLikesQuery, IFetchDynamicAssetLikesQueryVariables>): Apollo.QueryResult<IFetchDynamicAssetLikesQuery, Exact<{
2573
+ assetId: string;
2574
+ }>>;
2575
+ export declare function useFetchDynamicAssetLikesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchDynamicAssetLikesQuery, IFetchDynamicAssetLikesQueryVariables>): Apollo.LazyQueryResultTuple<IFetchDynamicAssetLikesQuery, Exact<{
2576
+ assetId: string;
2577
+ }>>;
2578
+ export type FetchDynamicAssetLikesQueryHookResult = ReturnType<typeof useFetchDynamicAssetLikesQuery>;
2579
+ export type FetchDynamicAssetLikesLazyQueryHookResult = ReturnType<typeof useFetchDynamicAssetLikesLazyQuery>;
2580
+ export type FetchDynamicAssetLikesQueryResult = Apollo.QueryResult<IFetchDynamicAssetLikesQuery, IFetchDynamicAssetLikesQueryVariables>;
2581
+ export declare const FetchDynamicAssetsLikesDocument: Apollo.DocumentNode;
2582
+ /**
2583
+ * __useFetchDynamicAssetsLikesQuery__
2584
+ *
2585
+ * To run a query within a React component, call `useFetchDynamicAssetsLikesQuery` and pass it any options that fit your needs.
2586
+ * When your component renders, `useFetchDynamicAssetsLikesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2587
+ * you can use to render your UI.
2588
+ *
2589
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2590
+ *
2591
+ * @example
2592
+ * const { data, loading, error } = useFetchDynamicAssetsLikesQuery({
2593
+ * variables: {
2594
+ * assetIds: // value for 'assetIds'
2595
+ * },
2596
+ * });
2597
+ */
2598
+ export declare function useFetchDynamicAssetsLikesQuery(baseOptions: Apollo.QueryHookOptions<IFetchDynamicAssetsLikesQuery, IFetchDynamicAssetsLikesQueryVariables>): Apollo.QueryResult<IFetchDynamicAssetsLikesQuery, Exact<{
2599
+ assetIds: string[];
2600
+ }>>;
2601
+ export declare function useFetchDynamicAssetsLikesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchDynamicAssetsLikesQuery, IFetchDynamicAssetsLikesQueryVariables>): Apollo.LazyQueryResultTuple<IFetchDynamicAssetsLikesQuery, Exact<{
2602
+ assetIds: string[];
2603
+ }>>;
2604
+ export type FetchDynamicAssetsLikesQueryHookResult = ReturnType<typeof useFetchDynamicAssetsLikesQuery>;
2605
+ export type FetchDynamicAssetsLikesLazyQueryHookResult = ReturnType<typeof useFetchDynamicAssetsLikesLazyQuery>;
2606
+ export type FetchDynamicAssetsLikesQueryResult = Apollo.QueryResult<IFetchDynamicAssetsLikesQuery, IFetchDynamicAssetsLikesQueryVariables>;
2607
+ export declare const FetchLikedDocument: Apollo.DocumentNode;
2608
+ /**
2609
+ * __useFetchLikedQuery__
2610
+ *
2611
+ * To run a query within a React component, call `useFetchLikedQuery` and pass it any options that fit your needs.
2612
+ * When your component renders, `useFetchLikedQuery` returns an object from Apollo Client that contains loading, error, and data properties
2613
+ * you can use to render your UI.
2614
+ *
2615
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2616
+ *
2617
+ * @example
2618
+ * const { data, loading, error } = useFetchLikedQuery({
2619
+ * variables: {
2620
+ * assetId: // value for 'assetId'
2621
+ * },
2622
+ * });
2623
+ */
2624
+ export declare function useFetchLikedQuery(baseOptions: Apollo.QueryHookOptions<IFetchLikedQuery, IFetchLikedQueryVariables>): Apollo.QueryResult<IFetchLikedQuery, Exact<{
2625
+ assetId: string;
2626
+ }>>;
2627
+ export declare function useFetchLikedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchLikedQuery, IFetchLikedQueryVariables>): Apollo.LazyQueryResultTuple<IFetchLikedQuery, Exact<{
2628
+ assetId: string;
2629
+ }>>;
2630
+ export type FetchLikedQueryHookResult = ReturnType<typeof useFetchLikedQuery>;
2631
+ export type FetchLikedLazyQueryHookResult = ReturnType<typeof useFetchLikedLazyQuery>;
2632
+ export type FetchLikedQueryResult = Apollo.QueryResult<IFetchLikedQuery, IFetchLikedQueryVariables>;
2633
+ export declare const DislikeCollectionDocument: Apollo.DocumentNode;
2634
+ export type IDislikeCollectionMutationFn = Apollo.MutationFunction<IDislikeCollectionMutation, IDislikeCollectionMutationVariables>;
2635
+ /**
2636
+ * __useDislikeCollectionMutation__
2637
+ *
2638
+ * To run a mutation, you first call `useDislikeCollectionMutation` within a React component and pass it any options that fit your needs.
2639
+ * When your component renders, `useDislikeCollectionMutation` returns a tuple that includes:
2640
+ * - A mutate function that you can call at any time to execute the mutation
2641
+ * - An object with fields that represent the current status of the mutation's execution
2642
+ *
2643
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2644
+ *
2645
+ * @example
2646
+ * const [dislikeCollectionMutation, { data, loading, error }] = useDislikeCollectionMutation({
2647
+ * variables: {
2648
+ * collectionId: // value for 'collectionId'
2649
+ * },
2650
+ * });
2651
+ */
2652
+ export declare function useDislikeCollectionMutation(baseOptions?: Apollo.MutationHookOptions<IDislikeCollectionMutation, IDislikeCollectionMutationVariables>): Apollo.MutationTuple<IDislikeCollectionMutation, Exact<{
2653
+ collectionId: string;
2654
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2655
+ export type DislikeCollectionMutationHookResult = ReturnType<typeof useDislikeCollectionMutation>;
2656
+ export type DislikeCollectionMutationResult = Apollo.MutationResult<IDislikeCollectionMutation>;
2657
+ export type DislikeCollectionMutationOptions = Apollo.BaseMutationOptions<IDislikeCollectionMutation, IDislikeCollectionMutationVariables>;
2658
+ export declare const LikeCollectionDocument: Apollo.DocumentNode;
2659
+ export type ILikeCollectionMutationFn = Apollo.MutationFunction<ILikeCollectionMutation, ILikeCollectionMutationVariables>;
2660
+ /**
2661
+ * __useLikeCollectionMutation__
2662
+ *
2663
+ * To run a mutation, you first call `useLikeCollectionMutation` within a React component and pass it any options that fit your needs.
2664
+ * When your component renders, `useLikeCollectionMutation` returns a tuple that includes:
2665
+ * - A mutate function that you can call at any time to execute the mutation
2666
+ * - An object with fields that represent the current status of the mutation's execution
2667
+ *
2668
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2669
+ *
2670
+ * @example
2671
+ * const [likeCollectionMutation, { data, loading, error }] = useLikeCollectionMutation({
2672
+ * variables: {
2673
+ * collectionId: // value for 'collectionId'
2674
+ * },
2675
+ * });
2676
+ */
2677
+ export declare function useLikeCollectionMutation(baseOptions?: Apollo.MutationHookOptions<ILikeCollectionMutation, ILikeCollectionMutationVariables>): Apollo.MutationTuple<ILikeCollectionMutation, Exact<{
2678
+ collectionId: string;
2679
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2680
+ export type LikeCollectionMutationHookResult = ReturnType<typeof useLikeCollectionMutation>;
2681
+ export type LikeCollectionMutationResult = Apollo.MutationResult<ILikeCollectionMutation>;
2682
+ export type LikeCollectionMutationOptions = Apollo.BaseMutationOptions<ILikeCollectionMutation, ILikeCollectionMutationVariables>;
2683
+ export declare const FetchCollectionDocument: Apollo.DocumentNode;
2684
+ /**
2685
+ * __useFetchCollectionQuery__
2686
+ *
2687
+ * To run a query within a React component, call `useFetchCollectionQuery` and pass it any options that fit your needs.
2688
+ * When your component renders, `useFetchCollectionQuery` returns an object from Apollo Client that contains loading, error, and data properties
2689
+ * you can use to render your UI.
2690
+ *
2691
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2692
+ *
2693
+ * @example
2694
+ * const { data, loading, error } = useFetchCollectionQuery({
2695
+ * variables: {
2696
+ * collectionId: // value for 'collectionId'
2697
+ * },
2698
+ * });
2699
+ */
2700
+ export declare function useFetchCollectionQuery(baseOptions: Apollo.QueryHookOptions<IFetchCollectionQuery, IFetchCollectionQueryVariables>): Apollo.QueryResult<IFetchCollectionQuery, Exact<{
2701
+ collectionId: string;
2702
+ }>>;
2703
+ export declare function useFetchCollectionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchCollectionQuery, IFetchCollectionQueryVariables>): Apollo.LazyQueryResultTuple<IFetchCollectionQuery, Exact<{
2704
+ collectionId: string;
2705
+ }>>;
2706
+ export type FetchCollectionQueryHookResult = ReturnType<typeof useFetchCollectionQuery>;
2707
+ export type FetchCollectionLazyQueryHookResult = ReturnType<typeof useFetchCollectionLazyQuery>;
2708
+ export type FetchCollectionQueryResult = Apollo.QueryResult<IFetchCollectionQuery, IFetchCollectionQueryVariables>;
2709
+ export declare const FetchCollectionsDocument: Apollo.DocumentNode;
2710
+ /**
2711
+ * __useFetchCollectionsQuery__
2712
+ *
2713
+ * To run a query within a React component, call `useFetchCollectionsQuery` and pass it any options that fit your needs.
2714
+ * When your component renders, `useFetchCollectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2715
+ * you can use to render your UI.
2716
+ *
2717
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2718
+ *
2719
+ * @example
2720
+ * const { data, loading, error } = useFetchCollectionsQuery({
2721
+ * variables: {
2722
+ * pageSize: // value for 'pageSize'
2723
+ * pageToken: // value for 'pageToken'
2724
+ * collectionId: // value for 'collectionId'
2725
+ * },
2726
+ * });
2727
+ */
2728
+ export declare function useFetchCollectionsQuery(baseOptions: Apollo.QueryHookOptions<IFetchCollectionsQuery, IFetchCollectionsQueryVariables>): Apollo.QueryResult<IFetchCollectionsQuery, Exact<{
2729
+ pageSize: number;
2730
+ pageToken?: Maybe<string> | undefined;
2731
+ collectionId: string;
2732
+ }>>;
2733
+ export declare function useFetchCollectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchCollectionsQuery, IFetchCollectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchCollectionsQuery, Exact<{
2734
+ pageSize: number;
2735
+ pageToken?: Maybe<string> | undefined;
2736
+ collectionId: string;
2737
+ }>>;
2738
+ export type FetchCollectionsQueryHookResult = ReturnType<typeof useFetchCollectionsQuery>;
2739
+ export type FetchCollectionsLazyQueryHookResult = ReturnType<typeof useFetchCollectionsLazyQuery>;
2740
+ export type FetchCollectionsQueryResult = Apollo.QueryResult<IFetchCollectionsQuery, IFetchCollectionsQueryVariables>;
2741
+ export declare const FetchCollectionsByIdsDocument: Apollo.DocumentNode;
2742
+ /**
2743
+ * __useFetchCollectionsByIdsQuery__
2744
+ *
2745
+ * To run a query within a React component, call `useFetchCollectionsByIdsQuery` and pass it any options that fit your needs.
2746
+ * When your component renders, `useFetchCollectionsByIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2747
+ * you can use to render your UI.
2748
+ *
2749
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2750
+ *
2751
+ * @example
2752
+ * const { data, loading, error } = useFetchCollectionsByIdsQuery({
2753
+ * variables: {
2754
+ * collectionIds: // value for 'collectionIds'
2755
+ * },
2756
+ * });
2757
+ */
2758
+ export declare function useFetchCollectionsByIdsQuery(baseOptions: Apollo.QueryHookOptions<IFetchCollectionsByIdsQuery, IFetchCollectionsByIdsQueryVariables>): Apollo.QueryResult<IFetchCollectionsByIdsQuery, Exact<{
2759
+ collectionIds: string[];
2760
+ }>>;
2761
+ export declare function useFetchCollectionsByIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchCollectionsByIdsQuery, IFetchCollectionsByIdsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchCollectionsByIdsQuery, Exact<{
2762
+ collectionIds: string[];
2763
+ }>>;
2764
+ export type FetchCollectionsByIdsQueryHookResult = ReturnType<typeof useFetchCollectionsByIdsQuery>;
2765
+ export type FetchCollectionsByIdsLazyQueryHookResult = ReturnType<typeof useFetchCollectionsByIdsLazyQuery>;
2766
+ export type FetchCollectionsByIdsQueryResult = Apollo.QueryResult<IFetchCollectionsByIdsQuery, IFetchCollectionsByIdsQueryVariables>;
2767
+ export declare const FetchDynamicCollectionDataDocument: Apollo.DocumentNode;
2768
+ /**
2769
+ * __useFetchDynamicCollectionDataQuery__
2770
+ *
2771
+ * To run a query within a React component, call `useFetchDynamicCollectionDataQuery` and pass it any options that fit your needs.
2772
+ * When your component renders, `useFetchDynamicCollectionDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2773
+ * you can use to render your UI.
2774
+ *
2775
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2776
+ *
2777
+ * @example
2778
+ * const { data, loading, error } = useFetchDynamicCollectionDataQuery({
2779
+ * variables: {
2780
+ * input: // value for 'input'
2781
+ * },
2782
+ * });
2783
+ */
2784
+ export declare function useFetchDynamicCollectionDataQuery(baseOptions: Apollo.QueryHookOptions<IFetchDynamicCollectionDataQuery, IFetchDynamicCollectionDataQueryVariables>): Apollo.QueryResult<IFetchDynamicCollectionDataQuery, Exact<{
2785
+ input: IDynamicCollectionDataInput;
2786
+ }>>;
2787
+ export declare function useFetchDynamicCollectionDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchDynamicCollectionDataQuery, IFetchDynamicCollectionDataQueryVariables>): Apollo.LazyQueryResultTuple<IFetchDynamicCollectionDataQuery, Exact<{
2788
+ input: IDynamicCollectionDataInput;
2789
+ }>>;
2790
+ export type FetchDynamicCollectionDataQueryHookResult = ReturnType<typeof useFetchDynamicCollectionDataQuery>;
2791
+ export type FetchDynamicCollectionDataLazyQueryHookResult = ReturnType<typeof useFetchDynamicCollectionDataLazyQuery>;
2792
+ export type FetchDynamicCollectionDataQueryResult = Apollo.QueryResult<IFetchDynamicCollectionDataQuery, IFetchDynamicCollectionDataQueryVariables>;
2793
+ export declare const FetchDynamicCollectionsDataDocument: Apollo.DocumentNode;
2794
+ /**
2795
+ * __useFetchDynamicCollectionsDataQuery__
2796
+ *
2797
+ * To run a query within a React component, call `useFetchDynamicCollectionsDataQuery` and pass it any options that fit your needs.
2798
+ * When your component renders, `useFetchDynamicCollectionsDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2799
+ * you can use to render your UI.
2800
+ *
2801
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2802
+ *
2803
+ * @example
2804
+ * const { data, loading, error } = useFetchDynamicCollectionsDataQuery({
2805
+ * variables: {
2806
+ * input: // value for 'input'
2807
+ * },
2808
+ * });
2809
+ */
2810
+ export declare function useFetchDynamicCollectionsDataQuery(baseOptions: Apollo.QueryHookOptions<IFetchDynamicCollectionsDataQuery, IFetchDynamicCollectionsDataQueryVariables>): Apollo.QueryResult<IFetchDynamicCollectionsDataQuery, Exact<{
2811
+ input: IDynamicCollectionDataInput[];
2812
+ }>>;
2813
+ export declare function useFetchDynamicCollectionsDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchDynamicCollectionsDataQuery, IFetchDynamicCollectionsDataQueryVariables>): Apollo.LazyQueryResultTuple<IFetchDynamicCollectionsDataQuery, Exact<{
2814
+ input: IDynamicCollectionDataInput[];
2815
+ }>>;
2816
+ export type FetchDynamicCollectionsDataQueryHookResult = ReturnType<typeof useFetchDynamicCollectionsDataQuery>;
2817
+ export type FetchDynamicCollectionsDataLazyQueryHookResult = ReturnType<typeof useFetchDynamicCollectionsDataLazyQuery>;
2818
+ export type FetchDynamicCollectionsDataQueryResult = Apollo.QueryResult<IFetchDynamicCollectionsDataQuery, IFetchDynamicCollectionsDataQueryVariables>;
2819
+ export declare const AddAssetsToGalleryDocument: Apollo.DocumentNode;
2820
+ export type IAddAssetsToGalleryMutationFn = Apollo.MutationFunction<IAddAssetsToGalleryMutation, IAddAssetsToGalleryMutationVariables>;
2821
+ /**
2822
+ * __useAddAssetsToGalleryMutation__
2823
+ *
2824
+ * To run a mutation, you first call `useAddAssetsToGalleryMutation` within a React component and pass it any options that fit your needs.
2825
+ * When your component renders, `useAddAssetsToGalleryMutation` returns a tuple that includes:
2826
+ * - A mutate function that you can call at any time to execute the mutation
2827
+ * - An object with fields that represent the current status of the mutation's execution
2828
+ *
2829
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2830
+ *
2831
+ * @example
2832
+ * const [addAssetsToGalleryMutation, { data, loading, error }] = useAddAssetsToGalleryMutation({
2833
+ * variables: {
2834
+ * galleryId: // value for 'galleryId'
2835
+ * assetIds: // value for 'assetIds'
2836
+ * },
2837
+ * });
2838
+ */
2839
+ export declare function useAddAssetsToGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IAddAssetsToGalleryMutation, IAddAssetsToGalleryMutationVariables>): Apollo.MutationTuple<IAddAssetsToGalleryMutation, Exact<{
2840
+ galleryId: string;
2841
+ assetIds: string[];
2842
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2843
+ export type AddAssetsToGalleryMutationHookResult = ReturnType<typeof useAddAssetsToGalleryMutation>;
2844
+ export type AddAssetsToGalleryMutationResult = Apollo.MutationResult<IAddAssetsToGalleryMutation>;
2845
+ export type AddAssetsToGalleryMutationOptions = Apollo.BaseMutationOptions<IAddAssetsToGalleryMutation, IAddAssetsToGalleryMutationVariables>;
2846
+ export declare const AddAssetsToGalleryV2Document: Apollo.DocumentNode;
2847
+ export type IAddAssetsToGalleryV2MutationFn = Apollo.MutationFunction<IAddAssetsToGalleryV2Mutation, IAddAssetsToGalleryV2MutationVariables>;
2848
+ /**
2849
+ * __useAddAssetsToGalleryV2Mutation__
2850
+ *
2851
+ * To run a mutation, you first call `useAddAssetsToGalleryV2Mutation` within a React component and pass it any options that fit your needs.
2852
+ * When your component renders, `useAddAssetsToGalleryV2Mutation` returns a tuple that includes:
2853
+ * - A mutate function that you can call at any time to execute the mutation
2854
+ * - An object with fields that represent the current status of the mutation's execution
2855
+ *
2856
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2857
+ *
2858
+ * @example
2859
+ * const [addAssetsToGalleryV2Mutation, { data, loading, error }] = useAddAssetsToGalleryV2Mutation({
2860
+ * variables: {
2861
+ * galleryId: // value for 'galleryId'
2862
+ * assetIds: // value for 'assetIds'
2863
+ * },
2864
+ * });
2865
+ */
2866
+ export declare function useAddAssetsToGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IAddAssetsToGalleryV2Mutation, IAddAssetsToGalleryV2MutationVariables>): Apollo.MutationTuple<IAddAssetsToGalleryV2Mutation, Exact<{
2867
+ galleryId: string;
2868
+ assetIds: string[];
2869
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2870
+ export type AddAssetsToGalleryV2MutationHookResult = ReturnType<typeof useAddAssetsToGalleryV2Mutation>;
2871
+ export type AddAssetsToGalleryV2MutationResult = Apollo.MutationResult<IAddAssetsToGalleryV2Mutation>;
2872
+ export type AddAssetsToGalleryV2MutationOptions = Apollo.BaseMutationOptions<IAddAssetsToGalleryV2Mutation, IAddAssetsToGalleryV2MutationVariables>;
2873
+ export declare const UploadGalleryBannerDocument: Apollo.DocumentNode;
2874
+ export type IUploadGalleryBannerMutationFn = Apollo.MutationFunction<IUploadGalleryBannerMutation, IUploadGalleryBannerMutationVariables>;
2875
+ /**
2876
+ * __useUploadGalleryBannerMutation__
2877
+ *
2878
+ * To run a mutation, you first call `useUploadGalleryBannerMutation` within a React component and pass it any options that fit your needs.
2879
+ * When your component renders, `useUploadGalleryBannerMutation` returns a tuple that includes:
2880
+ * - A mutate function that you can call at any time to execute the mutation
2881
+ * - An object with fields that represent the current status of the mutation's execution
2882
+ *
2883
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2884
+ *
2885
+ * @example
2886
+ * const [uploadGalleryBannerMutation, { data, loading, error }] = useUploadGalleryBannerMutation({
2887
+ * variables: {
2888
+ * galleryId: // value for 'galleryId'
2889
+ * file: // value for 'file'
2890
+ * },
2891
+ * });
2892
+ */
2893
+ export declare function useUploadGalleryBannerMutation(baseOptions?: Apollo.MutationHookOptions<IUploadGalleryBannerMutation, IUploadGalleryBannerMutationVariables>): Apollo.MutationTuple<IUploadGalleryBannerMutation, Exact<{
2894
+ galleryId: string;
2895
+ file: any;
2896
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2897
+ export type UploadGalleryBannerMutationHookResult = ReturnType<typeof useUploadGalleryBannerMutation>;
2898
+ export type UploadGalleryBannerMutationResult = Apollo.MutationResult<IUploadGalleryBannerMutation>;
2899
+ export type UploadGalleryBannerMutationOptions = Apollo.BaseMutationOptions<IUploadGalleryBannerMutation, IUploadGalleryBannerMutationVariables>;
2900
+ export declare const AddCollectionsToGalleryDocument: Apollo.DocumentNode;
2901
+ export type IAddCollectionsToGalleryMutationFn = Apollo.MutationFunction<IAddCollectionsToGalleryMutation, IAddCollectionsToGalleryMutationVariables>;
2902
+ /**
2903
+ * __useAddCollectionsToGalleryMutation__
2904
+ *
2905
+ * To run a mutation, you first call `useAddCollectionsToGalleryMutation` within a React component and pass it any options that fit your needs.
2906
+ * When your component renders, `useAddCollectionsToGalleryMutation` returns a tuple that includes:
2907
+ * - A mutate function that you can call at any time to execute the mutation
2908
+ * - An object with fields that represent the current status of the mutation's execution
2909
+ *
2910
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2911
+ *
2912
+ * @example
2913
+ * const [addCollectionsToGalleryMutation, { data, loading, error }] = useAddCollectionsToGalleryMutation({
2914
+ * variables: {
2915
+ * galleryId: // value for 'galleryId'
2916
+ * collectionIds: // value for 'collectionIds'
2917
+ * },
2918
+ * });
2919
+ */
2920
+ export declare function useAddCollectionsToGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IAddCollectionsToGalleryMutation, IAddCollectionsToGalleryMutationVariables>): Apollo.MutationTuple<IAddCollectionsToGalleryMutation, Exact<{
2921
+ galleryId: string;
2922
+ collectionIds: string[];
2923
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2924
+ export type AddCollectionsToGalleryMutationHookResult = ReturnType<typeof useAddCollectionsToGalleryMutation>;
2925
+ export type AddCollectionsToGalleryMutationResult = Apollo.MutationResult<IAddCollectionsToGalleryMutation>;
2926
+ export type AddCollectionsToGalleryMutationOptions = Apollo.BaseMutationOptions<IAddCollectionsToGalleryMutation, IAddCollectionsToGalleryMutationVariables>;
2927
+ export declare const AddCollectionsToGalleryV2Document: Apollo.DocumentNode;
2928
+ export type IAddCollectionsToGalleryV2MutationFn = Apollo.MutationFunction<IAddCollectionsToGalleryV2Mutation, IAddCollectionsToGalleryV2MutationVariables>;
2929
+ /**
2930
+ * __useAddCollectionsToGalleryV2Mutation__
2931
+ *
2932
+ * To run a mutation, you first call `useAddCollectionsToGalleryV2Mutation` within a React component and pass it any options that fit your needs.
2933
+ * When your component renders, `useAddCollectionsToGalleryV2Mutation` returns a tuple that includes:
2934
+ * - A mutate function that you can call at any time to execute the mutation
2935
+ * - An object with fields that represent the current status of the mutation's execution
2936
+ *
2937
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2938
+ *
2939
+ * @example
2940
+ * const [addCollectionsToGalleryV2Mutation, { data, loading, error }] = useAddCollectionsToGalleryV2Mutation({
2941
+ * variables: {
2942
+ * galleryId: // value for 'galleryId'
2943
+ * collectionIds: // value for 'collectionIds'
2944
+ * },
2945
+ * });
2946
+ */
2947
+ export declare function useAddCollectionsToGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IAddCollectionsToGalleryV2Mutation, IAddCollectionsToGalleryV2MutationVariables>): Apollo.MutationTuple<IAddCollectionsToGalleryV2Mutation, Exact<{
2948
+ galleryId: string;
2949
+ collectionIds: string[];
2950
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2951
+ export type AddCollectionsToGalleryV2MutationHookResult = ReturnType<typeof useAddCollectionsToGalleryV2Mutation>;
2952
+ export type AddCollectionsToGalleryV2MutationResult = Apollo.MutationResult<IAddCollectionsToGalleryV2Mutation>;
2953
+ export type AddCollectionsToGalleryV2MutationOptions = Apollo.BaseMutationOptions<IAddCollectionsToGalleryV2Mutation, IAddCollectionsToGalleryV2MutationVariables>;
2954
+ export declare const AddCreationsToGalleryDocument: Apollo.DocumentNode;
2955
+ export type IAddCreationsToGalleryMutationFn = Apollo.MutationFunction<IAddCreationsToGalleryMutation, IAddCreationsToGalleryMutationVariables>;
2956
+ /**
2957
+ * __useAddCreationsToGalleryMutation__
2958
+ *
2959
+ * To run a mutation, you first call `useAddCreationsToGalleryMutation` within a React component and pass it any options that fit your needs.
2960
+ * When your component renders, `useAddCreationsToGalleryMutation` returns a tuple that includes:
2961
+ * - A mutate function that you can call at any time to execute the mutation
2962
+ * - An object with fields that represent the current status of the mutation's execution
2963
+ *
2964
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2965
+ *
2966
+ * @example
2967
+ * const [addCreationsToGalleryMutation, { data, loading, error }] = useAddCreationsToGalleryMutation({
2968
+ * variables: {
2969
+ * galleryId: // value for 'galleryId'
2970
+ * creationIds: // value for 'creationIds'
2971
+ * },
2972
+ * });
2973
+ */
2974
+ export declare function useAddCreationsToGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IAddCreationsToGalleryMutation, IAddCreationsToGalleryMutationVariables>): Apollo.MutationTuple<IAddCreationsToGalleryMutation, Exact<{
2975
+ galleryId: string;
2976
+ creationIds: string[];
2977
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2978
+ export type AddCreationsToGalleryMutationHookResult = ReturnType<typeof useAddCreationsToGalleryMutation>;
2979
+ export type AddCreationsToGalleryMutationResult = Apollo.MutationResult<IAddCreationsToGalleryMutation>;
2980
+ export type AddCreationsToGalleryMutationOptions = Apollo.BaseMutationOptions<IAddCreationsToGalleryMutation, IAddCreationsToGalleryMutationVariables>;
2981
+ export declare const AddCreationsToGalleryV2Document: Apollo.DocumentNode;
2982
+ export type IAddCreationsToGalleryV2MutationFn = Apollo.MutationFunction<IAddCreationsToGalleryV2Mutation, IAddCreationsToGalleryV2MutationVariables>;
2983
+ /**
2984
+ * __useAddCreationsToGalleryV2Mutation__
2985
+ *
2986
+ * To run a mutation, you first call `useAddCreationsToGalleryV2Mutation` within a React component and pass it any options that fit your needs.
2987
+ * When your component renders, `useAddCreationsToGalleryV2Mutation` returns a tuple that includes:
2988
+ * - A mutate function that you can call at any time to execute the mutation
2989
+ * - An object with fields that represent the current status of the mutation's execution
2990
+ *
2991
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
2992
+ *
2993
+ * @example
2994
+ * const [addCreationsToGalleryV2Mutation, { data, loading, error }] = useAddCreationsToGalleryV2Mutation({
2995
+ * variables: {
2996
+ * galleryId: // value for 'galleryId'
2997
+ * creationIds: // value for 'creationIds'
2998
+ * },
2999
+ * });
3000
+ */
3001
+ export declare function useAddCreationsToGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IAddCreationsToGalleryV2Mutation, IAddCreationsToGalleryV2MutationVariables>): Apollo.MutationTuple<IAddCreationsToGalleryV2Mutation, Exact<{
3002
+ galleryId: string;
3003
+ creationIds: string[];
3004
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3005
+ export type AddCreationsToGalleryV2MutationHookResult = ReturnType<typeof useAddCreationsToGalleryV2Mutation>;
3006
+ export type AddCreationsToGalleryV2MutationResult = Apollo.MutationResult<IAddCreationsToGalleryV2Mutation>;
3007
+ export type AddCreationsToGalleryV2MutationOptions = Apollo.BaseMutationOptions<IAddCreationsToGalleryV2Mutation, IAddCreationsToGalleryV2MutationVariables>;
3008
+ export declare const CreateFavoriteListV2Document: Apollo.DocumentNode;
3009
+ export type ICreateFavoriteListV2MutationFn = Apollo.MutationFunction<ICreateFavoriteListV2Mutation, ICreateFavoriteListV2MutationVariables>;
3010
+ /**
3011
+ * __useCreateFavoriteListV2Mutation__
3012
+ *
3013
+ * To run a mutation, you first call `useCreateFavoriteListV2Mutation` within a React component and pass it any options that fit your needs.
3014
+ * When your component renders, `useCreateFavoriteListV2Mutation` returns a tuple that includes:
3015
+ * - A mutate function that you can call at any time to execute the mutation
3016
+ * - An object with fields that represent the current status of the mutation's execution
3017
+ *
3018
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3019
+ *
3020
+ * @example
3021
+ * const [createFavoriteListV2Mutation, { data, loading, error }] = useCreateFavoriteListV2Mutation({
3022
+ * variables: {
3023
+ * name: // value for 'name'
3024
+ * description: // value for 'description'
3025
+ * publicAccessible: // value for 'publicAccessible'
3026
+ * creationIds: // value for 'creationIds'
3027
+ * },
3028
+ * });
3029
+ */
3030
+ export declare function useCreateFavoriteListV2Mutation(baseOptions?: Apollo.MutationHookOptions<ICreateFavoriteListV2Mutation, ICreateFavoriteListV2MutationVariables>): Apollo.MutationTuple<ICreateFavoriteListV2Mutation, Exact<{
3031
+ name: string;
3032
+ description?: Maybe<string> | undefined;
3033
+ publicAccessible?: Maybe<boolean> | undefined;
3034
+ creationIds?: Maybe<Maybe<string>[]> | undefined;
3035
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3036
+ export type CreateFavoriteListV2MutationHookResult = ReturnType<typeof useCreateFavoriteListV2Mutation>;
3037
+ export type CreateFavoriteListV2MutationResult = Apollo.MutationResult<ICreateFavoriteListV2Mutation>;
3038
+ export type CreateFavoriteListV2MutationOptions = Apollo.BaseMutationOptions<ICreateFavoriteListV2Mutation, ICreateFavoriteListV2MutationVariables>;
3039
+ export declare const CreateFavoritesDocument: Apollo.DocumentNode;
3040
+ export type ICreateFavoritesMutationFn = Apollo.MutationFunction<ICreateFavoritesMutation, ICreateFavoritesMutationVariables>;
3041
+ /**
3042
+ * __useCreateFavoritesMutation__
3043
+ *
3044
+ * To run a mutation, you first call `useCreateFavoritesMutation` within a React component and pass it any options that fit your needs.
3045
+ * When your component renders, `useCreateFavoritesMutation` returns a tuple that includes:
3046
+ * - A mutate function that you can call at any time to execute the mutation
3047
+ * - An object with fields that represent the current status of the mutation's execution
3048
+ *
3049
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3050
+ *
3051
+ * @example
3052
+ * const [createFavoritesMutation, { data, loading, error }] = useCreateFavoritesMutation({
3053
+ * variables: {
3054
+ * name: // value for 'name'
3055
+ * description: // value for 'description'
3056
+ * publicAccessible: // value for 'publicAccessible'
3057
+ * creationIds: // value for 'creationIds'
3058
+ * },
3059
+ * });
3060
+ */
3061
+ export declare function useCreateFavoritesMutation(baseOptions?: Apollo.MutationHookOptions<ICreateFavoritesMutation, ICreateFavoritesMutationVariables>): Apollo.MutationTuple<ICreateFavoritesMutation, Exact<{
3062
+ name: string;
3063
+ description?: Maybe<string> | undefined;
3064
+ publicAccessible?: Maybe<boolean> | undefined;
3065
+ creationIds?: Maybe<Maybe<string>[]> | undefined;
3066
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3067
+ export type CreateFavoritesMutationHookResult = ReturnType<typeof useCreateFavoritesMutation>;
3068
+ export type CreateFavoritesMutationResult = Apollo.MutationResult<ICreateFavoritesMutation>;
3069
+ export type CreateFavoritesMutationOptions = Apollo.BaseMutationOptions<ICreateFavoritesMutation, ICreateFavoritesMutationVariables>;
3070
+ export declare const CreateGalleryDocument: Apollo.DocumentNode;
3071
+ export type ICreateGalleryMutationFn = Apollo.MutationFunction<ICreateGalleryMutation, ICreateGalleryMutationVariables>;
3072
+ /**
3073
+ * __useCreateGalleryMutation__
3074
+ *
3075
+ * To run a mutation, you first call `useCreateGalleryMutation` within a React component and pass it any options that fit your needs.
3076
+ * When your component renders, `useCreateGalleryMutation` returns a tuple that includes:
3077
+ * - A mutate function that you can call at any time to execute the mutation
3078
+ * - An object with fields that represent the current status of the mutation's execution
3079
+ *
3080
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3081
+ *
3082
+ * @example
3083
+ * const [createGalleryMutation, { data, loading, error }] = useCreateGalleryMutation({
3084
+ * variables: {
3085
+ * name: // value for 'name'
3086
+ * description: // value for 'description'
3087
+ * publicAccessible: // value for 'publicAccessible'
3088
+ * creationIds: // value for 'creationIds'
3089
+ * },
3090
+ * });
3091
+ */
3092
+ export declare function useCreateGalleryMutation(baseOptions?: Apollo.MutationHookOptions<ICreateGalleryMutation, ICreateGalleryMutationVariables>): Apollo.MutationTuple<ICreateGalleryMutation, Exact<{
3093
+ name: string;
3094
+ description?: Maybe<string> | undefined;
3095
+ publicAccessible?: Maybe<boolean> | undefined;
3096
+ creationIds?: Maybe<Maybe<string>[]> | undefined;
3097
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3098
+ export type CreateGalleryMutationHookResult = ReturnType<typeof useCreateGalleryMutation>;
3099
+ export type CreateGalleryMutationResult = Apollo.MutationResult<ICreateGalleryMutation>;
3100
+ export type CreateGalleryMutationOptions = Apollo.BaseMutationOptions<ICreateGalleryMutation, ICreateGalleryMutationVariables>;
3101
+ export declare const CreateGalleryV2Document: Apollo.DocumentNode;
3102
+ export type ICreateGalleryV2MutationFn = Apollo.MutationFunction<ICreateGalleryV2Mutation, ICreateGalleryV2MutationVariables>;
3103
+ /**
3104
+ * __useCreateGalleryV2Mutation__
3105
+ *
3106
+ * To run a mutation, you first call `useCreateGalleryV2Mutation` within a React component and pass it any options that fit your needs.
3107
+ * When your component renders, `useCreateGalleryV2Mutation` returns a tuple that includes:
3108
+ * - A mutate function that you can call at any time to execute the mutation
3109
+ * - An object with fields that represent the current status of the mutation's execution
3110
+ *
3111
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3112
+ *
3113
+ * @example
3114
+ * const [createGalleryV2Mutation, { data, loading, error }] = useCreateGalleryV2Mutation({
3115
+ * variables: {
3116
+ * name: // value for 'name'
3117
+ * description: // value for 'description'
3118
+ * publicAccessible: // value for 'publicAccessible'
3119
+ * creationIds: // value for 'creationIds'
3120
+ * },
3121
+ * });
3122
+ */
3123
+ export declare function useCreateGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<ICreateGalleryV2Mutation, ICreateGalleryV2MutationVariables>): Apollo.MutationTuple<ICreateGalleryV2Mutation, Exact<{
3124
+ name: string;
3125
+ description?: Maybe<string> | undefined;
3126
+ publicAccessible?: Maybe<boolean> | undefined;
3127
+ creationIds?: Maybe<Maybe<string>[]> | undefined;
3128
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3129
+ export type CreateGalleryV2MutationHookResult = ReturnType<typeof useCreateGalleryV2Mutation>;
3130
+ export type CreateGalleryV2MutationResult = Apollo.MutationResult<ICreateGalleryV2Mutation>;
3131
+ export type CreateGalleryV2MutationOptions = Apollo.BaseMutationOptions<ICreateGalleryV2Mutation, ICreateGalleryV2MutationVariables>;
3132
+ export declare const DeleteGalleryBannerDocument: Apollo.DocumentNode;
3133
+ export type IDeleteGalleryBannerMutationFn = Apollo.MutationFunction<IDeleteGalleryBannerMutation, IDeleteGalleryBannerMutationVariables>;
3134
+ /**
3135
+ * __useDeleteGalleryBannerMutation__
3136
+ *
3137
+ * To run a mutation, you first call `useDeleteGalleryBannerMutation` within a React component and pass it any options that fit your needs.
3138
+ * When your component renders, `useDeleteGalleryBannerMutation` returns a tuple that includes:
3139
+ * - A mutate function that you can call at any time to execute the mutation
3140
+ * - An object with fields that represent the current status of the mutation's execution
3141
+ *
3142
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3143
+ *
3144
+ * @example
3145
+ * const [deleteGalleryBannerMutation, { data, loading, error }] = useDeleteGalleryBannerMutation({
3146
+ * variables: {
3147
+ * galleryId: // value for 'galleryId'
3148
+ * },
3149
+ * });
3150
+ */
3151
+ export declare function useDeleteGalleryBannerMutation(baseOptions?: Apollo.MutationHookOptions<IDeleteGalleryBannerMutation, IDeleteGalleryBannerMutationVariables>): Apollo.MutationTuple<IDeleteGalleryBannerMutation, Exact<{
3152
+ galleryId: string;
3153
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3154
+ export type DeleteGalleryBannerMutationHookResult = ReturnType<typeof useDeleteGalleryBannerMutation>;
3155
+ export type DeleteGalleryBannerMutationResult = Apollo.MutationResult<IDeleteGalleryBannerMutation>;
3156
+ export type DeleteGalleryBannerMutationOptions = Apollo.BaseMutationOptions<IDeleteGalleryBannerMutation, IDeleteGalleryBannerMutationVariables>;
3157
+ export declare const EditGalleryDocument: Apollo.DocumentNode;
3158
+ export type IEditGalleryMutationFn = Apollo.MutationFunction<IEditGalleryMutation, IEditGalleryMutationVariables>;
3159
+ /**
3160
+ * __useEditGalleryMutation__
3161
+ *
3162
+ * To run a mutation, you first call `useEditGalleryMutation` within a React component and pass it any options that fit your needs.
3163
+ * When your component renders, `useEditGalleryMutation` returns a tuple that includes:
3164
+ * - A mutate function that you can call at any time to execute the mutation
3165
+ * - An object with fields that represent the current status of the mutation's execution
3166
+ *
3167
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3168
+ *
3169
+ * @example
3170
+ * const [editGalleryMutation, { data, loading, error }] = useEditGalleryMutation({
3171
+ * variables: {
3172
+ * galleryId: // value for 'galleryId'
3173
+ * name: // value for 'name'
3174
+ * description: // value for 'description'
3175
+ * },
3176
+ * });
3177
+ */
3178
+ export declare function useEditGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IEditGalleryMutation, IEditGalleryMutationVariables>): Apollo.MutationTuple<IEditGalleryMutation, Exact<{
3179
+ galleryId: string;
3180
+ name?: Maybe<string> | undefined;
3181
+ description?: Maybe<string> | undefined;
3182
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3183
+ export type EditGalleryMutationHookResult = ReturnType<typeof useEditGalleryMutation>;
3184
+ export type EditGalleryMutationResult = Apollo.MutationResult<IEditGalleryMutation>;
3185
+ export type EditGalleryMutationOptions = Apollo.BaseMutationOptions<IEditGalleryMutation, IEditGalleryMutationVariables>;
3186
+ export declare const RemoveAssetFromGalleryDocument: Apollo.DocumentNode;
3187
+ export type IRemoveAssetFromGalleryMutationFn = Apollo.MutationFunction<IRemoveAssetFromGalleryMutation, IRemoveAssetFromGalleryMutationVariables>;
3188
+ /**
3189
+ * __useRemoveAssetFromGalleryMutation__
3190
+ *
3191
+ * To run a mutation, you first call `useRemoveAssetFromGalleryMutation` within a React component and pass it any options that fit your needs.
3192
+ * When your component renders, `useRemoveAssetFromGalleryMutation` returns a tuple that includes:
3193
+ * - A mutate function that you can call at any time to execute the mutation
3194
+ * - An object with fields that represent the current status of the mutation's execution
3195
+ *
3196
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3197
+ *
3198
+ * @example
3199
+ * const [removeAssetFromGalleryMutation, { data, loading, error }] = useRemoveAssetFromGalleryMutation({
3200
+ * variables: {
3201
+ * galleryId: // value for 'galleryId'
3202
+ * creationId: // value for 'creationId'
3203
+ * },
3204
+ * });
3205
+ */
3206
+ export declare function useRemoveAssetFromGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveAssetFromGalleryMutation, IRemoveAssetFromGalleryMutationVariables>): Apollo.MutationTuple<IRemoveAssetFromGalleryMutation, Exact<{
3207
+ galleryId: string;
3208
+ creationId: string;
3209
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3210
+ export type RemoveAssetFromGalleryMutationHookResult = ReturnType<typeof useRemoveAssetFromGalleryMutation>;
3211
+ export type RemoveAssetFromGalleryMutationResult = Apollo.MutationResult<IRemoveAssetFromGalleryMutation>;
3212
+ export type RemoveAssetFromGalleryMutationOptions = Apollo.BaseMutationOptions<IRemoveAssetFromGalleryMutation, IRemoveAssetFromGalleryMutationVariables>;
3213
+ export declare const RemoveAssetFromGalleryV2Document: Apollo.DocumentNode;
3214
+ export type IRemoveAssetFromGalleryV2MutationFn = Apollo.MutationFunction<IRemoveAssetFromGalleryV2Mutation, IRemoveAssetFromGalleryV2MutationVariables>;
3215
+ /**
3216
+ * __useRemoveAssetFromGalleryV2Mutation__
3217
+ *
3218
+ * To run a mutation, you first call `useRemoveAssetFromGalleryV2Mutation` within a React component and pass it any options that fit your needs.
3219
+ * When your component renders, `useRemoveAssetFromGalleryV2Mutation` returns a tuple that includes:
3220
+ * - A mutate function that you can call at any time to execute the mutation
3221
+ * - An object with fields that represent the current status of the mutation's execution
3222
+ *
3223
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3224
+ *
3225
+ * @example
3226
+ * const [removeAssetFromGalleryV2Mutation, { data, loading, error }] = useRemoveAssetFromGalleryV2Mutation({
3227
+ * variables: {
3228
+ * galleryId: // value for 'galleryId'
3229
+ * assetId: // value for 'assetId'
3230
+ * },
3231
+ * });
3232
+ */
3233
+ export declare function useRemoveAssetFromGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IRemoveAssetFromGalleryV2Mutation, IRemoveAssetFromGalleryV2MutationVariables>): Apollo.MutationTuple<IRemoveAssetFromGalleryV2Mutation, Exact<{
3234
+ galleryId: string;
3235
+ assetId: string;
3236
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3237
+ export type RemoveAssetFromGalleryV2MutationHookResult = ReturnType<typeof useRemoveAssetFromGalleryV2Mutation>;
3238
+ export type RemoveAssetFromGalleryV2MutationResult = Apollo.MutationResult<IRemoveAssetFromGalleryV2Mutation>;
3239
+ export type RemoveAssetFromGalleryV2MutationOptions = Apollo.BaseMutationOptions<IRemoveAssetFromGalleryV2Mutation, IRemoveAssetFromGalleryV2MutationVariables>;
3240
+ export declare const RemoveCollectionFromGalleryDocument: Apollo.DocumentNode;
3241
+ export type IRemoveCollectionFromGalleryMutationFn = Apollo.MutationFunction<IRemoveCollectionFromGalleryMutation, IRemoveCollectionFromGalleryMutationVariables>;
3242
+ /**
3243
+ * __useRemoveCollectionFromGalleryMutation__
3244
+ *
3245
+ * To run a mutation, you first call `useRemoveCollectionFromGalleryMutation` within a React component and pass it any options that fit your needs.
3246
+ * When your component renders, `useRemoveCollectionFromGalleryMutation` returns a tuple that includes:
3247
+ * - A mutate function that you can call at any time to execute the mutation
3248
+ * - An object with fields that represent the current status of the mutation's execution
3249
+ *
3250
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3251
+ *
3252
+ * @example
3253
+ * const [removeCollectionFromGalleryMutation, { data, loading, error }] = useRemoveCollectionFromGalleryMutation({
3254
+ * variables: {
3255
+ * galleryId: // value for 'galleryId'
3256
+ * creationId: // value for 'creationId'
3257
+ * },
3258
+ * });
3259
+ */
3260
+ export declare function useRemoveCollectionFromGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveCollectionFromGalleryMutation, IRemoveCollectionFromGalleryMutationVariables>): Apollo.MutationTuple<IRemoveCollectionFromGalleryMutation, Exact<{
3261
+ galleryId: string;
3262
+ creationId: string;
3263
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3264
+ export type RemoveCollectionFromGalleryMutationHookResult = ReturnType<typeof useRemoveCollectionFromGalleryMutation>;
3265
+ export type RemoveCollectionFromGalleryMutationResult = Apollo.MutationResult<IRemoveCollectionFromGalleryMutation>;
3266
+ export type RemoveCollectionFromGalleryMutationOptions = Apollo.BaseMutationOptions<IRemoveCollectionFromGalleryMutation, IRemoveCollectionFromGalleryMutationVariables>;
3267
+ export declare const RemoveCollectionFromGalleryV2Document: Apollo.DocumentNode;
3268
+ export type IRemoveCollectionFromGalleryV2MutationFn = Apollo.MutationFunction<IRemoveCollectionFromGalleryV2Mutation, IRemoveCollectionFromGalleryV2MutationVariables>;
3269
+ /**
3270
+ * __useRemoveCollectionFromGalleryV2Mutation__
3271
+ *
3272
+ * To run a mutation, you first call `useRemoveCollectionFromGalleryV2Mutation` within a React component and pass it any options that fit your needs.
3273
+ * When your component renders, `useRemoveCollectionFromGalleryV2Mutation` returns a tuple that includes:
3274
+ * - A mutate function that you can call at any time to execute the mutation
3275
+ * - An object with fields that represent the current status of the mutation's execution
3276
+ *
3277
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3278
+ *
3279
+ * @example
3280
+ * const [removeCollectionFromGalleryV2Mutation, { data, loading, error }] = useRemoveCollectionFromGalleryV2Mutation({
3281
+ * variables: {
3282
+ * galleryId: // value for 'galleryId'
3283
+ * collectionId: // value for 'collectionId'
3284
+ * },
3285
+ * });
3286
+ */
3287
+ export declare function useRemoveCollectionFromGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IRemoveCollectionFromGalleryV2Mutation, IRemoveCollectionFromGalleryV2MutationVariables>): Apollo.MutationTuple<IRemoveCollectionFromGalleryV2Mutation, Exact<{
3288
+ galleryId: string;
3289
+ collectionId: string;
3290
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3291
+ export type RemoveCollectionFromGalleryV2MutationHookResult = ReturnType<typeof useRemoveCollectionFromGalleryV2Mutation>;
3292
+ export type RemoveCollectionFromGalleryV2MutationResult = Apollo.MutationResult<IRemoveCollectionFromGalleryV2Mutation>;
3293
+ export type RemoveCollectionFromGalleryV2MutationOptions = Apollo.BaseMutationOptions<IRemoveCollectionFromGalleryV2Mutation, IRemoveCollectionFromGalleryV2MutationVariables>;
3294
+ export declare const RemoveCreationFromGalleryDocument: Apollo.DocumentNode;
3295
+ export type IRemoveCreationFromGalleryMutationFn = Apollo.MutationFunction<IRemoveCreationFromGalleryMutation, IRemoveCreationFromGalleryMutationVariables>;
3296
+ /**
3297
+ * __useRemoveCreationFromGalleryMutation__
3298
+ *
3299
+ * To run a mutation, you first call `useRemoveCreationFromGalleryMutation` within a React component and pass it any options that fit your needs.
3300
+ * When your component renders, `useRemoveCreationFromGalleryMutation` returns a tuple that includes:
3301
+ * - A mutate function that you can call at any time to execute the mutation
3302
+ * - An object with fields that represent the current status of the mutation's execution
3303
+ *
3304
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3305
+ *
3306
+ * @example
3307
+ * const [removeCreationFromGalleryMutation, { data, loading, error }] = useRemoveCreationFromGalleryMutation({
3308
+ * variables: {
3309
+ * galleryId: // value for 'galleryId'
3310
+ * creationId: // value for 'creationId'
3311
+ * },
3312
+ * });
3313
+ */
3314
+ export declare function useRemoveCreationFromGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveCreationFromGalleryMutation, IRemoveCreationFromGalleryMutationVariables>): Apollo.MutationTuple<IRemoveCreationFromGalleryMutation, Exact<{
3315
+ galleryId: string;
3316
+ creationId: string;
3317
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3318
+ export type RemoveCreationFromGalleryMutationHookResult = ReturnType<typeof useRemoveCreationFromGalleryMutation>;
3319
+ export type RemoveCreationFromGalleryMutationResult = Apollo.MutationResult<IRemoveCreationFromGalleryMutation>;
3320
+ export type RemoveCreationFromGalleryMutationOptions = Apollo.BaseMutationOptions<IRemoveCreationFromGalleryMutation, IRemoveCreationFromGalleryMutationVariables>;
3321
+ export declare const RemoveCreationFromGalleryV2Document: Apollo.DocumentNode;
3322
+ export type IRemoveCreationFromGalleryV2MutationFn = Apollo.MutationFunction<IRemoveCreationFromGalleryV2Mutation, IRemoveCreationFromGalleryV2MutationVariables>;
3323
+ /**
3324
+ * __useRemoveCreationFromGalleryV2Mutation__
3325
+ *
3326
+ * To run a mutation, you first call `useRemoveCreationFromGalleryV2Mutation` within a React component and pass it any options that fit your needs.
3327
+ * When your component renders, `useRemoveCreationFromGalleryV2Mutation` returns a tuple that includes:
3328
+ * - A mutate function that you can call at any time to execute the mutation
3329
+ * - An object with fields that represent the current status of the mutation's execution
3330
+ *
3331
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3332
+ *
3333
+ * @example
3334
+ * const [removeCreationFromGalleryV2Mutation, { data, loading, error }] = useRemoveCreationFromGalleryV2Mutation({
3335
+ * variables: {
3336
+ * galleryId: // value for 'galleryId'
3337
+ * creationId: // value for 'creationId'
3338
+ * },
3339
+ * });
3340
+ */
3341
+ export declare function useRemoveCreationFromGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IRemoveCreationFromGalleryV2Mutation, IRemoveCreationFromGalleryV2MutationVariables>): Apollo.MutationTuple<IRemoveCreationFromGalleryV2Mutation, Exact<{
3342
+ galleryId: string;
3343
+ creationId: string;
3344
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3345
+ export type RemoveCreationFromGalleryV2MutationHookResult = ReturnType<typeof useRemoveCreationFromGalleryV2Mutation>;
3346
+ export type RemoveCreationFromGalleryV2MutationResult = Apollo.MutationResult<IRemoveCreationFromGalleryV2Mutation>;
3347
+ export type RemoveCreationFromGalleryV2MutationOptions = Apollo.BaseMutationOptions<IRemoveCreationFromGalleryV2Mutation, IRemoveCreationFromGalleryV2MutationVariables>;
3348
+ export declare const FetchGalleryDocument: Apollo.DocumentNode;
3349
+ /**
3350
+ * __useFetchGalleryQuery__
3351
+ *
3352
+ * To run a query within a React component, call `useFetchGalleryQuery` and pass it any options that fit your needs.
3353
+ * When your component renders, `useFetchGalleryQuery` returns an object from Apollo Client that contains loading, error, and data properties
3354
+ * you can use to render your UI.
3355
+ *
3356
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3357
+ *
3358
+ * @example
3359
+ * const { data, loading, error } = useFetchGalleryQuery({
3360
+ * variables: {
3361
+ * galleryId: // value for 'galleryId'
3362
+ * },
3363
+ * });
3364
+ */
3365
+ export declare function useFetchGalleryQuery(baseOptions: Apollo.QueryHookOptions<IFetchGalleryQuery, IFetchGalleryQueryVariables>): Apollo.QueryResult<IFetchGalleryQuery, Exact<{
3366
+ galleryId: string;
3367
+ }>>;
3368
+ export declare function useFetchGalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchGalleryQuery, IFetchGalleryQueryVariables>): Apollo.LazyQueryResultTuple<IFetchGalleryQuery, Exact<{
3369
+ galleryId: string;
3370
+ }>>;
3371
+ export type FetchGalleryQueryHookResult = ReturnType<typeof useFetchGalleryQuery>;
3372
+ export type FetchGalleryLazyQueryHookResult = ReturnType<typeof useFetchGalleryLazyQuery>;
3373
+ export type FetchGalleryQueryResult = Apollo.QueryResult<IFetchGalleryQuery, IFetchGalleryQueryVariables>;
3374
+ export declare const FetchGalleryCreationsDocument: Apollo.DocumentNode;
3375
+ /**
3376
+ * __useFetchGalleryCreationsQuery__
3377
+ *
3378
+ * To run a query within a React component, call `useFetchGalleryCreationsQuery` and pass it any options that fit your needs.
3379
+ * When your component renders, `useFetchGalleryCreationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
3380
+ * you can use to render your UI.
3381
+ *
3382
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3383
+ *
3384
+ * @example
3385
+ * const { data, loading, error } = useFetchGalleryCreationsQuery({
3386
+ * variables: {
3387
+ * galleryId: // value for 'galleryId'
3388
+ * pageSize: // value for 'pageSize'
3389
+ * pageToken: // value for 'pageToken'
3390
+ * },
3391
+ * });
3392
+ */
3393
+ export declare function useFetchGalleryCreationsQuery(baseOptions: Apollo.QueryHookOptions<IFetchGalleryCreationsQuery, IFetchGalleryCreationsQueryVariables>): Apollo.QueryResult<IFetchGalleryCreationsQuery, Exact<{
3394
+ galleryId: string;
3395
+ pageSize: number;
3396
+ pageToken?: Maybe<string> | undefined;
3397
+ }>>;
3398
+ export declare function useFetchGalleryCreationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchGalleryCreationsQuery, IFetchGalleryCreationsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchGalleryCreationsQuery, Exact<{
3399
+ galleryId: string;
3400
+ pageSize: number;
3401
+ pageToken?: Maybe<string> | undefined;
3402
+ }>>;
3403
+ export type FetchGalleryCreationsQueryHookResult = ReturnType<typeof useFetchGalleryCreationsQuery>;
3404
+ export type FetchGalleryCreationsLazyQueryHookResult = ReturnType<typeof useFetchGalleryCreationsLazyQuery>;
3405
+ export type FetchGalleryCreationsQueryResult = Apollo.QueryResult<IFetchGalleryCreationsQuery, IFetchGalleryCreationsQueryVariables>;
3406
+ export declare const FetchGalleryV2Document: Apollo.DocumentNode;
3407
+ /**
3408
+ * __useFetchGalleryV2Query__
3409
+ *
3410
+ * To run a query within a React component, call `useFetchGalleryV2Query` and pass it any options that fit your needs.
3411
+ * When your component renders, `useFetchGalleryV2Query` returns an object from Apollo Client that contains loading, error, and data properties
3412
+ * you can use to render your UI.
3413
+ *
3414
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3415
+ *
3416
+ * @example
3417
+ * const { data, loading, error } = useFetchGalleryV2Query({
3418
+ * variables: {
3419
+ * galleryId: // value for 'galleryId'
3420
+ * },
3421
+ * });
3422
+ */
3423
+ export declare function useFetchGalleryV2Query(baseOptions: Apollo.QueryHookOptions<IFetchGalleryV2Query, IFetchGalleryV2QueryVariables>): Apollo.QueryResult<IFetchGalleryV2Query, Exact<{
3424
+ galleryId: string;
3425
+ }>>;
3426
+ export declare function useFetchGalleryV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchGalleryV2Query, IFetchGalleryV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchGalleryV2Query, Exact<{
3427
+ galleryId: string;
3428
+ }>>;
3429
+ export type FetchGalleryV2QueryHookResult = ReturnType<typeof useFetchGalleryV2Query>;
3430
+ export type FetchGalleryV2LazyQueryHookResult = ReturnType<typeof useFetchGalleryV2LazyQuery>;
3431
+ export type FetchGalleryV2QueryResult = Apollo.QueryResult<IFetchGalleryV2Query, IFetchGalleryV2QueryVariables>;
3432
+ export declare const FetchMyFavoritesDocument: Apollo.DocumentNode;
3433
+ /**
3434
+ * __useFetchMyFavoritesQuery__
3435
+ *
3436
+ * To run a query within a React component, call `useFetchMyFavoritesQuery` and pass it any options that fit your needs.
3437
+ * When your component renders, `useFetchMyFavoritesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3438
+ * you can use to render your UI.
3439
+ *
3440
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3441
+ *
3442
+ * @example
3443
+ * const { data, loading, error } = useFetchMyFavoritesQuery({
3444
+ * variables: {
3445
+ * pageSize: // value for 'pageSize'
3446
+ * pageToken: // value for 'pageToken'
3447
+ * },
3448
+ * });
3449
+ */
3450
+ export declare function useFetchMyFavoritesQuery(baseOptions: Apollo.QueryHookOptions<IFetchMyFavoritesQuery, IFetchMyFavoritesQueryVariables>): Apollo.QueryResult<IFetchMyFavoritesQuery, Exact<{
3451
+ pageSize: number;
3452
+ pageToken?: Maybe<string> | undefined;
3453
+ }>>;
3454
+ export declare function useFetchMyFavoritesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchMyFavoritesQuery, IFetchMyFavoritesQueryVariables>): Apollo.LazyQueryResultTuple<IFetchMyFavoritesQuery, Exact<{
3455
+ pageSize: number;
3456
+ pageToken?: Maybe<string> | undefined;
3457
+ }>>;
3458
+ export type FetchMyFavoritesQueryHookResult = ReturnType<typeof useFetchMyFavoritesQuery>;
3459
+ export type FetchMyFavoritesLazyQueryHookResult = ReturnType<typeof useFetchMyFavoritesLazyQuery>;
3460
+ export type FetchMyFavoritesQueryResult = Apollo.QueryResult<IFetchMyFavoritesQuery, IFetchMyFavoritesQueryVariables>;
3461
+ export declare const FetchMyFavoritesV2Document: Apollo.DocumentNode;
3462
+ /**
3463
+ * __useFetchMyFavoritesV2Query__
3464
+ *
3465
+ * To run a query within a React component, call `useFetchMyFavoritesV2Query` and pass it any options that fit your needs.
3466
+ * When your component renders, `useFetchMyFavoritesV2Query` returns an object from Apollo Client that contains loading, error, and data properties
3467
+ * you can use to render your UI.
3468
+ *
3469
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3470
+ *
3471
+ * @example
3472
+ * const { data, loading, error } = useFetchMyFavoritesV2Query({
3473
+ * variables: {
3474
+ * pageSize: // value for 'pageSize'
3475
+ * pageToken: // value for 'pageToken'
3476
+ * },
3477
+ * });
3478
+ */
3479
+ export declare function useFetchMyFavoritesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchMyFavoritesV2Query, IFetchMyFavoritesV2QueryVariables>): Apollo.QueryResult<IFetchMyFavoritesV2Query, Exact<{
3480
+ pageSize: number;
3481
+ pageToken?: Maybe<string> | undefined;
3482
+ }>>;
3483
+ export declare function useFetchMyFavoritesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchMyFavoritesV2Query, IFetchMyFavoritesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchMyFavoritesV2Query, Exact<{
3484
+ pageSize: number;
3485
+ pageToken?: Maybe<string> | undefined;
3486
+ }>>;
3487
+ export type FetchMyFavoritesV2QueryHookResult = ReturnType<typeof useFetchMyFavoritesV2Query>;
3488
+ export type FetchMyFavoritesV2LazyQueryHookResult = ReturnType<typeof useFetchMyFavoritesV2LazyQuery>;
3489
+ export type FetchMyFavoritesV2QueryResult = Apollo.QueryResult<IFetchMyFavoritesV2Query, IFetchMyFavoritesV2QueryVariables>;
3490
+ export declare const FetchUserFavoritesDocument: Apollo.DocumentNode;
3491
+ /**
3492
+ * __useFetchUserFavoritesQuery__
3493
+ *
3494
+ * To run a query within a React component, call `useFetchUserFavoritesQuery` and pass it any options that fit your needs.
3495
+ * When your component renders, `useFetchUserFavoritesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3496
+ * you can use to render your UI.
3497
+ *
3498
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3499
+ *
3500
+ * @example
3501
+ * const { data, loading, error } = useFetchUserFavoritesQuery({
3502
+ * variables: {
3503
+ * userId: // value for 'userId'
3504
+ * pageSize: // value for 'pageSize'
3505
+ * pageToken: // value for 'pageToken'
3506
+ * },
3507
+ * });
3508
+ */
3509
+ export declare function useFetchUserFavoritesQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserFavoritesQuery, IFetchUserFavoritesQueryVariables>): Apollo.QueryResult<IFetchUserFavoritesQuery, Exact<{
3510
+ userId: string;
3511
+ pageSize: number;
3512
+ pageToken?: Maybe<string> | undefined;
3513
+ }>>;
3514
+ export declare function useFetchUserFavoritesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserFavoritesQuery, IFetchUserFavoritesQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserFavoritesQuery, Exact<{
3515
+ userId: string;
3516
+ pageSize: number;
3517
+ pageToken?: Maybe<string> | undefined;
3518
+ }>>;
3519
+ export type FetchUserFavoritesQueryHookResult = ReturnType<typeof useFetchUserFavoritesQuery>;
3520
+ export type FetchUserFavoritesLazyQueryHookResult = ReturnType<typeof useFetchUserFavoritesLazyQuery>;
3521
+ export type FetchUserFavoritesQueryResult = Apollo.QueryResult<IFetchUserFavoritesQuery, IFetchUserFavoritesQueryVariables>;
3522
+ export declare const FetchUserFavoritesV2Document: Apollo.DocumentNode;
3523
+ /**
3524
+ * __useFetchUserFavoritesV2Query__
3525
+ *
3526
+ * To run a query within a React component, call `useFetchUserFavoritesV2Query` and pass it any options that fit your needs.
3527
+ * When your component renders, `useFetchUserFavoritesV2Query` returns an object from Apollo Client that contains loading, error, and data properties
3528
+ * you can use to render your UI.
3529
+ *
3530
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3531
+ *
3532
+ * @example
3533
+ * const { data, loading, error } = useFetchUserFavoritesV2Query({
3534
+ * variables: {
3535
+ * userId: // value for 'userId'
3536
+ * pageSize: // value for 'pageSize'
3537
+ * pageToken: // value for 'pageToken'
3538
+ * },
3539
+ * });
3540
+ */
3541
+ export declare function useFetchUserFavoritesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchUserFavoritesV2Query, IFetchUserFavoritesV2QueryVariables>): Apollo.QueryResult<IFetchUserFavoritesV2Query, Exact<{
3542
+ userId: string;
3543
+ pageSize: number;
3544
+ pageToken?: Maybe<string> | undefined;
3545
+ }>>;
3546
+ export declare function useFetchUserFavoritesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserFavoritesV2Query, IFetchUserFavoritesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserFavoritesV2Query, Exact<{
3547
+ userId: string;
3548
+ pageSize: number;
3549
+ pageToken?: Maybe<string> | undefined;
3550
+ }>>;
3551
+ export type FetchUserFavoritesV2QueryHookResult = ReturnType<typeof useFetchUserFavoritesV2Query>;
3552
+ export type FetchUserFavoritesV2LazyQueryHookResult = ReturnType<typeof useFetchUserFavoritesV2LazyQuery>;
3553
+ export type FetchUserFavoritesV2QueryResult = Apollo.QueryResult<IFetchUserFavoritesV2Query, IFetchUserFavoritesV2QueryVariables>;
3554
+ export declare const FetchUserGalleriesDocument: Apollo.DocumentNode;
3555
+ /**
3556
+ * __useFetchUserGalleriesQuery__
3557
+ *
3558
+ * To run a query within a React component, call `useFetchUserGalleriesQuery` and pass it any options that fit your needs.
3559
+ * When your component renders, `useFetchUserGalleriesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3560
+ * you can use to render your UI.
3561
+ *
3562
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3563
+ *
3564
+ * @example
3565
+ * const { data, loading, error } = useFetchUserGalleriesQuery({
3566
+ * variables: {
3567
+ * userId: // value for 'userId'
3568
+ * pageSize: // value for 'pageSize'
3569
+ * pageToken: // value for 'pageToken'
3570
+ * },
3571
+ * });
3572
+ */
3573
+ export declare function useFetchUserGalleriesQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserGalleriesQuery, IFetchUserGalleriesQueryVariables>): Apollo.QueryResult<IFetchUserGalleriesQuery, Exact<{
3574
+ userId: string;
3575
+ pageSize: number;
3576
+ pageToken?: Maybe<string> | undefined;
3577
+ }>>;
3578
+ export declare function useFetchUserGalleriesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserGalleriesQuery, IFetchUserGalleriesQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserGalleriesQuery, Exact<{
3579
+ userId: string;
3580
+ pageSize: number;
3581
+ pageToken?: Maybe<string> | undefined;
3582
+ }>>;
3583
+ export type FetchUserGalleriesQueryHookResult = ReturnType<typeof useFetchUserGalleriesQuery>;
3584
+ export type FetchUserGalleriesLazyQueryHookResult = ReturnType<typeof useFetchUserGalleriesLazyQuery>;
3585
+ export type FetchUserGalleriesQueryResult = Apollo.QueryResult<IFetchUserGalleriesQuery, IFetchUserGalleriesQueryVariables>;
3586
+ export declare const FetchUserGalleriesV2Document: Apollo.DocumentNode;
3587
+ /**
3588
+ * __useFetchUserGalleriesV2Query__
3589
+ *
3590
+ * To run a query within a React component, call `useFetchUserGalleriesV2Query` and pass it any options that fit your needs.
3591
+ * When your component renders, `useFetchUserGalleriesV2Query` returns an object from Apollo Client that contains loading, error, and data properties
3592
+ * you can use to render your UI.
3593
+ *
3594
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3595
+ *
3596
+ * @example
3597
+ * const { data, loading, error } = useFetchUserGalleriesV2Query({
3598
+ * variables: {
3599
+ * userId: // value for 'userId'
3600
+ * pageSize: // value for 'pageSize'
3601
+ * pageToken: // value for 'pageToken'
3602
+ * },
3603
+ * });
3604
+ */
3605
+ export declare function useFetchUserGalleriesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchUserGalleriesV2Query, IFetchUserGalleriesV2QueryVariables>): Apollo.QueryResult<IFetchUserGalleriesV2Query, Exact<{
3606
+ userId: string;
3607
+ pageSize: number;
3608
+ pageToken?: Maybe<string> | undefined;
3609
+ }>>;
3610
+ export declare function useFetchUserGalleriesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserGalleriesV2Query, IFetchUserGalleriesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserGalleriesV2Query, Exact<{
3611
+ userId: string;
3612
+ pageSize: number;
3613
+ pageToken?: Maybe<string> | undefined;
3614
+ }>>;
3615
+ export type FetchUserGalleriesV2QueryHookResult = ReturnType<typeof useFetchUserGalleriesV2Query>;
3616
+ export type FetchUserGalleriesV2LazyQueryHookResult = ReturnType<typeof useFetchUserGalleriesV2LazyQuery>;
3617
+ export type FetchUserGalleriesV2QueryResult = Apollo.QueryResult<IFetchUserGalleriesV2Query, IFetchUserGalleriesV2QueryVariables>;
3618
+ export declare const SignInMetamaskDocument: Apollo.DocumentNode;
3619
+ export type ISignInMetamaskMutationFn = Apollo.MutationFunction<ISignInMetamaskMutation, ISignInMetamaskMutationVariables>;
3620
+ /**
3621
+ * __useSignInMetamaskMutation__
3622
+ *
3623
+ * To run a mutation, you first call `useSignInMetamaskMutation` within a React component and pass it any options that fit your needs.
3624
+ * When your component renders, `useSignInMetamaskMutation` returns a tuple that includes:
3625
+ * - A mutate function that you can call at any time to execute the mutation
3626
+ * - An object with fields that represent the current status of the mutation's execution
3627
+ *
3628
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3629
+ *
3630
+ * @example
3631
+ * const [signInMetamaskMutation, { data, loading, error }] = useSignInMetamaskMutation({
3632
+ * variables: {
3633
+ * signature: // value for 'signature'
3634
+ * address: // value for 'address'
3635
+ * chainId: // value for 'chainId'
3636
+ * },
3637
+ * });
3638
+ */
3639
+ export declare function useSignInMetamaskMutation(baseOptions?: Apollo.MutationHookOptions<ISignInMetamaskMutation, ISignInMetamaskMutationVariables>): Apollo.MutationTuple<ISignInMetamaskMutation, Exact<{
3640
+ signature: string;
3641
+ address: string;
3642
+ chainId: string;
3643
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3644
+ export type SignInMetamaskMutationHookResult = ReturnType<typeof useSignInMetamaskMutation>;
3645
+ export type SignInMetamaskMutationResult = Apollo.MutationResult<ISignInMetamaskMutation>;
3646
+ export type SignInMetamaskMutationOptions = Apollo.BaseMutationOptions<ISignInMetamaskMutation, ISignInMetamaskMutationVariables>;
3647
+ export declare const AddWalletElrondDocument: Apollo.DocumentNode;
3648
+ export type IAddWalletElrondMutationFn = Apollo.MutationFunction<IAddWalletElrondMutation, IAddWalletElrondMutationVariables>;
3649
+ /**
3650
+ * __useAddWalletElrondMutation__
3651
+ *
3652
+ * To run a mutation, you first call `useAddWalletElrondMutation` within a React component and pass it any options that fit your needs.
3653
+ * When your component renders, `useAddWalletElrondMutation` returns a tuple that includes:
3654
+ * - A mutate function that you can call at any time to execute the mutation
3655
+ * - An object with fields that represent the current status of the mutation's execution
3656
+ *
3657
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3658
+ *
3659
+ * @example
3660
+ * const [addWalletElrondMutation, { data, loading, error }] = useAddWalletElrondMutation({
3661
+ * variables: {
3662
+ * signature: // value for 'signature'
3663
+ * address: // value for 'address'
3664
+ * },
3665
+ * });
3666
+ */
3667
+ export declare function useAddWalletElrondMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletElrondMutation, IAddWalletElrondMutationVariables>): Apollo.MutationTuple<IAddWalletElrondMutation, Exact<{
3668
+ signature: string;
3669
+ address: string;
3670
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3671
+ export type AddWalletElrondMutationHookResult = ReturnType<typeof useAddWalletElrondMutation>;
3672
+ export type AddWalletElrondMutationResult = Apollo.MutationResult<IAddWalletElrondMutation>;
3673
+ export type AddWalletElrondMutationOptions = Apollo.BaseMutationOptions<IAddWalletElrondMutation, IAddWalletElrondMutationVariables>;
3674
+ export declare const AddWalletFlowDocument: Apollo.DocumentNode;
3675
+ export type IAddWalletFlowMutationFn = Apollo.MutationFunction<IAddWalletFlowMutation, IAddWalletFlowMutationVariables>;
3676
+ /**
3677
+ * __useAddWalletFlowMutation__
3678
+ *
3679
+ * To run a mutation, you first call `useAddWalletFlowMutation` within a React component and pass it any options that fit your needs.
3680
+ * When your component renders, `useAddWalletFlowMutation` returns a tuple that includes:
3681
+ * - A mutate function that you can call at any time to execute the mutation
3682
+ * - An object with fields that represent the current status of the mutation's execution
3683
+ *
3684
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3685
+ *
3686
+ * @example
3687
+ * const [addWalletFlowMutation, { data, loading, error }] = useAddWalletFlowMutation({
3688
+ * variables: {
3689
+ * signature: // value for 'signature'
3690
+ * address: // value for 'address'
3691
+ * },
3692
+ * });
3693
+ */
3694
+ export declare function useAddWalletFlowMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletFlowMutation, IAddWalletFlowMutationVariables>): Apollo.MutationTuple<IAddWalletFlowMutation, Exact<{
3695
+ signature: string;
3696
+ address: string;
3697
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3698
+ export type AddWalletFlowMutationHookResult = ReturnType<typeof useAddWalletFlowMutation>;
3699
+ export type AddWalletFlowMutationResult = Apollo.MutationResult<IAddWalletFlowMutation>;
3700
+ export type AddWalletFlowMutationOptions = Apollo.BaseMutationOptions<IAddWalletFlowMutation, IAddWalletFlowMutationVariables>;
3701
+ export declare const AddWalletMetamaskDocument: Apollo.DocumentNode;
3702
+ export type IAddWalletMetamaskMutationFn = Apollo.MutationFunction<IAddWalletMetamaskMutation, IAddWalletMetamaskMutationVariables>;
3703
+ /**
3704
+ * __useAddWalletMetamaskMutation__
3705
+ *
3706
+ * To run a mutation, you first call `useAddWalletMetamaskMutation` within a React component and pass it any options that fit your needs.
3707
+ * When your component renders, `useAddWalletMetamaskMutation` returns a tuple that includes:
3708
+ * - A mutate function that you can call at any time to execute the mutation
3709
+ * - An object with fields that represent the current status of the mutation's execution
3710
+ *
3711
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3712
+ *
3713
+ * @example
3714
+ * const [addWalletMetamaskMutation, { data, loading, error }] = useAddWalletMetamaskMutation({
3715
+ * variables: {
3716
+ * signature: // value for 'signature'
3717
+ * address: // value for 'address'
3718
+ * chainId: // value for 'chainId'
3719
+ * },
3720
+ * });
3721
+ */
3722
+ export declare function useAddWalletMetamaskMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletMetamaskMutation, IAddWalletMetamaskMutationVariables>): Apollo.MutationTuple<IAddWalletMetamaskMutation, Exact<{
3723
+ signature: string;
3724
+ address: string;
3725
+ chainId: string;
3726
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3727
+ export type AddWalletMetamaskMutationHookResult = ReturnType<typeof useAddWalletMetamaskMutation>;
3728
+ export type AddWalletMetamaskMutationResult = Apollo.MutationResult<IAddWalletMetamaskMutation>;
3729
+ export type AddWalletMetamaskMutationOptions = Apollo.BaseMutationOptions<IAddWalletMetamaskMutation, IAddWalletMetamaskMutationVariables>;
3730
+ export declare const AddWalletSolanaDocument: Apollo.DocumentNode;
3731
+ export type IAddWalletSolanaMutationFn = Apollo.MutationFunction<IAddWalletSolanaMutation, IAddWalletSolanaMutationVariables>;
3732
+ /**
3733
+ * __useAddWalletSolanaMutation__
3734
+ *
3735
+ * To run a mutation, you first call `useAddWalletSolanaMutation` within a React component and pass it any options that fit your needs.
3736
+ * When your component renders, `useAddWalletSolanaMutation` returns a tuple that includes:
3737
+ * - A mutate function that you can call at any time to execute the mutation
3738
+ * - An object with fields that represent the current status of the mutation's execution
3739
+ *
3740
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3741
+ *
3742
+ * @example
3743
+ * const [addWalletSolanaMutation, { data, loading, error }] = useAddWalletSolanaMutation({
3744
+ * variables: {
3745
+ * signature: // value for 'signature'
3746
+ * pubkey: // value for 'pubkey'
3747
+ * },
3748
+ * });
3749
+ */
3750
+ export declare function useAddWalletSolanaMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletSolanaMutation, IAddWalletSolanaMutationVariables>): Apollo.MutationTuple<IAddWalletSolanaMutation, Exact<{
3751
+ signature: string;
3752
+ pubkey: string;
3753
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3754
+ export type AddWalletSolanaMutationHookResult = ReturnType<typeof useAddWalletSolanaMutation>;
3755
+ export type AddWalletSolanaMutationResult = Apollo.MutationResult<IAddWalletSolanaMutation>;
3756
+ export type AddWalletSolanaMutationOptions = Apollo.BaseMutationOptions<IAddWalletSolanaMutation, IAddWalletSolanaMutationVariables>;
3757
+ export declare const AddWalletTezosDocument: Apollo.DocumentNode;
3758
+ export type IAddWalletTezosMutationFn = Apollo.MutationFunction<IAddWalletTezosMutation, IAddWalletTezosMutationVariables>;
3759
+ /**
3760
+ * __useAddWalletTezosMutation__
3761
+ *
3762
+ * To run a mutation, you first call `useAddWalletTezosMutation` within a React component and pass it any options that fit your needs.
3763
+ * When your component renders, `useAddWalletTezosMutation` returns a tuple that includes:
3764
+ * - A mutate function that you can call at any time to execute the mutation
3765
+ * - An object with fields that represent the current status of the mutation's execution
3766
+ *
3767
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3768
+ *
3769
+ * @example
3770
+ * const [addWalletTezosMutation, { data, loading, error }] = useAddWalletTezosMutation({
3771
+ * variables: {
3772
+ * signature: // value for 'signature'
3773
+ * pubkey: // value for 'pubkey'
3774
+ * },
3775
+ * });
3776
+ */
3777
+ export declare function useAddWalletTezosMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletTezosMutation, IAddWalletTezosMutationVariables>): Apollo.MutationTuple<IAddWalletTezosMutation, Exact<{
3778
+ signature: string;
3779
+ pubkey: string;
3780
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3781
+ export type AddWalletTezosMutationHookResult = ReturnType<typeof useAddWalletTezosMutation>;
3782
+ export type AddWalletTezosMutationResult = Apollo.MutationResult<IAddWalletTezosMutation>;
3783
+ export type AddWalletTezosMutationOptions = Apollo.BaseMutationOptions<IAddWalletTezosMutation, IAddWalletTezosMutationVariables>;
3784
+ export declare const CreateNonceDocument: Apollo.DocumentNode;
3785
+ export type ICreateNonceMutationFn = Apollo.MutationFunction<ICreateNonceMutation, ICreateNonceMutationVariables>;
3786
+ /**
3787
+ * __useCreateNonceMutation__
3788
+ *
3789
+ * To run a mutation, you first call `useCreateNonceMutation` within a React component and pass it any options that fit your needs.
3790
+ * When your component renders, `useCreateNonceMutation` returns a tuple that includes:
3791
+ * - A mutate function that you can call at any time to execute the mutation
3792
+ * - An object with fields that represent the current status of the mutation's execution
3793
+ *
3794
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3795
+ *
3796
+ * @example
3797
+ * const [createNonceMutation, { data, loading, error }] = useCreateNonceMutation({
3798
+ * variables: {
3799
+ * address: // value for 'address'
3800
+ * blockchain: // value for 'blockchain'
3801
+ * chainId: // value for 'chainId'
3802
+ * },
3803
+ * });
3804
+ */
3805
+ export declare function useCreateNonceMutation(baseOptions?: Apollo.MutationHookOptions<ICreateNonceMutation, ICreateNonceMutationVariables>): Apollo.MutationTuple<ICreateNonceMutation, Exact<{
3806
+ address: string;
3807
+ blockchain: string;
3808
+ chainId?: Maybe<string> | undefined;
3809
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3810
+ export type CreateNonceMutationHookResult = ReturnType<typeof useCreateNonceMutation>;
3811
+ export type CreateNonceMutationResult = Apollo.MutationResult<ICreateNonceMutation>;
3812
+ export type CreateNonceMutationOptions = Apollo.BaseMutationOptions<ICreateNonceMutation, ICreateNonceMutationVariables>;
3813
+ export declare const RefreshTokenDocument: Apollo.DocumentNode;
3814
+ export type IRefreshTokenMutationFn = Apollo.MutationFunction<IRefreshTokenMutation, IRefreshTokenMutationVariables>;
3815
+ /**
3816
+ * __useRefreshTokenMutation__
3817
+ *
3818
+ * To run a mutation, you first call `useRefreshTokenMutation` within a React component and pass it any options that fit your needs.
3819
+ * When your component renders, `useRefreshTokenMutation` returns a tuple that includes:
3820
+ * - A mutate function that you can call at any time to execute the mutation
3821
+ * - An object with fields that represent the current status of the mutation's execution
3822
+ *
3823
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3824
+ *
3825
+ * @example
3826
+ * const [refreshTokenMutation, { data, loading, error }] = useRefreshTokenMutation({
3827
+ * variables: {
3828
+ * refreshToken: // value for 'refreshToken'
3829
+ * },
3830
+ * });
3831
+ */
3832
+ export declare function useRefreshTokenMutation(baseOptions?: Apollo.MutationHookOptions<IRefreshTokenMutation, IRefreshTokenMutationVariables>): Apollo.MutationTuple<IRefreshTokenMutation, Exact<{
3833
+ refreshToken: string;
3834
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3835
+ export type RefreshTokenMutationHookResult = ReturnType<typeof useRefreshTokenMutation>;
3836
+ export type RefreshTokenMutationResult = Apollo.MutationResult<IRefreshTokenMutation>;
3837
+ export type RefreshTokenMutationOptions = Apollo.BaseMutationOptions<IRefreshTokenMutation, IRefreshTokenMutationVariables>;
3838
+ export declare const RevokeTokenDocument: Apollo.DocumentNode;
3839
+ export type IRevokeTokenMutationFn = Apollo.MutationFunction<IRevokeTokenMutation, IRevokeTokenMutationVariables>;
3840
+ /**
3841
+ * __useRevokeTokenMutation__
3842
+ *
3843
+ * To run a mutation, you first call `useRevokeTokenMutation` within a React component and pass it any options that fit your needs.
3844
+ * When your component renders, `useRevokeTokenMutation` returns a tuple that includes:
3845
+ * - A mutate function that you can call at any time to execute the mutation
3846
+ * - An object with fields that represent the current status of the mutation's execution
3847
+ *
3848
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3849
+ *
3850
+ * @example
3851
+ * const [revokeTokenMutation, { data, loading, error }] = useRevokeTokenMutation({
3852
+ * variables: {
3853
+ * },
3854
+ * });
3855
+ */
3856
+ export declare function useRevokeTokenMutation(baseOptions?: Apollo.MutationHookOptions<IRevokeTokenMutation, IRevokeTokenMutationVariables>): Apollo.MutationTuple<IRevokeTokenMutation, Exact<{
3857
+ [key: string]: never;
3858
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3859
+ export type RevokeTokenMutationHookResult = ReturnType<typeof useRevokeTokenMutation>;
3860
+ export type RevokeTokenMutationResult = Apollo.MutationResult<IRevokeTokenMutation>;
3861
+ export type RevokeTokenMutationOptions = Apollo.BaseMutationOptions<IRevokeTokenMutation, IRevokeTokenMutationVariables>;
3862
+ export declare const SignInElrondDocument: Apollo.DocumentNode;
3863
+ export type ISignInElrondMutationFn = Apollo.MutationFunction<ISignInElrondMutation, ISignInElrondMutationVariables>;
3864
+ /**
3865
+ * __useSignInElrondMutation__
3866
+ *
3867
+ * To run a mutation, you first call `useSignInElrondMutation` within a React component and pass it any options that fit your needs.
3868
+ * When your component renders, `useSignInElrondMutation` returns a tuple that includes:
3869
+ * - A mutate function that you can call at any time to execute the mutation
3870
+ * - An object with fields that represent the current status of the mutation's execution
3871
+ *
3872
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3873
+ *
3874
+ * @example
3875
+ * const [signInElrondMutation, { data, loading, error }] = useSignInElrondMutation({
3876
+ * variables: {
3877
+ * signature: // value for 'signature'
3878
+ * address: // value for 'address'
3879
+ * },
3880
+ * });
3881
+ */
3882
+ export declare function useSignInElrondMutation(baseOptions?: Apollo.MutationHookOptions<ISignInElrondMutation, ISignInElrondMutationVariables>): Apollo.MutationTuple<ISignInElrondMutation, Exact<{
3883
+ signature: string;
3884
+ address: string;
3885
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3886
+ export type SignInElrondMutationHookResult = ReturnType<typeof useSignInElrondMutation>;
3887
+ export type SignInElrondMutationResult = Apollo.MutationResult<ISignInElrondMutation>;
3888
+ export type SignInElrondMutationOptions = Apollo.BaseMutationOptions<ISignInElrondMutation, ISignInElrondMutationVariables>;
3889
+ export declare const SignInFlowDocument: Apollo.DocumentNode;
3890
+ export type ISignInFlowMutationFn = Apollo.MutationFunction<ISignInFlowMutation, ISignInFlowMutationVariables>;
3891
+ /**
3892
+ * __useSignInFlowMutation__
3893
+ *
3894
+ * To run a mutation, you first call `useSignInFlowMutation` within a React component and pass it any options that fit your needs.
3895
+ * When your component renders, `useSignInFlowMutation` returns a tuple that includes:
3896
+ * - A mutate function that you can call at any time to execute the mutation
3897
+ * - An object with fields that represent the current status of the mutation's execution
3898
+ *
3899
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3900
+ *
3901
+ * @example
3902
+ * const [signInFlowMutation, { data, loading, error }] = useSignInFlowMutation({
3903
+ * variables: {
3904
+ * signature: // value for 'signature'
3905
+ * address: // value for 'address'
3906
+ * },
3907
+ * });
3908
+ */
3909
+ export declare function useSignInFlowMutation(baseOptions?: Apollo.MutationHookOptions<ISignInFlowMutation, ISignInFlowMutationVariables>): Apollo.MutationTuple<ISignInFlowMutation, Exact<{
3910
+ signature: string;
3911
+ address: string;
3912
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3913
+ export type SignInFlowMutationHookResult = ReturnType<typeof useSignInFlowMutation>;
3914
+ export type SignInFlowMutationResult = Apollo.MutationResult<ISignInFlowMutation>;
3915
+ export type SignInFlowMutationOptions = Apollo.BaseMutationOptions<ISignInFlowMutation, ISignInFlowMutationVariables>;
3916
+ export declare const SignInSolanaDocument: Apollo.DocumentNode;
3917
+ export type ISignInSolanaMutationFn = Apollo.MutationFunction<ISignInSolanaMutation, ISignInSolanaMutationVariables>;
3918
+ /**
3919
+ * __useSignInSolanaMutation__
3920
+ *
3921
+ * To run a mutation, you first call `useSignInSolanaMutation` within a React component and pass it any options that fit your needs.
3922
+ * When your component renders, `useSignInSolanaMutation` returns a tuple that includes:
3923
+ * - A mutate function that you can call at any time to execute the mutation
3924
+ * - An object with fields that represent the current status of the mutation's execution
3925
+ *
3926
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3927
+ *
3928
+ * @example
3929
+ * const [signInSolanaMutation, { data, loading, error }] = useSignInSolanaMutation({
3930
+ * variables: {
3931
+ * signature: // value for 'signature'
3932
+ * pubkey: // value for 'pubkey'
3933
+ * },
3934
+ * });
3935
+ */
3936
+ export declare function useSignInSolanaMutation(baseOptions?: Apollo.MutationHookOptions<ISignInSolanaMutation, ISignInSolanaMutationVariables>): Apollo.MutationTuple<ISignInSolanaMutation, Exact<{
3937
+ signature: string;
3938
+ pubkey: string;
3939
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3940
+ export type SignInSolanaMutationHookResult = ReturnType<typeof useSignInSolanaMutation>;
3941
+ export type SignInSolanaMutationResult = Apollo.MutationResult<ISignInSolanaMutation>;
3942
+ export type SignInSolanaMutationOptions = Apollo.BaseMutationOptions<ISignInSolanaMutation, ISignInSolanaMutationVariables>;
3943
+ export declare const SignInTezosDocument: Apollo.DocumentNode;
3944
+ export type ISignInTezosMutationFn = Apollo.MutationFunction<ISignInTezosMutation, ISignInTezosMutationVariables>;
3945
+ /**
3946
+ * __useSignInTezosMutation__
3947
+ *
3948
+ * To run a mutation, you first call `useSignInTezosMutation` within a React component and pass it any options that fit your needs.
3949
+ * When your component renders, `useSignInTezosMutation` returns a tuple that includes:
3950
+ * - A mutate function that you can call at any time to execute the mutation
3951
+ * - An object with fields that represent the current status of the mutation's execution
3952
+ *
3953
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3954
+ *
3955
+ * @example
3956
+ * const [signInTezosMutation, { data, loading, error }] = useSignInTezosMutation({
3957
+ * variables: {
3958
+ * signature: // value for 'signature'
3959
+ * pubkey: // value for 'pubkey'
3960
+ * },
3961
+ * });
3962
+ */
3963
+ export declare function useSignInTezosMutation(baseOptions?: Apollo.MutationHookOptions<ISignInTezosMutation, ISignInTezosMutationVariables>): Apollo.MutationTuple<ISignInTezosMutation, Exact<{
3964
+ signature: string;
3965
+ pubkey: string;
3966
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
3967
+ export type SignInTezosMutationHookResult = ReturnType<typeof useSignInTezosMutation>;
3968
+ export type SignInTezosMutationResult = Apollo.MutationResult<ISignInTezosMutation>;
3969
+ export type SignInTezosMutationOptions = Apollo.BaseMutationOptions<ISignInTezosMutation, ISignInTezosMutationVariables>;
3970
+ export declare const UpdateProfileDocument: Apollo.DocumentNode;
3971
+ export type IUpdateProfileMutationFn = Apollo.MutationFunction<IUpdateProfileMutation, IUpdateProfileMutationVariables>;
3972
+ /**
3973
+ * __useUpdateProfileMutation__
3974
+ *
3975
+ * To run a mutation, you first call `useUpdateProfileMutation` within a React component and pass it any options that fit your needs.
3976
+ * When your component renders, `useUpdateProfileMutation` returns a tuple that includes:
3977
+ * - A mutate function that you can call at any time to execute the mutation
3978
+ * - An object with fields that represent the current status of the mutation's execution
3979
+ *
3980
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
3981
+ *
3982
+ * @example
3983
+ * const [updateProfileMutation, { data, loading, error }] = useUpdateProfileMutation({
3984
+ * variables: {
3985
+ * username: // value for 'username'
3986
+ * about: // value for 'about'
3987
+ * facebook: // value for 'facebook'
3988
+ * twitter: // value for 'twitter'
3989
+ * instagram: // value for 'instagram'
3990
+ * website: // value for 'website'
3991
+ * showNsfw: // value for 'showNsfw'
3992
+ * },
3993
+ * });
3994
+ */
3995
+ export declare function useUpdateProfileMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateProfileMutation, IUpdateProfileMutationVariables>): Apollo.MutationTuple<IUpdateProfileMutation, Exact<{
3996
+ username?: Maybe<string> | undefined;
3997
+ about?: Maybe<string> | undefined;
3998
+ facebook?: Maybe<string> | undefined;
3999
+ twitter?: Maybe<string> | undefined;
4000
+ instagram?: Maybe<string> | undefined;
4001
+ website?: Maybe<string> | undefined;
4002
+ showNsfw?: Maybe<boolean> | undefined;
4003
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
4004
+ export type UpdateProfileMutationHookResult = ReturnType<typeof useUpdateProfileMutation>;
4005
+ export type UpdateProfileMutationResult = Apollo.MutationResult<IUpdateProfileMutation>;
4006
+ export type UpdateProfileMutationOptions = Apollo.BaseMutationOptions<IUpdateProfileMutation, IUpdateProfileMutationVariables>;
4007
+ export declare const FetchProfileDocument: Apollo.DocumentNode;
4008
+ /**
4009
+ * __useFetchProfileQuery__
4010
+ *
4011
+ * To run a query within a React component, call `useFetchProfileQuery` and pass it any options that fit your needs.
4012
+ * When your component renders, `useFetchProfileQuery` returns an object from Apollo Client that contains loading, error, and data properties
4013
+ * you can use to render your UI.
4014
+ *
4015
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4016
+ *
4017
+ * @example
4018
+ * const { data, loading, error } = useFetchProfileQuery({
4019
+ * variables: {
4020
+ * userId: // value for 'userId'
4021
+ * },
4022
+ * });
4023
+ */
4024
+ export declare function useFetchProfileQuery(baseOptions: Apollo.QueryHookOptions<IFetchProfileQuery, IFetchProfileQueryVariables>): Apollo.QueryResult<IFetchProfileQuery, Exact<{
4025
+ userId: string;
4026
+ }>>;
4027
+ export declare function useFetchProfileLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchProfileQuery, IFetchProfileQueryVariables>): Apollo.LazyQueryResultTuple<IFetchProfileQuery, Exact<{
4028
+ userId: string;
4029
+ }>>;
4030
+ export type FetchProfileQueryHookResult = ReturnType<typeof useFetchProfileQuery>;
4031
+ export type FetchProfileLazyQueryHookResult = ReturnType<typeof useFetchProfileLazyQuery>;
4032
+ export type FetchProfileQueryResult = Apollo.QueryResult<IFetchProfileQuery, IFetchProfileQueryVariables>;
4033
+ export declare const FetchUserWalletsDocument: Apollo.DocumentNode;
4034
+ /**
4035
+ * __useFetchUserWalletsQuery__
4036
+ *
4037
+ * To run a query within a React component, call `useFetchUserWalletsQuery` and pass it any options that fit your needs.
4038
+ * When your component renders, `useFetchUserWalletsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4039
+ * you can use to render your UI.
4040
+ *
4041
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4042
+ *
4043
+ * @example
4044
+ * const { data, loading, error } = useFetchUserWalletsQuery({
4045
+ * variables: {
4046
+ * userId: // value for 'userId'
4047
+ * },
4048
+ * });
4049
+ */
4050
+ export declare function useFetchUserWalletsQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserWalletsQuery, IFetchUserWalletsQueryVariables>): Apollo.QueryResult<IFetchUserWalletsQuery, Exact<{
4051
+ userId: string;
4052
+ }>>;
4053
+ export declare function useFetchUserWalletsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserWalletsQuery, IFetchUserWalletsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserWalletsQuery, Exact<{
4054
+ userId: string;
4055
+ }>>;
4056
+ export type FetchUserWalletsQueryHookResult = ReturnType<typeof useFetchUserWalletsQuery>;
4057
+ export type FetchUserWalletsLazyQueryHookResult = ReturnType<typeof useFetchUserWalletsLazyQuery>;
4058
+ export type FetchUserWalletsQueryResult = Apollo.QueryResult<IFetchUserWalletsQuery, IFetchUserWalletsQueryVariables>;
4059
+ export declare const FetchUserpicDocument: Apollo.DocumentNode;
4060
+ /**
4061
+ * __useFetchUserpicQuery__
4062
+ *
4063
+ * To run a query within a React component, call `useFetchUserpicQuery` and pass it any options that fit your needs.
4064
+ * When your component renders, `useFetchUserpicQuery` returns an object from Apollo Client that contains loading, error, and data properties
4065
+ * you can use to render your UI.
4066
+ *
4067
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4068
+ *
4069
+ * @example
4070
+ * const { data, loading, error } = useFetchUserpicQuery({
4071
+ * variables: {
4072
+ * userId: // value for 'userId'
4073
+ * },
4074
+ * });
4075
+ */
4076
+ export declare function useFetchUserpicQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserpicQuery, IFetchUserpicQueryVariables>): Apollo.QueryResult<IFetchUserpicQuery, Exact<{
4077
+ userId: string;
4078
+ }>>;
4079
+ export declare function useFetchUserpicLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserpicQuery, IFetchUserpicQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserpicQuery, Exact<{
4080
+ userId: string;
4081
+ }>>;
4082
+ export type FetchUserpicQueryHookResult = ReturnType<typeof useFetchUserpicQuery>;
4083
+ export type FetchUserpicLazyQueryHookResult = ReturnType<typeof useFetchUserpicLazyQuery>;
4084
+ export type FetchUserpicQueryResult = Apollo.QueryResult<IFetchUserpicQuery, IFetchUserpicQueryVariables>;
4085
+ export declare const SaveUserExpectationsDocument: Apollo.DocumentNode;
4086
+ export type ISaveUserExpectationsMutationFn = Apollo.MutationFunction<ISaveUserExpectationsMutation, ISaveUserExpectationsMutationVariables>;
4087
+ /**
4088
+ * __useSaveUserExpectationsMutation__
4089
+ *
4090
+ * To run a mutation, you first call `useSaveUserExpectationsMutation` within a React component and pass it any options that fit your needs.
4091
+ * When your component renders, `useSaveUserExpectationsMutation` returns a tuple that includes:
4092
+ * - A mutate function that you can call at any time to execute the mutation
4093
+ * - An object with fields that represent the current status of the mutation's execution
4094
+ *
4095
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
4096
+ *
4097
+ * @example
4098
+ * const [saveUserExpectationsMutation, { data, loading, error }] = useSaveUserExpectationsMutation({
4099
+ * variables: {
4100
+ * expectations: // value for 'expectations'
4101
+ * },
4102
+ * });
4103
+ */
4104
+ export declare function useSaveUserExpectationsMutation(baseOptions?: Apollo.MutationHookOptions<ISaveUserExpectationsMutation, ISaveUserExpectationsMutationVariables>): Apollo.MutationTuple<ISaveUserExpectationsMutation, Exact<{
4105
+ expectations: Maybe<string>[];
4106
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
4107
+ export type SaveUserExpectationsMutationHookResult = ReturnType<typeof useSaveUserExpectationsMutation>;
4108
+ export type SaveUserExpectationsMutationResult = Apollo.MutationResult<ISaveUserExpectationsMutation>;
4109
+ export type SaveUserExpectationsMutationOptions = Apollo.BaseMutationOptions<ISaveUserExpectationsMutation, ISaveUserExpectationsMutationVariables>;
4110
+ export declare const SaveUserInterestsDocument: Apollo.DocumentNode;
4111
+ export type ISaveUserInterestsMutationFn = Apollo.MutationFunction<ISaveUserInterestsMutation, ISaveUserInterestsMutationVariables>;
4112
+ /**
4113
+ * __useSaveUserInterestsMutation__
4114
+ *
4115
+ * To run a mutation, you first call `useSaveUserInterestsMutation` within a React component and pass it any options that fit your needs.
4116
+ * When your component renders, `useSaveUserInterestsMutation` returns a tuple that includes:
4117
+ * - A mutate function that you can call at any time to execute the mutation
4118
+ * - An object with fields that represent the current status of the mutation's execution
4119
+ *
4120
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
4121
+ *
4122
+ * @example
4123
+ * const [saveUserInterestsMutation, { data, loading, error }] = useSaveUserInterestsMutation({
4124
+ * variables: {
4125
+ * interests: // value for 'interests'
4126
+ * },
4127
+ * });
4128
+ */
4129
+ export declare function useSaveUserInterestsMutation(baseOptions?: Apollo.MutationHookOptions<ISaveUserInterestsMutation, ISaveUserInterestsMutationVariables>): Apollo.MutationTuple<ISaveUserInterestsMutation, Exact<{
4130
+ interests: Maybe<string>[];
4131
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
4132
+ export type SaveUserInterestsMutationHookResult = ReturnType<typeof useSaveUserInterestsMutation>;
4133
+ export type SaveUserInterestsMutationResult = Apollo.MutationResult<ISaveUserInterestsMutation>;
4134
+ export type SaveUserInterestsMutationOptions = Apollo.BaseMutationOptions<ISaveUserInterestsMutation, ISaveUserInterestsMutationVariables>;
4135
+ export declare const FetchExpectationsDocument: Apollo.DocumentNode;
4136
+ /**
4137
+ * __useFetchExpectationsQuery__
4138
+ *
4139
+ * To run a query within a React component, call `useFetchExpectationsQuery` and pass it any options that fit your needs.
4140
+ * When your component renders, `useFetchExpectationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4141
+ * you can use to render your UI.
4142
+ *
4143
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4144
+ *
4145
+ * @example
4146
+ * const { data, loading, error } = useFetchExpectationsQuery({
4147
+ * variables: {
4148
+ * },
4149
+ * });
4150
+ */
4151
+ export declare function useFetchExpectationsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchExpectationsQuery, IFetchExpectationsQueryVariables>): Apollo.QueryResult<IFetchExpectationsQuery, Exact<{
4152
+ [key: string]: never;
4153
+ }>>;
4154
+ export declare function useFetchExpectationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchExpectationsQuery, IFetchExpectationsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchExpectationsQuery, Exact<{
4155
+ [key: string]: never;
4156
+ }>>;
4157
+ export type FetchExpectationsQueryHookResult = ReturnType<typeof useFetchExpectationsQuery>;
4158
+ export type FetchExpectationsLazyQueryHookResult = ReturnType<typeof useFetchExpectationsLazyQuery>;
4159
+ export type FetchExpectationsQueryResult = Apollo.QueryResult<IFetchExpectationsQuery, IFetchExpectationsQueryVariables>;
4160
+ export declare const FetchInterestsDocument: Apollo.DocumentNode;
4161
+ /**
4162
+ * __useFetchInterestsQuery__
4163
+ *
4164
+ * To run a query within a React component, call `useFetchInterestsQuery` and pass it any options that fit your needs.
4165
+ * When your component renders, `useFetchInterestsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4166
+ * you can use to render your UI.
4167
+ *
4168
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4169
+ *
4170
+ * @example
4171
+ * const { data, loading, error } = useFetchInterestsQuery({
4172
+ * variables: {
4173
+ * },
4174
+ * });
4175
+ */
4176
+ export declare function useFetchInterestsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchInterestsQuery, IFetchInterestsQueryVariables>): Apollo.QueryResult<IFetchInterestsQuery, Exact<{
4177
+ [key: string]: never;
4178
+ }>>;
4179
+ export declare function useFetchInterestsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchInterestsQuery, IFetchInterestsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchInterestsQuery, Exact<{
4180
+ [key: string]: never;
4181
+ }>>;
4182
+ export type FetchInterestsQueryHookResult = ReturnType<typeof useFetchInterestsQuery>;
4183
+ export type FetchInterestsLazyQueryHookResult = ReturnType<typeof useFetchInterestsLazyQuery>;
4184
+ export type FetchInterestsQueryResult = Apollo.QueryResult<IFetchInterestsQuery, IFetchInterestsQueryVariables>;
4185
+ export declare const FetchSearchResultTimeSelectionsDocument: Apollo.DocumentNode;
4186
+ /**
4187
+ * __useFetchSearchResultTimeSelectionsQuery__
4188
+ *
4189
+ * To run a query within a React component, call `useFetchSearchResultTimeSelectionsQuery` and pass it any options that fit your needs.
4190
+ * When your component renders, `useFetchSearchResultTimeSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4191
+ * you can use to render your UI.
4192
+ *
4193
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4194
+ *
4195
+ * @example
4196
+ * const { data, loading, error } = useFetchSearchResultTimeSelectionsQuery({
4197
+ * variables: {
4198
+ * },
4199
+ * });
4200
+ */
4201
+ export declare function useFetchSearchResultTimeSelectionsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchSearchResultTimeSelectionsQuery, IFetchSearchResultTimeSelectionsQueryVariables>): Apollo.QueryResult<IFetchSearchResultTimeSelectionsQuery, Exact<{
4202
+ [key: string]: never;
4203
+ }>>;
4204
+ export declare function useFetchSearchResultTimeSelectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchSearchResultTimeSelectionsQuery, IFetchSearchResultTimeSelectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchSearchResultTimeSelectionsQuery, Exact<{
4205
+ [key: string]: never;
4206
+ }>>;
4207
+ export type FetchSearchResultTimeSelectionsQueryHookResult = ReturnType<typeof useFetchSearchResultTimeSelectionsQuery>;
4208
+ export type FetchSearchResultTimeSelectionsLazyQueryHookResult = ReturnType<typeof useFetchSearchResultTimeSelectionsLazyQuery>;
4209
+ export type FetchSearchResultTimeSelectionsQueryResult = Apollo.QueryResult<IFetchSearchResultTimeSelectionsQuery, IFetchSearchResultTimeSelectionsQueryVariables>;
4210
+ export declare const FetchUserExpectationsDocument: Apollo.DocumentNode;
4211
+ /**
4212
+ * __useFetchUserExpectationsQuery__
4213
+ *
4214
+ * To run a query within a React component, call `useFetchUserExpectationsQuery` and pass it any options that fit your needs.
4215
+ * When your component renders, `useFetchUserExpectationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4216
+ * you can use to render your UI.
4217
+ *
4218
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4219
+ *
4220
+ * @example
4221
+ * const { data, loading, error } = useFetchUserExpectationsQuery({
4222
+ * variables: {
4223
+ * },
4224
+ * });
4225
+ */
4226
+ export declare function useFetchUserExpectationsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchUserExpectationsQuery, IFetchUserExpectationsQueryVariables>): Apollo.QueryResult<IFetchUserExpectationsQuery, Exact<{
4227
+ [key: string]: never;
4228
+ }>>;
4229
+ export declare function useFetchUserExpectationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserExpectationsQuery, IFetchUserExpectationsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserExpectationsQuery, Exact<{
4230
+ [key: string]: never;
4231
+ }>>;
4232
+ export type FetchUserExpectationsQueryHookResult = ReturnType<typeof useFetchUserExpectationsQuery>;
4233
+ export type FetchUserExpectationsLazyQueryHookResult = ReturnType<typeof useFetchUserExpectationsLazyQuery>;
4234
+ export type FetchUserExpectationsQueryResult = Apollo.QueryResult<IFetchUserExpectationsQuery, IFetchUserExpectationsQueryVariables>;
4235
+ export declare const FetchUserInterestsDocument: Apollo.DocumentNode;
4236
+ /**
4237
+ * __useFetchUserInterestsQuery__
4238
+ *
4239
+ * To run a query within a React component, call `useFetchUserInterestsQuery` and pass it any options that fit your needs.
4240
+ * When your component renders, `useFetchUserInterestsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4241
+ * you can use to render your UI.
4242
+ *
4243
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4244
+ *
4245
+ * @example
4246
+ * const { data, loading, error } = useFetchUserInterestsQuery({
4247
+ * variables: {
4248
+ * },
4249
+ * });
4250
+ */
4251
+ export declare function useFetchUserInterestsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchUserInterestsQuery, IFetchUserInterestsQueryVariables>): Apollo.QueryResult<IFetchUserInterestsQuery, Exact<{
4252
+ [key: string]: never;
4253
+ }>>;
4254
+ export declare function useFetchUserInterestsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserInterestsQuery, IFetchUserInterestsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserInterestsQuery, Exact<{
4255
+ [key: string]: never;
4256
+ }>>;
4257
+ export type FetchUserInterestsQueryHookResult = ReturnType<typeof useFetchUserInterestsQuery>;
4258
+ export type FetchUserInterestsLazyQueryHookResult = ReturnType<typeof useFetchUserInterestsLazyQuery>;
4259
+ export type FetchUserInterestsQueryResult = Apollo.QueryResult<IFetchUserInterestsQuery, IFetchUserInterestsQueryVariables>;
4260
+ export declare const FetchSearchResultBlockchainSelectionsDocument: Apollo.DocumentNode;
4261
+ /**
4262
+ * __useFetchSearchResultBlockchainSelectionsQuery__
4263
+ *
4264
+ * To run a query within a React component, call `useFetchSearchResultBlockchainSelectionsQuery` and pass it any options that fit your needs.
4265
+ * When your component renders, `useFetchSearchResultBlockchainSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4266
+ * you can use to render your UI.
4267
+ *
4268
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4269
+ *
4270
+ * @example
4271
+ * const { data, loading, error } = useFetchSearchResultBlockchainSelectionsQuery({
4272
+ * variables: {
4273
+ * },
4274
+ * });
4275
+ */
4276
+ export declare function useFetchSearchResultBlockchainSelectionsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchSearchResultBlockchainSelectionsQuery, IFetchSearchResultBlockchainSelectionsQueryVariables>): Apollo.QueryResult<IFetchSearchResultBlockchainSelectionsQuery, Exact<{
4277
+ [key: string]: never;
4278
+ }>>;
4279
+ export declare function useFetchSearchResultBlockchainSelectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchSearchResultBlockchainSelectionsQuery, IFetchSearchResultBlockchainSelectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchSearchResultBlockchainSelectionsQuery, Exact<{
4280
+ [key: string]: never;
4281
+ }>>;
4282
+ export type FetchSearchResultBlockchainSelectionsQueryHookResult = ReturnType<typeof useFetchSearchResultBlockchainSelectionsQuery>;
4283
+ export type FetchSearchResultBlockchainSelectionsLazyQueryHookResult = ReturnType<typeof useFetchSearchResultBlockchainSelectionsLazyQuery>;
4284
+ export type FetchSearchResultBlockchainSelectionsQueryResult = Apollo.QueryResult<IFetchSearchResultBlockchainSelectionsQuery, IFetchSearchResultBlockchainSelectionsQueryVariables>;
4285
+ export declare const FetchSearchResultCategorySelectionsDocument: Apollo.DocumentNode;
4286
+ /**
4287
+ * __useFetchSearchResultCategorySelectionsQuery__
4288
+ *
4289
+ * To run a query within a React component, call `useFetchSearchResultCategorySelectionsQuery` and pass it any options that fit your needs.
4290
+ * When your component renders, `useFetchSearchResultCategorySelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4291
+ * you can use to render your UI.
4292
+ *
4293
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4294
+ *
4295
+ * @example
4296
+ * const { data, loading, error } = useFetchSearchResultCategorySelectionsQuery({
4297
+ * variables: {
4298
+ * },
4299
+ * });
4300
+ */
4301
+ export declare function useFetchSearchResultCategorySelectionsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchSearchResultCategorySelectionsQuery, IFetchSearchResultCategorySelectionsQueryVariables>): Apollo.QueryResult<IFetchSearchResultCategorySelectionsQuery, Exact<{
4302
+ [key: string]: never;
4303
+ }>>;
4304
+ export declare function useFetchSearchResultCategorySelectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchSearchResultCategorySelectionsQuery, IFetchSearchResultCategorySelectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchSearchResultCategorySelectionsQuery, Exact<{
4305
+ [key: string]: never;
4306
+ }>>;
4307
+ export type FetchSearchResultCategorySelectionsQueryHookResult = ReturnType<typeof useFetchSearchResultCategorySelectionsQuery>;
4308
+ export type FetchSearchResultCategorySelectionsLazyQueryHookResult = ReturnType<typeof useFetchSearchResultCategorySelectionsLazyQuery>;
4309
+ export type FetchSearchResultCategorySelectionsQueryResult = Apollo.QueryResult<IFetchSearchResultCategorySelectionsQuery, IFetchSearchResultCategorySelectionsQueryVariables>;
4310
+ export declare const FetchSearchResultStatusSelectionsDocument: Apollo.DocumentNode;
4311
+ /**
4312
+ * __useFetchSearchResultStatusSelectionsQuery__
4313
+ *
4314
+ * To run a query within a React component, call `useFetchSearchResultStatusSelectionsQuery` and pass it any options that fit your needs.
4315
+ * When your component renders, `useFetchSearchResultStatusSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4316
+ * you can use to render your UI.
4317
+ *
4318
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4319
+ *
4320
+ * @example
4321
+ * const { data, loading, error } = useFetchSearchResultStatusSelectionsQuery({
4322
+ * variables: {
4323
+ * },
4324
+ * });
4325
+ */
4326
+ export declare function useFetchSearchResultStatusSelectionsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchSearchResultStatusSelectionsQuery, IFetchSearchResultStatusSelectionsQueryVariables>): Apollo.QueryResult<IFetchSearchResultStatusSelectionsQuery, Exact<{
4327
+ [key: string]: never;
4328
+ }>>;
4329
+ export declare function useFetchSearchResultStatusSelectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchSearchResultStatusSelectionsQuery, IFetchSearchResultStatusSelectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchSearchResultStatusSelectionsQuery, Exact<{
4330
+ [key: string]: never;
4331
+ }>>;
4332
+ export type FetchSearchResultStatusSelectionsQueryHookResult = ReturnType<typeof useFetchSearchResultStatusSelectionsQuery>;
4333
+ export type FetchSearchResultStatusSelectionsLazyQueryHookResult = ReturnType<typeof useFetchSearchResultStatusSelectionsLazyQuery>;
4334
+ export type FetchSearchResultStatusSelectionsQueryResult = Apollo.QueryResult<IFetchSearchResultStatusSelectionsQuery, IFetchSearchResultStatusSelectionsQueryVariables>;
4335
+ export declare const FetchSetsSearchResultTypeSelectionsDocument: Apollo.DocumentNode;
4336
+ /**
4337
+ * __useFetchSetsSearchResultTypeSelectionsQuery__
4338
+ *
4339
+ * To run a query within a React component, call `useFetchSetsSearchResultTypeSelectionsQuery` and pass it any options that fit your needs.
4340
+ * When your component renders, `useFetchSetsSearchResultTypeSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4341
+ * you can use to render your UI.
4342
+ *
4343
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4344
+ *
4345
+ * @example
4346
+ * const { data, loading, error } = useFetchSetsSearchResultTypeSelectionsQuery({
4347
+ * variables: {
4348
+ * },
4349
+ * });
4350
+ */
4351
+ export declare function useFetchSetsSearchResultTypeSelectionsQuery(baseOptions?: Apollo.QueryHookOptions<IFetchSetsSearchResultTypeSelectionsQuery, IFetchSetsSearchResultTypeSelectionsQueryVariables>): Apollo.QueryResult<IFetchSetsSearchResultTypeSelectionsQuery, Exact<{
4352
+ [key: string]: never;
4353
+ }>>;
4354
+ export declare function useFetchSetsSearchResultTypeSelectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchSetsSearchResultTypeSelectionsQuery, IFetchSetsSearchResultTypeSelectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchSetsSearchResultTypeSelectionsQuery, Exact<{
4355
+ [key: string]: never;
4356
+ }>>;
4357
+ export type FetchSetsSearchResultTypeSelectionsQueryHookResult = ReturnType<typeof useFetchSetsSearchResultTypeSelectionsQuery>;
4358
+ export type FetchSetsSearchResultTypeSelectionsLazyQueryHookResult = ReturnType<typeof useFetchSetsSearchResultTypeSelectionsLazyQuery>;
4359
+ export type FetchSetsSearchResultTypeSelectionsQueryResult = Apollo.QueryResult<IFetchSetsSearchResultTypeSelectionsQuery, IFetchSetsSearchResultTypeSelectionsQueryVariables>;
4360
+ export declare const FetchAssetsCountDocument: Apollo.DocumentNode;
4361
+ /**
4362
+ * __useFetchAssetsCountQuery__
4363
+ *
4364
+ * To run a query within a React component, call `useFetchAssetsCountQuery` and pass it any options that fit your needs.
4365
+ * When your component renders, `useFetchAssetsCountQuery` returns an object from Apollo Client that contains loading, error, and data properties
4366
+ * you can use to render your UI.
4367
+ *
4368
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4369
+ *
4370
+ * @example
4371
+ * const { data, loading, error } = useFetchAssetsCountQuery({
4372
+ * variables: {
4373
+ * },
4374
+ * });
4375
+ */
4376
+ export declare function useFetchAssetsCountQuery(baseOptions?: Apollo.QueryHookOptions<IFetchAssetsCountQuery, IFetchAssetsCountQueryVariables>): Apollo.QueryResult<IFetchAssetsCountQuery, Exact<{
4377
+ [key: string]: never;
4378
+ }>>;
4379
+ export declare function useFetchAssetsCountLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchAssetsCountQuery, IFetchAssetsCountQueryVariables>): Apollo.LazyQueryResultTuple<IFetchAssetsCountQuery, Exact<{
4380
+ [key: string]: never;
4381
+ }>>;
4382
+ export type FetchAssetsCountQueryHookResult = ReturnType<typeof useFetchAssetsCountQuery>;
4383
+ export type FetchAssetsCountLazyQueryHookResult = ReturnType<typeof useFetchAssetsCountLazyQuery>;
4384
+ export type FetchAssetsCountQueryResult = Apollo.QueryResult<IFetchAssetsCountQuery, IFetchAssetsCountQueryVariables>;
4385
+ export declare const FindCollectionsDocument: Apollo.DocumentNode;
4386
+ /**
4387
+ * __useFindCollectionsQuery__
4388
+ *
4389
+ * To run a query within a React component, call `useFindCollectionsQuery` and pass it any options that fit your needs.
4390
+ * When your component renders, `useFindCollectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4391
+ * you can use to render your UI.
4392
+ *
4393
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4394
+ *
4395
+ * @example
4396
+ * const { data, loading, error } = useFindCollectionsQuery({
4397
+ * variables: {
4398
+ * term: // value for 'term'
4399
+ * input: // value for 'input'
4400
+ * pageSize: // value for 'pageSize'
4401
+ * pageToken: // value for 'pageToken'
4402
+ * },
4403
+ * });
4404
+ */
4405
+ export declare function useFindCollectionsQuery(baseOptions: Apollo.QueryHookOptions<IFindCollectionsQuery, IFindCollectionsQueryVariables>): Apollo.QueryResult<IFindCollectionsQuery, Exact<{
4406
+ term: string;
4407
+ input: ICollectionFilterInput;
4408
+ pageSize: number;
4409
+ pageToken?: Maybe<string> | undefined;
4410
+ }>>;
4411
+ export declare function useFindCollectionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindCollectionsQuery, IFindCollectionsQueryVariables>): Apollo.LazyQueryResultTuple<IFindCollectionsQuery, Exact<{
4412
+ term: string;
4413
+ input: ICollectionFilterInput;
4414
+ pageSize: number;
4415
+ pageToken?: Maybe<string> | undefined;
4416
+ }>>;
4417
+ export type FindCollectionsQueryHookResult = ReturnType<typeof useFindCollectionsQuery>;
4418
+ export type FindCollectionsLazyQueryHookResult = ReturnType<typeof useFindCollectionsLazyQuery>;
4419
+ export type FindCollectionsQueryResult = Apollo.QueryResult<IFindCollectionsQuery, IFindCollectionsQueryVariables>;
4420
+ export declare const FetchCreationsDocument: Apollo.DocumentNode;
4421
+ /**
4422
+ * __useFetchCreationsQuery__
4423
+ *
4424
+ * To run a query within a React component, call `useFetchCreationsQuery` and pass it any options that fit your needs.
4425
+ * When your component renders, `useFetchCreationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4426
+ * you can use to render your UI.
4427
+ *
4428
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4429
+ *
4430
+ * @example
4431
+ * const { data, loading, error } = useFetchCreationsQuery({
4432
+ * variables: {
4433
+ * pageSize: // value for 'pageSize'
4434
+ * pageToken: // value for 'pageToken'
4435
+ * },
4436
+ * });
4437
+ */
4438
+ export declare function useFetchCreationsQuery(baseOptions: Apollo.QueryHookOptions<IFetchCreationsQuery, IFetchCreationsQueryVariables>): Apollo.QueryResult<IFetchCreationsQuery, Exact<{
4439
+ pageSize: number;
4440
+ pageToken?: Maybe<string> | undefined;
4441
+ }>>;
4442
+ export declare function useFetchCreationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchCreationsQuery, IFetchCreationsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchCreationsQuery, Exact<{
4443
+ pageSize: number;
4444
+ pageToken?: Maybe<string> | undefined;
4445
+ }>>;
4446
+ export type FetchCreationsQueryHookResult = ReturnType<typeof useFetchCreationsQuery>;
4447
+ export type FetchCreationsLazyQueryHookResult = ReturnType<typeof useFetchCreationsLazyQuery>;
4448
+ export type FetchCreationsQueryResult = Apollo.QueryResult<IFetchCreationsQuery, IFetchCreationsQueryVariables>;
4449
+ export declare const FetchCreationsByItemTypeDocument: Apollo.DocumentNode;
4450
+ /**
4451
+ * __useFetchCreationsByItemTypeQuery__
4452
+ *
4453
+ * To run a query within a React component, call `useFetchCreationsByItemTypeQuery` and pass it any options that fit your needs.
4454
+ * When your component renders, `useFetchCreationsByItemTypeQuery` returns an object from Apollo Client that contains loading, error, and data properties
4455
+ * you can use to render your UI.
4456
+ *
4457
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4458
+ *
4459
+ * @example
4460
+ * const { data, loading, error } = useFetchCreationsByItemTypeQuery({
4461
+ * variables: {
4462
+ * itemType: // value for 'itemType'
4463
+ * pageSize: // value for 'pageSize'
4464
+ * pageToken: // value for 'pageToken'
4465
+ * },
4466
+ * });
4467
+ */
4468
+ export declare function useFetchCreationsByItemTypeQuery(baseOptions: Apollo.QueryHookOptions<IFetchCreationsByItemTypeQuery, IFetchCreationsByItemTypeQueryVariables>): Apollo.QueryResult<IFetchCreationsByItemTypeQuery, Exact<{
4469
+ itemType: string;
4470
+ pageSize: number;
4471
+ pageToken?: Maybe<string> | undefined;
4472
+ }>>;
4473
+ export declare function useFetchCreationsByItemTypeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchCreationsByItemTypeQuery, IFetchCreationsByItemTypeQueryVariables>): Apollo.LazyQueryResultTuple<IFetchCreationsByItemTypeQuery, Exact<{
4474
+ itemType: string;
4475
+ pageSize: number;
4476
+ pageToken?: Maybe<string> | undefined;
4477
+ }>>;
4478
+ export type FetchCreationsByItemTypeQueryHookResult = ReturnType<typeof useFetchCreationsByItemTypeQuery>;
4479
+ export type FetchCreationsByItemTypeLazyQueryHookResult = ReturnType<typeof useFetchCreationsByItemTypeLazyQuery>;
4480
+ export type FetchCreationsByItemTypeQueryResult = Apollo.QueryResult<IFetchCreationsByItemTypeQuery, IFetchCreationsByItemTypeQueryVariables>;
4481
+ export declare const FindAllTopEntitiesByNameDocument: Apollo.DocumentNode;
4482
+ /**
4483
+ * __useFindAllTopEntitiesByNameQuery__
4484
+ *
4485
+ * To run a query within a React component, call `useFindAllTopEntitiesByNameQuery` and pass it any options that fit your needs.
4486
+ * When your component renders, `useFindAllTopEntitiesByNameQuery` returns an object from Apollo Client that contains loading, error, and data properties
4487
+ * you can use to render your UI.
4488
+ *
4489
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4490
+ *
4491
+ * @example
4492
+ * const { data, loading, error } = useFindAllTopEntitiesByNameQuery({
4493
+ * variables: {
4494
+ * name: // value for 'name'
4495
+ * pageSize: // value for 'pageSize'
4496
+ * },
4497
+ * });
4498
+ */
4499
+ export declare function useFindAllTopEntitiesByNameQuery(baseOptions: Apollo.QueryHookOptions<IFindAllTopEntitiesByNameQuery, IFindAllTopEntitiesByNameQueryVariables>): Apollo.QueryResult<IFindAllTopEntitiesByNameQuery, Exact<{
4500
+ name: string;
4501
+ pageSize: number;
4502
+ }>>;
4503
+ export declare function useFindAllTopEntitiesByNameLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindAllTopEntitiesByNameQuery, IFindAllTopEntitiesByNameQueryVariables>): Apollo.LazyQueryResultTuple<IFindAllTopEntitiesByNameQuery, Exact<{
4504
+ name: string;
4505
+ pageSize: number;
4506
+ }>>;
4507
+ export type FindAllTopEntitiesByNameQueryHookResult = ReturnType<typeof useFindAllTopEntitiesByNameQuery>;
4508
+ export type FindAllTopEntitiesByNameLazyQueryHookResult = ReturnType<typeof useFindAllTopEntitiesByNameLazyQuery>;
4509
+ export type FindAllTopEntitiesByNameQueryResult = Apollo.QueryResult<IFindAllTopEntitiesByNameQuery, IFindAllTopEntitiesByNameQueryVariables>;
4510
+ export declare const FetchUserPortfolioDocument: Apollo.DocumentNode;
4511
+ /**
4512
+ * __useFetchUserPortfolioQuery__
4513
+ *
4514
+ * To run a query within a React component, call `useFetchUserPortfolioQuery` and pass it any options that fit your needs.
4515
+ * When your component renders, `useFetchUserPortfolioQuery` returns an object from Apollo Client that contains loading, error, and data properties
4516
+ * you can use to render your UI.
4517
+ *
4518
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4519
+ *
4520
+ * @example
4521
+ * const { data, loading, error } = useFetchUserPortfolioQuery({
4522
+ * variables: {
4523
+ * ownerId: // value for 'ownerId'
4524
+ * },
4525
+ * });
4526
+ */
4527
+ export declare function useFetchUserPortfolioQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserPortfolioQuery, IFetchUserPortfolioQueryVariables>): Apollo.QueryResult<IFetchUserPortfolioQuery, Exact<{
4528
+ ownerId: string;
4529
+ }>>;
4530
+ export declare function useFetchUserPortfolioLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserPortfolioQuery, IFetchUserPortfolioQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserPortfolioQuery, Exact<{
4531
+ ownerId: string;
4532
+ }>>;
4533
+ export type FetchUserPortfolioQueryHookResult = ReturnType<typeof useFetchUserPortfolioQuery>;
4534
+ export type FetchUserPortfolioLazyQueryHookResult = ReturnType<typeof useFetchUserPortfolioLazyQuery>;
4535
+ export type FetchUserPortfolioQueryResult = Apollo.QueryResult<IFetchUserPortfolioQuery, IFetchUserPortfolioQueryVariables>;
4536
+ export declare const FindCreationsDocument: Apollo.DocumentNode;
4537
+ /**
4538
+ * __useFindCreationsQuery__
4539
+ *
4540
+ * To run a query within a React component, call `useFindCreationsQuery` and pass it any options that fit your needs.
4541
+ * When your component renders, `useFindCreationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4542
+ * you can use to render your UI.
4543
+ *
4544
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4545
+ *
4546
+ * @example
4547
+ * const { data, loading, error } = useFindCreationsQuery({
4548
+ * variables: {
4549
+ * term: // value for 'term'
4550
+ * input: // value for 'input'
4551
+ * pageSize: // value for 'pageSize'
4552
+ * pageToken: // value for 'pageToken'
4553
+ * },
4554
+ * });
4555
+ */
4556
+ export declare function useFindCreationsQuery(baseOptions: Apollo.QueryHookOptions<IFindCreationsQuery, IFindCreationsQueryVariables>): Apollo.QueryResult<IFindCreationsQuery, Exact<{
4557
+ term: string;
4558
+ input: ICreationFilterInput;
4559
+ pageSize: number;
4560
+ pageToken?: Maybe<string> | undefined;
4561
+ }>>;
4562
+ export declare function useFindCreationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindCreationsQuery, IFindCreationsQueryVariables>): Apollo.LazyQueryResultTuple<IFindCreationsQuery, Exact<{
4563
+ term: string;
4564
+ input: ICreationFilterInput;
4565
+ pageSize: number;
4566
+ pageToken?: Maybe<string> | undefined;
4567
+ }>>;
4568
+ export type FindCreationsQueryHookResult = ReturnType<typeof useFindCreationsQuery>;
4569
+ export type FindCreationsLazyQueryHookResult = ReturnType<typeof useFindCreationsLazyQuery>;
4570
+ export type FindCreationsQueryResult = Apollo.QueryResult<IFindCreationsQuery, IFindCreationsQueryVariables>;
4571
+ export declare const FindProfilesByNameDocument: Apollo.DocumentNode;
4572
+ /**
4573
+ * __useFindProfilesByNameQuery__
4574
+ *
4575
+ * To run a query within a React component, call `useFindProfilesByNameQuery` and pass it any options that fit your needs.
4576
+ * When your component renders, `useFindProfilesByNameQuery` returns an object from Apollo Client that contains loading, error, and data properties
4577
+ * you can use to render your UI.
4578
+ *
4579
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4580
+ *
4581
+ * @example
4582
+ * const { data, loading, error } = useFindProfilesByNameQuery({
4583
+ * variables: {
4584
+ * name: // value for 'name'
4585
+ * pageSize: // value for 'pageSize'
4586
+ * pageToken: // value for 'pageToken'
4587
+ * },
4588
+ * });
4589
+ */
4590
+ export declare function useFindProfilesByNameQuery(baseOptions: Apollo.QueryHookOptions<IFindProfilesByNameQuery, IFindProfilesByNameQueryVariables>): Apollo.QueryResult<IFindProfilesByNameQuery, Exact<{
4591
+ name: string;
4592
+ pageSize: number;
4593
+ pageToken?: Maybe<string> | undefined;
4594
+ }>>;
4595
+ export declare function useFindProfilesByNameLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindProfilesByNameQuery, IFindProfilesByNameQueryVariables>): Apollo.LazyQueryResultTuple<IFindProfilesByNameQuery, Exact<{
4596
+ name: string;
4597
+ pageSize: number;
4598
+ pageToken?: Maybe<string> | undefined;
4599
+ }>>;
4600
+ export type FindProfilesByNameQueryHookResult = ReturnType<typeof useFindProfilesByNameQuery>;
4601
+ export type FindProfilesByNameLazyQueryHookResult = ReturnType<typeof useFindProfilesByNameLazyQuery>;
4602
+ export type FindProfilesByNameQueryResult = Apollo.QueryResult<IFindProfilesByNameQuery, IFindProfilesByNameQueryVariables>;
4603
+ export declare const FindSetsDocument: Apollo.DocumentNode;
4604
+ /**
4605
+ * __useFindSetsQuery__
4606
+ *
4607
+ * To run a query within a React component, call `useFindSetsQuery` and pass it any options that fit your needs.
4608
+ * When your component renders, `useFindSetsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4609
+ * you can use to render your UI.
4610
+ *
4611
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4612
+ *
4613
+ * @example
4614
+ * const { data, loading, error } = useFindSetsQuery({
4615
+ * variables: {
4616
+ * term: // value for 'term'
4617
+ * input: // value for 'input'
4618
+ * pageSize: // value for 'pageSize'
4619
+ * pageToken: // value for 'pageToken'
4620
+ * },
4621
+ * });
4622
+ */
4623
+ export declare function useFindSetsQuery(baseOptions: Apollo.QueryHookOptions<IFindSetsQuery, IFindSetsQueryVariables>): Apollo.QueryResult<IFindSetsQuery, Exact<{
4624
+ term: string;
4625
+ input: IGallerySearchFilterInput;
4626
+ pageSize: number;
4627
+ pageToken?: Maybe<string> | undefined;
4628
+ }>>;
4629
+ export declare function useFindSetsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindSetsQuery, IFindSetsQueryVariables>): Apollo.LazyQueryResultTuple<IFindSetsQuery, Exact<{
4630
+ term: string;
4631
+ input: IGallerySearchFilterInput;
4632
+ pageSize: number;
4633
+ pageToken?: Maybe<string> | undefined;
4634
+ }>>;
4635
+ export type FindSetsQueryHookResult = ReturnType<typeof useFindSetsQuery>;
4636
+ export type FindSetsLazyQueryHookResult = ReturnType<typeof useFindSetsLazyQuery>;
4637
+ export type FindSetsQueryResult = Apollo.QueryResult<IFindSetsQuery, IFindSetsQueryVariables>;
4638
+ export declare const FindShowcaseItemsDocument: Apollo.DocumentNode;
4639
+ /**
4640
+ * __useFindShowcaseItemsQuery__
4641
+ *
4642
+ * To run a query within a React component, call `useFindShowcaseItemsQuery` and pass it any options that fit your needs.
4643
+ * When your component renders, `useFindShowcaseItemsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4644
+ * you can use to render your UI.
4645
+ *
4646
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4647
+ *
4648
+ * @example
4649
+ * const { data, loading, error } = useFindShowcaseItemsQuery({
4650
+ * variables: {
4651
+ * term: // value for 'term'
4652
+ * input: // value for 'input'
4653
+ * pageSize: // value for 'pageSize'
4654
+ * pageToken: // value for 'pageToken'
4655
+ * },
4656
+ * });
4657
+ */
4658
+ export declare function useFindShowcaseItemsQuery(baseOptions: Apollo.QueryHookOptions<IFindShowcaseItemsQuery, IFindShowcaseItemsQueryVariables>): Apollo.QueryResult<IFindShowcaseItemsQuery, Exact<{
4659
+ term: string;
4660
+ input: IShowcaseItemFilterInput;
4661
+ pageSize: number;
4662
+ pageToken?: Maybe<string> | undefined;
4663
+ }>>;
4664
+ export declare function useFindShowcaseItemsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindShowcaseItemsQuery, IFindShowcaseItemsQueryVariables>): Apollo.LazyQueryResultTuple<IFindShowcaseItemsQuery, Exact<{
4665
+ term: string;
4666
+ input: IShowcaseItemFilterInput;
4667
+ pageSize: number;
4668
+ pageToken?: Maybe<string> | undefined;
4669
+ }>>;
4670
+ export type FindShowcaseItemsQueryHookResult = ReturnType<typeof useFindShowcaseItemsQuery>;
4671
+ export type FindShowcaseItemsLazyQueryHookResult = ReturnType<typeof useFindShowcaseItemsLazyQuery>;
4672
+ export type FindShowcaseItemsQueryResult = Apollo.QueryResult<IFindShowcaseItemsQuery, IFindShowcaseItemsQueryVariables>;
4673
+ export declare const FindUserCreationsDocument: Apollo.DocumentNode;
4674
+ /**
4675
+ * __useFindUserCreationsQuery__
4676
+ *
4677
+ * To run a query within a React component, call `useFindUserCreationsQuery` and pass it any options that fit your needs.
4678
+ * When your component renders, `useFindUserCreationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4679
+ * you can use to render your UI.
4680
+ *
4681
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4682
+ *
4683
+ * @example
4684
+ * const { data, loading, error } = useFindUserCreationsQuery({
4685
+ * variables: {
4686
+ * ownerId: // value for 'ownerId'
4687
+ * input: // value for 'input'
4688
+ * pageSize: // value for 'pageSize'
4689
+ * pageToken: // value for 'pageToken'
4690
+ * },
4691
+ * });
4692
+ */
4693
+ export declare function useFindUserCreationsQuery(baseOptions: Apollo.QueryHookOptions<IFindUserCreationsQuery, IFindUserCreationsQueryVariables>): Apollo.QueryResult<IFindUserCreationsQuery, Exact<{
4694
+ ownerId: string;
4695
+ input: ICreationFilterInput;
4696
+ pageSize: number;
4697
+ pageToken?: Maybe<string> | undefined;
4698
+ }>>;
4699
+ export declare function useFindUserCreationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindUserCreationsQuery, IFindUserCreationsQueryVariables>): Apollo.LazyQueryResultTuple<IFindUserCreationsQuery, Exact<{
4700
+ ownerId: string;
4701
+ input: ICreationFilterInput;
4702
+ pageSize: number;
4703
+ pageToken?: Maybe<string> | undefined;
4704
+ }>>;
4705
+ export type FindUserCreationsQueryHookResult = ReturnType<typeof useFindUserCreationsQuery>;
4706
+ export type FindUserCreationsLazyQueryHookResult = ReturnType<typeof useFindUserCreationsLazyQuery>;
4707
+ export type FindUserCreationsQueryResult = Apollo.QueryResult<IFindUserCreationsQuery, IFindUserCreationsQueryVariables>;
4708
+ export declare const FindUserShowcaseItemsDocument: Apollo.DocumentNode;
4709
+ /**
4710
+ * __useFindUserShowcaseItemsQuery__
4711
+ *
4712
+ * To run a query within a React component, call `useFindUserShowcaseItemsQuery` and pass it any options that fit your needs.
4713
+ * When your component renders, `useFindUserShowcaseItemsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4714
+ * you can use to render your UI.
4715
+ *
4716
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4717
+ *
4718
+ * @example
4719
+ * const { data, loading, error } = useFindUserShowcaseItemsQuery({
4720
+ * variables: {
4721
+ * ownerId: // value for 'ownerId'
4722
+ * input: // value for 'input'
4723
+ * pageSize: // value for 'pageSize'
4724
+ * pageToken: // value for 'pageToken'
4725
+ * },
4726
+ * });
4727
+ */
4728
+ export declare function useFindUserShowcaseItemsQuery(baseOptions: Apollo.QueryHookOptions<IFindUserShowcaseItemsQuery, IFindUserShowcaseItemsQueryVariables>): Apollo.QueryResult<IFindUserShowcaseItemsQuery, Exact<{
4729
+ ownerId: string;
4730
+ input: IShowcaseItemFilterInput;
4731
+ pageSize: number;
4732
+ pageToken?: Maybe<string> | undefined;
4733
+ }>>;
4734
+ export declare function useFindUserShowcaseItemsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFindUserShowcaseItemsQuery, IFindUserShowcaseItemsQueryVariables>): Apollo.LazyQueryResultTuple<IFindUserShowcaseItemsQuery, Exact<{
4735
+ ownerId: string;
4736
+ input: IShowcaseItemFilterInput;
4737
+ pageSize: number;
4738
+ pageToken?: Maybe<string> | undefined;
4739
+ }>>;
4740
+ export type FindUserShowcaseItemsQueryHookResult = ReturnType<typeof useFindUserShowcaseItemsQuery>;
4741
+ export type FindUserShowcaseItemsLazyQueryHookResult = ReturnType<typeof useFindUserShowcaseItemsLazyQuery>;
4742
+ export type FindUserShowcaseItemsQueryResult = Apollo.QueryResult<IFindUserShowcaseItemsQuery, IFindUserShowcaseItemsQueryVariables>;