IGraphQLMap.Contains Method
Returns true if the map contains the specified key. False otherwise.
Syntax
Unit: GraphQL.Types
function IGraphQLMap.Contains(const Key: string): Boolean; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Key | string |