KnowledgeSourcePartsFragment: {
    __typename?: "KnowledgeSourceSitemap";
    createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    createdBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    };
    id: string;
    labelTypes: {
        __typename: "LabelType";
        archivedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        } | null;
        archivedBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        } | null;
        createdAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        createdBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
        icon: string | null;
        id: string;
        isArchived: boolean;
        name: string;
        updatedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        updatedBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
    }[];
    status: {
        __typename?: "IndexingStatusFailed";
        failedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        reason: string;
    } | {
        __typename?: "IndexingStatusIndexed";
        indexedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
    } | {
        __typename?: "IndexingStatusPending";
        startedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
    };
    type: KnowledgeSourceType;
    updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    updatedBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    };
    url: string;
}

Type declaration

  • Optional __typename?: "KnowledgeSourceSitemap"
  • createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • createdBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    }
  • id: string
  • labelTypes: {
        __typename: "LabelType";
        archivedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        } | null;
        archivedBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        } | null;
        createdAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        createdBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
        icon: string | null;
        id: string;
        isArchived: boolean;
        name: string;
        updatedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        updatedBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
    }[]
  • status: {
        __typename?: "IndexingStatusFailed";
        failedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        reason: string;
    } | {
        __typename?: "IndexingStatusIndexed";
        indexedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
    } | {
        __typename?: "IndexingStatusPending";
        startedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
    }
  • type: KnowledgeSourceType
  • updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • updatedBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    }
  • url: string