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