Skip to main content

scopedLibraryResourceIds

No description

scopedLibraryResourceIds(
first: Int
offset: Int
filter: StringFilter
): [String]

Arguments

scopedLibraryResourceIds.first ● Int scalar

Only read the first n values of the set.

scopedLibraryResourceIds.offset ● Int scalar

Skip the first n values.

scopedLibraryResourceIds.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.