Skip to content

Commit 6056ae7

Browse files
authored
Merge pull request tarantool#204 from tarantool/tarantoolgh-191-name-clash
Fix name clash b/w 1:1 connections and collections
2 parents 040b92b + 019f2b6 commit 6056ae7

File tree

5 files changed

+1336
-987
lines changed

5 files changed

+1336
-987
lines changed

graphql/convert_schema/types.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function types.convert(state, avro_schema, opts)
373373
if context == nil then
374374
context = {
375375
field_name = nil,
376-
path = {},
376+
path = {'results'},
377377
}
378378
end
379379

0 commit comments

Comments
 (0)