This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Description
I am following the instructions, but I am getting this error
# Gemfile
gem 'graphql-pundit'
class Types::BaseObject < GraphQL::Schema::Object
field_class GraphQL::Pundit::Field
end
{
"status": 500,
"error": "Internal Server Error",
"exception": "#<NameError: uninitialized constant GraphQL::Pundit>",
"traces": {
"Application Trace": [
{
"id": 1,
"trace": "app/graphql/types/base_object.rb:2:in `<class:BaseObject>'"
},
I tried to create a new rails app with only gem 'graphql' + 'graphql-pundit' and i get the same error.?