ConnectedApp: Node & {
    __typename?: "ConnectedApp";
    authType?: Maybe<ConnectedAppAuthType>;
    id: Scalars["ID"];
    privateConfiguration?: Maybe<Scalars["JSON"]>;
    profile?: Maybe<Profile>;
    publicId?: Maybe<Scalars["ID"]>;
    scope?: Maybe<Scalars["String"]>;
    serviceKey: ConnectedAppServiceKey;
    type?: Maybe<ConnectedAppType>;
}

Connected apps stored in the profile

Generated using TypeDoc