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: type User { name …
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: type User { name …