exAspArk/graphql-guard

View on GitHub
lib/graphql/guard/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module GraphQL
  class Guard
    VERSION = "2.0.0"
  end
end