Type Alias MutationCreateGroupArgs

MutationCreateGroupArgs: {
    input: GroupInput;
    organization: Scalars["String"]["input"];
}