storefront-service-api
GraphQL API Reference
GraphQl endpoints for storefront-service!
API Endpoints
Queries
collectionEntities
collectionEntities
Response
Returns a CollectionEntityConnection!
Arguments
filter
- CollectionEntityFilter!
Specify to filter the records returned. Default = {}
paging
- OffsetPaging!
Limit or page results. Default = {limit: 10}
sorting
- [CollectionEntitySort!]!
Specify to sort results. Default = []
Example
Query
Variables
Response
collectionEntity
collectionEntity
Response
Returns a CollectionEntity!
Arguments
id
- ID!
The id of the record to find.
Example
Query
Variables
Response
collectionEntityRelation
collectionEntityRelation
Response
Returns a CollectionEntityRelation!
Arguments
id
- ID!
The id of the record to find.
Example
Query
Variables
Response
collectionEntityRelations
collectionEntityRelations
Response
Returns a CollectionEntityRelationConnection!
Arguments
filter
- CollectionEntityRelationFilter!
Specify to filter the records returned. Default = {}
paging
- OffsetPaging!
Limit or page results. Default = {limit: 10}
sorting
- [CollectionEntityRelationSort!]!
Specify to sort results. Default = []
Example
Query
Variables
Response
contactByNickName
contactByNickName
Description
Returns a contact by nickname.
Response
Returns a ContactDto!
Arguments
nickName
- String!
nick name of a contact
Example
Query
Variables
Response
contactByWalletAddress
contactByWalletAddress
Description
Returns a contact by wallet address.
Response
Returns a ContactDto!
Arguments
walletAddress
- String!
wallet address of a contact
Example
Query
Variables
Response
contacts
contacts
Description
Returns contacts of a contactBook entity.
Response
Returns a ContactsDto!
Example
Query
Response
getEntityByTokenPayload
getEntityByTokenPayload
Response
Returns a CollectionEntity!
Example
Query
Response
networkConfigByNameV2
networkConfigByNameV2
Description
Returns networkConfig for given network name
Response
Returns a NetworkConfigV2Model!
Arguments
networkName
- NetworkName!
Example
Query
Variables
Response
networkConfigs
networkConfigs
Response
Returns a NetworkConfigConnection!
Arguments
filter
- NetworkConfigFilter!
Specify to filter the records returned. Default = {}
paging
- OffsetPaging!
Limit or page results. Default = {limit: 10}
sorting
- [NetworkConfigSort!]!
Specify to sort results. Default = []
Example
Query
Variables
Response
networkConfigsV2
networkConfigsV2
Description
Returns list of networkConfigs
Response
Returns [NetworkConfigV2Model!]!
Example
Query
Response
publicNetworkConfigsV2
publicNetworkConfigsV2
Description
Returns list of networkConfigs without sensitive data
Response
Returns [NetworkConfigPublicModel!]!
Example
Query
Response
testConfig
testConfig
Response
Returns a String!
Example
Query
Response
Mutations
createContact
createContact
Description
Create contact record. Returns record of the contactBook entity.
Response
Returns a ContactDto!
Arguments
Example
Query
Variables
Response
createOneCollectionEntity
createOneCollectionEntity
Response
Returns a CollectionEntity!
Arguments
input
- CreateOneCollectionEntityInput!
Example
Query
Variables
Response
createRelation
createRelation
Response
Returns a CollectionEntityRelation!
Arguments
createRelation
- CreateCollectionEntityRelation!
Example
Query
Variables
Response
createS3Url
createS3Url
Description
🔒 JWT Token
Creates an s3 url for enterprise's avatar or banner
Response
Returns a S3LinkRes!
Arguments
s3ReqDto
- S3LinkReq!
🔒 JWT Token
defines fileName and contentType
Example
Query
Variables
Response
deleteContact
deleteContact
Description
Delete contact record. Returns record of the contactBook entity.
Response
Returns a ContactDto!
Arguments
id
- Float!
id of a contact
Example
Query
Variables
Response
deleteManyCollectionEntities
deleteManyCollectionEntities
Response
Returns a DeleteManyResponse!
Arguments
Example
Query
Variables
Response
deleteManyRelations
deleteManyRelations
Response
Returns a DeleteManyResponse!
Arguments
Example
Query
Variables
Response
deleteOneCollectionEntity
deleteOneCollectionEntity
Response
Returns a CollectionEntityDeleteResponse!
Arguments
input
- DeleteOneCollectionEntityInput!
Example
Query
Variables
Response
deleteOneRelation
deleteOneRelation
Response
Returns a CollectionEntityRelationDeleteResponse!
Arguments
Example
Query
Variables
Response
updateContact
updateContact
Description
Update contact record. Returns record of the contactBook entity.
Response
Returns a ContactDto!
Arguments
Example
Query
Variables
Response
updateManyCollectionEntities
updateManyCollectionEntities
Response
Returns an UpdateManyResponse!
Arguments
Example
Query
Variables
Response
updateOneCollectionEntity
updateOneCollectionEntity
Response
Returns a CollectionEntity!
Arguments
input
- UpdateOneCollectionEntityInput!
Example
Query
Variables
Response
Types
Boolean
Description
The Boolean
scalar type represents true
or false
.
Example
CollectionEntity
Description
represents an element of the hierarchy within the enterprise.
Fields
avatarUrl
- String
avatar url, displayed on the storefront.
bannerUrl
- String
banner url, displayed on the storefront.
createdAt
- DateTime!
Time at which the object was created.
description
- String
Entity description.
email
- String
collection entity email.
entityUri
- String
Identifier of the entity. This value corresponds to the ID from the revelator database.
id
- ID!
Auto-incrementing identifier.
name
- String!
Entity name.
networkConfigs
- [NetworkConfig!]!
Arguments
filter
- NetworkConfigFilter!
Specify to filter the records returned.
sorting
- [NetworkConfigSort!]!
Specify to sort results.
redirectDomains
- [RedirectDomain!]!
Arguments
filter
- RedirectDomainFilter!
Specify to filter the records returned.
sorting
- [RedirectDomainSort!]!
Specify to sort results.
tenant
- Tenant!
tenantId
- ID!
Tenant ID to which artists, enterprise and labels belong.
type
- CollectionEntityType!
Specifies the type of entry. Represents the hierarchy level within the enterprise.
updatedAt
- DateTime!
Time at which the object was last updated.
Example
CollectionEntityConnection
Fields
nodes
- [CollectionEntity!]!
Array of nodes.
pageInfo
- OffsetPageInfo!
Paging information
totalCount
- Int!
Fetch total count of records
Example
CollectionEntityDeleteFilter
Fields
avatarUrl
- StringFieldComparison
bannerUrl
- StringFieldComparison
createdAt
- DateFieldComparison
description
- StringFieldComparison
email
- StringFieldComparison
entityUri
- StringFieldComparison
id
- IDFilterComparison
name
- StringFieldComparison
tenantId
- IDFilterComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityDeleteResponse
Fields
avatarUrl
- String
avatar url, displayed on the storefront.
bannerUrl
- String
banner url, displayed on the storefront.
createdAt
- DateTime
Time at which the object was created.
description
- String
Entity description.
email
- String
collection entity email.
entityUri
- String
Identifier of the entity. This value corresponds to the ID from the revelator database.
id
- ID
Auto-incrementing identifier.
name
- String
Entity name.
tenantId
- ID
Tenant ID to which artists, enterprise and labels belong.
type
- CollectionEntityType
Specifies the type of entry. Represents the hierarchy level within the enterprise.
updatedAt
- DateTime
Time at which the object was last updated.
Example
CollectionEntityFilter
Fields
avatarUrl
- StringFieldComparison
bannerUrl
- StringFieldComparison
createdAt
- DateFieldComparison
description
- StringFieldComparison
email
- StringFieldComparison
entityUri
- StringFieldComparison
id
- IDFilterComparison
name
- StringFieldComparison
redirectDomains
- CollectionEntityFilterRedirectDomainFilter
tenant
- CollectionEntityFilterTenantFilter
tenantId
- IDFilterComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityFilterRedirectDomainFilter
Fields
Example
CollectionEntityFilterTenantFilter
Fields
createdAt
- DateFieldComparison
id
- IDFilterComparison
minPaymentBatcherBalanceInUSDC
- NumberFieldComparison
name
- StringFieldComparison
paymentBatcherAddress
- StringFieldComparison
tenantUri
- StringFieldComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityRelation
Description
represents a relationship between two entities.
Fields
childEntityId
- String!
Relationship child ID.
createdAt
- DateTime!
Time at which the object was created.
id
- ID!
Auto-incrementing identifier.
network
- NetworkConfig!
parentEntityId
- String!
Relationship parent ID.
relationType
- CollectionEntityRelationType!
Specifies the type of the relation. For example: LABEL -> ARTIST.
tenant
- Tenant!
tenantId
- String!
Tenant ID to which artists, enterprise and labels belong.
updatedAt
- DateTime!
Time at which the object was last updated.
Example
CollectionEntityRelationConnection
Fields
nodes
- [CollectionEntityRelation!]!
Array of nodes.
pageInfo
- OffsetPageInfo!
Paging information
totalCount
- Int!
Fetch total count of records
Example
CollectionEntityRelationDeleteFilter
Fields
childEntityId
- StringFieldComparison
createdAt
- DateFieldComparison
id
- IDFilterComparison
parentEntityId
- StringFieldComparison
relationType
- CollectionEntityRelationTypeFilterComparison
tenantId
- StringFieldComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityRelationDeleteResponse
Fields
childEntityId
- String
Relationship child ID.
createdAt
- DateTime
Time at which the object was created.
id
- ID
Auto-incrementing identifier.
parentEntityId
- String
Relationship parent ID.
relationType
- CollectionEntityRelationType
Specifies the type of the relation. For example: LABEL -> ARTIST.
tenantId
- String
Tenant ID to which artists, enterprise and labels belong.
updatedAt
- DateTime
Time at which the object was last updated.
Example
CollectionEntityRelationFilter
Fields
childEntityId
- StringFieldComparison
createdAt
- DateFieldComparison
id
- IDFilterComparison
parentEntityId
- StringFieldComparison
relationType
- CollectionEntityRelationTypeFilterComparison
tenantId
- StringFieldComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityRelationFilterNetworkConfigFilter
Fields
activitiesSubgraphUrl
- StringFieldComparison
agreementFactoryAddress
- StringFieldComparison
agreementSubgraphUrl
- StringFieldComparison
alchemyApiKey
- StringFieldComparison
chainId
- IntFieldComparison
createdAt
- DateFieldComparison
defaultStripeFeeInPercent
- IntFieldComparison
dmmAddress
- StringFieldComparison
feeManagerAddress
- StringFieldComparison
id
- IDFilterComparison
jsonRpcUrl
- StringFieldComparison
lendingContractAddress
- StringFieldComparison
marketAddress
- StringFieldComparison
marketOwner
- StringFieldComparison
nativeCoin
- StringFieldComparison
nativeCoinDecimals
- IntFieldComparison
networkName
- NetworkNameFilterComparison
nftSubgraphUrl
- StringFieldComparison
payeeVaultFactoryAddress
- StringFieldComparison
paymentBatcherFactoryAddress
- StringFieldComparison
studioPublicJsonRpcUrl
- StringFieldComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityRelationFilterTenantFilter
Fields
createdAt
- DateFieldComparison
id
- IDFilterComparison
minPaymentBatcherBalanceInUSDC
- NumberFieldComparison
name
- StringFieldComparison
paymentBatcherAddress
- StringFieldComparison
tenantUri
- StringFieldComparison
updatedAt
- DateFieldComparison
Example
CollectionEntityRelationSort
Fields
Example
CollectionEntityRelationSortFields
Values
childEntityId
createdAt
id
parentEntityId
relationType
tenantId
updatedAt
Example
CollectionEntityRelationType
Values
ENTERPIRSE_ARTIST
ENTERPIRSE_LABEL
LABEL_ARTIST
TENANT_ENTERPRISE
Example
CollectionEntityRelationTypeFilterComparison
Fields
iLike
- CollectionEntityRelationType
is
- Boolean
isNot
- Boolean
like
- CollectionEntityRelationType
notILike
- CollectionEntityRelationType
notIn
- [CollectionEntityRelationType!]
notLike
- CollectionEntityRelationType
Example
CollectionEntitySort
Fields
Example
CollectionEntitySortFields
Values
avatarUrl
bannerUrl
createdAt
description
email
entityUri
id
name
tenantId
type
updatedAt
Example
CollectionEntityType
Values
ARTIST
ENTERPRISE
LABEL
Example
CollectionEntityTypeFilterComparison
Fields
eq
- CollectionEntityType
gt
- CollectionEntityType
gte
- CollectionEntityType
iLike
- CollectionEntityType
is
- Boolean
isNot
- Boolean
like
- CollectionEntityType
lt
- CollectionEntityType
lte
- CollectionEntityType
neq
- CollectionEntityType
notILike
- CollectionEntityType
notIn
- [CollectionEntityType!]
notLike
- CollectionEntityType
Example
CollectionEntityUpdateFilter
Fields
avatarUrl
- StringFieldComparison
bannerUrl
- StringFieldComparison
createdAt
- DateFieldComparison
description
- StringFieldComparison
email
- StringFieldComparison
entityUri
- StringFieldComparison
id
- IDFilterComparison
name
- StringFieldComparison
tenantId
- IDFilterComparison
updatedAt
- DateFieldComparison
Example
ContactDto
Description
contact object
Fields
createdAt
- DateTime!
Time at which the object was created.
id
- Float!
Unique identifier for the contact.
nickName
- String!
Name of a contact.
ownerUri
- String!
Revelator unique identifier for an enterprise.
updatedAt
- DateTime!
Time at which the object was last updated.
walletAddress
- String!
Wallet address of a contact.
Example
ContactsDto
Fields
count
- Float!
items
- [ContactDto!]!
Example
CreateCollectionEntity
Fields
avatarUrl
- String
avatar url, displayed on the storefront.
bannerUrl
- String
banner url, displayed on the storefront.
description
- String
Entity description.
email
- String
collection entity email.
entityUri
- String
Identifier of the entity. This value corresponds to the ID from the revelator database.
name
- String!
Entity name.
networkNames
- [NetworkName!]!
type
- CollectionEntityType!
Specifies the type of entry. Represents the hierarchy level within the enterprise.
Example
CreateCollectionEntityRelation
Fields
childEntityId
- String!
Relationship child ID.
parentEntityId
- String!
Relationship parent ID.
relationType
- CollectionEntityRelationType!
Specifies the type of the relation. For example: LABEL -> ARTIST.
Example
CreateOneCollectionEntityInput
Fields
collectionEntity
- CreateCollectionEntity!
The record to create
Example
CurrenciesModel
Fields
Example
CurrencyModel
Fields
Example
DateFieldComparison
Fields
between
- DateFieldComparisonBetween
eq
- DateTime
gt
- DateTime
gte
- DateTime
in
- [DateTime!]
is
- Boolean
isNot
- Boolean
lt
- DateTime
lte
- DateTime
neq
- DateTime
notBetween
- DateFieldComparisonBetween
notIn
- [DateTime!]
Example
DateFieldComparisonBetween
Fields
Example
DateTime
Description
A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format.
Example
DeleteManyCollectionEntitiesInput
Fields
filter
- CollectionEntityDeleteFilter!
Filter to find records to delete
Example
DeleteManyCollectionEntityRelationsInput
Fields
Filter to find records to delete
Example
DeleteManyResponse
Fields
deletedCount
- Int!
The number of records deleted.
Example
DeleteOneCollectionEntityInput
Fields
id
- ID!
The id of the record to delete.
Example
DeleteOneCollectionEntityRelationInput
Fields
id
- ID!
The id of the record to delete.
Example
FileType
Values
ENTITY_AVATAR
ENTITY_BANNER
Example
Float
Description
The Float
scalar type represents signed double-precision fractional values as specified by IEEE 754.
Example
ID
Description
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
Example
IDFilterComparison
Fields
Example
Int
Description
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Example
IntFieldComparison
Fields
Example
IntFieldComparisonBetween
Fields
Example
NetworkCapabilities
Values
Agreements
NFT
Example
NetworkCapabilitiesFilterComparison
Fields
eq
- NetworkCapabilities
gt
- NetworkCapabilities
gte
- NetworkCapabilities
iLike
- NetworkCapabilities
is
- Boolean
isNot
- Boolean
like
- NetworkCapabilities
lt
- NetworkCapabilities
lte
- NetworkCapabilities
neq
- NetworkCapabilities
notILike
- NetworkCapabilities
notIn
- [NetworkCapabilities!]
notLike
- NetworkCapabilities
Example
NetworkCapabilitiesModel
Fields
networkCapability
- NetworkCapabilities!
List of capabilities | describe what can be done on a given chain.
Example
NetworkCapability
Description
Network capability
Fields
networkCapability
- NetworkCapabilities!
List of capabilities | describe what can be done on a given chain.
Example
NetworkCapabilityFilter
Fields
networkCapability
- NetworkCapabilitiesFilterComparison
Example
NetworkCapabilitySort
Fields
Example
NetworkCapabilitySortFields
Values
networkCapability
Example
NetworkConfig
Description
Network configuration object
Fields
activitiesSubgraphUrl
- String!
activities subgraph url address
agreementFactoryAddress
- String!
agreement factory eth address
agreementSubgraphUrl
- String!
agreements subgraph url address
alchemyApiKey
- String!
Alchemy API key
capabilities
- [NetworkCapability!]!
Arguments
filter
- NetworkCapabilityFilter!
Specify to filter the records returned.
sorting
- [NetworkCapabilitySort!]!
Specify to sort results.
chainId
- Int!
blockchain identifier
createdAt
- DateTime!
Time at which the object was created.
defaultStripeFeeInPercent
- Int!
Default stripe fee %
dmmAddress
- String
Dynamic Modular Metadata contract address
feeManagerAddress
- String!
fee manager contract eth address
id
- ID!
Auto-incrementing identifier.
jsonRpcUrl
- String!
json rpc url address use to connect to the node
lendingContractAddress
- String!
lending contract eth address
marketAddress
- String
Nft-market eth contract address
marketOwner
- String
Nft-market owner eth address
nativeCoin
- String!
Native currency code
nativeCoinDecimals
- Int!
Native currency decimal value
networkName
- NetworkName!
Name of the blockchain network on which the transaction occurs
nftSubgraphUrl
- String
Nft-subgraph url address
payeeVaultFactoryAddress
- String
Address of Payment Batcher Factory contract
paymentBatcherFactoryAddress
- String
Address of Payment Batcher Factory contract
studioPublicJsonRpcUrl
- String!
json rpc url address for studio frontend app use to connect to the node
updatedAt
- DateTime!
Time at which the object was last updated.
Example
NetworkConfigConnection
Fields
nodes
- [NetworkConfig!]!
Array of nodes.
pageInfo
- OffsetPageInfo!
Paging information
totalCount
- Int!
Fetch total count of records
Example
NetworkConfigFilter
Fields
activitiesSubgraphUrl
- StringFieldComparison
agreementFactoryAddress
- StringFieldComparison
agreementSubgraphUrl
- StringFieldComparison
alchemyApiKey
- StringFieldComparison
and
- [NetworkConfigFilter!]
capabilities
- NetworkConfigFilterNetworkCapabilityFilter
chainId
- IntFieldComparison
createdAt
- DateFieldComparison
defaultStripeFeeInPercent
- IntFieldComparison
dmmAddress
- StringFieldComparison
feeManagerAddress
- StringFieldComparison
id
- IDFilterComparison
jsonRpcUrl
- StringFieldComparison
lendingContractAddress
- StringFieldComparison
marketAddress
- StringFieldComparison
marketOwner
- StringFieldComparison
nativeCoin
- StringFieldComparison
nativeCoinDecimals
- IntFieldComparison
networkName
- NetworkNameFilterComparison
nftSubgraphUrl
- StringFieldComparison
payeeVaultFactoryAddress
- StringFieldComparison
paymentBatcherFactoryAddress
- StringFieldComparison
studioPublicJsonRpcUrl
- StringFieldComparison
updatedAt
- DateFieldComparison
Example
NetworkConfigFilterNetworkCapabilityFilter
Fields
Example
NetworkConfigPublicModel
Fields
capabilities
- [NetworkCapabilitiesModel!]!
List of capabilities | describe what can be done on a given chain.
chainId
- Float!
blockchain identifier
isTestNet
- Boolean!
is blockchain a testnet
networkName
- NetworkName!
Name of the blockchain network on which the transaction occurs
studioPublicJsonRpcUrl
- String!
json rpc url address for studio frontend app use to connect to the node
Example
NetworkConfigSort
Fields
Example
NetworkConfigSortFields
Values
activitiesSubgraphUrl
agreementFactoryAddress
agreementSubgraphUrl
alchemyApiKey
chainId
createdAt
defaultStripeFeeInPercent
dmmAddress
feeManagerAddress
id
jsonRpcUrl
lendingContractAddress
marketAddress
marketOwner
nativeCoin
nativeCoinDecimals
networkName
nftSubgraphUrl
payeeVaultFactoryAddress
paymentBatcherFactoryAddress
studioPublicJsonRpcUrl
updatedAt
Example
NetworkConfigV2Model
Fields
agreementFactoryAddress
- String!
agreement factory eth address
agreementSubgraphUrl
- String!
agreements subgraph url address
capabilities
- [NetworkCapabilitiesModel!]!
List of capabilities | describe what can be done on a given chain.
chainId
- Float!
blockchain identifier
createdAt
- DateTime!
Time at which the object was created.
currencies
- CurrenciesModel
explorer
- String!
blockchain explorer for review transactions
feeManagerAddress
- String!
fee manager contract eth address
id
- String!
Auto-incrementing identifier.
ipfsEndpoint
- String!
ipfs endpoint url use to upload files and factsheets
isTestNet
- Boolean!
is blockchain a testnet
jsonRpcUrl
- String!
json rpc url address use to connect to the node
lendingContractAddress
- String!
lending contract eth address
marketAddress
- String
Nft-market eth contract address
marketOwner
- String
Nft-market owner eth address
networkName
- NetworkName!
Name of the blockchain network on which the transaction occurs
nftSubgraphUrl
- String
Nft-subgraph url address
updatedAt
- DateTime!
Time at which the object was last updated.
Example
NetworkName
Values
amoy
base
baseSepolia
binance
bnbtest
ethereum
goerli
kovan
local
mainnet
mumbai
ownet
polygon
ropsten
sepolia
shibuya
test
Example
NetworkNameFilterComparison
Fields
eq
- NetworkName
gt
- NetworkName
gte
- NetworkName
iLike
- NetworkName
in
- [NetworkName!]
is
- Boolean
isNot
- Boolean
like
- NetworkName
lt
- NetworkName
lte
- NetworkName
neq
- NetworkName
notILike
- NetworkName
notIn
- [NetworkName!]
notLike
- NetworkName
Example
NumberFieldComparison
Fields
Example
NumberFieldComparisonBetween
Fields
Example
OffsetPageInfo
Fields
Example
OffsetPaging
Fields
Example
RedirectDomain
Fields
domain
- String!
Example
RedirectDomainFilter
Fields
Example
RedirectDomainSort
Fields
Example
RedirectDomainSortFields
Values
domain
Example
S3LinkReq
Fields
Example
S3LinkRes
Fields
uploadUrl
- String!
Example
SortDirection
Description
Sort Directions
Values
ASC
DESC
Example
SortNulls
Description
Sort Nulls Options
Values
NULLS_FIRST
NULLS_LAST
Example
String
Description
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Example
StringFieldComparison
Fields
Example
Tenant
Description
Tenant ID to which artists, enterprise and labels belong.
Fields
createdAt
- DateTime!
Time at which the object was created.
id
- ID!
Auto-incrementing identifier.
minPaymentBatcherBalanceInUSDC
- Float
Min payment batcher balance value
name
- String!
Tenant name.
paymentBatcherAddress
- String
Address of the contract user by tenant to make royalty payments.
tenantUri
- String!
Identifier of the tenant. This value corresponds to the tenant ID from the revelator database.
updatedAt
- DateTime!
Time at which the object was last updated.
Example
UpdateCollectionEntity
Fields
avatarUrl
- String
avatar url, displayed on the storefront.
bannerUrl
- String
banner url, displayed on the storefront.
description
- String
Entity description.
email
- String
collection entity email.
entityUri
- String
Identifier of the entity. This value corresponds to the ID from the revelator database.
name
- String
Entity name.
Example
UpdateManyCollectionEntitiesInput
Fields
filter
- CollectionEntityUpdateFilter!
Filter used to find fields to update
update
- UpdateCollectionEntity!
The update to apply to all records found using the filter
Example
UpdateManyResponse
Fields
updatedCount
- Int!
The number of records updated.
Example
UpdateOneCollectionEntityInput
Fields
id
- ID!
The id of the record to update
update
- UpdateCollectionEntity!
The update to apply.
Example
Last updated