Attaches additional references to a document you have already uploaded. References that are already attached are ignored, so the call is safe to retry. Use this when you upload a document before you know everything it applies to. Returns the updated document.
Mutation.
brokerageDocumentAddReferences
Attaches additional references to a document you have already uploaded. References that are already attached are ignored, so the call is safe to retry. Use this when you upload a document before you know everything it applies to. Returns the updated document.
Arguments
id
ID!
Required
references
[DocumentReferenceInput!]!
Required
Returns:
BrokerageDocument
type Mutation { brokerageDocumentAddReferences(id: ID!, references: [DocumentReferenceInput!]!): BrokerageDocument }Was this page helpful?