Victor Andrey

Results 4 issues of Victor Andrey

**Is your feature request related to a problem? Please describe.** Currently, the one way I can see to skip updates is to set broadcastable to `false` as documented [here](https://graphql-ruby.org/subscriptions/subscription_classes#skipping-subscription-updates). This...

### Changes Add `input_format` to input options so that we can set the input format for a date picker at the input level and not just globally. ### Example ```ruby...

### Motivation / Background - When searching for multiple fields including `id`, other searchable inputs force the `predicate` to `eq` rather than `cont`, and `selected-list` does not, which results in...

Add a `without_instance_methods` qualifier to enum matcher. ```ruby class Issue < ActiveRecord::Base enum status: [:open, :closed], instance_methods: false end RSpec.describe Issue, type: :model do it do should define_enum_for(:status). without_instance_methods end...