Skip to main content

ContractCreate

Create a new Contract resource.

Mutation

mutation ContractCreate($input: ContractCreateInput!) {
ContractCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Contract resource.