DEV

Mutation.

declarationCreate

Create an 'empty' declaration to be used as a placeholder

Arguments

No description

Returns:

Declaration!

GraphQL
1
2
3
type Mutation {
  declarationCreate(input: DeclarationCreateInput): Declaration!
}

Was this page helpful?