editOpportunity
No description
editOpportunity(
  accountId: Int!
  closed: Boolean
  contactId: Int!
  cost: Int
  description: String!
  estimateId: Int
  estimatedEndDate: String
  id: Int!
  lostReasonId: Int
  result: String
  sourceId: Int
  stateId: Int
  statusId: Int!
  tags: [ID!]
  title: String!
  typeId: Int!
  userId: Int!
  value: Int
  winReasonId: Int
): Opportunity