OBJECT
ContactRelationLabelRepository
link GraphQL Schema definition
- type ContactRelationLabelRepository {
- # Arguments
- # entityId: [Not documented]
- (: ID!): ContactRelationLabelEntity
- # Arguments
- # entityIds: [Not documented]
- (: [ID!]!): [ContactRelationLabelEntity!]!
- # Arguments
- # limit: [Not documented]
- # offset: [Not documented]
- # filter: [Not documented]
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- : Int,
- : Int,
- : ContactRelationLabelFilterInput,
- : [ContactRelationLabelOrderByInput!],
- : Boolean
- ): [ContactRelationLabelEntity!]!
- # Arguments
- # filter: filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: [Not documented]
- (
- : ContactRelationLabelFilterInput,
- : [ContactRelationLabelOrderByInput!],
- : Boolean
- ): [ContactRelationLabelEntity!]!
- # Arguments
- # id: [Not documented]
- # revision: [Not documented]
- (
- : UUID!,
- : Int!
- ): [UUID!]!
- }