ObjectTypeOptions
interface ObjectTypeOptions {
description?: string
isAbstract?: boolean
implements?: Function | Function[] | (() => Function | Function[])
inheritDescription?: boolean
}
Properties
Property | Description |
---|---|
description?: string
|
Description of the input type. |
isAbstract?: boolean
|
If |
implements?: Function | Function[] | (() => Function | Function[])
|
Interfaces implemented by this object type. |
inheritDescription?: boolean
|
If |