@gajanan - You should probably edit this to use markdown so that it is clear. Suround the code with three backticks, then graphql keyword after.
```graphql
function foo(bar){
return bar+1;
}
```
J
@gajanan - You should probably edit this to use markdown so that it is clear. Suround the code with three backticks, then graphql keyword after.
```graphql
function foo(bar){
return bar+1;
}
```
J