Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
graphql: fix grades(year) documentation (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhu authored Feb 27, 2023
1 parent 2348ee5 commit e32616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const queryType: GraphQLObjectType = new GraphQLObjectType({
year: {
type: GraphQLString,
description:
"Must be <START_YEAR>-<END_YEAR>. Ex. 2020-2021. Multiple values in the arguments can be included by using ; as a separator.",
"Must be <START_YEAR>-<END_YEAR>. Ex. 2020-21. Multiple values in the arguments can be included by using ; as a separator.",
},
quarter: {
type: GraphQLString,
Expand Down

0 comments on commit e32616d

Please sign in to comment.