Skip to content

Commit

Permalink
fix: added comment docstring for ExportInput format (#6991) (#7097)
Browse files Browse the repository at this point in the history
* fix: added comment docstring for ExportInput format

(cherry picked from commit 072b03e)
  • Loading branch information
darkn3rd committed Dec 10, 2020
1 parent 79d25ba commit 82ef1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphql/admin/admin.go
Expand Up @@ -210,6 +210,9 @@ const (
}
input ExportInput {
"""
Data format for the export, e.g. "rdf" or "json" (default: "rdf")
"""
format: String
"""
Expand Down

0 comments on commit 82ef1fb

Please sign in to comment.