OBJECT
LeadOpptySharingSalesUnitRelationRepository
link GraphQL Schema definition
- type LeadOpptySharingSalesUnitRelationRepository {
 - # Arguments
 - #   entityId: [Not documented]
 - (: ID!): LeadOpptySharingSalesUnitRelationEntity 
 - # Arguments
 - #   entityIds: [Not documented]
 - (: [ID!]!): [LeadOpptySharingSalesUnitRelationEntity!]! 
 - # Arguments
 - #   limit: [Not documented]
 - #   offset: [Not documented]
 - #   filter: [Not documented]
 - #   orderBy: [Not documented]
 - #   includeDeleted: [Not documented]
 - (
 - : Int,
 - : Int,
 - : LeadOpptySharingSalesUnitRelationFilterInput,
 - : [LeadOpptySharingSalesUnitRelationOrderByInput!],
 - : Boolean
 - ): [LeadOpptySharingSalesUnitRelationEntity!]! 
 - # Arguments
 - #   filter: filtering criteria.
 - #   orderBy: Ordering of the result set.
 - #   includeDeleted: [Not documented]
 - #   before: Cursor until which to take entities to result set.
 - #   after: Cursor after which to start taking entities to result 
 - #   set.
 - #   first: Number of entities to return from beginning of the 
 - #   result set.
 - #   last: Return only the "last" number of entities from result 
 - #   set.
 - (
 - : LeadOpptySharingSalesUnitRelationFilterInput,
 - : [LeadOpptySharingSalesUnitRelationOrderByInput!],
 - : Boolean,
 - : String,
 - : String,
 - : Int,
 - : Int
 - ): LeadOpptySharingSalesUnitRelationEntityConnection 
 - # Arguments
 - #   id: [Not documented]
 - #   revision: [Not documented]
 - (
 - : UUID!,
 - : Int!
 - ): [UUID!]! 
 - }