[RFC] Default value coercion rules by benjie · Pull Request #793 · graphql/graphql-specCoercing Field Arguments states:
5.c. Let defaultValue be the default value for argumentDefinition.
[...]
5.h. If hasValue is not true and defaultValue exists (including null):
5.h.i. Add an entry...