Skip to content

Commit

Permalink
Strip a few internals
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 29, 2024
1 parent de94828 commit b10f057
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion grafast/dataplan-pg/src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export class PgResource<
* an array of arrays) - and thus is not appropriate to use for GraphQL
* Cursor Connections.
*
* @internal
* @experimental
*/
public sqlPartitionByIndex: SQL | null = null;

Expand Down
3 changes: 0 additions & 3 deletions grafast/dataplan-pg/src/steps/pgSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,6 @@ export class PgSelectStep<
return new PgSelectStep(this, mode);
}

/** @internal */
connectionClone(
$connection: ConnectionStep<any, any, any, any>,
mode?: PgSelectMode,
Expand Down Expand Up @@ -1167,7 +1166,6 @@ and ${sql.indent(sql.parens(condition(i + 1)))}`}
this.where(finalCondition);
}

/** @internal */
parseCursor(
$cursorPlan: __InputStaticLeafStep<string>,
): PgSelectParsedCursorStep | null {
Expand All @@ -1190,7 +1188,6 @@ and ${sql.indent(sql.parens(condition(i + 1)))}`}
this.beforeStepId = this.addDependency($parsedCursorPlan);
}

/** @internal */
public pageInfo(
$connectionPlan: ConnectionStep<any, PgSelectParsedCursorStep, this, any>,
): PgPageInfoStep<this> {
Expand Down
1 change: 0 additions & 1 deletion utils/tamedevil/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@ function indentIf(condition: boolean, fragment: TE): TE {
* Makes safe identifiers
*
* @experimental
* @internal
*/
export class Idents {
// Initialized with forbidden words
Expand Down

0 comments on commit b10f057

Please sign in to comment.