API Stability Long-Term

The enableEventForwarder() GraphQL mutation may be used to enable an event forwarder.

Syntax

Below is the syntax for the enableEventForwarder() mutation field:

graphql
enableEventForwarder(
      input: EnableEventForwarderInput!
   ): boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  enableEventForwarder( input:
   { id: "123abc" } )
}
Example Responses
Show:
json
{
  "data": {
    "enableEventForwarder": true
  }
}

Given Datatypes

For EnableEventForwarderInput, there is one parameter. They're listed and described below:

Table: EnableEventForwarderInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 18, 2024
idstringyes Long-TermThe unique identifier of the event forwarder.