getSFDCObjectInput
No description
input getSFDCObjectInput {
id: String!
objectName: String!
}
Fields
getSFDCObjectInput.id ● String! non-null scalar
Salesforce record id to fetch.
getSFDCObjectInput.objectName ● String! non-null scalar
Salesforce object/sObject type of the record, e.g. "Account", "Opportunity", or "Contact". Determines which concrete type is returned in the SFDCObject union.
Member Of
getSFDCObject query