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