0 votes
in GraphQL by
What do you know by a non-null type modifier in GraphQL?

1 Answer

0 votes
by

In GraphQL, a non-null type modifier is used to specify an argument as non-null value. If you pass null for a non-null argument, the GraphQL server will send a validation error. The exclamation mark "!" is used to mark an argument as non-null.

Related questions

0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
...