@ludo.ninja/api 1.0.89 → 2.1.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.
- package/package.json +3 -10
- package/src/graphql_tools/__generated__/schema.ts +2 -0
- package/codegen.yml +0 -18
- package/src/graphql_tools/schemas/asset/query.graphqls +0 -65
- package/src/graphql_tools/schemas/asset/type/asset.graphqls +0 -36
- package/src/graphql_tools/schemas/asset/type/assetPage.graphqls +0 -4
- package/src/graphql_tools/schemas/asset/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/asset/type/media.graphqls +0 -11
- package/src/graphql_tools/schemas/assets/asset/mutation.graphqls +0 -11
- package/src/graphql_tools/schemas/assets/asset/query.graphqls +0 -14
- package/src/graphql_tools/schemas/assets/asset/type/asset.graphqls +0 -36
- package/src/graphql_tools/schemas/assets/asset/type/assetGallery.graphqls +0 -4
- package/src/graphql_tools/schemas/assets/asset/type/assetMarket.graphqls +0 -6
- package/src/graphql_tools/schemas/assets/asset/type/assetPrice.graphqls +0 -4
- package/src/graphql_tools/schemas/assets/asset/type/assetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/assets/asset/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/assets/asset/type/bannerAsset.graphqls +0 -7
- package/src/graphql_tools/schemas/assets/asset/type/bannerAssetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/assets/asset/type/dynamicAssetData.graphqls +0 -5
- package/src/graphql_tools/schemas/assets/asset/type/galleries.graphqls +0 -3
- package/src/graphql_tools/schemas/assets/asset/type/media.graphqls +0 -11
- package/src/graphql_tools/schemas/assets/asset/type/profile.graphqls +0 -15
- package/src/graphql_tools/schemas/assets/asset/type/showcaseAsset.graphqls +0 -14
- package/src/graphql_tools/schemas/assets/asset/type/showcaseAssetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/assets/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/assets/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/auth/auth/mutation.graphqls +0 -4
- package/src/graphql_tools/schemas/auth/auth/query.graphqls +0 -4
- package/src/graphql_tools/schemas/auth/auth/type/login.graphqls +0 -6
- package/src/graphql_tools/schemas/auth/auth/type/loginsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/auth/auth/type/tokenPair.graphqls +0 -6
- package/src/graphql_tools/schemas/auth/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/auth/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/auth/testReponse.graphqls +0 -5
- package/src/graphql_tools/schemas/collection/input/dynamicCollectionDataInput.graphqls +0 -5
- package/src/graphql_tools/schemas/collection/query.graphqls +0 -8
- package/src/graphql_tools/schemas/collection/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/collection/type/collection.graphqls +0 -21
- package/src/graphql_tools/schemas/collection/type/collectionAsset.graphqls +0 -29
- package/src/graphql_tools/schemas/collection/type/collectionAssetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/collection/type/collectionMarket.graphqls +0 -6
- package/src/graphql_tools/schemas/collection/type/collectionPage.graphqls +0 -4
- package/src/graphql_tools/schemas/collection/type/dynamicCollectionData.graphqls +0 -6
- package/src/graphql_tools/schemas/collection/type/media.graphqls +0 -10
- package/src/graphql_tools/schemas/collection/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/collections/collection/mutation.graphqls +0 -4
- package/src/graphql_tools/schemas/collections/collection/query.graphqls +0 -4
- package/src/graphql_tools/schemas/collections/collection/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/collections/collection/type/showcaseItem.graphqls +0 -19
- package/src/graphql_tools/schemas/collections/collection/type/showcaseItemsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/collections/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/collections/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/common/input/gallerySearchFilterInput.graphqls +0 -6
- package/src/graphql_tools/schemas/common/input/searchFilterInput.graphqls +0 -5
- package/src/graphql_tools/schemas/common/input/selectionInput.graphqls +0 -4
- package/src/graphql_tools/schemas/common/query.graphqls +0 -21
- package/src/graphql_tools/schemas/common/type/topEntitiesPage.graphqls +0 -5
- package/src/graphql_tools/schemas/creation/query.graphqls +0 -5
- package/src/graphql_tools/schemas/creation/type/creation.graphqls +0 -17
- package/src/graphql_tools/schemas/creation/type/creationPage.graphqls +0 -4
- package/src/graphql_tools/schemas/experiences/query.graphqls +0 -4
- package/src/graphql_tools/schemas/experiences/subscription.graphqls +0 -3
- package/src/graphql_tools/schemas/experiences/type/task.graphqls +0 -12
- package/src/graphql_tools/schemas/experiences/type/userXp.graphqls +0 -4
- package/src/graphql_tools/schemas/extension/query.graphqls +0 -3
- package/src/graphql_tools/schemas/extension/scalars.graphqls +0 -1
- package/src/graphql_tools/schemas/extension/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/extension/type/assetData.graphqls +0 -4
- package/src/graphql_tools/schemas/extension/type/collectionData.graphqls +0 -9
- package/src/graphql_tools/schemas/extension/type/nftData.graphqls +0 -9
- package/src/graphql_tools/schemas/galleries/gallery/input/galleryAsset.graphqls +0 -4
- package/src/graphql_tools/schemas/galleries/gallery/input/galleryCreation.graphqls +0 -4
- package/src/graphql_tools/schemas/galleries/gallery/mutation.graphqls +0 -29
- package/src/graphql_tools/schemas/galleries/gallery/query.graphqls +0 -49
- package/src/graphql_tools/schemas/galleries/gallery/type/asset.graphqls +0 -16
- package/src/graphql_tools/schemas/galleries/gallery/type/assetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/galleries/gallery/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPage.graphqls +0 -5
- package/src/graphql_tools/schemas/galleries/gallery/type/galleriesPageV2.graphqls +0 -5
- package/src/graphql_tools/schemas/galleries/gallery/type/gallery.graphqlsDuplicate +0 -13
- package/src/graphql_tools/schemas/galleries/gallery/type/media.graphqls +0 -9
- package/src/graphql_tools/schemas/galleries/gallery/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/galleries/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/galleries/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/gallery/query.graphqls +0 -37
- package/src/graphql_tools/schemas/gallery/type/gallery.graphqlsDupicate +0 -16
- package/src/graphql_tools/schemas/gallery/type/galleryAsset.graphqls +0 -13
- package/src/graphql_tools/schemas/gallery/type/galleryCreation.graphqls +0 -29
- package/src/graphql_tools/schemas/gallery/type/galleryCreationsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/gallery/type/galleryPage.graphqls +0 -5
- package/src/graphql_tools/schemas/gallery/type/profile.graphqls +0 -7
- package/src/graphql_tools/schemas/identities/identity/mutation.graphqls +0 -26
- package/src/graphql_tools/schemas/identities/identity/query.graphqls +0 -4
- package/src/graphql_tools/schemas/identities/identity/type/identity.graphqls +0 -8
- package/src/graphql_tools/schemas/identities/identity/type/wallet.graphqls +0 -7
- package/src/graphql_tools/schemas/identities/profile/input/inputProfile.graphqls +0 -6
- package/src/graphql_tools/schemas/identities/profile/input/inputSocial.graphqls +0 -15
- package/src/graphql_tools/schemas/identities/profile/mutation.graphqls +0 -9
- package/src/graphql_tools/schemas/identities/profile/query.graphqls +0 -6
- package/src/graphql_tools/schemas/identities/profile/type/follower.graphqls +0 -6
- package/src/graphql_tools/schemas/identities/profile/type/profile.graphqls +0 -16
- package/src/graphql_tools/schemas/identities/profile/type/social.graphqls +0 -6
- package/src/graphql_tools/schemas/identities/profile/type/user_invite_code.graphqls +0 -6
- package/src/graphql_tools/schemas/identities/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/identities/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/images/mutation.graphqls +0 -6
- package/src/graphql_tools/schemas/images/query.graphqls +0 -3
- package/src/graphql_tools/schemas/images/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/images/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/markets/market/query.graphqls +0 -4
- package/src/graphql_tools/schemas/markets/market/type/market.graphqls +0 -88
- package/src/graphql_tools/schemas/markets/market/type/marketsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/markets/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/markets/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/moderations/asset/input/assetModerationFilter.graphqls +0 -12
- package/src/graphql_tools/schemas/moderations/asset/input/updateAssetModeration.graphqls +0 -5
- package/src/graphql_tools/schemas/moderations/asset/mutation.graphqls +0 -10
- package/src/graphql_tools/schemas/moderations/asset/query.graphqls +0 -4
- package/src/graphql_tools/schemas/moderations/asset/type/assetModeration.graphqls +0 -29
- package/src/graphql_tools/schemas/moderations/asset/type/assetModerationsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/moderations/asset/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/moderations/asset/type/media.graphqls +0 -7
- package/src/graphql_tools/schemas/moderations/asset/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/moderations/common/input/selection.graphqls +0 -4
- package/src/graphql_tools/schemas/moderations/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/moderations/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/moderations/user/input/updateUserModeration.graphqls +0 -6
- package/src/graphql_tools/schemas/moderations/user/input/userModerationFilter.graphqls +0 -8
- package/src/graphql_tools/schemas/moderations/user/mutation.graphqls +0 -11
- package/src/graphql_tools/schemas/moderations/user/query.graphqls +0 -5
- package/src/graphql_tools/schemas/moderations/user/type/userModeration.graphqls +0 -14
- package/src/graphql_tools/schemas/moderations/user/type/userModerationsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/moderations/user/type/userWallet.graphqls +0 -7
- package/src/graphql_tools/schemas/opportunities/opportunity/input/opportunity.graphqls +0 -15
- package/src/graphql_tools/schemas/opportunities/opportunity/mutation.graphqls +0 -4
- package/src/graphql_tools/schemas/opportunities/opportunity/query.graphqls +0 -3
- package/src/graphql_tools/schemas/opportunities/opportunity/type/opportunity.graphqls +0 -19
- package/src/graphql_tools/schemas/opportunities/opportunity/type/opportunityPage.graphqls +0 -4
- package/src/graphql_tools/schemas/opportunities/scalars.graphqls +0 -1
- package/src/graphql_tools/schemas/opportunities/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/preferences/mutation.graphqls +0 -5
- package/src/graphql_tools/schemas/preferences/query.graphqls +0 -27
- package/src/graphql_tools/schemas/preferences/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/preferences/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/preferences/type/expectation.graphqls +0 -4
- package/src/graphql_tools/schemas/preferences/type/interest.graphqls +0 -4
- package/src/graphql_tools/schemas/preferences/type/offer.graphqls +0 -4
- package/src/graphql_tools/schemas/preferences/type/selection.graphqls +0 -5
- package/src/graphql_tools/schemas/preferences/type/userExpectation.graphqls +0 -5
- package/src/graphql_tools/schemas/preferences/type/userInterest.graphqls +0 -6
- package/src/graphql_tools/schemas/preferences/type/userOffer.graphqls +0 -4
- package/src/graphql_tools/schemas/profile/query.graphqls +0 -18
- package/src/graphql_tools/schemas/profile/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/profile/type/profilePage.graphqls +0 -5
- package/src/graphql_tools/schemas/reports/asset/input/assetReportFilter.graphqls +0 -13
- package/src/graphql_tools/schemas/reports/asset/input/assetReportRestriction.graphqls +0 -5
- package/src/graphql_tools/schemas/reports/asset/mutation.graphqls +0 -11
- package/src/graphql_tools/schemas/reports/asset/query.graphqls +0 -3
- package/src/graphql_tools/schemas/reports/asset/type/assetReport.graphqls +0 -37
- package/src/graphql_tools/schemas/reports/asset/type/assetReportsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/reports/asset/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/reports/asset/type/media.graphqls +0 -7
- package/src/graphql_tools/schemas/reports/common/input/selectionInput.graphqls +0 -4
- package/src/graphql_tools/schemas/reports/gallery/input/galleryReportFilter.graphqls +0 -12
- package/src/graphql_tools/schemas/reports/gallery/input/galleryReportRestriction.graphqls +0 -5
- package/src/graphql_tools/schemas/reports/gallery/mutation.graphqls +0 -11
- package/src/graphql_tools/schemas/reports/gallery/query.graphqls +0 -3
- package/src/graphql_tools/schemas/reports/gallery/type/galleryAsset.graphqls +0 -17
- package/src/graphql_tools/schemas/reports/gallery/type/galleryReport.graphqls +0 -32
- package/src/graphql_tools/schemas/reports/gallery/type/galleryReportsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/reports/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/reports/schema.graphqls +0 -18
- package/src/graphql_tools/schemas/reports/user/input/userReportFilter.graphqls +0 -9
- package/src/graphql_tools/schemas/reports/user/input/userReportRestriction.graphqls +0 -6
- package/src/graphql_tools/schemas/reports/user/mutation.graphqls +0 -12
- package/src/graphql_tools/schemas/reports/user/query.graphqls +0 -3
- package/src/graphql_tools/schemas/reports/user/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/reports/user/type/userReport.graphqls +0 -24
- package/src/graphql_tools/schemas/reports/user/type/userReportsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/reports/user/type/userWallet.graphqls +0 -7
- package/src/graphql_tools/schemas/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/schema.graphqls +0 -15
- package/src/graphql_tools/schemas/search/asset/query.graphqls +0 -65
- package/src/graphql_tools/schemas/search/asset/type/asset.graphqls +0 -27
- package/src/graphql_tools/schemas/search/asset/type/assetPage.graphqls +0 -4
- package/src/graphql_tools/schemas/search/asset/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/search/asset/type/media.graphqls +0 -9
- package/src/graphql_tools/schemas/search/collection/input/collectionFilterInput.graphqls +0 -6
- package/src/graphql_tools/schemas/search/collection/query.graphqls +0 -8
- package/src/graphql_tools/schemas/search/collection/type/collection.graphqls +0 -11
- package/src/graphql_tools/schemas/search/collection/type/collectionPage.graphqls +0 -5
- package/src/graphql_tools/schemas/search/common/input/searchFilterInput.graphqls +0 -5
- package/src/graphql_tools/schemas/search/common/input/selectionInput.graphqls +0 -4
- package/src/graphql_tools/schemas/search/common/query.graphqls +0 -21
- package/src/graphql_tools/schemas/search/common/type/topEntitiesPage.graphqls +0 -5
- package/src/graphql_tools/schemas/search/creation/input/creationFilterInput.graphqls +0 -7
- package/src/graphql_tools/schemas/search/creation/query.graphqls +0 -28
- package/src/graphql_tools/schemas/search/creation/type/creation.graphqls +0 -17
- package/src/graphql_tools/schemas/search/creation/type/creationPage.graphqls +0 -5
- package/src/graphql_tools/schemas/search/creation/type/profile.graphqls +0 -13
- package/src/graphql_tools/schemas/search/gallery/query.graphqls +0 -34
- package/src/graphql_tools/schemas/search/gallery/type/gallery.graphqls +0 -17
- package/src/graphql_tools/schemas/search/gallery/type/galleryAsset.graphqls +0 -19
- package/src/graphql_tools/schemas/search/gallery/type/galleryPage.graphqls +0 -4
- package/src/graphql_tools/schemas/search/gallery/type/galleryV2.graphqls +0 -17
- package/src/graphql_tools/schemas/search/profile/query.graphqls +0 -18
- package/src/graphql_tools/schemas/search/profile/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/search/profile/type/profilePage.graphqls +0 -4
- package/src/graphql_tools/schemas/search/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/search/schema.graphqls +0 -15
- package/src/graphql_tools/schemas/search/sets/input/galleryProfileFilterInput.graphqls +0 -5
- package/src/graphql_tools/schemas/search/sets/input/gallerySearchFilterInput.graphqls +0 -6
- package/src/graphql_tools/schemas/search/sets/query.graphqls +0 -20
- package/src/graphql_tools/schemas/search/showcase/input/showcaseItemFilterInput.graphqls +0 -8
- package/src/graphql_tools/schemas/search/showcase/query.graphqls +0 -14
- package/src/graphql_tools/schemas/search/showcase/type/showcaseItem.graphqls +0 -19
- package/src/graphql_tools/schemas/search/showcase/type/showcaseItemPage.graphqls +0 -5
- package/src/graphql_tools/schemas/showcase/collection/query.graphqls +0 -3
- package/src/graphql_tools/schemas/showcase/collection/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/showcase/collection/type/collection.graphqls +0 -11
- package/src/graphql_tools/schemas/showcase/collection/type/collectionAsset.graphqls +0 -25
- package/src/graphql_tools/schemas/showcase/collection/type/collectionsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/showcase/collection/type/media.graphqls +0 -10
- package/src/graphql_tools/schemas/showcase/collection/type/profile.graphqls +0 -15
- package/src/graphql_tools/schemas/showcase/input/showcaseItemFilterInput.graphqls +0 -8
- package/src/graphql_tools/schemas/showcase/query.graphqls +0 -14
- package/src/graphql_tools/schemas/showcase/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/showcase/schema.graphqls +0 -12
- package/src/graphql_tools/schemas/showcase/type/showcaseItem.graphqls +0 -19
- package/src/graphql_tools/schemas/showcase/type/showcaseItemPage.graphqls +0 -5
- package/src/graphql_tools/schemas/transactions/asset/mutation.graphqls +0 -11
- package/src/graphql_tools/schemas/transactions/asset/query.graphqls +0 -10
- package/src/graphql_tools/schemas/transactions/asset/type/asset.graphqls +0 -25
- package/src/graphql_tools/schemas/transactions/asset/type/assetGallery.graphqls +0 -4
- package/src/graphql_tools/schemas/transactions/asset/type/assetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/transactions/asset/type/attribute.graphqls +0 -4
- package/src/graphql_tools/schemas/transactions/asset/type/bannerAsset.graphqls +0 -7
- package/src/graphql_tools/schemas/transactions/asset/type/bannerAssetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/transactions/asset/type/galleries.graphqls +0 -3
- package/src/graphql_tools/schemas/transactions/asset/type/media.graphqls +0 -9
- package/src/graphql_tools/schemas/transactions/asset/type/profile.graphqls +0 -9
- package/src/graphql_tools/schemas/transactions/asset/type/showcaseAsset.graphqls +0 -13
- package/src/graphql_tools/schemas/transactions/asset/type/showcaseAssetsPage.graphqls +0 -4
- package/src/graphql_tools/schemas/transactions/scalars.graphqls +0 -2
- package/src/graphql_tools/schemas/transactions/schema.graphqls +0 -12
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
"""
|
|
3
|
-
These queries are used for search suggestions
|
|
4
|
-
"""
|
|
5
|
-
findTopEntitiesByName(
|
|
6
|
-
name: String! @NotBlank(message: "common.blank")
|
|
7
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
8
|
-
): TopEntitiesPage!
|
|
9
|
-
findAllTopEntitiesByName(
|
|
10
|
-
name: String! @NotBlank(message: "common.blank")
|
|
11
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
12
|
-
): TopEntitiesPage!
|
|
13
|
-
findTopEntitiesByTerm(
|
|
14
|
-
term: String! @NotBlank(message: "common.blank")
|
|
15
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
16
|
-
): TopEntitiesPage!
|
|
17
|
-
findAllTopEntitiesByTerm(
|
|
18
|
-
term: String! @NotBlank(message: "common.blank")
|
|
19
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
20
|
-
): TopEntitiesPage!
|
|
21
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type Creation {
|
|
2
|
-
id: String!
|
|
3
|
-
itemType: String!
|
|
4
|
-
itemId: String!
|
|
5
|
-
address: String
|
|
6
|
-
tokenId: String
|
|
7
|
-
blockchain: String!
|
|
8
|
-
name: String
|
|
9
|
-
likes: Int
|
|
10
|
-
liked: Boolean
|
|
11
|
-
creatorsAddresses: [String]
|
|
12
|
-
originalUrls: [String]
|
|
13
|
-
media: String
|
|
14
|
-
mediaPreview: String
|
|
15
|
-
mimeType: String
|
|
16
|
-
rank: Float
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
scalar Long
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
extend type Mutation {
|
|
2
|
-
createGallery(name: String!, description: String, publicAccessible: Boolean, creationIds: [String]): ID!
|
|
3
|
-
createGalleryV2(name: String!, description: String, publicAccessible: Boolean, creationIds: [String]): ID!
|
|
4
|
-
createFavorites(name: String!, description: String, publicAccessible: Boolean, creationIds: [String]): ID!
|
|
5
|
-
createFavoriteListV2(name: String!, description: String, publicAccessible: Boolean, creationIds: [String]): ID!
|
|
6
|
-
editGallery(
|
|
7
|
-
galleryId: ID!
|
|
8
|
-
name: String @NotBlank(message: "common.blank") @Size(min: 1, max: 30, message: "rawGallery.name.size")
|
|
9
|
-
description: String
|
|
10
|
-
@NotBlank(message: "common.blank")
|
|
11
|
-
@Size(min: 1, max: 400, message: "rawGallery.description.size")
|
|
12
|
-
customUrl: String @NotBlank(message: "common.blank") @Size(min: 1, max: 64, message: "rawGallery.url.size")
|
|
13
|
-
): Boolean!
|
|
14
|
-
deleteGallery(galleryId: ID!): Boolean!
|
|
15
|
-
addCreationsToGallery(galleryId: ID!, creationIds: [String!]!): Boolean!
|
|
16
|
-
addCreationsToGalleryV2(galleryId: ID!, creationIds: [String!]!): Boolean!
|
|
17
|
-
subscribeGallery(galleryId: ID!): Int!
|
|
18
|
-
unsubscribeGallery(galleryId: ID!): Int!
|
|
19
|
-
addAssetsToGallery(galleryId: ID!, assetIds: [String!]!): Boolean!
|
|
20
|
-
addAssetsToGalleryV2(galleryId: ID!, assetIds: [String!]!): Boolean!
|
|
21
|
-
addCollectionsToGallery(galleryId: ID!, collectionIds: [String!]!): Boolean!
|
|
22
|
-
addCollectionsToGalleryV2(galleryId: ID!, collectionIds: [String!]!): Boolean!
|
|
23
|
-
removeCreationFromGallery(galleryId: ID!, creationId: String!): Boolean!
|
|
24
|
-
removeCreationFromGalleryV2(galleryId: ID!, creationId: String!): Boolean!
|
|
25
|
-
removeAssetFromGallery(galleryId: ID!, creationId: String!): Boolean!
|
|
26
|
-
removeAssetFromGalleryV2(galleryId: ID!, assetId: String!): Boolean!
|
|
27
|
-
removeCollectionFromGallery(galleryId: ID!, creationId: String!): Boolean!
|
|
28
|
-
removeCollectionFromGalleryV2(galleryId: ID!, collectionId: String!): Boolean!
|
|
29
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
fetchGalleries(pageSize: Int! @Min(value: 1, message: "common.page-size.min"), pageToken: String): GalleriesPage!
|
|
3
|
-
fetchGalleriesV2(pageSize: Int! @Min(value: 1, message: "common.page-size.min"), pageToken: String): GalleriesPageV2!
|
|
4
|
-
fetchFavorites(pageSize: Int! @Min(value: 1, message: "common.page-size.min"), pageToken: String): GalleriesPage!
|
|
5
|
-
fetchFavoritesV2(pageSize: Int! @Min(value: 1, message: "common.page-size.min"), pageToken: String): GalleriesPageV2!
|
|
6
|
-
fetchUserGalleries(
|
|
7
|
-
userId: ID!
|
|
8
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
9
|
-
pageToken: String
|
|
10
|
-
): GalleriesPage!
|
|
11
|
-
fetchUserGalleriesV2(
|
|
12
|
-
userId: ID!
|
|
13
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
14
|
-
pageToken: String
|
|
15
|
-
): GalleriesPageV2!
|
|
16
|
-
fetchUserFavorites(
|
|
17
|
-
userId: ID!
|
|
18
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
19
|
-
pageToken: String
|
|
20
|
-
): GalleriesPage!
|
|
21
|
-
fetchUserFavoritesV2(
|
|
22
|
-
userId: ID!
|
|
23
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
24
|
-
pageToken: String
|
|
25
|
-
): GalleriesPageV2!
|
|
26
|
-
fetchMyGalleries(pageSize: Int! @Min(value: 1, message: "common.page-size.min"), pageToken: String): GalleriesPage!
|
|
27
|
-
fetchMyGalleriesV2(
|
|
28
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
29
|
-
pageToken: String
|
|
30
|
-
): GalleriesPageV2!
|
|
31
|
-
fetchMyFavorites(pageSize: Int! @Min(value: 1, message: "common.page-size.min"), pageToken: String): GalleriesPage!
|
|
32
|
-
fetchMyFavoritesV2(
|
|
33
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
34
|
-
pageToken: String
|
|
35
|
-
): GalleriesPageV2!
|
|
36
|
-
fetchSubscribedGalleries(
|
|
37
|
-
userId: ID!
|
|
38
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
39
|
-
pageToken: String
|
|
40
|
-
): GalleriesPage!
|
|
41
|
-
fetchGallery(galleryId: String! @NotBlank(message: "common.blank")): Gallery!
|
|
42
|
-
fetchGalleryV2(galleryId: String! @NotBlank(message: "common.blank")): GalleryV2!
|
|
43
|
-
fetchGalleryAssets(
|
|
44
|
-
galleryId: String! @NotBlank(message: "common.blank")
|
|
45
|
-
pageSize: Int! @Min(value: 1, message: "common.page-size.min")
|
|
46
|
-
pageToken: String
|
|
47
|
-
): AssetsPage!
|
|
48
|
-
fetchGalleryCreations(galleryId: String!, pageSize: Int!, pageToken: String): GalleryCreationsPage!
|
|
49
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type Asset {
|
|
2
|
-
assetId: String!
|
|
3
|
-
assetOrder: Int
|
|
4
|
-
name: String
|
|
5
|
-
originalUrls: [String]
|
|
6
|
-
medias: [Media]
|
|
7
|
-
ownersAddresses: [String]
|
|
8
|
-
ownersProfiles: [Profile]
|
|
9
|
-
creatorsAddresses: [String]
|
|
10
|
-
creatorsProfiles: [Profile]
|
|
11
|
-
attributes: [Attribute]
|
|
12
|
-
likes: Int
|
|
13
|
-
liked: Boolean
|
|
14
|
-
visible: Boolean
|
|
15
|
-
blurred: Boolean
|
|
16
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
extend type Query {
|
|
2
|
-
"""
|
|
3
|
-
This query should be changed according to new design
|
|
4
|
-
"""
|
|
5
|
-
findGalleriesByName(
|
|
6
|
-
input: SearchFilterInput!
|
|
7
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
8
|
-
pageToken: String
|
|
9
|
-
): GalleryPage!
|
|
10
|
-
"""
|
|
11
|
-
This query should be changed according to new design
|
|
12
|
-
"""
|
|
13
|
-
findAllGalleriesByName(
|
|
14
|
-
input: SearchFilterInput!
|
|
15
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
16
|
-
pageToken: String
|
|
17
|
-
): GalleryPage!
|
|
18
|
-
"""
|
|
19
|
-
This query should be changed according to new design
|
|
20
|
-
"""
|
|
21
|
-
findGalleriesByTerm(
|
|
22
|
-
input: SearchFilterInput!
|
|
23
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
24
|
-
pageToken: String
|
|
25
|
-
): GalleryPage!
|
|
26
|
-
"""
|
|
27
|
-
This query should be changed according to new design
|
|
28
|
-
"""
|
|
29
|
-
findAllGalleriesByTerm(
|
|
30
|
-
input: SearchFilterInput!
|
|
31
|
-
pageSize: Int! @Min(value: 1, message: "common.min.positive")
|
|
32
|
-
pageToken: String
|
|
33
|
-
): GalleryPage!
|
|
34
|
-
fetchGalleryCreations(galleryId: String!, pageSize: Int!, pageToken: String): GalleryCreationsPage!
|
|
35
|
-
fetchUserGalleries(userId: ID!, pageSize: Int!, pageToken: String): GalleriesPage!
|
|
36
|
-
fetchUserGalleriesV2(userId: ID!, pageSize: Int!, pageToken: String): GalleriesPageV2!
|
|
37
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type Gallery {
|
|
2
|
-
galleryType: String!
|
|
3
|
-
galleryId: ID!
|
|
4
|
-
name: String
|
|
5
|
-
description: String
|
|
6
|
-
category: String
|
|
7
|
-
userId: ID
|
|
8
|
-
username: String
|
|
9
|
-
subscribes: Int
|
|
10
|
-
items: Int
|
|
11
|
-
views: Int
|
|
12
|
-
galleryAssets: [GalleryAsset]
|
|
13
|
-
createdAt: Long
|
|
14
|
-
visible: Boolean
|
|
15
|
-
blurred: Boolean
|
|
16
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
type GalleryCreation {
|
|
2
|
-
galleryId: String!
|
|
3
|
-
creationId: String!
|
|
4
|
-
itemId: String
|
|
5
|
-
itemType: String
|
|
6
|
-
itemOrder: Int
|
|
7
|
-
galleryName: String
|
|
8
|
-
blockchain: String
|
|
9
|
-
name: String
|
|
10
|
-
address: String
|
|
11
|
-
tokenId: String
|
|
12
|
-
creatorsAddresses: [String]
|
|
13
|
-
creatorsProfiles: [Profile]
|
|
14
|
-
ownersAddresses: [String]
|
|
15
|
-
ownersProfiles: [Profile]
|
|
16
|
-
originalUrls: [String]
|
|
17
|
-
media: String
|
|
18
|
-
mediaPreview: String
|
|
19
|
-
mimeType: String
|
|
20
|
-
sizeRatio: Float
|
|
21
|
-
fileSize: Long
|
|
22
|
-
nsfw: Int
|
|
23
|
-
likes: Int
|
|
24
|
-
liked: Boolean
|
|
25
|
-
views: Int
|
|
26
|
-
visible: Boolean
|
|
27
|
-
blurred: Boolean
|
|
28
|
-
prices: [CurrencyAmountPair]
|
|
29
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
extend type Mutation {
|
|
2
|
-
createNonce(address: String!, blockchain: String!, chainId: String): String!
|
|
3
|
-
|
|
4
|
-
signInMetamask(signature: String!, address: String!, chainId: String, restore: Boolean): Identity!
|
|
5
|
-
signInAdminMetamask(signature: String!, address: String!, chainId: String): Identity!
|
|
6
|
-
signInTezos(signature: String!, pubkey: String!, restore: Boolean): Identity!
|
|
7
|
-
signInSolana(signature: String!, pubkey: String!, restore: Boolean): Identity!
|
|
8
|
-
signInElrond(signature: String!, address: String!, restore: Boolean): Identity!
|
|
9
|
-
signInTerra(signature: String!, address: String!, restore: Boolean): Identity!
|
|
10
|
-
signInWalletConnect(signature: String!, address: String!, restore: Boolean): Identity!
|
|
11
|
-
signInFlow(signature: String!, address: String!, restore: Boolean): Identity!
|
|
12
|
-
signInBitcoin(signature: String!, address: String!, restore: Boolean): Identity!
|
|
13
|
-
signInNear(signature: String!, address: String!, restore: Boolean): Identity!
|
|
14
|
-
|
|
15
|
-
addWalletMetamask(signature: String!, address: String!, chainId: String): Boolean!
|
|
16
|
-
addWalletTezos(signature: String!, pubkey: String!): Boolean!
|
|
17
|
-
addWalletSolana(signature: String!, pubkey: String!): Boolean!
|
|
18
|
-
addWalletElrond(signature: String!, address: String!): Boolean!
|
|
19
|
-
addWalletTerra(signature: String!, address: String!): Boolean!
|
|
20
|
-
addWalletWalletConnect(signature: String!, address: String!): Boolean!
|
|
21
|
-
addWalletFlow(signature: String!, address: String!): Boolean!
|
|
22
|
-
addWalletBitcoin(signature: String!, address: String!): Boolean!
|
|
23
|
-
addWalletNear(signature: String!, address: String!): Boolean!
|
|
24
|
-
|
|
25
|
-
deleteIdentity(deleteReason: String!, comment: String): Boolean!
|
|
26
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
input InputProfile {
|
|
2
|
-
username: String @NotBlank(message: "common.blank") @Size(min: 1, max: 30, message: "profile.username.size")
|
|
3
|
-
about: String @NotBlank(message: "common.blank") @Size(min: 1, max: 400, message: "profile.about.size")
|
|
4
|
-
social: InputSocial
|
|
5
|
-
showNsfw: Boolean
|
|
6
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
input InputSocial {
|
|
2
|
-
facebook: String
|
|
3
|
-
@NotBlank(message: "common.blank")
|
|
4
|
-
@Size(min: 1, max: 50, message: "social.facebook.size")
|
|
5
|
-
@Pattern(regexp: ".*facebook\\.com\\/.+", message: "social.facebook.pattern")
|
|
6
|
-
twitter: String
|
|
7
|
-
@NotBlank(message: "common.blank")
|
|
8
|
-
@Size(min: 1, max: 50, message: "social.twitter.size")
|
|
9
|
-
@Pattern(regexp: ".*twitter\\.com\\/.+", message: "social.twitter.pattern")
|
|
10
|
-
instagram: String
|
|
11
|
-
@NotBlank(message: "common.blank")
|
|
12
|
-
@Size(min: 1, max: 50, message: "social.instagram.size")
|
|
13
|
-
@Pattern(regexp: ".*instagram\\.com\\/.+", message: "social.instagram.pattern")
|
|
14
|
-
website: String @NotBlank(message: "common.blank") @Size(min: 1, max: 64, message: "social.website.size")
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
directive @Range(min: Int, max: Int, message: String) on ARGUMENT_DEFINITION
|
|
2
|
-
|
|
3
|
-
extend type Mutation {
|
|
4
|
-
updateProfile(profile: InputProfile): Boolean!
|
|
5
|
-
followProfile(followingUserId: ID!): Boolean!
|
|
6
|
-
unfollowProfile(followingUserId: ID!): Boolean!
|
|
7
|
-
generateNewInviteCodes(codesNum: Int! @Range(min: 1, max: 10)): [UserInviteCode!]!
|
|
8
|
-
useInviteCode(inviteCode: String!): Boolean!
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type Profile {
|
|
2
|
-
userId: ID!
|
|
3
|
-
username: String
|
|
4
|
-
about: String
|
|
5
|
-
userpic: String
|
|
6
|
-
following: Boolean
|
|
7
|
-
followings: Int
|
|
8
|
-
followers: Int
|
|
9
|
-
social: Social
|
|
10
|
-
views: Int
|
|
11
|
-
createdAt: Long
|
|
12
|
-
deletedAt: Long
|
|
13
|
-
visible: Boolean
|
|
14
|
-
deleted: Boolean
|
|
15
|
-
wallets: [Wallet]
|
|
16
|
-
}
|