Skip to content

Commit

Permalink
fix: added comment docstring for ExportInput format (#6991) (#7099)
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 da310c1 commit e809c5f
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 @@ -188,6 +188,9 @@ const (
}
input ExportInput {
"""
Data format for the export, e.g. "rdf" or "json" (default: "rdf")
"""
format: String
}
Expand Down

0 comments on commit e809c5f

Please sign in to comment.