Class ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlRequest
Execute any GraphQL query and mutation against the Firebase Data Connect's generated GraphQL schema. Grants full read and write access to the connected data sources. Note: Use introspection query to explore the generated GraphQL schema.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlRequest
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.ExecuteGraphqlRequest : FirebaseDataConnectBaseServiceRequest<GraphqlResponse>, IClientServiceRequest<GraphqlResponse>, IClientServiceRequest
Constructors
ExecuteGraphqlRequest(IClientService, GraphqlRequest, string)
Constructs a new ExecuteGraphql request.
Declaration
public ExecuteGraphqlRequest(IClientService service, GraphqlRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GraphqlRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The relative resource name of Firebase Data Connect service, in the format:
projects/{project}/locations/{location}/services/{service}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ExecuteGraphql parameter list.
Declaration
protected override void InitParameters()