Skip to content

Instantly share code, notes, and snippets.

@dmongeau
Created November 4, 2015 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmongeau/2447d35cbfd96d07b3cf to your computer and use it in GitHub Desktop.
Save dmongeau/2447d35cbfd96d07b3cf to your computer and use it in GitHub Desktop.
manivelle_channels.json
query getChannels {
channels {
id
type
snippet {
title
description
summary
picture {
width
height
link
}
}
filters {
name
type
}
bubbles_filters {
name
type
label
... on ChannelBubbleFilterSelect {
values {
value
label
}
}
}
fields {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment