Skip to main content

BinaryCreate

Create a new Binary resource.

Mutation

mutation BinaryCreate($input: BinaryCreateInput!) {
BinaryCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Binary resource.