Greetings,
Is there a way to disable a field for GraphQL mutations or specifically for the add
or update
mutations and still allow the field for search queries? This can be useful when we won’t want the GraphQL users to change the field (like., the field for created
timestamp) but still want the users to be able to query and filter on this field.
The field can thus be populated using the @default directive (when it arrives) or via the lanbda function.
Thanks.