channel - admin-graphql - QUERY
Version: 2024-01
Description:
Lookup a channel by ID.
Access Scopes
Arguments
id :
ID! -
The ID of the `Channel` to return.
Returns
app :
App!
The underlying app used by the channel.
handle :
String!
The unique identifier for the channel.
hasCollection :
Boolean!
Whether the collection is available to the channel.
id :
ID!
A globally-unique ID.
name :
String!
The name of the channel.
navigationItems :
NavigationItem!
The menu items for the channel, which also appear as submenu items in the left navigation sidebar in the Shopify admin.
overviewPath :
URL
Home page for the channel.
supportsFuturePublishing :
Boolean!
Whether the channel supports future publishing.
Examples