Skip to content

Commit a00090f

Browse files
committed
graphql: get rid of unused variables in graphql/validate.lua
1 parent 67838ac commit a00090f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cartridge/graphql/validate.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
local path = (...):gsub('%.[^%.]+$', '')
22
local rules = require(path .. '.rules')
3-
local util = require(path .. '.util')
43
local introspection = require(path .. '.introspection')
5-
local schema = require(path .. '.schema')
64

75
local function getParentField(context, name, count)
86
if introspection.fieldMap[name] then return introspection.fieldMap[name] end

0 commit comments

Comments
 (0)