Type Alias MutationUpdateGroupArgs

MutationUpdateGroupArgs: {
    input: GroupUpdateInput;
    organization: Scalars["String"]["input"];
}