DEV

Query.

pluginCredential

Get a plugin credential for a specific mode. Allows switching a credential between live and test mode.

Arguments

mode

Mode

The mode of the plugin credential.

source

String!

Required

Additional setup and version details of the client. (example: "zonos-for-woocommerce (zonos-sdk) version 1.0.0")

Required

The type of the plugin credential.
GraphQL
1
2
3
type Query {
  pluginCredential(mode: Mode, source: String!, type: PluginCredentialType!): PluginCredential
}

Was this page helpful?