Mutation

upload_bcheck

Uploads a new bcheck.

Arguments

input: UploadBCheckInput!


Input Fields

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

Return Fields

bcheck(): BCheck!
The uploaded BCheck.

Example

Query