Skip to main content

AccountQuerySection (Object)

type AccountQuerySection {
byContactNid(
contactNid: AccountNid!
): Account!
byExternalId(
externalId: AccountExternalId!
): [Account!]!
byAvinodeId(
avinodeId: AccountAvinodeIdScalar!
): [Account!]!
bySalesforceId(
salesforceId: AccountSalesforceIdScalar!
): [Account!]!
}

Fields

AccountQuerySection.byContactNid ● Account! non-null object

AccountQuerySection.byContactNid.contactNid ● AccountNid! non-null scalar

AccountQuerySection.byExternalId ● [Account!]! non-null object

AccountQuerySection.byExternalId.externalId ● AccountExternalId! non-null scalar

AccountQuerySection.byAvinodeId ● [Account!]! non-null object

AccountQuerySection.byAvinodeId.avinodeId ● AccountAvinodeIdScalar! non-null scalar

AccountQuerySection.bySalesforceId ● [Account!]! non-null object

AccountQuerySection.bySalesforceId.salesforceId ● AccountSalesforceIdScalar! non-null scalar

Returned By

contact.account query