apiKeys
Reads a set of ApiKey.
apiKeys(
first: Int
offset: Int
orderBy: [ApiKeysOrderBy!]
condition: ApiKeyCondition
filter: ApiKeyFilter
): [ApiKey!]
Arguments
apiKeys.first ● Int scalar
Only read the first n values of the set.
apiKeys.offset ● Int scalar
Skip the first n values.
apiKeys.orderBy ● [ApiKeysOrderBy!] list enum
The method to use when ordering ApiKey.
apiKeys.condition ● ApiKeyCondition input
A condition to be used in determining which values should be returned by the collection.
apiKeys.filter ● ApiKeyFilter input
A filter to be used in determining which values should be returned by the collection.