Skip to content

Commit 7b8b961

Browse files
committed
Merge pull request graphql#13 from albertstill/patch-1
Add missing `description` field on `GraphQLArgumentConfig` type
2 parents c3d3241 + 92ea920 commit 7b8b961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/docs/APIReference-TypeSystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ type GraphQLFieldConfigArgumentMap = {
282282
type GraphQLArgumentConfig = {
283283
type: GraphQLInputType;
284284
defaultValue?: any;
285+
description?: ?string;
285286
}
286287

287288
type GraphQLFieldConfigMap = {

0 commit comments

Comments
 (0)