DeleteSecretPayload
Autogenerated return type of DeleteSecret.
type DeleteSecretPayload {
clientMutationId: String
id: String!
}
Fields
DeleteSecretPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteSecretPayload.id
● String!
non-null scalar
Returned By
deleteSecret
mutation