scopedResourceIds
No description
scopedResourceIds(
first: Int
offset: Int
filter: StringFilter
): [String]
Arguments
scopedResourceIds.first ● Int scalar
Only read the first n values of the set.
scopedResourceIds.offset ● Int scalar
Skip the first n values.
scopedResourceIds.filter ● StringFilter input
A filter to be used in determining which values should be returned by the collection.
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.