Skip to main content

GeneratePDFFileInput

Input data for the generated PDF file. Provide a GeneratePDFFileInput to one of the generate*PDF to create a new File entity with the generated PDF data.

input GeneratePDFFileInput {
accounts: [ID!]
activities: [ID!]
articles: [ID!]
contacts: [ID!]
folder: ID
info: String
leads: [ID!]
missions: [ID!]
name: String
objects: [ID!]
opportunities: [ID!]
orders: [ID!]
projects: [ID!]
quotes: [ID!]
users: [ID!]
}

Fields

GeneratePDFFileInput.accounts ● [ID!] list scalar

Accounts the generated file should be connected to.

GeneratePDFFileInput.activities ● [ID!] list scalar

Activities the uploaded file should be connected to.

GeneratePDFFileInput.articles ● [ID!] list scalar

Articles the generated file should be connected to.

GeneratePDFFileInput.contacts ● [ID!] list scalar

Contacts the generated file should be connected to.

GeneratePDFFileInput.folder ● ID scalar

Folder to place the generated PDF file in.

GeneratePDFFileInput.info ● String scalar

GeneratePDFFileInput.leads ● [ID!] list scalar

Leads the generated file should be connected to.

GeneratePDFFileInput.missions ● [ID!] list scalar

Missions the generated file should be connected to.

GeneratePDFFileInput.name ● String scalar

Set the name of the PDF file to create. If left empty, a generated name will be used.

GeneratePDFFileInput.objects ● [ID!] list scalar

Objects the generated file should be connected to.

GeneratePDFFileInput.opportunities ● [ID!] list scalar

Opportunities the generated file should be connected to.

GeneratePDFFileInput.orders ● [ID!] list scalar

Orders the uploaded file should be connected to. When a order PDF is generated and the connected orders have not been specified, then the generated file will be connected to the order it is based on. If the orders parameter is non-null it will be used verbatim. If no order should be connected, specify a empty array ([])

GeneratePDFFileInput.projects ● [ID!] list scalar

Projects the generated file should be connected to.

GeneratePDFFileInput.quotes ● [ID!] list scalar

Quotes the uploaded file should be connected to. When a quote PDF is generated and the connected quotes have not been specified, then the generated file will be connected to the quote it is based on. If the quotes parameter is non-null it will be used verbatim. If no quote should be connected, specify a empty array ([])

GeneratePDFFileInput.users ● [ID!] list scalar

Users the generated file should be connected to.

Member of

generateOrderPDF mutation ● generateQuotePDF mutation