DeleteSecretInput
Autogenerated input type of DeleteSecret
input DeleteSecretInput {
clientMutationId: String
id: ID
companyId: ID!
}
Fields
DeleteSecretInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteSecretInput.id
● ID
scalar
The ID of the secret.
DeleteSecretInput.companyId
● ID!
non-null scalar
Company that the secret belongs to.
Member Of
deleteSecret
mutation