Skip to main content

SubstanceCreate

Create a new Substance resource.

Mutation

mutation SubstanceCreate($input: SubstanceCreateInput!) {
SubstanceCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Substance resource.