summaryrefslogtreecommitdiff
path: root/app/graphql/types/access_level_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/access_level_type.rb')
-rw-r--r--app/graphql/types/access_level_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/access_level_type.rb b/app/graphql/types/access_level_type.rb
index 21c3669979c..2d97f6b30e8 100644
--- a/app/graphql/types/access_level_type.rb
+++ b/app/graphql/types/access_level_type.rb
@@ -6,7 +6,7 @@ module Types
graphql_name 'AccessLevel'
description 'Represents the access level of a relationship between a User and object that it is related to'
- field :integer_value, GraphQL::INT_TYPE, null: true,
+ field :integer_value, GraphQL::Types::Int, null: true,
description: 'Integer representation of access level.',
method: :to_i