Skip to content

Commit 712757a

Browse files
ardatanAlan-Cha
authored andcommitted
Export translateOpenAPIToGraphQL
1 parent df660f9 commit 712757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-to-graphql/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export async function createGraphQLSchema<TSource, TContext, TArgs>(
171171
/**
172172
* Creates a GraphQL interface from the given OpenAPI Specification 3
173173
*/
174-
function translateOpenAPIToGraphQL<TSource, TContext, TArgs>(
174+
export function translateOpenAPIToGraphQL<TSource, TContext, TArgs>(
175175
oass: Oas3[],
176176
{
177177
strict,

0 commit comments

Comments
 (0)