connectionInstructions

Instructions for setting up a connector.

Examples

type ConnectionInstructions {
  type: CredentialsType
  title: String
  details: [String]
  linksToDocs: [LinkToDocs]
  permissions: [String]
  hostURL: String
}

Fields

Field
Description
Supported fields

Authentication type these instructions apply to

title String

Title of the instruction section

details [String]

Step-by-step setup instructions

linksToDocs [LinkToDocs]

An array of links to different releavnt documentations

href String! title String!

permissions [String]

An array of permissions needed for this connector

hostURL String

Default host URL hint for this credential type (used as placeholder in the UI)

References

Fields with this object:

Last updated