You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/api-connections.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,17 @@ DbGate automatically discovers the GraphQL schema, including available types, qu
21
21
22
22
### Query editor
23
23
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.
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.
31
31
32
32
### Response viewer
33
33
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.
35
35
36
36
## OpenAPI (Swagger)
37
37
@@ -47,7 +47,7 @@ The OpenAPI browser displays all available endpoints, organized by tags and path
47
47
- HTTP method (GET, POST, PUT, DELETE, PATCH)
48
48
- Parameters (path, query, header, body)
49
49
- Request body schemas
50
-
-Response schemas and status codes
50
+
-Documentation descriptions
51
51
52
52
### Request execution
53
53
@@ -105,14 +105,10 @@ API response data can be exported to various formats using the standard DbGate e
105
105
- SQL INSERT statements
106
106
- XML
107
107
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.
113
109
114
110
## Working with multiple APIs
115
111
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.
117
113
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