getSalesforceObjectDescriptionPayload
The described Salesforce object and its field metadata.
type getSalesforceObjectDescriptionPayload {
label: String!
fieldCount: Int!
fields: [SalesforceObjectField]
}
Fields
getSalesforceObjectDescriptionPayload.label ● String! non-null scalar
The object's display label, or an error message when the describe call failed.
getSalesforceObjectDescriptionPayload.fieldCount ● Int! non-null scalar
Number of fields returned (0 when the describe failed).
getSalesforceObjectDescriptionPayload.fields ● [SalesforceObjectField] list object
Metadata for each field on the object.