IGraphQLMap.Items[const Key] Property
Gets the value associated with the specified key.
Remarks
Behavior is different from regular dictionary: if the Key does not exist, an empty value is returned, and no exception is raised.
Syntax
Unit: GraphQL.Types
property IGraphQLMap.Items[const Key]: TValue