Skip to content

interfaceSpecificationTemplates

Query for nodes of type InterfaceSpecificationTemplate

graphql
interfaceSpecificationTemplates(
  after: String
  before: String
  filter: InterfaceSpecificationTemplateFilterInput
  first: Int
  last: Int
  orderBy: [InterfaceSpecificationTemplateOrder!]
  skip: Int
): InterfaceSpecificationTemplateConnection!

Arguments

interfaceSpecificationTemplates.after ● String scalar

Get only items after the cursor

interfaceSpecificationTemplates.before ● String scalar

Get only items before the cursor

interfaceSpecificationTemplates.filter ● InterfaceSpecificationTemplateFilterInput input

Filter for specific items in the connection

interfaceSpecificationTemplates.first ● Int scalar

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

interfaceSpecificationTemplates.last ● Int scalar

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

interfaceSpecificationTemplates.orderBy ● [InterfaceSpecificationTemplateOrder!] list input

Order in which the items are sorted

interfaceSpecificationTemplates.skip ● Int scalar

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

Type

InterfaceSpecificationTemplateConnection object

The connection type for InterfaceSpecificationTemplate.

Released under the MIT License.