Skip to main content

DesSymbolUsedBy

Represents reverse relationships for a symbol (where the symbol is used).

type DesSymbolUsedBy {
components(
after: String
before: String
first: Int
last: Int
): DesComponentConnection
}

Fields

DesSymbolUsedBy.components ● DesComponentConnection object

Gets all components that use this symbol, with cursor-based pagination.

DesSymbolUsedBy.components.after ● String scalar

Returns the elements in the list that come after the specified cursor.

DesSymbolUsedBy.components.before ● String scalar

Returns the elements in the list that come before the specified cursor.

DesSymbolUsedBy.components.first ● Int scalar

Returns the first _n_ elements from the list.

DesSymbolUsedBy.components.last ● Int scalar

Returns the last _n_ elements from the list.