Typescript SDK Type Docs
Preparing search index...
History API SDK
ByProjectKeyGraphqlRequestBuilder
Class ByProjectKeyGraphqlRequestBuilder
Index
Constructors
constructor
Properties
args
Methods
post
Constructors
constructor
new
ByProjectKeyGraphqlRequestBuilder
(
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
projectKey
:
string
}
;
}
,
)
:
ByProjectKeyGraphqlRequestBuilder
Parameters
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
projectKey
:
string
}
;
}
Returns
ByProjectKeyGraphqlRequestBuilder
Properties
Protected
Readonly
args
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
projectKey
:
string
}
;
}
Methods
post
post
(
methodArgs
:
{
body
:
GraphQLRequest
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
}
,
)
:
ApiRequest
<
GraphQLResponse
>
Execute a GraphQL request.
Parameters
methodArgs
:
{
body
:
GraphQLRequest
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
}
Returns
ApiRequest
<
GraphQLResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
Methods
post
Typescript SDK Type Docs
Loading...
Execute a GraphQL request.