Skip to content

searchIntraComponentDependencySpecificationTypes ​

Search for nodes of type IntraComponentDependencySpecificationType

graphql
searchIntraComponentDependencySpecificationTypes(
  filter: IntraComponentDependencySpecificationTypeFilterInput
  first: Int!
  query: String!
  skip: Int
): [IntraComponentDependencySpecificationType!]!

Arguments ​

searchIntraComponentDependencySpecificationTypes.filter ● IntraComponentDependencySpecificationTypeFilterInput input ​

Filter for specific items

searchIntraComponentDependencySpecificationTypes.first ● Int! non-null scalar ​

Get the first n items.

searchIntraComponentDependencySpecificationTypes.query ● String! non-null scalar ​

Search query nodes must match

searchIntraComponentDependencySpecificationTypes.skip ● Int scalar ​

Skips n items.

Type ​

IntraComponentDependencySpecificationType object ​

Type of an IntraComponentDependencySpecification like CALLS. Part of a ComponentTemplate. READ is always granted.

Released under the MIT License.