summaryrefslogtreecommitdiff
path: root/spec/support/graphql/field_inspection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/graphql/field_inspection.rb')
-rw-r--r--spec/support/graphql/field_inspection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/graphql/field_inspection.rb b/spec/support/graphql/field_inspection.rb
index f39ba751141..e5fe37ec555 100644
--- a/spec/support/graphql/field_inspection.rb
+++ b/spec/support/graphql/field_inspection.rb
@@ -22,7 +22,7 @@ module Graphql
@type ||= begin
field_type = @field.type.respond_to?(:to_graphql) ? @field.type.to_graphql : @field.type
- # The type could be nested. For example `[GraphQL::STRING_TYPE]`:
+ # The type could be nested. For example `[GraphQL::Types::String]`:
# - List
# - String!
# - String