blaze-persistence icon indicating copy to clipboard operation
blaze-persistence copied to clipboard

Make `@GraphQLIgnore` work also on setters

Open david-kubecka opened this issue 3 years ago • 0 comments

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.

david-kubecka avatar Jan 09 '23 09:01 david-kubecka