leanix-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
GraphQLClient
constructor
_authenticator
execute
GraphQL
Hierarchy
GraphQLClient
Index
Constructors
constructor
Properties
_authenticator
Methods
execute
GraphQL
Constructors
constructor
new
GraphQLClient
(
authenticator
:
Authenticator
)
:
GraphQLClient
Parameters
authenticator:
Authenticator
Returns
GraphQLClient
Properties
Private
_authenticator
_authenticator
:
Authenticator
Methods
execute
GraphQL
execute
GraphQL
(
query
:
string
, variables
?:
any
)
:
Promise
<
any
>
Parameters
query:
string
Optional
variables:
any
Returns
Promise
<
any
>
Generated using
TypeDoc