Skip to content

Commit

Permalink
store: fix Layout::new comment (graphprotocol#3491)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens authored Apr 25, 2022
1 parent 7efaee5 commit 1e4c689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/postgres/src/relational.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ pub struct Layout {
impl Layout {
/// Generate a layout for a relational schema for entities in the
/// GraphQL schema `schema`. The name of the database schema in which
/// the subgraph's tables live is in `schema`.
/// the subgraph's tables live is in `site`.
pub fn new(site: Arc<Site>, schema: &Schema, catalog: Catalog) -> Result<Self, StoreError> {
// Extract enum types
let enums: EnumMap = schema
Expand Down

0 comments on commit 1e4c689

Please sign in to comment.