Skip to content

Commit 6d033dd

Browse files
Alan-ChaErikWittern
authored andcommitted
Remove operation sorting
Signed-off-by: Alan Cha <[email protected]>
1 parent 47afef5 commit 6d033dd

File tree

10 files changed

+121
-210
lines changed

10 files changed

+121
-210
lines changed

packages/openapi-to-graphql/lib/auth_builder.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Functions to create viewers that allow users to pass credentials to resolve
3+
* functions used by OpenAPI-to-GraphQL.
4+
*/
15
import { GraphQLObjectType as GQObjectType } from 'graphql';
26
import { Args, ResolveFunction } from './types/graphql';
37
import { PreprocessingData } from './types/preprocessing_data';

packages/openapi-to-graphql/lib/auth_builder.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/auth_builder.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql/lib/index.js

Lines changed: 1 addition & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)