rolodex
rolodex copied to clipboard
Allow options to be used on fields with a schema type
trafficstars
Currently fields that use a schema type lose any options that you pass to the field e.g.
field(:parent, Rolodex.Mocks.Parent, required: true)
loses the required: true. The PR is a small change to keep the metadata when swapping in refs rather than replacing it entirely.