Skip to content

Commit 47c6b47

Browse files
Alan-ChaErikWittern
authored andcommitted
Add operationString field to Operation type
Signed-off-by: Alan Cha <[email protected]>
1 parent f6f08a2 commit 47c6b47

18 files changed

+60
-94
lines changed

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

Lines changed: 4 additions & 5 deletions
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.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/oas_3_tools.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ export declare function trim(str: string, length: number): string;
181181
* method could point to other types of information (e.g., parameters, servers).
182182
*/
183183
export declare function isOperation(method: string): boolean;
184-
/**
185-
* Creates a string that describes an operation in the form:
186-
* {name of OAS} {HTTP method in ALL_CAPS} {operation path}
187-
*/
188-
export declare function getOperationString(operation: Operation, oass: Oas3[]): string;
189184
/**
190185
* Formats a string that describes an operation in the form:
191186
* {name of OAS} {HTTP method in ALL_CAPS} {operation path}

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

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

packages/openapi-to-graphql/lib/oas_3_tools.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/preprocessor.js

Lines changed: 1 addition & 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/preprocessor.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/resolver_builder.js

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

packages/openapi-to-graphql/lib/resolver_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/schema_builder.js

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

0 commit comments

Comments
 (0)