Skip to content

Commit 7fd48fe

Browse files
Remove @hidden from GraphqlServerOptions and FirebaseContext
These interfaces should be visible in the documentation. Removed the @hidden JSDoc tag from GraphqlServerOptions and FirebaseContext in src/v2/providers/dataconnect/graphql.ts. Co-authored-by: egilmorez <5544707+egilmorez@users.noreply.github.com>
1 parent 3651736 commit 7fd48fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/v2/providers/dataconnect/graphql.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export function onGraphRequest(opts: GraphqlServerOptions): HttpsFunction {
114114
}
115115

116116
/**
117-
* @hidden
118117
* Options for configuring the GraphQL server.
119118
*/
120119
export interface GraphqlServerOptions extends Omit<HttpsOptions, "cors"> {
@@ -140,7 +139,6 @@ export interface GraphqlServerOptions extends Omit<HttpsOptions, "cors"> {
140139
}
141140

142141
/**
143-
* @hidden
144142
* Per-request context state shared by all resolvers in a particular query.
145143
*/
146144
export interface FirebaseContext {

0 commit comments

Comments
 (0)