Concept Flow - Scalar types (String, Int, Float, Boolean, ID)
Start: Define Scalar Type
Choose one of: String, Int, Float, Boolean, ID
Assign value matching type
Use value in query or mutation
GraphQL validates type
Return or store value
End
This flow shows how a scalar type is chosen, assigned a value, validated by GraphQL, and then used in queries or mutations.