Skip to content

Commit

Permalink
fix: add comments for query fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 8, 2021
1 parent a2430f4 commit 49e4d67
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -41,7 +41,10 @@ export default /* GraphQL */ `
}
type TargetDataModelQuery {
# Returns a single TargetDataModel entry.
getTargetDataModel(id: ID!): TargetDataModel
# Lists one or more TargetDataModel entries.
listTargetDataModels(
limit: Int
before: String
Expand Down

0 comments on commit 49e4d67

Please sign in to comment.