CreateOrUpdateSecretPayload
Autogenerated return type of CreateOrUpdateSecret.
type CreateOrUpdateSecretPayload {
clientMutationId: String
secret: SecretInterface!
}
Fields
CreateOrUpdateSecretPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateSecretPayload.secret
● SecretInterface!
non-null interface
Returned By
createOrUpdateSecret
mutation