Skip to content

Instantly share code, notes, and snippets.

@jbowes
Created September 19, 2019 14:09
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 jbowes/ca87ee2a9ed720be4ff13b9d8294e40f to your computer and use it in GitHub Desktop.
Save jbowes/ca87ee2a9ed720be4ff13b9d8294e40f to your computer and use it in GitHub Desktop.
all catalog stuff
query {
products(first: 500) {
edges {
node {
id
label
displayName
logoUrl
provider {
id
label
displayName
logoUrl
url
supportEmail
}
state
tagline
supportEmail
documentationUrl
termsUrl
screenshots {
url
}
valueProps {
header
body
}
valuePropsHtml
setupStepsHtml
categories {
label
}
plans(first: 500, orderBy: {field: LABEL, direction: ASC}) {
edges {
node {
id
displayName
label
state
fixedFeatures (first: 500, orderBy: {field: DISPLAY_NAME, direction:ASC}) {
edges {
node {
displayName
displayValue
}
}
}
meteredFeatures (first: 500, orderBy: {field: LABEL, direction: ASC}) {
edges{
node {
label
displayName
numericDetails {
unit
costTiers {
limit
cost
}
}
}
}
}
configurableFeatures (first: 500, orderBy: {field: LABEL, direction: ASC}) {
edges {
node {
label
displayName
type
options {
displayName
displayValue
}
numericDetails {
increment
min
max
unit
costTiers {
limit
cost
}
}
}
}
}
cost
free
regions (first: 500, orderBy: {field: PLATFORM, direction: ASC}) {
edges {
node {
id
displayName
platform
dataCenter
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment