GraphQL tip: Only make fields required if they are present for all users | by Tamas Sallai

GraphQL tip: Only make fields required if they are present for all users | by Tamas Sallai

In GraphQL it’s possible to mark a field as required with the `!`. For example, a `User` always have a `Project` according to this schema: Marking …

 

Read More