I’m trying to run the graphql query:
{
cartTransforms(first: 10) {
edges {
node {
id
metafield(namespace: "$app:<some_namespace>", key: "<some_key>") {
id
}
}
}
}
}
And I’m getting this error. But this scope is not yet documented here: CartTransform or here: access scopes