Concept Flow - List types
Define List Type
Use square brackets [
Specify element type inside brackets
Apply list type in schema
Query returns array of elements
Access elements by index or iterate
List types in GraphQL are defined by wrapping a type in square brackets to represent an array of that type.