@vnodes/graphql
Preparing search index...
GraphQLDefinitionsFactory
Class GraphQLDefinitionsFactory
Hierarchy (
View Summary
)
GraphQLDefinitionsFactory
GraphQLFederationDefinitionsFactory
Index
Constructors
constructor
Properties
gql
Ast
Explorer
gql
Types
Loader
Methods
explore
And
Emit
generate
print
Message
Constructors
constructor
new
GraphQLDefinitionsFactory
()
:
GraphQLDefinitionsFactory
Returns
GraphQLDefinitionsFactory
Properties
Protected
Readonly
gql
Ast
Explorer
gqlAstExplorer
:
GraphQLAstExplorer
Protected
Readonly
gql
Types
Loader
gqlTypesLoader
:
GraphQLTypesLoader
Methods
Protected
explore
And
Emit
exploreAndEmit
(
typePaths
:
string
[]
,
path
:
string
,
outputAs
:
"class"
|
"interface"
,
isDebugEnabled
:
boolean
,
definitionsGeneratorOptions
:
DefinitionsGeneratorOptions
,
typeDefs
?:
string
|
string
[]
,
)
:
Promise
<
void
>
Parameters
typePaths
:
string
[]
path
:
string
outputAs
:
"class"
|
"interface"
isDebugEnabled
:
boolean
definitionsGeneratorOptions
:
DefinitionsGeneratorOptions
Optional
typeDefs
:
string
|
string
[]
Returns
Promise
<
void
>
generate
generate
(
options
:
GenerateOptions
)
:
Promise
<
void
>
Parameters
options
:
GenerateOptions
Returns
Promise
<
void
>
Protected
print
Message
printMessage
(
text
:
string
,
isEnabled
:
boolean
)
:
void
Parameters
text
:
string
isEnabled
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
gql
Ast
Explorer
gql
Types
Loader
Methods
explore
And
Emit
generate
print
Message
@vnodes/graphql
Loading...