graphql-ruby
https://github.com/rmosolgo/graphql-ruby
Ruby
Ruby implementation of GraphQL
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to graphql-ruby
Help out
- Issues
- Execution::Next: fix NoMethodError when fragment non-null propagation nullifies the parent
- Cache complexity analyzer in-memory/redis
- Exec-next: halt when a non-null error is encountered
- Add ESM build output for graphql-ruby-client
- Support procs for validation conditions
- Publish an ESM compliant client package
- Migrate to RDoc
- Resolver#initialize argument cache misses arguments added by field extensions
- Single-pass input coercion + validation
- Validate that interface field implementations match the abstract definition
- Docs
- GraphQL::Schema::Visibility::Subset#visit_type
- GraphQL::Schema::Visibility::Subset#load_all_types
- GraphQL::Schema::Visibility::Subset#referenced?
- GraphQL::Schema::Visibility::Subset#raise_duplicate_definition
- GraphQL::Schema::Visibility::Subset#non_duplicate_items
- GraphQL::Schema::Visibility::Subset#add_type
- GraphQL::Schema::Visibility::Subset#add_if_visible
- GraphQL::Schema::Visibility::Subset#reachable_type?
- GraphQL::Schema::Visibility::Subset#loaded_types
- GraphQL::Schema::Visibility::Subset#loadable?