Tags: phucngh/graph-node
Tags
store: Change the primary key on subgraph_deployment Make 'id' the primary key on subgraph_deployment so that entries there are identified with the same id as entries in deployment_schemas
graphql: Add `subgraphError` argument only when feature is present We saw an issue in a graphql client that is avoided by doing this. and it is generally more correct to only include it if the subgraph opts in. This requires storing the `features` field in the metadata, which we should be doing anyways.
PreviousNext