We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f86bc commit 60287caCopy full SHA for 60287ca
graphql/schema.lua
@@ -117,7 +117,6 @@ function schema:generateDirectiveMap()
117
if argumentType == nil then
118
error('Must supply type for argument "' .. name .. '" on "' .. directive.name .. '"')
119
end
120
- argumentType.defaultValue = argument.defaultValue
121
self:generateTypeMap(argumentType)
122
123
0 commit comments