Home > @vsf-enterprise/commercetools-api > DefaultChannelFragment

# DefaultChannelFragment variable

Portion of the ChannelFragment

Signature:

DefaultChannelFragment = "\n  fragment ChannelFragment on Channel {\n    id\n    version\n    key\n    roles\n    name(locale: $locale)\n    description(locale: $locale)\n    nameAllLocales {\n      ...LocalizedStringFragment\n    }\n    descriptionAllLocales {\n      ...LocalizedStringFragment\n    }\n    address {\n      ...DefaultAddress\n    }\n  }\n"