Skip to content

Commit ab2c93a

Browse files
author
SPRINX0\prochazka
committed
docs
1 parent 915a537 commit ab2c93a

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

content/api-connections.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ DbGate automatically discovers the GraphQL schema, including available types, qu
2121

2222
### Query editor
2323

24-
The GraphQL query editor provides syntax highlighting and allows you to write queries and mutations. You can use the GraphQL explorer to build queries by selecting fields and arguments from the schema.
24+
The GraphQL query editor allows you to write queries and mutations. You can use the GraphQL explorer to build queries by selecting fields and arguments from the schema.
2525

2626
![screenshot](https://media.dbgate.io/img/rest-graphql-query-light.png)
2727

2828
### Variables
2929

30-
GraphQL queries support variables. Define variables in the variables panel and reference them in your queries using the standard GraphQL variable syntax.
30+
GraphQL queries support variables. Define variables in the variables panel and reference them in your queries using the standard GraphQL variable syntax. Variables could be edited in a form or as raw JSON.
3131

3232
### Response viewer
3333

34-
Query results are displayed in a formatted JSON viewer with an expandable tree structure. You can navigate through nested data and copy values as needed.
34+
Query results are displayed in a formatted JSON viewer with an expandable tree structure. If arrays are detected in the response, tabular view is displayed automatically. You can switch back to the raw JSON view if needed.
3535

3636
## OpenAPI (Swagger)
3737

@@ -47,7 +47,7 @@ The OpenAPI browser displays all available endpoints, organized by tags and path
4747
- HTTP method (GET, POST, PUT, DELETE, PATCH)
4848
- Parameters (path, query, header, body)
4949
- Request body schemas
50-
- Response schemas and status codes
50+
- Documentation descriptions
5151

5252
### Request execution
5353

@@ -105,14 +105,10 @@ API response data can be exported to various formats using the standard DbGate e
105105
- SQL INSERT statements
106106
- XML
107107

108-
Use the Export command from the result toolbar.
109-
110-
## Query history
111-
112-
Previously executed API requests are stored in query history. Access history from the history panel to view and re-execute past requests. History includes all request parameters and variables.
108+
Use the standard "Export" context menu option in tabular data browser.
113109

114110
## Working with multiple APIs
115111

116-
You can create connections to multiple APIs and databases in the same workspace. Switch between connections using the connection selector. Open multiple request tabs to work with different endpoints simultaneously.
112+
You can create connections to multiple APIs and databases. Open multiple request tabs to work with different endpoints simultaneously.
117113

118-
Tab state is preserved, so when you reopen a saved request, all parameter values and variables are restored.
114+
Tab state is preserved after closing and reopening app, you could reopen a request in closed tab history.

0 commit comments

Comments
 (0)