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