1 Answer
- Newest
- Most votes
- Most comments
0
The short answer is I can't. I removed the default values from the schema and added them to the request resolver using a util function.
Like this:
#if( $util.defaultIfNull(${context.arguments.events},0) == 1 )
The defaultIfNull will test to see if the value events param has a value and if not set it to 0
answered 6 years ago
Relevant content
- asked 3 years ago
