3d79f7680e
Currently, we store GitHub Users, Organizations, and Bots as separate nodetypes in the graph. This is inconvenient, as we don't care very much what type of entity authored a node. This commit collapses those three categories into one nodetype. The extra information has migrated to the node payload, so it is still possible to discover this information if it's important. Test plan: There is some amount of snapshot churn because the author node types and payloads have changed. Verify that the snapshot changes are appropriate, and that CI passes. |
||
---|---|---|
.. | ||
core | ||
graphql | ||
plugins |