You can translate the question and the replies:

Denodo GraphQL - Concat field or output manupulation

Hi, I have a question on Denodo GraphQL. Is there a way to concat two values in a graphql query or have calculated fields like its supported in Restful Web services. Like example below query transactionsview(uid: 'abcd') { uid transname transid qty price } Is there way to concat transname and transid into one value or get a total value by mutiplying qty * price In Restful WS, it would be somethng like http:/<servername>/server/myvdb/views/transactionsview?uid=abcd&$select=uid,concat(transname,transid),qty,price,qty*price
user
20-09-2021 05:40:50 -0400
code

1 Answer

Hi, Currently, the GraphQL does not support any sort of value-manipulation functions such as Concat GraphQL fields in a query. For more information on Denodo GraphQL Service, you can take a look at the [Denodo GraphQL Service - User Manual](https://community.denodo.com/docs/html/document/denodoconnects/8.0/en/Denodo%20GraphQL%20Service%20-%20User%20Manual) Hope this helps!
Denodo Team
20-09-2021 08:31:34 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here