Expand description
§Generate an API schema from an sdl.
Structs§
- ApiSchema
Error - An error which occurred during JavaScript api schema generation.
- ApiSchema
Options - Options for generating the API schema.
Functions§
- api_
schema - The
api_schema
function receives a [string
] representing the SDL and invokes JavaScript functions to parse, convert to apiSchema and print to string.
Type Aliases§
- ApiSchema
Result - The type returned when invoking
api_schema