Skip to content
Snippets Groups Projects
Unverified Commit e3d72924 authored by Steve Reis's avatar Steve Reis Committed by gitbook-bot
Browse files

GitBook: [#22] No subject

parent 54f2c034
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* [👥 Users](for-developers/gateway/users.md) * [👥 Users](for-developers/gateway/users.md)
* [🗃 Static files](for-developers/gateway/static-files.md) * [🗃 Static files](for-developers/gateway/static-files.md)
* [📝 Cache](for-developers/gateway/cache.md) * [📝 Cache](for-developers/gateway/cache.md)
* [🔌 Connectors](for-developers/gateway/connector/README.md) * [🔌 Connectors](for-developers/connector/README.md)
* [Create a connector](for-developers/gateway/connector/create-a-connector.md) * [Create a connector](for-developers/gateway/connector/create-a-connector.md)
* [Parsing response with JSONdata](for-developers/gateway/connector/parsing-response-with-jsonata.md) * [Parsing response with JSONdata](for-developers/connector/Parsing-response-with-JSONata.md)
* [Frontend](for-developers/frontend/README.md) * [Frontend](for-developers/frontend/README.md)
* [Update GraphQL Queries](for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md) * [Update GraphQL Queries](for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md)
* [📊 Visualisations](for-developers/frontend/visualisations.md) * [📊 Visualisations](for-developers/frontend/visualisations.md)
...@@ -23,7 +23,7 @@ It makes the transformation really easy to do, more readable and thus maintainab ...@@ -23,7 +23,7 @@ It makes the transformation really easy to do, more readable and thus maintainab
File _transformation.ts_ File _transformation.ts_
```ts ```typescript
import * as jsonata from 'jsonata'; import * as jsonata from 'jsonata';
export const expression = jsonata(` export const expression = jsonata(`
...@@ -33,7 +33,7 @@ export const expression = jsonata(` ...@@ -33,7 +33,7 @@ export const expression = jsonata(`
File _converter.ts_ File _converter.ts_
```ts ```typescript
import { expression } from './transformations'; import { expression } from './transformations';
const data = ` const data = `
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment