Skip to content

searchIMSTemplates ​

Search for nodes of type IMSTemplate

graphql
searchIMSTemplates(
  filter: IMSTemplateFilterInput
  first: Int!
  query: String!
  skip: Int
): [IMSTemplate!]!

Arguments ​

searchIMSTemplates.filter ● IMSTemplateFilterInput input ​

Filter for specific items

searchIMSTemplates.first ● Int! non-null scalar ​

Get the first n items.

searchIMSTemplates.query ● String! non-null scalar ​

Search query nodes must match

searchIMSTemplates.skip ● Int scalar ​

Skips n items.

Type ​

IMSTemplate object ​

Template for imss Defines templated fields with specific types (defined using JSON schema).

Released under the MIT License.