public static IGraphQLMutationBuilder WithMutation(this IGraphQLBuilder builder, string mutation)
 {
     return(builder.WithMutation(() => mutation));
 }