Opportunity
No description
type Opportunity {
account: Account
contacts: [OpportunityContact!]!
created_at: DateTime!
created_by: User
fields: [OpportunityField!]!
forecast_category: String
id: ID!
owner: User
probability: Float
updated_at: DateTime!
updated_by: User
}
Fields
Opportunity.account ● Account object
Opportunity.contacts ● [OpportunityContact!]! non-null object
Opportunity.created_at ● DateTime! non-null scalar
Opportunity.created_by ● User object
Opportunity.fields ● [OpportunityField!]! non-null object
Opportunity.forecast_category ● String scalar
Opportunity.id ● ID! non-null scalar
Opportunity.owner ● User object
Opportunity.probability ● Float scalar
Opportunity.updated_at ● DateTime! non-null scalar
Opportunity.updated_by ● User object
Returned By
createOpportunity mutation ● deleteOpportunity mutation ● opportunity query ● updateOpportunity mutation
Member Of
OpportunitiesResponse object ● OpportunityPaginator object


