IdNode: {
    __typename?: "IdNode";
    id: Scalars["String"]["output"];
    idSource: IdSource;
}

Known IDs in the source system.

Type declaration

  • Optional__typename?: "IdNode"
  • id: Scalars["String"]["output"]

    The ID in the source system.

  • idSource: IdSource

    The source of the ID.