Skip to content

Instantly share code, notes, and snippets.

@agehlot
Last active August 13, 2021 09:02
Show Gist options
  • Save agehlot/e278272f15f204caf28b646ee78a5a22 to your computer and use it in GitHub Desktop.
Save agehlot/e278272f15f204caf28b646ee78a5a22 to your computer and use it in GitHub Desktop.
These are some sample Sitecore Content Hub sample GraphQL queries
{
allM_Asset(where: { title_eq: "Group selfie with drinks" }) {
total
results {
fileName
fileSize
isDraft
}
}
}
{
allM_Content {
results {
id
content_Name
}
}
}
{
allM_PCM_Product {
results {
id
productName
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment