Skip to content

imss

Query for nodes of type IMS

graphql
imss(
  after: String
  before: String
  filter: IMSFilterInput
  first: Int
  last: Int
  orderBy: [IMSOrder!]
  skip: Int
): IMSConnection!

Arguments

imss.after ● String scalar

Get only items after the cursor

imss.before ● String scalar

Get only items before the cursor

imss.filter ● IMSFilterInput input

Filter for specific items in the connection

imss.first ● Int scalar

Get the first n items. Must not be used if before is specified

imss.last ● Int scalar

Get the last n items. Must not be used if after is specified

imss.orderBy ● [IMSOrder!] list input

Order in which the items are sorted

imss.skip ● Int scalar

Skips n items. First or last MUST be specified, is otherwise ignored

Type

IMSConnection object

The connection type for IMS.

Released under the MIT License.