We have a field which expects a non-nullable string with type String! however Apollo will except this field if it is an empty string or string with just empty spaces.
We have tried using scalar type NonEmptyString however no luck.
Is there a way to add non-empty string type to our Apollo Server graphql schema?
Thanks