IGraphQLList.GetItem Method Returns the element at the specified index. Syntax Unit: GraphQL.Types function IGraphQLList.GetItem(Index: Integer): TValue; virtual; abstract; Parameters <-> Parameter Type Description Index Integer See also IGraphQLList