While defining this custom directive:
directive @hashField on INPUT_FIELD_DEFINITION
I get this error on the AWS AppSync (Schema tab):
Error parsing schema. Directive definitions are not supported.
I understand AWS provides functions that can provide similar functionalities, but these functions won't work for my use case.
What's the alternative for custom directives in AWS AppSync? Is it going to be supported in a future release?