@vnodes/graphql
Preparing search index...
GqlOptionsFactory
Interface GqlOptionsFactory<T>
interface
GqlOptionsFactory
<
T
extends
Record
<
string
,
any
>
=
GqlModuleOptions
>
{
createGqlOptions
()
:
Omit
<
T
,
"driver"
>
|
Promise
<
Omit
<
T
,
"driver"
>
>
;
}
Type Parameters
T
extends
Record
<
string
,
any
>
=
GqlModuleOptions
Index
Methods
create
Gql
Options
Methods
create
Gql
Options
createGqlOptions
()
:
Omit
<
T
,
"driver"
>
|
Promise
<
Omit
<
T
,
"driver"
>
>
Returns
Omit
<
T
,
"driver"
>
|
Promise
<
Omit
<
T
,
"driver"
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Gql
Options
@vnodes/graphql
Loading...