Jelani Woods
Results
1
issues of
Jelani Woods
I edited the example [employee directory app](https://github.com/graphiti-api/employee_directory) to allow nil values for each employee field— ```rb class EmployeeResource < ApplicationResource self.filters_accept_nil_by_default = true attribute :first_name, :string attribute :last_name, :string attribute...