Mutation

update_folder_bchecks

Updates the BChecks assigned to a folder.

Arguments

input: UpdateFolderBChecksInput!

The fields used to specify which folder you want update and what its new BChecks should be.


Input Fields

id(): ID!
The unique identifier of the folder you want to update BChecks for.
bcheck_ids(): [ID!]
A list of the BChecks to use for scans of the folder.

Return Fields

folder(): Folder!
The updated folder.

Example

Query