ConnectionInterfaceDetailsV2Response: {
    attributesByEnv: ConnectionInterfaceAttributesByEnv[];
    automaticallyGenerated: boolean;
    slug: string;
    sourcePluginVersionId?: string;
    typeId: string;
    visibility: Visibility;
}

Type declaration

  • attributesByEnv: ConnectionInterfaceAttributesByEnv[]

    Connection interface attributes.

  • automaticallyGenerated: boolean

    Indicates if this connection interface was generated by a plugin or manually.

  • slug: string

    Connection interface id generated by client.

  • OptionalsourcePluginVersionId?: string

    Version id from plugin that generated this connection interface.

  • typeId: string

    Connection interface type.

  • visibility: Visibility