Skip to main content

connectionTemplate Query

Returns the specified ConnectionTemplate object.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_view]. 2. The signed-in User has any of the following permissions for the associated Customer: [customer_manage_integrations].

Input fields

ArgumentTypeDescription
idID!The ID of the ConnectionTemplate object.

Return fields (ConnectionTemplate)

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the ConnectionTemplate.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the ConnectionTemplate.

connection (Connection!)

The Connection from which this template is structured.

hasDeployedInstances (Boolean!)

Indicates template is in use on an Instance.

id (ID!)

The ID of the object

inputFieldTemplates (InputFieldTemplateConnection!)

The template that this input is associated with.

instances (InstanceConnection!)

Returns a list of deployed customer instances that are leveraging this template.

name (String!)

The name of this template.

templatedInputKeys ([String])

Returns a list of the keys that are preset by this template.