Skip to main content

FlagCreate

Create a new Flag resource.

Mutation

mutation FlagCreate($input: FlagCreateInput!) {
FlagCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Flag resource.