Return unassociated data

Is there a way to embed at the response data that is not part of the node? like literal string or variable?

For example:

query {
  get(func:uid(0x1)){
    predicate1
    predicate2
    "some string"
    aVar
  }
}

No, that’s not possible. I have a discussion about something similar to this Custom Block - Discussion

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.