diff --git a/Gemfile.lock b/Gemfile.lock index 49e5b075449d..f9893bd3582f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM activesupport (>= 6.1) gmail_xoauth (0.4.2) oauth (>= 0.3.6) - graphql (2.1.6) + graphql (2.1.7) racc (~> 1.4) graphql-batch (0.5.3) graphql (>= 1.12.18, < 3) diff --git a/spec/graphql/gql/record_loader_spec.rb b/spec/graphql/gql/record_loader_spec.rb index 130089f2ffbb..2b6dcf1ab3c4 100644 --- a/spec/graphql/gql/record_loader_spec.rb +++ b/spec/graphql/gql/record_loader_spec.rb @@ -136,8 +136,8 @@ def trace_queries(total_queries, uncached_queries) 'ObjectLookup Load' => 1, 'Permission Load' => 7, 'Permission Exists?' => 6, - 'Group Load' => 1, - 'UserGroup Exists?' => 2, + 'Group Load' => 11, + 'UserGroup Exists?' => 4, 'Ticket Load' => 1, # 'Ticket Exists?' => 1, 'User Load' => 2, @@ -154,8 +154,8 @@ def trace_queries(total_queries, uncached_queries) 'ObjectLookup Load' => 1, 'Permission Load' => 6, 'Permission Exists?' => 6, - 'Group Load' => 1, - 'UserGroup Exists?' => 2, + 'Group Load' => 3, + 'UserGroup Exists?' => 4, 'Ticket Load' => 1, # 'Ticket Exists?' => 1, 'User Load' => 2,