INPUT_OBJECT

CustomHeader

Description

The custom authentication header key and value to authenticate the endpoint.

link GraphQL Schema definition

  • input CustomHeader {
  • # The custom authentication header's key.
  • headerKey: String!
  • # The custom authentication header's value.
  • headerValue: String!
  • }