cas::graphql::types::position::mutations

Function new_position

Source
pub async fn new_position<'ctx>(
    ctx: &Context<'ctx>,
    input: PositionInput,
) -> FieldResult<Position>
Expand description

Create a new position for a logged user. If a position already exists, just edit that position.