New Store Secret

newStoreSecret #

newStoreSecret(storeId: String, params: NewStoreSecretParams) StoreSecret

Example #

mutation newStoreSecret($storeId: String!, $params: NewStoreSecretParams){
  newStoreSecret(storeId: $storeId, params: $params) {
    id
    key
    secret
    secretType
  }
}

Try It Now