Class: ScalarTypeDef
A definition of a custom scalar defined in a Module.
Extends
BaseClient
Constructors
new ScalarTypeDef()
new ScalarTypeDef(
parent
?,_id
?,_description
?,_name
?,_sourceModuleName
?):ScalarTypeDef
Constructor is used for internal usage only, do not create object from it.
Parameters
• parent?
• parent.ctx?: Context
• parent.queryTree?: QueryTree
[]
• _id?: ScalarTypeDefID
• _description?: string
• _name?: string
• _sourceModuleName?: string
Returns
Overrides
BaseClient.constructor
Methods
description()
description():
Promise
<string
>
A doc string for the scalar, if any.
Returns
Promise
<string
>
id()
id():
Promise
<ScalarTypeDefID
>
A unique identifier for this ScalarTypeDef.
Returns
Promise
<ScalarTypeDefID
>
name()
name():
Promise
<string
>
The name of the scalar.
Returns
Promise
<string
>
sourceModuleName()
sourceModuleName():
Promise
<string
>
If this ScalarTypeDef is associated with a Module, the name of the module. Unset otherwise.
Returns
Promise
<string
>