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.
pub async fn new_position<'ctx>(
    ctx: &Context<'ctx>,
    input: PositionInput,
) -> FieldResult<Position>Create a new position for a logged user. If a position already exists, just edit that position.