Mutation

update_bcheck

Updates a new bcheck.

Arguments

input: UpdateBCheckInput!


Input Fields

id(): ID!
filename(): String!
The name of the BCheck file.
script(): String!
The BCheck script itself.

Return Fields

bcheck(): BCheck!
The updated BCheck.

Example

Query