`When the table has no record returns [@scope.resolve](https://github.com/graphiti-api/graphiti/blob/14e84ef7e10c347ec391b96948365b5195074632/lib/graphiti/resource_proxy.rb#L68) an empty Array. In my controller there is # POST /user_absences def create @user_absence = UserAbsenceResource.build(params) authorize @user_absence.data if @user_absence.save render jsonapi: @user_absence, status: 201 else render jsonapi_errors: @user_absence end end and I get Graphiti::Errors::RecordNotFound: Specified Record Not Found in the case.