OBJECT
OpportunityTypeRepository
link GraphQL Schema definition
- type OpportunityTypeRepository {
- # Arguments
- # entityId: ID of the entity to retrieve.
- ID!): OpportunityTypeEntity ( :
- # Arguments
- # entityIds: IDs of the entities to retrieve.
- ID!]!): [OpportunityTypeEntity!]! ( : [
- # Arguments
- # limit: Number of entities to retrieve.
- # offset: How many entities from beginning to skip.
- # filter: Filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: Returns deleted records as well. Default false.
- (
- Int, :
- Int, :
- OpportunityTypeFilterInput, :
- OpportunityTypeOrderByInput!], : [
- Boolean :
- ): [OpportunityTypeEntity!]!
- # 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.
- (
- OpportunityTypeFilterInput, :
- OpportunityTypeOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OpportunityTypeEntityConnection
- # Arguments
- # limit: Number of entities to retrieve.
- # offset: How many entities from beginning to skip.
- # filter: Filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: Returns deleted records as well. Default false.
- (
- Int, :
- Int, :
- OpportunityTypeFilterInput, :
- OpportunityTypeOrderByInput!], : [
- Boolean :
- ): [OpportunityTypeEntity!]!
- # Arguments
- # filter: [Not documented]
- # orderBy: [Not documented]
- (
- OpportunityTypeFilterInput, :
- OpportunityTypeOrderByInput!] : [
- ): [OpportunityTypeEntity!]!
- # Arguments
- # entityId: [Not documented]
- ID!): OpportunityTypeEntity! ( :
- # Arguments
- # pipelineId: [Not documented]
- UUID!): OpportunityTypeEntity ( :
- }