namespaces
Get a connection to all the namespaces.
namespaces(
after: String
before: String
filterBy: NamespaceFilter
first: Int
last: Int
): NamespaceConnection!
Arguments
namespaces.after ● String scalar
Returns the elements in the list that come after the specified cursor.
namespaces.before ● String scalar
Returns the elements in the list that come before the specified cursor.
namespaces.filterBy ● NamespaceFilter input
Filtering options for the namespaces.
namespaces.first ● Int scalar
Returns the first n elements from the list.
namespaces.last ● Int scalar
Returns the last n elements from the list.
Type
NamespaceConnection object
The connection type for namespaces.