Skip to content

searchInterfaceSpecifications

Search for nodes of type InterfaceSpecification

graphql
searchInterfaceSpecifications(
  filter: InterfaceSpecificationFilterInput
  first: Int!
  query: String!
  skip: Int
): [InterfaceSpecification!]!

Arguments

searchInterfaceSpecifications.filter ● InterfaceSpecificationFilterInput input

Filter for specific items

searchInterfaceSpecifications.first ● Int! non-null scalar

Get the first n items.

searchInterfaceSpecifications.query ● String! non-null scalar

Search query nodes must match

searchInterfaceSpecifications.skip ● Int scalar

Skips n items.

Type

InterfaceSpecification object

Specification of an Interface. Defined on a Component, but can be visible and invisible on different ComponentVersions. Can be affected by Issues, and be used as start / end of ServiceEffectSpecifications. Defines InterfaceParts, but active parts depend on the InterfaceSpecificationVersion. READ is granted if READ is granted on component, or any InterfaceSpecificationVersion in versions.

Released under the MIT License.