wmaciejak/rails_rom_graphql_clean_architecture_boilerplate

View on GitHub
app/graphql/example_project_schema.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

ExampleProjectSchema = GraphQL::Schema.define do
  query QueryType
  use BatchLoader::GraphQL
end