imports
Returns a list of the current user's imports.
imports(
after: String
demandHqId: ID!
first: Int
): DemandImportConnection!
Arguments
imports.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
imports.demandHqId
● ID!
non-null scalar
imports.first
● Int
scalar
Returns the first n elements from the list.
Type
DemandImportConnection
object
A connection that returns a list of DemandImport nodes.