File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
2+ language : ruby
3+ rvm :
4+ - 2.4
5+ before_install :
6+ - gem update --system
7+ - gem --version
8+ rspec :
9+ - bundle exec rspec
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ gem 'graphql'
77
88group :test do
99 gem 'rspec'
10+ gem 'rake'
1011end
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shared_arguments (0.1.0 )
4+ shared-arguments (0.1.0 )
55
66GEM
77 remote: https://rubygems.org/
@@ -31,7 +31,7 @@ DEPENDENCIES
3131 graphql
3232 rake (~> 10.0 )
3333 rspec
34- shared_arguments !
34+ shared-arguments !
3535
3636RUBY VERSION
3737 ruby 2.4.1p111
Original file line number Diff line number Diff line change 11# shared-arguments
2+
3+ [ ![ Build Status] ( https://travis-ci.org/hedselu/shared-arguments.svg?branch=master )] ( https://travis-ci.org/hedselu/shared-arguments )
4+
25Ruby gem for GraphQL arguments sharing within fields
36
47** Sponsored by**
@@ -21,9 +24,9 @@ Sometimes you want to use the same arguments for multiple fields in custom objec
2124To avoid repeating those declarations and DRY-up your schema, I introduce you shared_arguments field.
2225
2326This gem is mostly usable when you have:
24- - many fields with few repeating arguments in each field
25- - few fields with many repeating arguments in each field
26- - many fields with many repeating arguments in each field
27+ - many fields with few repeating arguments
28+ - few fields with many repeating arguments
29+ - many fields with many repeating arguments
2730
2831## Installation
2932
You can’t perform that action at this time.
0 commit comments