Skip to content

Commit

Permalink
fix: added comment docstring for ExportInput format (#6991) (#7098)
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 authored Dec 10, 2020
1 parent 07b87c2 commit 24ad344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphql/admin/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ const (
}
input ExportInput {
"""
Data format for the export, e.g. "rdf" or "json" (default: "rdf")
"""
format: String
}
Expand Down

0 comments on commit 24ad344

Please sign in to comment.