Concept Flow - Required fields with non-null (!)
Define field with !
Field is required
Client must provide value
Server validates input
If null or missing -> Error
If valid -> Proceed
This flow shows how a GraphQL input field marked with ! is required, meaning clients must provide a non-null value or the server returns an error.