dry-graphql icon indicating copy to clipboard operation
dry-graphql copied to clipboard

Integrate dry-types/dry-struct with graphql-ruby

Results 3 dry-graphql issues
Sort by recently updated
recently updated
newest added

Hello, I use dry-graphql for it's purpose, turning my dry structs to graphql type. Here is one of my types: ``` module Types module Events class TitleEmittedType < ::Events::TitleEmitted.graphql_type(skip: SKIPPED_ATTRIBUTES)...

Updates the requirements on [graphql](https://github.com/rmosolgo/graphql-ruby) to permit the latest version. Changelog Sourced from graphql's changelog. 1.10.0 (20 Jan 2020) Breaking Changes Class-based schemas using the new interpreter will now use...

dependencies

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.0 > > ==== Enhancements > > * Follows recent changes on keyword...

dependencies