Skip to content

Commit

Permalink
fix: remove unnecessary curly braces from doc (#6256)
Browse files Browse the repository at this point in the history
Co-authored-by: Sankalan Parajuli <[email protected]>
  • Loading branch information
2 people authored and gja committed Aug 21, 2020
1 parent e8813c6 commit 4022128
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions wiki/content/slash-graphql/admin/import-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ Please note that this endpoint requires [Authentication](/slash-graphql/admin/au
Below is a sample GraphQL body to export data to JSON.

```graphql
{
mutation {
export {
response { code message }
signedUrls
}
mutation {
export {
response { code message }
signedUrls
}
}
```
Expand Down

0 comments on commit 4022128

Please sign in to comment.