customerConfigVariable Query
Returns the specified CustomerConfigVariable 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_manage_integrations, org_manage_customers].
Input fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the CustomerConfigVariable object. |
Return fields (CustomerConfigVariable)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the CustomerConfigVariable.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the CustomerConfigVariable.
authorizeUrl (String)
The Authorize URL of this Config Variable if associated with an OAuth 2.0 Connection.
customer (Customer)
The Customer with which this Config Variable is associated.
hasDeployedInstances (Boolean!)
Indicates this config variable is in use on an Instance.
id (ID!)
The ID of the object
inputs (ExpressionConnection)
The collection of Expressions that serve as inputs to this variable.
instances (InstanceConnection!)
Returns a list of Instances of Integrations using this config variable.
isTest (Boolean!)
Specifies whether this Config Variable is meant for testing.
logs (LogConnection!)
The CustomerConfigVariable which relates to the Log entry.
meta (JSONString)
Contains arbitrary metadata about this variable.
refreshAt (DateTime)
The timestamp at which the OAuth2 token will automatically be refreshed, if necessary. Only applies to OAuth2 methods where refresh is necessary.
scopedConfigVariable (ScopedConfigVariable!)
The Scoped Config Variable with which this Config Variable is associated.
status (CustomerConfigVariableStatus)
Status indicating if this Connection is working as expected or encountering issues.