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 67838ac commit a00090fCopy full SHA for a00090f
cartridge/graphql/validate.lua
@@ -1,8 +1,6 @@
1
local path = (...):gsub('%.[^%.]+$', '')
2
local rules = require(path .. '.rules')
3
-local util = require(path .. '.util')
4
local introspection = require(path .. '.introspection')
5
-local schema = require(path .. '.schema')
6
7
local function getParentField(context, name, count)
8
if introspection.fieldMap[name] then return introspection.fieldMap[name] end
0 commit comments