supportingDocumentCollections
Returns the list of supporting document collections.
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)
supportingDocumentCollections(
first: Int! = 50
before: String
after: String
filters: SupportingDocumentCollectionFilterInput
orderBy: SupportingDocumentCollectionOrderByInput
): SupportingDocumentCollectionConnection!
Arguments
supportingDocumentCollections.first ● Int! non-null scalar
the number of elements to load (maximum: 100)
supportingDocumentCollections.before ● String scalar
the index (a unique reference in string form) from which you will load the preceding elements
supportingDocumentCollections.after ● String scalar
the index (a unique reference in string form) from which you will load the following elements
supportingDocumentCollections.filters ● SupportingDocumentCollectionFilterInput input
a filtering table you can apply to your list of connections
supportingDocumentCollections.orderBy ● SupportingDocumentCollectionOrderByInput input
an order you can apply to your list of connections
Type
SupportingDocumentCollectionConnection object
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)