@terascope/data-types / graphql-helper
graphql-helper
Functions
formatGQLDescription()
formatGQLDescription(
desc
?,prefix
?):string
Parameters
Parameter | Type |
---|---|
desc ? | string |
prefix ? | string |
Returns
string
Source
data-types/src/graphql-helper.ts:14
formatSchema()
formatSchema(
schemaStr
,removeScalars
):string
Parameters
Parameter | Type | Default value |
---|---|---|
schemaStr | string | undefined |
removeScalars | boolean | false |
Returns
string