Channel object
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
Types that return Channel
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return Channel
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.
Types that return ChannelEdge
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Connections
-
collectionPublicationsV3 (
ResourcePublicationConnection!
)The collection publications for the list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
collections (
CollectionConnection!
)The list of collections published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
productPublicationsV3 (
ResourcePublicationConnection!
)The product publications for the list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
products (
ProductConnection!
)The list of products published to the channel.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
app (
App!
)Underlying app used by the channel.
-
hasCollection (
Boolean!
)Whether the collection is available to the channel.
Argument Description id
(ID!
) requiredCollection ID to check.
-
id (
ID!
)Globally unique identifier.
-
name (
String!
)Name of the channel.
-
supportsFuturePublishing (
Boolean!
)Whether or not this channel supports future publishing.
Types that return Channel
Implements
Deprecated fields
-
handle (
String!
) deprecatedUnique identifier for the channel.
Deprecation warning
Use
id
instead -
overviewPath (
URL
) deprecatedHome page for the channel.
Deprecation warning
Use App.launchUrl instead
-
productPublications (
ProductPublicationConnection!
) deprecatedThe product publications for the products published to the channel.
Deprecation warning
Use
productPublicationsV3
insteadArgument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
An auto-generated type for paginating through multiple Channels.
On this page
Fields
-
edges (
[ChannelEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Channel and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Channel!
)The item at the end of ChannelEdge.