blaze-persistence
blaze-persistence copied to clipboard
Make `@GraphQLIgnore` work also on setters
Use case: I need to prevent a field to appear in the GraphQL input object type, but still make it appear in the output type. Also, I need the setter because it's used internally.