FeaturedCatalogListingUpdateInput
No description
input FeaturedCatalogListingUpdateInput {
catalogListingId: ID!
featuredOrder: Int
featuredDate: DateTime
}
Fields
FeaturedCatalogListingUpdateInput.catalogListingId ● ID! non-null scalar miscellaneous
catalog listing id
FeaturedCatalogListingUpdateInput.featuredOrder ● Int scalar miscellaneous
featured order
FeaturedCatalogListingUpdateInput.featuredDate ● DateTime scalar partner-portal
featured date
Was this topic helpful?