directive @connector

Specifies the connector to use for a query operation.

@connector can only annotate fields in root operation types that return an object type (regardless of wrapping).

Arguments

additionalconfigurations: [StepZen_NamedValue!]

specifies connector type dependent parameters which are not secrets but more naturally specified within the SDL.

configuration: String

The configuration argument specifies the configuration entry by name from the configurationset. Configuration values provide a hidden database of values that are used to connect to the backend.

Values for configuration keys name and id (optional) are made available through the admin API and therefore it is recommended that these values do not contain secrets. A convention is to use id to represent the backend connector for usage in asset management and dependency tracking.

type: String!

StepZen connector type.

Locations

Type System: FIELD_DEFINITION