We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6a8a27 + 7c73c04 commit b4e704fCopy full SHA for b4e704f
guides/type_definitions/enums.md
@@ -43,7 +43,7 @@ In your application, enums extend {{ "GraphQL::Schema::Enum" | api_doc }} and de
43
44
```ruby
45
# First, a base class
46
-# app/graphql/types/base_enum
+# app/graphql/types/base_enum.rb
47
class Types::BaseEnum < GraphQL::Schema::Enum
48
end
49
0 commit comments