Skip to content

Commit

Permalink
fix missing text on label
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Feb 22, 2024
1 parent e694cf5 commit 5c26c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql2/graph/destinations.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type FieldValuePair {
value: String!

"""
The user-friendly text for this value of the input field.
The user-friendly text for this value of the input field (e.g., if the value is a user ID, label would be the user's name).
"""
label: String! @goField(forceResolver: true)

Expand Down
2 changes: 1 addition & 1 deletion graphql2/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c26c69

Please sign in to comment.