Skip to content

Commit

Permalink
cleanup(compiler): remove accidental pub
Browse files Browse the repository at this point in the history
  • Loading branch information
FGoessler committed Jan 15, 2025
1 parent 63ed1c7 commit dc3d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/schema/src/query_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct QuerySchema {
pub internal_data_model: InternalDataModel,

pub(crate) enable_raw_queries: bool,
pub connector: &'static dyn Connector,
pub(crate) connector: &'static dyn Connector,

/// Indexes query and mutation fields by their own query info for easier access.
query_info_map: HashMap<(Operation, QueryInfo), usize>,
Expand Down

0 comments on commit dc3d17e

Please sign in to comment.