@vnodes/graphql
Preparing search index...
startStandaloneServer
Function startStandaloneServer
startStandaloneServer
(
server
:
ApolloServer
<
BaseContext
>
,
options
?:
StartStandaloneServerOptions
<
BaseContext
>
&
{
listen
?:
ListenOptions
;
}
,
)
:
Promise
<
{
url
:
string
}
>
Parameters
server
:
ApolloServer
<
BaseContext
>
Optional
options
:
StartStandaloneServerOptions
<
BaseContext
>
&
{
listen
?:
ListenOptions
}
Returns
Promise
<
{
url
:
string
}
>
startStandaloneServer
<
TContext
extends
BaseContext
>
(
server
:
ApolloServer
<
TContext
>
,
options
:
StartStandaloneServerOptions
<
TContext
>
&
Required
<
Pick
<
StartStandaloneServerOptions
<
TContext
>
,
"context"
>
,
>
&
{
listen
?:
ListenOptions
}
,
)
:
Promise
<
{
url
:
string
}
>
Type Parameters
TContext
extends
BaseContext
Parameters
server
:
ApolloServer
<
TContext
>
options
:
StartStandaloneServerOptions
<
TContext
>
&
Required
<
Pick
<
StartStandaloneServerOptions
<
TContext
>
,
"context"
>
,
>
&
{
listen
?:
ListenOptions
}
Returns
Promise
<
{
url
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vnodes/graphql
Loading...